`article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; font-family: 'Averia Serif Libre', cursive; }

::-moz-selection { background: #FFF; color: #0066cc; text-shadow: none; }
::selection { background: #FFF; color: #0066cc; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.animate { -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s; transition:all .3s; }

#flag { position:fixed; top:0; left:0; bottom:0; right:0; background-image:url(../images/flag.jpg); background-position: center center; background-repeat:no-repeat; background-size:cover; z-index:-1; }

#wrap { position:relative; width:100%; height:100%; top:0; left:0; bottom:0; }
	.center { position:relative; width:800px; left:50%; margin-left:-400px; }

#content { width:100%; min-height:500px; }

#header { position:relative; height:100px; text-align:center; margin-top:40px; }
	#header a { text-decoration:none; color:inherit; }
		#header a:HOVER { color:#FFF; }
	#header h1 { position:relative; font-weight: 700; margin:0; padding:0; font-size:60px; line-height:100%; text-transform:uppercase; }
	#header p { margin:0; padding:0 120px; font-size:18px; line-height:120%; }

#feature { position:relative; height:575px; margin-top:20px; }
	#feature .inner-feature { padding:0 75px 20px; }
	#feature .feature-wrap { width:650px; height:490px; background-color:#FFF; border:2px solid black; text-align:center; }
	#feature .feature-desc { height:80px; text-align:center; }
		#feature h1 { font-weight: 400; margin:5px 0; padding:0; line-height:120%; }
		#feature p { margin:0; padding:0 50px; line-height:120%; }
	
	.feature-outer { position:relative; }
	
	.feature-img, .feature-img-soon { width:640px; height:480px; margin-top:5px; display:inline-block; background-position:center center; background-repeat:no-repeat; background-size:cover; cursor:pointer; }
			.img-off { display:none; }
		.play { display:none; color:#FFF; font-size:60px; margin:0; height:480px; }
		.soon { display:block; color:#FFF; font-size:60px; margin:0; height:480px; background-image:url(../images/foot_bg.png); }
			#feature .play p { padding:200px 0 0; }
			#feature .soon p { padding:165px 140px 0; }
		.feature-img:HOVER .play { display:block; background-image:url(../images/foot_bg.png); }
	
	.feature-vid { width:650px; height:480px; margin-top:5px; display:none; }
		.vid-hidden { display:none; }
		.vid-show { display:inline-block; }
		
#page { position:relative; margin-top:20px; }
#page .inner-page { width:500px; margin:0 auto 50px; }
	.page-content { background-color:#000; color:#FFF; text-align:justify; margin:0 auto; padding:20px 40px 40px; }
		.page-content p { line-height:120%; margin:0; }
		.page-content img { margin:0 0 20px; }
		.page-content a {  color:#FFF; text-decoration:none; }
		
	a.homepage { color:#000; text-decoration:none; text-align:center; display:block; padding:40px 0 20px; text-transform:uppercase; }
		a.homepage:HOVER { color:#FFF; }

#menu { position:relative; height:170px; margin:20px auto 0; }
		.menu-4 { width:602px; }
		.menu-3 { width:452px; }
			.menu-3 .menu-ul-wrap { width:450px; }
		.menu-2 { width:302px; }		
			.menu-2 .menu-ul-wrap { width:300px; }
					
	.menu-ul-wrap { position:relative; width:600px; height:130px; margin-bottom:40px; border:2px solid black; background-color:#FFF; overflow:hidden; }
	#menu ul.menu-ul { margin:0; padding:0; height:130px; width:1000px; position:relative; left:0px; }
		#menu ul.menu-ul a { text-decoration:none; color:inherit; }
	#menu ul.menu-ul li { float:left; list-style:none; width:140px; padding:5px; cursor:pointer; }
		#menu ul.menu-ul a:HOVER li { background-color:#000; }
			#menu ul.menu-ul a:HOVER li h1 { color:#FFF; }
				#menu ul.menu-ul a li p { color:#FFF; margin:0; padding:25px 0; text-align:center; font-size:24px; line-height:100%; }
		.li-img { width: 140px; height:100px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover; }
	#menu ul li h1 { font-weight: 700; margin:4px 0 0; padding:0; font-size:14px; }
	
	.menu-button { position:absolute; top:0; height:130px; width:20px; background-color:#CCC; border:2px solid black; text-align:center; font-size:24px; line-height:75px; cursor:pointer; color:#000; background-image:url(../images/arrows.png); background-repeat:no-repeat; }
			.menu-button:HOVER { background-color:#000; color:#FFF; }
		.menu-button-off { position:absolute; top:0; height:130px; width:20px; background-color:#CCC; border:2px solid black; text-align:center; font-size:24px; line-height:75px; color:#CCC; }
			.menu-button p { display:none; }
			
		.menu-button-left { background-position:0px 0px; }
		.menu-button-right { background-position:-20px 0; }
		
		#prev { left:-22px; }
		#next { right:-24px; }
			.menu-button a { display:block; padding:5px 0 0; }
		.arrow-off { background-color:#fff; }

	
#foot { position:relative; height:325px; width:100%; left:0; right:0; bottom:0px; background-image:url(../images/foot_bg_gradient.png); border-top:2px solid black; }

#menu-footer-nav { margin:0; padding:0; position:relative; width:800px; left:50%; margin-left:-400px; text-align:center; }
	#menu-footer-nav li { display:inline-block; margin:15px 0 0; }
		#menu-footer-nav li a { display:block; text-decoration: none; color:#FFF; font-size:16px; padding:10px 15px; }
		#menu-footer-nav li a:HOVER { color:#000; }
		
#footLogos { text-align:center; margin:20px 0; padding:0; }
	#footLogos li { display:inline-block; height:80px; margin:0 20px; list-style:none; cursor:pointer; background-repeat:no-repeat; background-position:0 0; }
		#footLogos li:HOVER { display:inline-block; height:80px; list-style:none; cursor:pointer; background-repeat:no-repeat; background-position:0 -80px; }
			#footLogos li.believe { width:202px; }
			#footLogos li.sunset { width:136px; }
		#footLogos li a { display:block; width:100%; height:100%; }
	
	
@media only screen and (min-width: 35em) {
  

}

/* For retina displays */
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){
	/*.logo { background: url(/path/logo.png) no-repeat; background-size: 100px 100px; }*/
	
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */