@charset "UTF-8";
/* reset content */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#ee8c21;
	border:0px;
	font-family:Georgia, "serif";
	font-size:18px;
	line-height:1.35;
	color:#000000;
}

img{
	border:0px;
	width:100%;
	height:auto;
}

p{
	margin:0 0 1em 0;
}

a{
	text-decoration:none;
	color:#ee8c21;
	
	transition:.3s color;
	-webkit-transition:.3s color;
	-moz-transition:.3s color;
	-o-transition:.3s color;
	-ms-transition:.3s color;
}

a:hover{
	color:#ffe066;
}

h1, h2, .h1, .h2, h3, .h3, h4, .h5{
	font-family:'Shelby', cursive;
	font-size:4.5em;
	line-height:1.05;
	margin:0 0 -.25em 0;
	clear:both;
	width:100%;
	color:#26404c;
	position:relative;
	font-weight:bold;
}

h2, .h2, .h5{
	color:#ee8c21;
	margin:.75em 0 .35em 0;
	font-family:"FuturaC", sans-serif;
	font-size:1.75em;
}

h3{
	font-size:3.5em;
	word-spacing:.15em;
}

h4{ margin-bottom: .1em; }
.h5{ margin: 2.75rem 0 -.2rem 0; }

.subhead{
	font-family:"FuturaC", sans-serif;
	font-size:1.4em;
	clear:both;
	width:100%;
	color:#26404c;
	font-weight:bold;
	margin:1em 0 -.65em 0;
}

hr{
	height:1px;
	border:0px;
	background:#ee8c21;
	margin:2em 0;
	clear:both;
}

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}

#inside{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	position:relative;
	z-index:300;
	
	background: rgb(253,254,255);
	background: -moz-linear-gradient(top, rgba(217,243,255,1) 0%, rgba(253,254,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(217,243,255,1) 0%,rgba(253,254,255,1) 100%);
	background: linear-gradient(to bottom, rgba(217,243,255,1) 0%,rgba(253,254,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f3ff', endColorstr='#fdfeff',GradientType=0 );
}

#nav{
	width:100%;
	clear:both;
	float:left;
	background:#ee8c21;
	height:auto;
}

#content{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	position:relative;
	z-index:250;
	background:#fff;
}

/****************** Insides *********************/

#topinside{
	width:100%;
	height:auto;
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	background:url(images/top.png) no-repeat;
	background-size:auto 100%;
	background-position:right 0px;
}

#navinside{
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0 auto;
}

#bottominside{
	width:100%;
	max-width:1000px;
	padding:1.15em 0 0 0;
	margin:0 auto;
	position:relative;
	text-align:center;
}

/******************* Top ************************/

#logo{
	width:53%;
	height:auto;
	position:relative;
	float:left;
	margin:1.8em 0;
}

/******************* Nav ************************/

#smNavShow{ 
	display:none;
	width:50px;
	height:20px;
	margin:2.25vw 0 2.25vw 2.5vw;
	float:left;
	background:url(images/hamburger.svg) no-repeat;
	background-size:auto 20px;
	background-position:0 center;
	cursor:hand;
	cursor:pointer;
	position:relative;
	z-index:1100;
}
#navMenuSm{ 
	display:none;
	clear:both;
	float:left;
	width:100%;
	background:#26404c;
}

#navMenuLg ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0;
	left:50%;
	float:left;
	line-height:0;
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

#navMenuSm ul{
	width:100%;
	margin:0;
	padding:1em 0;
	position:relative;
	clear:both;
	float:left;
}

#navMenuLg ul ul{
	opacity:0;
	position:absolute;
	top:5.75em;
	margin-left:-1em;
	background:#6bc3e8;
	padding:.8em 1.2em .5em 1.2em;
	border-radius:1.5em;
}

#navMenuLg ul ul:before{
	content:"\2001";
	background:url(images/arrowBackvert.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	width:2em;
	top:-.9em;
	left:2em;
}

#navMenuLg ul li{
	display:inline-block;
	float:none;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
	width:100%;
	height:auto;
	text-align:center;
}

#navMenuLg ul ul li{
	clear:both;
	display:block;
	padding-bottom:.25em;
}

#navMenuLg ul li a{
	text-decoration:none;
	color:#ffe066;
	display:inline-block;
	padding:1.5rem 1.3rem 1.5rem 0;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.45rem;
	font-family:"FuturaC", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	
	transition:.2s color;
	-webkit-transition:.2s color;
	-moz-transition:.2s color;
	-o-transition:.2s color;
	-ms-transition:.2s color;
}

#navMenuSm ul li a{
	text-decoration:none;
	color:#ffe066;
	display:inline-block;
	padding:.35rem 0;
	position:relative;
	line-height:1;
	font-size:1.65rem;
	font-family:"FuturaC", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	
	transition:.2s color;
	-webkit-transition:.2s color;
	-moz-transition:.2s color;
	-o-transition:.2s color;
	-ms-transition:.2s color;
}

#navMenuLg ul li a:hover{
	color:#26404c;
}

#navMenuSm ul li a:hover{
	color:#fff;
}

/******************** Main Content *******************/

#mainContent{
	width:100%;
	max-width:1000px;
	height:auto;
	margin:0 auto;
	position:relative;
}

#mainText{
	width:80%;
	float:left;
	margin:3em 10% 5em 10%;
	font-size:.85em;
	line-height:1.35;
}

#rightsidecont{
	width:29%;
	min-width:313px;
	height:auto;
	margin:-5em 0 0 0;
	float:right;
}

#mainContent ul{
	list-style:none;
	margin:1em 0 .9em 0;
	position:relative;
}

#mainContent ul li, #mainContent ol li{
	padding:0 0 8px 0;
	margin-left:2em;
}

#mainContent ul li{
	text-indent:-2em;
	margin-bottom:.25em;
	position:relative;
}

#mainContent ul li:before{
	color:#26404c;
	content:'\2022';
	margin-right:.75em;
	font-size:1.65em;
	font-family:"FuturaC", sans-serif;
	font-weight:bold;
	line-height:0;
	position:relative;
	top:.2em;
	
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:0 0 30em 0;
	position:relative;
	font-family:'FuturaC', sans-serif;
}

#bottomMenu{
	width:auto;
	display:inline-block;
	margin:0 auto;
	position:relative;
}

#bottomMenu ul{
	list-style:none;
	clear:both;
	padding:0;
	margin:0 -1.8rem 0 0;
}

#bottomMenu ul ul{ display:none; }

#bottomMenu ul li{
	display:inline-block;
	padding:0;
	margin:0 1.15rem 0 0;
}

#bottomMenu ul li a{
	text-decoration:none;
	color:#fff;
	line-height:1;
	font-size:1.55rem;
	display:inline-block;
	padding:0;
	width:auto;
	position:relative;
	weight:normal;
	
	-webkit-transition:.2s color;
	-moz-transition:.2s color;
	-o-transition:.2s color;
	-ms-transition:.2s color;
	transition:.2s color;
}

#bottomMenu ul li a:hover{
	color:#26404c;
}

#copyright{
	width:100%;
	clear:both;
	font-size:.75em;
	line-height:1;
	text-align:center;
	color:rgba(255,255,255,0.5);
	margin:3em 0 0 0;
}

/********************** Buy Now Button ***********************/

.buyNowArea{
	width:70%;
	height:auto;
	color:#ffe066;
	text-align:center;
	font-family:"FuturaC", sans-serif;
	font-weight:bold;
	margin:1.5em 0 0 0;
	line-height: 1;
	float:left;
}

.buyNowArea a{
	color:#ffe066;
}

.buyNowButton{
	margin:0 0 0 0;
	width:100%;
	padding:0;
	cursor:pointer;
	cursor:hand;
	clear:both;
	position:relative;
	overflow:hidden;
	background:#ee8c21;
	border-radius:16px;
	font-size:2.1rem;
	
	-webkit-transition:.2s background;
	-moz-transition:.2s background;
	-o-transition:.2s background;
	-ms-transition:.2s background;
	transition:.2s background;
}

.buyNowButton:hover{
	background:#374649;
}

.bNL{
	border-right:1px solid rgba(255,224,102,0.4);
	display:inline-block;
	padding:.5em .75em .5em 0;
}

.bNR{
	display:inline-block;
	padding:.5em 0 .5em .6em;
}

.bN{
	display:inline-block;
	padding:.35em 0 .35em 0;
}

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/****************** Extras Categories ***********************/

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
	height:30px;
}

.breaker{
	clear:both;
	float:left;
	width:100%;
}

.shadowFrame{
	border:12px solid #fff;
	background:#fff;
	float:left;
	overflow:hidden;
	line-height:0;
	
	box-shadow:0px 2px 6px rgba(0,0,0,0.3);
	moz-box-shadow:0px 2px 6px rgba(0,0,0,0.3);
	webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

.cover{
	width:50%;
	height:auto;
	float:left;
	position:relative;
	margin:0 -10% 1em 0;
}

.cover img{
	width:120%;
	position:relative;
	left:-25%;
	top:1em;
}

.wrapCover{
	clear:none;
	float:left;
	width:60%;
}

.award{
	margin:1em 0 1em 0;
	font-size:1.2em;
}

.award img, .award span{
	float:left;
}

.award img{
	width:15%;
}

.award span{
	display:block;
	width:83%;
	margin-left:2%;
	margin-top: 2em;
}

.review{
	clear:both;
	float:left;
	margin:1.25em 0 1.25em 0;
	font-size:1.2em;
}

.web{
	font-size:1.6em;
	font-family:"FuturaC", sans-serif;
	margin:.9em 0 .25em 1.5rem;
	line-height: 1.05;
}

.web a{ color:#a65620; }
.web a:hover{ color:#ffe066; }

.em{ 
	margin-left:2.5rem;
}

.bottom{ margin-bottom:0;}
.top{ margin-top: 0 !important; }
.topL{ margin-top: 2em; }
.topM{ margin-top: 1em; margin-bottom: .6rem; }
.topSm{
	margin-top: 1em;
}

ul p{
	margin:.15em 0 .15em 0;
	text-indent:0;
}

.question{
	font-weight:bold;
	margin:2.5rem 0 1rem 0;
	font-size:1.1em;
	color:#26404c;
}

.questioner{
	margin:-.5rem 0 1.3rem 0;
	text-align:right;
	padding-right:10%;
	font-style: italic;
	font-size: 1.1em;
}

a.current{ color:#26404c !important; }
a.current:hover{ color:#ffe066; }

ul.submenu{
	margin:0 0 0 0 !important;
	font-size:1.5em;
	font-family: "FuturaC", sans-serif;
	list-style: none !important;
	position: relative !important;
}

ul.submenu li{
	text-indent:0 !important;
	margin:0 0 .7em 0 !important;
}

ul.submenu li a{
	background:#ee8c21;
	padding:.35em 1em;
	border-radius:.5em;
	color:#ffe066;
	margin-left: -1em;
	
	transition:.3s background;
	-webkit-transition:.3s background;
	-moz-transition:.3s background;
	-o-transition:.3s background;
	-ms-transition:.3s background;
}

ul.submenu li a:hover{
	background:#26404c;
}

ul.submenu li:before{
	content:'' !important;
	margin-right:0;
	font-size:inherit;
	top:0;
}

/******************* rezizing ***********************/

@media all and (max-width:1100px){
	#topinside{ background-size: auto 90%; }
	#logo{
		width:53%;
		margin:1.8em 0 1.8em 1.25em;
	}
	#navMenuLg ul li a{ 
		font-size:2.2vw;
		padding:2.25vw 1.5vw 2.25vw 0;
	}
	#mainText{
		width:84%;
		margin:2em 8% 3em 8%;
	}
}

@media all and (max-width:800px){
	#navMenuLg{ display: none; }
	#smNavShow{ display:block; }
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.4rem;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:0 0 .25em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0;
	}
	.award img{
		width:30%;
	}
	.award span{
		width:68%;
		margin-top:6vw;
	}
}

@media all and (max-width:650px){
	#topinside{
		background-size:auto 68%;
	}
	#logo{
		width:80%;
		margin:1em 0 32vw 10%;
	}
	#smNavShow{ 
		margin:4.25vw 0 4.25vw 4.5vw;
	}
	#navMenuSm ul li a{
		font-size:5.9vw;
	}
	.award img{
		width:40%;
	}
	.award span{
		width:58%;
		margin-top:0;
	}
	.cover{
		width:80%;
		position:relative;
		margin:0 10% 1em 10%;
	}
	.cover img{
		width:120%;
		left:-10%;
	}
	.wrapCover{
		clear:both;
		width:100%;
	}
	.buyNowArea{
		margin:1.5em 0 0 10%;
		line-height: 1;
		clear:both;
		float:left;
		width:80%;
	}
	.topSm{
		margin-top:1rem !important;
	}
	.buyNowButton{
		margin:0;
	}
}

