/* Style sheet by Oki Trice - http://www.minisite911.com */


/**********************************************************************************/
/**********************************************************************************/
/* IMPORT GOOGLE WEB FONTS */
/**********************************************************************************/
/**********************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);


/**********************************************************************************/
/**********************************************************************************/
/* FRESH BORDERS */
/**********************************************************************************/
/**********************************************************************************/

.border_white { 
	/* GENERAL */
	padding:1px;
	background:#d2d2d2;
	
	/* BORDER */
	border:6px solid #ededed;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.6), 0 0 1px #d2d2d2, 0 0 1px #5e5e5e;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.6), 0 0 1px #d2d2d2, 0 0 1px #000;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.6), 0 0 1px #d2d2d2, 0 0 1px #d2d2d2;
}

.border_chrome { 
	/* GENERAL */
	padding:6px;
	background:#FFF;
	background: -moz-linear-gradient(top, #EEE, #FFF 49%, #CCC 50%, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(.49, #FFF), color-stop(.50, #CCC), to(#FFF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CCCCCC')"; /* IE8 only */
	
	/* BORDER */
	border:1px solid #000;
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}


/**********************************************************************************/
/**********************************************************************************/
/* GENERAL */
/**********************************************************************************/
/**********************************************************************************/

body {
	background: url(images/bg2.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.minisite-block {
    background: #ffffff;
    max-width: 750px;
    margin: 25px auto;
    border: 8px solid #a8c3e4;
	/* FOR PLAIN BORDER (No Rounded) please activate this styling
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	*/
}
@media (max-width: 750px) { /* occurs on max-width of .minisite-block */
	.minisite-block { margin: 20px 10px; }
}

a:active, a:visited {
	color: blue;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

.blockquote-block {
	background: #fff9cd; 
	border: 4px dashed #c00000; 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.blockquote2-block {
	background: #f1f1f1; 
	border: 3px dashed #999999; 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.blockquote3-block {
	background: #f1f1f1; 
	border: 3px dotted  #999999; 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 15px 20px;
}

.plainquote-block {
	background: #ffffff; 
	border: 1px solid #000000; 
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
}


@media (min-width: 750px) { /* occurs on max-width of .minisite-block */
	.temp-20px-left { padding-left: 30px; }
	.temp-50px-left { padding-left: 50px; }
}


.h1 {
	font-family: 'Raleway', sans-serif;
	color: #c00000;
	text-align: center;
	font-size: 25px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h2 {
	font-family: 'Raleway', sans-serif;
	color: #232323;
	text-align: center;
	font-size: 29px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 32px;
}
.h3 {
	font-family: 'Raleway', sans-serif;
	color: #c00000;
	text-align: center;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h4 {
	font-family: 'Raleway', sans-serif;
	color: #232323;
	text-align: center;
	font-size: 40px;
	text-transform: capitalize;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h5 {
	font-family: 'Raleway', sans-serif;
	color: #232323;
	text-align: center;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h6 {
	font-family: 'Raleway', sans-serif;
	color: #bb0005;
	text-align: center;
	font-size: 40px;
	text-transform: capitalize;
	line-height: 40px;
	margin-top: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.h7 {
	font-family: 'Raleway', sans-serif;
	color: #171717;
	text-align: center;
	font-size: 25px;
	text-transform: capitalize;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h8 {
	font-family: 'Raleway', sans-serif;
	color: #bb0005;
	text-align: center;
	font-size: 55px;
	text-transform: capitalize;
	line-height: 55px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
@media (max-width: 750px) { /* occurs on max-width of .minisite-block */
	.h1 { font-size: 22px; line-height: 27px; }
	.h2 { font-size: 25px; line-height: 29px; }
	.h3 { font-size: 26px; line-height: 26px; }
	.h4 { font-size: 32px; line-height: 32px; }
	.h5 { font-size: 26px; line-height: 26px; }
	.h6 { font-size: 32px; line-height: 32px; }
	.h7 { font-size: 22px; line-height: 24px; }
	.h8 { font-size: 40px; line-height: 40px; }
}


.giant1 {
	font-family: 'Oswald', sans-serif;
	color: #171717;
	text-align: center;
	font-size: 80px;
	text-transform: capitalize;
	line-height: 80px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}


.giant1red {
	font-family: 'Oswald', sans-serif;
	color: #bb0005;
	text-align: center;
	font-size: 80px;
	text-transform: capitalize;
	line-height: 80px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}


.giant2 {
	font-family: 'Oswald', sans-serif;
	color: #171717;
	text-align: center;
	font-size: 60px;
	text-transform: capitalize;
	line-height: 65px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.giant2red {
	font-family: 'Oswald', sans-serif;
	color: #bb0005;
	text-align: center;
	font-size: 60px;
	text-transform: capitalize;
	line-height: 65px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}


.giant3 {
	font-family: 'Oswald', sans-serif;
	color: #171717;
	text-align: center;
	font-size: 45px;
	text-transform: capitalize;
	line-height: 50px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}



.bodytext {
	font-family: 'Open Sans', sans-serif;
	font-size:15px; 
	color: #151414;
}

.bodytext2 {
	font-family: "Verdana";
	font-size: 12px;
	color: #333333;
}

.bodytext-smallbox { 
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}




.feature {
	background-color: #fff9cd;
	border-bottom: 2px dashed #403f46;
	border-left: 2px dashed #403f46;
	border-right: 2px dashed #403f46;
	border-top: 2px dashed #403f46;
	padding: 20px 20px 20px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}

.feature2 {
	background-color: #fff9cd;
	border-bottom: 4px dashed #c00000;
	border-left: 4px dashed #c00000;
	border-right: 4px dashed #c00000;
	border-top: 4px dashed #c00000;
	padding: 20px 20px 20px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
.feature2-txt { 
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}



blockquote {
	background-color: #cccccc;
	border-bottom: 1px dashed #cc0000;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #cc0000;
	padding: 2px 2px 2px 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	font-family: "Verdana";
	font-size: medium;
	background: url(background.gif);
}
.testimonial {
	background-color: #f1f1f1;
	border-bottom: 2px dashed #af0000;
	border-left: 0px dashed #af0000;
	border-right: 0px dashed #af0000;
	border-top: 2px dashed #af0000;
	padding: 20px 20px 20px 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #c00000;
	font-weight: bold;
	line-height: 35px;
}

.testimonial100 {
	background-color: #f1f1f1;
	border-bottom: 2px dashed #af0000;
	border-left: 0px dashed #af0000;
	border-right: 0px dashed #af0000;
	border-top: 2px dashed #af0000;
	padding: 20px 20px 20px 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Patua One', cursive;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #af0000;
	font-weight: bold;
	line-height: 30px;
}

.smallbox {
	background-color: #c00000;
	border-bottom: 2px solid #000000;
	border-left: 0px dashed #c82522;
	border-right: 0px dashed #000000;
	border-top: 2px solid #000000;
	padding: 25px 20px 5px 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

.titlebarbox {
	background: #c00000;
	border: 1px dashed #000000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.marker {
	font-family: 'Permanent Marker', cursive;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #c00000;
	line-height: 30px;
}


.marker2 {
	font-family: 'Permanent Marker', cursive;
	font-size: 45px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #c00000;
	font-weight: bold;
	line-height: 45px;
		margin-top: 20px;
	margin-bottom: 20px;
}

.marker3 {
	font-family: 'Permanent Marker', cursive;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #c00000;
	font-weight: bold;
	line-height: 60px;
		margin-top: 20px;
	margin-bottom: 20px;
}


.oswald30 {
	font-family: 'Oswald', sans-serif;;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #252525;
	line-height: 35px;
}

.oswald40 {
	font-family: 'Oswald', sans-serif;;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #252525;
	line-height: 45px;
}





.testimonial2 {
	background-color: #f1f1f1;
	border-bottom: 6px dotted #008000;
	border-left: 6px dotted #008000;
	border-right: 6px dotted #008000;
	border-top: 6px dotted #008000;
	padding: 20px 20px 20px 20px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Patua One', cursive;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	color: black;
	line-height: 25px;
}

.testimonial3 {
	background-color: #f1f1f1;
	border-bottom: 3px dashed #999999;
	border-left: 3px dashed #999999;
	border-right: 3px dashed #999999;
	border-top: 3px dashed #999999;
	padding: 20px 20px 20px 20px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 25px;
}
.testimonial3-txt {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	color: black;
	line-height: 25px;
}

.topbox {
	background-color: #f1f1f1;
	border-bottom: 3px dashed #999999;
	border-left: 3px dashed #999999;
	border-right: 3px dashed #999999;
	border-top: 3px dashed #999999;
	padding: 20px 20px 20px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 25px;
}


.topbox2 {
	background-color: #f1f1f1;
	border-bottom: 3px dotted #999999;
	border-left: 3px dotted #999999;
	border-right: 3px dotted #999999;
	border-top: 3px dotted #999999;
	padding: 20px 20px 20px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	color: black;
	line-height: 25px;
}


.topbox-txt {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: left;
	color: black;
	line-height: 25px;
}

.testimonial3a {
	background-color: #f1f1f1;
	border-bottom: 3px dashed #999999;
	border-left: 3px dashed #999999;
	border-right: 3px dashed #999999;
	border-top: 3px dashed #999999;
	padding: 30px 30px 30px 30px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	color: black;
	line-height: 22px;
}
.testimonial3a-txt { 
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	color: black;
	line-height: 22px;
}

.testimonial3b {
	background-color: #f1f1f1;
	border-bottom: 3px dashed #999999;
	border-left: 3px dashed #999999;
	border-right: 3px dashed #999999;
	border-top: 3px dashed #999999;
	padding: 20px 20px 20px 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 22px;
}
.testimonial3b-txt {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	line-height: 22px;
}


.testimonials {
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 16px;
}

.footer {
	font-family:Verdana; 
   font-size:10px; 
   color: #666666;
}
.disclaimer {
	font-family:Verdana; 
   font-size:10px; 
   color: #cccccc;
}

.bluey {
   color: #22488d;
}

.grey {
   color: #8b8b8b;
}



.footbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #666666;
}
.bonus {
	border: thick dashed #CC0000;
	padding: 0px;
	margin: 5px;
	background-position: center;
	width: 100%;
}

.guarantee {
font-family:Verdana; 
font-size:14px; 
color: #333333;
	border: thick dashed #b30000;
	padding: 10px 10px 10px 10px;
	margin: 5px;
	margin-left: 80px;
	margin-right: 80px;
	background: #f8d985;
}
.style3 
{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 32px;
	letter-spacing: -1px;
}

.style4 
{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}



.style5 
{
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-size: 25px;
	line-height: 30px;

}


.style7 {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {color: #cc0000}
.style9 {color: #2c5696}
.style10 {text-decoration: underline}
.style11 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
	font-family: "Verdana";
	font-size: small;
}
.oboxbodytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: bold;}
.oboxhedrtext {font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; text-align: center; color: #FFCC00; font-weight: bold; }




.list-group-911 {
	list-style: none;
	padding-left: 0;
}
.list-group-911-item {
	background: url('images/check2.gif') no-repeat;
	padding-left: 35px;
	padding-bottom: 15px;
	font-family: "Raleway";
	font-size: 25px;
}


.list-group-911-2 {
	list-style: none;
	padding-left: 0;
}
.list-group-911-2-item {
	background: url('images/check.png') no-repeat;
	padding-left: 35px;
	padding-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	color: #171717;
	font-size: 25px;
	line-height: 25px;
}


.ol-list-fix { 
	width: 30px; 
	margin-right: 15px;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -50px; /* negative of the offset - height of link element */
    right: 20px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 50px; /* height of link element */
    right: 20px; /* padding from the left side of the window */
}
#top-link-block a { text-decoration: none; border: none; outline: none; }
#top-link-block a img:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* Style sheet by Oki Trice - http://www.minisite911.com */