/*
Theme Name: Real-UFOs
Theme URI: http://real-ufos.com
Version: 1.0.0
Description: One-page plain WordPress theme
Author: Alexander Agnarson
Author URI: http://alxmedia.se
Tags: one-column, threaded-comments
Text Domain: real-ufos

	Copyright: (c) 2017 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* ------------------------------------------------------------------------- *
 * Reset
/* ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;
font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing: 0;}
button:focus {outline:0;}


/* ------------------------------------------------------------------------- *
 *  960 Grid System
/* ------------------------------------------------------------------------- */
.container-12,.container-16 { margin-left: auto; margin-right: auto; width: 960px; }
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 { display: inline; float: left; margin: 10px; }
.alpha { margin-left: 0; }
.omega { margin-right: 0; }
.right { float: right; }
.left { float: left; }

/* grid shared */
.container-12 .grid-3,.container-16 .grid-4 { width: 220px; }
.container-12 .grid-6,.container-16 .grid-8 { width: 460px; }
.container-12 .grid-9,.container-16 .grid-12 { width: 700px; }
.container-12 .grid-12,.container-16 .grid-16 { width: 940px; }

/* 12 column grid */
.container-12 .grid-1 { width: 60px; } .container-12 .grid-2 { width: 140px; }
.container-12 .grid-4 { width: 300px; } .container-12 .grid-5 { width: 380px; }
.container-12 .grid-7 { width: 540px; } .container-12 .grid-8 { width: 620px; }
.container-12 .grid-10 { width: 780px; } .container-12 .grid-11 { width: 860px; }

/* 16 column grid */
.container-16 .grid-1 { width: 40px; } .container-16 .grid-2 { width: 100px; }
.container-16 .grid-3 { width: 160px; } .container-16 .grid-5 { width: 280px; }
.container-16 .grid-6 { width: 340px; } .container-16 .grid-7 { width: 400px; }
.container-16 .grid-9 { width: 520px; } .container-16 .grid-10 { width: 580px; }
.container-16 .grid-11 { width: 640px; } .container-16 .grid-13 { width: 760px; }
.container-16 .grid-14 { width: 820px; } .container-16 .grid-15 { width: 880px; }


/* ------------------------------------------------------------------------- *
 *  Core Styles
/* ------------------------------------------------------------------------- */
body { background: #fff; font-size: 13px; color: #555; font-family: Arial, Helvetica, Verdana, sans-serif; }
a { color: #4183c4; text-decoration:none; outline: 0;
  -webkit-transition-property: all; -webkit-transition-duration: 0.4s; -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all; -moz-transition-duration: 0.4s; -moz-transition-timing-function: ease-out;
  -o-transition-property: all; -o-transition-duration: 0.4s; -o-transition-timing-function: ease-out; 
  transition-property: all; transition-duration: 0.4s; transition-timing-function: ease-out; }
a:hover { color: #444; }
a img { -webkit-transition-property: opacity; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
  -o-transition-property: opacity; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out;
  transition-property: opacity; transition-duration: 0.2s; transition-timing-function: ease-out; }
a img:hover {opacity:0.8;}
strong { font-weight: bold; }
img { opacity: 0; 
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
#wpadminbar img,
.pp_pic_holder img,
#tab-individuals img { opacity: 1; }
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------------------------------------------- *
 *  Core Text
/* ------------------------------------------------------------------------- */
.text { font-size: 100%; line-height: 1.5; }
.text img { opacity: 1; }
.text i,
.text em { font-style: italic; }
.text strong { font-weight: bold; }
.text p,.text dd,.text ol,.text ul { margin: 5px 0; }
.text strong, .text dt { color: #333; }
.text ol,.text ul { margin-left: 20px; }
.text ol ol,.text ol ul,.text ul ul,.text ul ol { margin-bottom: 0; }
.text ul li { list-style: square; }
.text ol li { list-style: decimal; }
.text blockquote { border-left: 4px solid #bdd1e9; margin: 0 0 8px 8px; padding-left: 10px; }
.text blockquote p { margin-bottom: 0.75em; }

/* headings */
h1, h2, h3, h4, h5, h6{ color: #000; }
.text h1,.text h2,.text h3,.text h4,.text h5,.text h6 { margin-bottom: 20px; font-weight: bold; }
.text h1 { font-size: 32px; line-height: 36px; letter-spacing: -1.0px; }
.text h2 { font-size: 26px; line-height: 30px; letter-spacing: -0.7px; }
.text h3 { font-size: 20px; line-height: 24px; letter-spacing: -0.5px; }
.text h4 { font-size: 18px; line-height: 20px; }
.text h5 { font-size: 14px; line-height: 20px; }
.text h6 { font-size: 12px; line-height: 20px; }

/* clear */
.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
.group:before,.group:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.group:after {clear:both;}
.group {zoom:1;}

#wrapper { min-width: 980px; }
.admin-bar #wrapper { margin-top: -32px; margin-bottom: 32px; }

#header, 
#subheader,
#content, 
#quotes-block, 
#cases-block, 
#sightings-block, 
#more-block,
#subfooter-block, 
#footer { width: 100%; clear: both; position: relative; min-width: 980px; }

#content, 
#sightings-block { background: #fff; }

#header-inner, 
#content-inner, 
#quotes-block-inner, 
#cases-block-inner, 
#sightings-block-inner, 
#more-block-inner, 
#comments-inner, 
#subfooter-inner, 
#footer-inner { position: relative; }


/* ------------------------------------------------------------------------- *
 *  Common
/* ------------------------------------------------------------------------- */
.fa { width: 1em; text-align: center; }
.huge { margin: 30px 10px 0 10px; position: relative; color: #222; font-size: 90px; height: 100px; font-weight: 400; font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; text-align: center; text-shadow: 0 1px 0 #fff; }

.tagline { background: #ddd; height: 1px; margin: 10px; position: relative; text-align: center; }
.tagline span { display: inline-block; background: #fff; color: #999; font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; font-weight: 400; font-size: 22px; height: 21px; line-height: 21px; padding: 0 14px; position: relative; top: -10px; }
.tagline .fa { margin-right: 6px; }

.arc { background: url(img/warp.png) repeat-x bottom center; position: absolute; z-index: -1; top: -1px; left: 0; right: 0; height: 100px; width: 100%; }
.arc.top { bottom: auto; top: -99px; }
#content .arc.top { background-position: center -600px; }
#quotes .arc { background-position: center -300px; }
#cases .arc { background-position: center 0; }
#sightings .arc { background-position: center -100px; }
#more .arc { background-position: center -300px; }
#subfooter .arc { background-position: center -400px; }
#subfooter .arc.bottom { background-position: center -700px; top: auto; bottom: -1px; z-index: 9; }
#footer .arc {  }

.arrow-next { background: #fff; width: 48px; height: 48px; text-align: center; font-size: 18px; line-height: 48px; position: absolute; left: 50%; right: 50%; top: 17px; margin-left: -24px; border-radius: 100%; }
.arrow-next:after { background: #f1f1f1; font-family: FontAwesome; content: "\f078"; width: 32px; height: 32px; padding: 10px; border-radius: 100%; box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); }
#home .arrow-next { top: -56px; bottom: auto; }
#home .arrow-next { background: #fff; color: #222; }
#home .arrow-next:after { background: #eee; }
#quotes .arrow-next { background: #191919; color: #222; }
#quotes .arrow-next:after { background: #fff; }
#cases .arrow-next { background: #4183c4; color: #fff; }
#cases .arrow-next:after { background: #000; }
#cases .arrow-next:hover { color: #fff; }
#sightings .arrow-next { background: #fff; color: #fff; }
#sightings .arrow-next:after { background: #4183c4; }
#more .arrow-next { background: #eee; color: #222; }
#more .arrow-next:after { background: #fff; }


/* ------------------------------------------------------------------------- *
 *  Header
/* ------------------------------------------------------------------------- */
#header { background: #eaeaea url(img/grad-silver.png) repeat-x top; position: fixed; top: 0; z-index: 999; border-bottom: 1px solid #cacaca; }
#header-inner { height: 60px; position: relative; }
#header-inner .grid-12 { margin: 0 10px; }

@media only screen and (min-width: 480px) {
	#header,
	#header #logo,
	#header ul.nav,
	#header ul.nav li a,
	#header .sharrre-container,
	#header .sharrre .count:after,
	#header .sharrre .count:before,
	#header .sharrre .box:hover .share,
	#header .sharrre .box:hover .count { transition: all 0.2s ease; }
	
	#header.affix { background: transparent url(img/header-silver.png) no-repeat center top; border-bottom: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }
	#header.affix #header-inner { height: 61px; }
	
	#header.affix-top { background: #152028; border-bottom: none; background: url(img/header.png) no-repeat top center; }
	#header.affix-top #logo { padding-top: 25px; padding-bottom: 25px; }
	#header.affix-top #logo a { color: #fff; }
	#header.affix-top #logo a .fa {  }
	
	#header.affix-top .expanding-circle { top: 29px; }
	#header.affix-top .expanding-circle .dot { border: 10px solid #284d72; }
	
	#header.affix-top ul.nav { height: 80px; border-left: 1px solid #000;
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.05); }
	#header ul.nav li { line-height: 48px; }
	#header.affix-top ul.nav li.active a { background: rgba(0,0,0,0.2); color: #5e7485; }
	#header.affix-top ul.nav li.active a:hover { color: #5e7485; }
	#header.affix-top ul.nav li.active a i { color: #5e7485; text-shadow: none; }
	#header.affix-top ul.nav li a i { font-size: 16px; margin-right: 8px; background: transparent; border: 1px solid #131e26;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(0,0,0,0.05); }
	#header.affix-top ul.nav li a { padding-top: 16px; padding-bottom: 16px; }
	#header.affix-top ul.nav li a:hover { color: #fff; }
	#header.affix-top .sharrre-container { padding-top: 29px; padding-bottom: 28px; border-right: 1px solid #000; border-left: 1px solid #000;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), 1px 0 0 rgba(255,255,255,0.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), 1px 0 0 rgba(255,255,255,0.05); }
	#header.affix-top .sharrre .count { background: #20303b; box-shadow: 0 1px 0 #000; text-shadow: 0 1px 0 #000; }
	#header.affix-top .sharrre .count:after { border-right-color: #20303b; }
	#header.affix-top .sharrre .count:before { border-right-color: #000; }	
	#header.affix-top .sharrre .box:hover .share,
	#header.affix-top .sharrre .box:hover .count { color: #fff!important; }
	
}
#logo { padding: 15px 0; font-family: 'BebasNeueRegular', Arial, sans-serif; font-weight: normal; color: #222; float: left; margin-right: 30px; font-size: 32px; line-height: 28px; letter-spacing: -0.5px; text-transform: uppercase; }
#logo a { color: #222; }
#logo a:hover { color: #333; }
#logo a .fa { color: #4183c4; font-size: 28px; vertical-align: 5%; margin-right: 6px; }
#logo img { opacity: 1; margin-right: 10px; position: relative; top: -4px; float: left; }

ul.nav { float: left; height: 60px; padding: 0; border-left: 1px solid #e0e0e0; padding-left: 18px;
-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.6);
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.6);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.6); }
ul.nav li { float: left; display: inline; line-height: 56px; list-style: none; }
ul.nav li.more { display: none; }
ul.nav li a { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 18px; display: block; color: #4183c4; font-weight: bold; cursor: pointer; padding: 6px 16px; }
ul.nav li a:hover  { color: #000; }
ul.nav li.active a { background: #e9e9e9; color: #777; }
ul.nav li a span { font-weight: normal; color: #bbb; }  
ul.nav li a strong { font-weight: 400; }
ul.nav li a i { font-size: 16px; margin-right: 8px; background: #e9e9e9; border: 1px solid #ddd; padding: 4px; -webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.7), inset 0 1px 0 rgba(255,255,255,0.7);
box-shadow: 0 1px 0 rgba(255,255,255,0.7), inset 0 1px 0 rgba(255,255,255,0.7); }
ul.nav li a:hover i { border-color: #ddd; }
ul.nav li.active a i { background: #d5d5d5; color: #777; border-color: #ccc; border-top-color: #bbb; text-shadow: 0 1px 0 rgba(255,255,255,0.3); 
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
box-shadow: 0 1px 0 rgba(255,255,255,0.6); }

#header .expanding-circle { display: none; }
.expanding-circle { background: #45453f; position: relative; top: 19px; left: 4px; z-index: 1; pointer-events: none; }
.expanding-circle .pulse { background-color: transparent; border: 5px solid transparent; width: 10px; height: 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; z-index: 10; position: absolute; }
.expanding-circle .dot { border: 10px solid #ccdeef; background: transparent; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; height: 50px; width: 50px;  position: absolute; top: -25px; left: -25px; z-index: 1; opacity: 0;
-webkit-animation: pulse 3s ease-out;
-moz-animation: pulse 3s ease-out;
animation: pulse 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
@-moz-keyframes pulse { 0% { -moz-transform: scale(0); opacity: 0.0; } 25% { -moz-transform: scale(0); opacity: 0.1; } 50% { -moz-transform: scale(0.1); opacity: 0.3; } 75% { -moz-transform: scale(0.5); opacity: 0.5; } 100% { -moz-transform: scale(1); opacity: 0.0; } }
@-webkit-keyframes "pulse" { 0% { -webkit-transform: scale(0); opacity: 0.0; } 25% { -webkit-transform: scale(0); opacity: 0.1; } 50% { -webkit-transform: scale(0.1); opacity: 0.3; } 75% { -webkit-transform: scale(0.5); opacity: 0.5; } 100% { -webkit-transform: scale(1); opacity: 0.0; } }
.expanding-circle.alt { top: -20px; left: 81px; z-index: -1; }
.expanding-circle.alt .dot { border: 10px solid #b6c5e4; }
.ie .expanding-circle { display: none; }
.expanding-circle.expand { top: -20px; left: -2px; }
.expanding-circle.expand .dot { border-color: #444; }
.pop-out:hover .expanding-circle.expand .dot { border-color: #ccdeef; }

.sharrre-container { float: left; position: absolute; top: 0; right: 10px; height: 23px; padding: 19px 15px 18px; width: 270px; border-right: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; padding-left: 20px;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.6), 1px 0 0 rgba(255,255,255,0.6);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.6), 1px 0 0 rgba(255,255,255,0.6); }
.sharrre-container span { float: left; color: #aaa; display: none; text-align: left; text-transform: uppercase; font-size: 18px; }
.sharrre { padding: 0; float: none; margin: 0 10px 0 0; display: inline-block; }
.sharrre .box { display: block; }
.sharrre .count { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 16px; font-weight: 400; float: right; width: auto; padding: 0 6px; background: #fff; box-shadow: 0 1px 0 #ddd; color: #333; text-transform: uppercase; display: block; line-height: 22px; position: relative; text-align: center; 
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre .count i { font-size: 12px; }
.sharrre .count:after { content:''; display: block; position: absolute; left: -5px; width: 0; height: 0; border: solid 6px transparent; border-right-color: #fff; margin-left: -6px; bottom: 5px; }
.sharrre .count:before { content:''; display: block; position: absolute; left: -6px; width: 0; height: 0; border: solid 6px transparent; border-right-color: #ddd; margin-left: -6px; bottom: 4px; }
.sharrre .share { float: left; margin-right: 7px; display: block; font-size: 22px; font-weight: 600; line-height: 26px; padding: 0; text-decoration: none; }
.sharrre .share i { position: relative; top: -1px; }
.sharrre .box .share,
.sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover .share,
.sharrre .box:hover .count { color: #333!important; }
.sharrre#twitter .share,
.sharrre#twitter .box .count { color: #00acee; }
.sharrre#facebook .share,
.sharrre#facebook .box .count { color: #3b5999; }
.sharrre#googleplus .share,
.sharrre#googleplus .box .count { color: #cd483c; }
.sharrre#pinterest .share,
.sharrre#pinterest .box .count { color: #ca2128; }
.sharrre#linkedin .share,
.sharrre#linkedin .box .count { color: #0077b5; }
.sharrre#linkedin { margin-right: 0; }

.sharrre-container-footer { background: #eee; border-bottom: 1px solid #d5d5d5; position: relative; height: 20px; padding: 15px 15px; width: 270px; margin: 0 auto 0; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.sharrre-container-footer:before { margin-right: -10px; bottom: -9px; right: 50%; border: solid; border-color: #eee transparent; border-width: 10px 10px 0 10px; content: ""; display: block; position: absolute; z-index: 1; }
.sharrre#twitter-footer .share,
.sharrre#twitter-footer .box .count { color: #00acee; }
.sharrre#facebook-footer .share,
.sharrre#facebook-footer .box .count { color: #3b5999; }
.sharrre#googleplus-footer .share,
.sharrre#googleplus-footer .box .count { color: #cd483c; }
.sharrre#pinterest-footer .share,
.sharrre#pinterest-footer .box .count { color: #ca2128; }
.sharrre#linkedin-footer .share,
.sharrre#linkedin-footer .box .count { color: #0077b5; }
.sharrre#linkedin-footer { margin-right: 0; }


/* ------------------------------------------------------------------------- *
 *  Subheader
/* ------------------------------------------------------------------------- */
#subheader { background: transparent; height: 520px; margin-top: 60px; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: -1; overflow: hidden; }
#subheader .huge { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.4); font-size: 120px; height: 140px; }
#subheader .tagline { background: url(img/line.png) repeat;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
box-shadow: 0 1px 0 rgba(0,0,0,0.15); }
#subheader .tagline span { background: #03060f; color: #5e7485; font-size: 26px; text-shadow: 0 1px 0 rgba(0,0,0,0.4); padding: 0 10px; }
#subheader .container-12 { margin-top: 110px; z-index: 2; position: relative; }
#pixie-container { margin-top: -260px; overflow: hidden; position: relative; }
.ie #pixie-container { display: none; }
#pixie { z-index: 1; width: 100%; }


/* ------------------------------------------------------------------------- *
 *  Parallax
/* ------------------------------------------------------------------------- */
#parallax {	height: 580px; overflow: hidden; position: relative; }
.layer { background-position: bottom center; background-size: auto; background-repeat: no-repeat; width: 100%; height: 580px; position: fixed; z-index: -1; }
#parallax, .layer { min-height: 580px; }

.layer-bg {	background-image: url(img/parallax-bg.jpg); background-position: top; background-color: #000; }
.layer-2 { background-image: url(img/parallax-2.png); z-index: 2; }
.layer-3 { background-image: url(img/parallax-3.png); z-index: 1; animation: hover 2s cubic-bezier(.645,.045,.355,1) infinite both alternate; }
.layer-overlay { background-image: url(img/parallax-overlay.png); }

@keyframes hover {
	0% { transform:translateY(-10px); }
	100% { transform:translateY(10px) }
}


/* ------------------------------------------------------------------------- *
 *  Content
/* ------------------------------------------------------------------------- */
#content { z-index: 9; }
#content-inner { padding: 10px 0 100px; }
h3.divider { font-family: 'Oswald', sans-serif; font-weight: normal; font-size: 20px; text-transform: uppercase; color: #222; border-bottom: 1px solid #f1f1f1; padding: 20px 0 10px; margin-bottom: 10px; }
h4.divider { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 400; color: #222; border-bottom: 1px solid #f1f1f1; padding: 20px 0 10px; margin-bottom: 10px; }

/* entry: common */
.entry { background: #f1f1f1; width: 606px; position: relative; border: 1px solid #eee; border-bottom-color: #e2e2e2; margin-bottom: 6px; padding: 6px; display: inline; float: left; text-shadow: 0 1px 0 #fff; 
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.new { background: url(img/new.png) no-repeat 0 0; background-size: 44px; display: block; width: 44px; height: 44px; margin: 0; position: absolute; left: 0; top: 0; } 
.popular { background: url(img/popular.png) no-repeat 0 0; background-size: 44px; display: block; width: 44px; height: 44px; margin: 0; position: absolute; left: 0; top: 0; } 
.entry img { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.entry.disabled { opacity: 0.5; }
.entry.disabled:hover { opacity: 1; border-color: #ddd; }
.entry.blue { background-color: #d8eaf2; border: 1px solid #cbe3ee; border-bottom-color: #97c7dd; }
.entry.alt, .entry.last { margin-right: 0!important; }
.entry:hover { color: #000; border-color: #000; }
.entry:hover img { opacity: 0.8!important; }
.entry:hover span.entry-icon { color: #000; }
.entry span { margin-right: 10px; }
.entry span.entry-image { float: left; width: 72px; height: 54px; position: relative; overflow: hidden; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.entry span.entry-image img { width: 72px; height: 54px; }
.entry span.entry-image.icon { width: 24px; height: 40px; margin-left: 4px; }
.entry span.entry-image.icon img { width: 24px; height: 24px; margin-top: 8px; }
.entry span.entry-image .fa { font-size: 24px; margin-top: 6px;text-align: center; }
.entry span.entry-heading { display: block; font-weight: bold; margin-top: 4px; padding-right: 10px; }
.entry span.entry-heading.lg { font-size: 16px; line-height: 18px; }
.entry span.entry-heading strong.nsfw { color: #999; font-weight: normal; margin-top: 3px; font-size: 11px; border: 1px solid #ccc; padding: 2px 4px; border-radius: 4px; display: inline-block; }
.entry:hover span.entry-heading strong.nsfw { color: #4183c4; border-color: #4183c4; }
.entry span.entry-heading strong.count { color: #bbb; font-weight: normal; }
.entry:hover span.entry-heading strong.count { }
.entry span.entry-tagline { display: block; font-size: 12px; color: #777; margin-bottom: 4px; padding-right: 10px; }
.entry span.entry-icon { line-height: 40px; color: #aaa; position: absolute; top: 6px; right: 0; }
.entry span.play { opacity: 0; width: 30px; height: 30px; margin-right: 0; display: block; position: absolute; left: 21px; top: 12px;
-webkit-transition-property: all; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
-moz-transition-property: all; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
-o-transition-property: all; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out; 
transition-property: all; transition-duration: 0.2s; transition-timing-function: ease-out; }
.entry:hover span.play { opacity: 0.6; }
.entry span.play .fa-stack-2x { color: #000; margin-top: 4px; text-shadow: 0 1px 0 rgba(255,255,255,0.4); }
.entry span.play .fa-stack-1x { color: #fff; font-size: 12px; margin-top: 3px; }

.entry-wrap { position: relative; float: left; }
.pop-out { background: rgba(0,0,0,0.5); color: #fff; font-size: 16px; padding: 8px 10px; position: absolute; right: 24px; top: 14px; -webkit-border-radius: 100%; border-radius: 100%; }
.pop-out.last { right: 14px; }
.pop-out:hover { background: #4183c4; color: #fff; }

/* entry: one-whole */
.entry.one-whole { width: 928px; }

/* entry: one-half */
.entry.one-half { width: 451px; margin-right: 10px; }

/* entry: one-third */
.entry.one-third { width: 292px; margin-right: 10px; }

/* entry: case */
.case-wrap { width: 305px; float: left; margin-right: 10px; margin-bottom: 10px; }
.case-wrap.last { margin-right: 0; }  
.entry-description { background: #e4f0ff; font-size: 11px; line-height: 16px; padding: 10px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.entry.case  { width: 291px; }
.entry.case span.play { top: 20px; left: 31px; }
.entry.case span.entry-image { width: 93px; height: 70px; }
.entry.case span.entry-image img { width: 93px; height: 70px; }

/* entry: case small */
.entry.simple { width: 286px; }
.entry.simple span.entry-heading { margin: 4px 0; padding: 0 6px; }
.entry.simple span.entry-heading strong { font-weight: normal; color: #777; }

/* entry: sightings */
.entry.one-fifth { width: 166px; margin-right: 10px; margin-bottom: 10px; }
.entry.one-fifth span.play { left: 68px; top: 32px; }
.entry.one-fifth span.entry-image { width: 166px; height: 93px; margin: 0 0 10px 0; float: left; position: relative; }
.entry.one-fifth span.entry-image img { width: 166px; height: auto; }
.entry.one-fifth span.entry-heading { width: 158px; height: 32px; overflow: hidden; margin: 0 4px; padding: 0 0 10px 0; float: left; }
.entry.one-fifth span.entry-tagline { width: 158px; margin: 0 4px; padding: 4px 0 0 0; float: left; border-top: 1px dashed #ddd; }
.entry.one-fifth span.entry-icon { top: auto; bottom: -5px; }

/* entry: special */
.entry-fbi { background: #e4f0ff; padding: 15px 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* entry: empty */
.entry.empty { background: #e7e7e7!important; border-color: transparent; border-top-color: #ddd; border-bottom-color: #fff; }
.entry.empty span.entry-image { background: #ddd; box-shadow: inset 0 1px 0 #d5d5d5, 0 1px 0 #f5f5f5; }
.entry.empty span.entry-image i { color: #c5c5c5; width: 100%; text-align: center; margin-top: 15px; text-shadow: 0 1px 0 #f5f5f5; }

/* entry: updates */
.elm-button { background: #e7e7e7!important; color: #4183c4; text-shadow: 0 1px 0 #fff; cursor: pointer; font-family: 'BebasNeueRegular', Arial, sans-serif; width: 100%; padding: 6px; display: block; font-weight: 400; text-align: center; font-size: 18px; border: none; 
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 0 #ddd; box-shadow: 0 1px 0 #fff, inset 0 1px 0 #ddd; }
.elm-button:hover { color: #222; }
.elm-button.is-loading { background: #e7e7e7!important; }
.elm-button-text { line-height: 32px; }
.elm-loading-anim { display: none; }
.elm-button.is-loading .elm-loading-anim { display: block; }
.elm-button.is-loading .elm-button-text { display: none; }
.elm-loading-icon { width: 26px; height: 26px; }

.rss-btn { font-family: 'BebasNeueRegular', Arial, sans-serif; display: block; font-weight: 400; text-align: right; font-size: 18px; float: right; margin-top: 10px; }
.entry.updates-btn { font-family: 'BebasNeueRegular', Arial, sans-serif; display: block; font-weight: 400; text-align: center; font-size: 18px; background: #e7e7e7!important; border-color: transparent; border-top-color: #ddd; border-bottom-color: #fff; }
.entry.updates span.entry-heading { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.entry.updates span.entry-date { transition: all 0.2s ease; background: #e4f0ff; color: #4183c4; font-size: 12px; padding: 3px 9px; display: block; position: absolute; right: 20px; top: 16px; border-radius: 12px; }
.entry.updates:hover span.entry-date { background: #eee; color: #999; }
.entry.updates span.entry-comments { position: relative; font-size: 26px; position: absolute; right: 116px; top: 10px; }
.entry.updates span.entry-comments strong { color: #fff; font-size: 12px; text-shadow: none; position: absolute; left: 3px; top: 8px; width: 20px; text-align: center; }

.entry span.entry-excerpt { transition: all 0.2s ease; display: block; color: #aaa; margin: 0 0 6px 0; }
.entry:hover span.entry-excerpt { color: #777; }
.entry span.entry-excerpt p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

body.blog { background: #e2e2e2; }
body.single { background: #eee; }
body.single #wrapper { min-width: auto; }
.wrap-updates { max-width: 580px; padding: 20px; margin: 0 auto; }  
.pagination { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 22px; }
.pagination .next,
.pagination .prev { padding-top: 30px; }

/* entry: updates single */
.post-title { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 36px; color: #333;  }
.post-date { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 18px; color: #999; }
.wrap-updates .text { font-size: 15px; color: #666; }
.comment-reply-title { font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 18px; color: #999; }
.wrap-updates #comments { margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd; }


/* ------------------------------------------------------------------------- *
 *  Quotes
/* ------------------------------------------------------------------------- */
#quotes-block { z-index: 8; background: #000 url(img/grad-stripes.png) repeat-x top center; }
#quotes-block-inner { padding: 100px 0 60px; }
#quotes-block .divider { color: #fff; border-bottom-color: #2b2b2b; border: none; }
#quotes-block .huge { color: #fff; }
#quotes-block .tagline { background: #333; }
#quotes-block .tagline span { color: #666; background: #141414; }

/* quotes: item */
#quotes-block blockquote { background: rgba(255,255,255,0.1); float: left; margin-right: 100px; position: relative; padding: 10px 15px; width: 330px; margin-bottom: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.04);
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.04);
box-shadow: inset 1px 1px 0 rgba(255,255,255,0.04);
text-shadow: 0 1px 0 rgba(0,0,0,0.7); }
#quotes-block blockquote:after { top: 12px; right: -12px; border: solid; border-color: transparent rgba(255,255,255,0.1); border-width: 12px 0 12px 12px; content: ""; display: block; position: absolute; z-index: 1; }
#quotes-block blockquote p { color: #999; font-size: 12px; margin: 5px 0; line-height: 1.5em; }
#quotes-block blockquote p.author { color: #3a6187; }
#quotes-block blockquote p.source { color: #555; font-style: italic; font-size: 11px; padding-top: 6px; border-top: 1px dashed #333; margin-bottom: 0; }
#quotes-block blockquote p.source a { color: #666; }
#quotes-block blockquote p.source a:hover { text-decoration: underline; }
#quotes-block blockquote .thumb { background-color: #111; height: 80px; width: 80px; position: absolute; right: -100px; top: 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px; 
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.5); }

/* quotes: thumbnails */

.thumb { background-image: url(img/thumbs/quotes/sprite.jpg); background-size: 100%; background-repeat: no-repeat; background-position: 80px 0; }
/* astronauts */
.thumb.gordon-cooper { background-position: 0 0; }
.thumb.edgar-mitchell { background-position: 0 -80px; }
.thumb.eugene-cernan { background-position: 0 -160px; }
.thumb.donald-slayton { background-position: 0 -240px; }
.thumb.storey-musgrave { background-position: 0 -320px; }
.thumb.james-irwin { background-position: 0 -400px; }
.thumb.charles-camarda { background-position: 0 -480px; }
.thumb.victor-afanasyev { background-position: 0 -560px; }
.thumb.brian-oleary { background-position: 0 -640px; }
/* presidents */
.thumb.mikhail-gorbachev { background-position: 0 -720px; }
.thumb.harry-truman { background-position: 0 -800px; }
.thumb.john-kennedy { background-position: 0 -880px; }
.thumb.gerald-ford { background-position: 0 -960px; }
.thumb.jimmy-carter { background-position: 0 -1040px; }
.thumb.ronald-reagan { background-position: 0 -1120px; }
/* more */
.thumb.roscoe-hillenkoetter { background-position: 0 -1200px; }
.thumb.allen-hynek { background-position: 0 -1280px; }
.thumb.philip-corso { background-position: 0 -1360px; }
.thumb.edgar-hoover { background-position: 0 -1440px; }
.thumb.ben-rich { background-position: 0 -1520px; }
.thumb.hill-norton { background-position: 0 -1600px; }
.thumb.hugh-dowding { background-position: 0 -1680px; }
.thumb.donald-keyhoe { background-position: 0 -1760px; }
.thumb.eddie-rickenbacker { background-position: 0 -1840px; }
.thumb.albert-chop { background-position: 0 -1920px; }
.thumb.delmar-fahrney { background-position: 0 -2000px; }
.thumb.douglas-macarthur { background-position: 0 -2080px; }
.thumb.nathan-twining { background-position: 0 -2160px; }
.thumb.barry-goldwater { background-position: 0 -2240px; }
.thumb.nick-pope { background-position: 0 -2320px; }
/* others */
.thumb.hermann-oberth { background-position: 0 -2400px; }
.thumb.maurice-biot { background-position: 0 -2480px; }
.thumb.harold-puthoff { background-position: 0 -2560px; }
.thumb.james-mcdonald { background-position: 0 -2640px; }
.thumb.walther-riedel { background-position: 0 -2720px; }
.thumb.stanton-friedman { background-position: 0 -2800px; }
.thumb.stephen-hawking { background-position: 0 -2880px; }
.thumb.michio-kaku { background-position: 0 -2960px; }


/* ------------------------------------------------------------------------- *
 *  Famous Cases
/* ------------------------------------------------------------------------- */
#cases-block { z-index: 7; background: #4183c4; }
#cases-block-inner { padding: 100px 0 60px; }
#cases-block .divider { color: #fff; border-bottom-color: #5391ce; border: none; }

#cases-block a { color: #222; }
#cases-block a:hover { color: #4183c4; }

#cases-block .huge { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
#cases-block .tagline { background: #7aa8d6; text-shadow: 0 1px 0 rgba(0,0,0,0.2); }
#cases-block .tagline span { background: #4183c4; color: #b2cbe4; }

.entry-sceptic { background: rgba(255,255,255,0.15); color: #c9daec; text-shadow: 0 1px 0 rgba(0,0,0,0.1); padding: 15px 20px; 
box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.entry-sceptic span.highlight { color: #fff; }

/* entry: case */
#cases-block .case-wrap { width: 305px; float: left; margin-right: 10px; margin-bottom: 10px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
#cases-block .case-wrap.last { margin-right: 0; }  
#cases-block .entry-description { background: rgba(255,255,255,0.15); color: #c9daec; text-shadow: 0 1px 0 rgba(0,0,0,0.15); font-size: 11px; line-height: 16px; padding: 10px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#cases-block .entry-description a { color: #fff; }
#cases-block .entry-description a:hover { text-decoration: underline; }
#cases-block .entry.case  { background: #ecf3f9; border: 1px solid #ecf3f9; border-top-color: #fff; text-shadow: 0 1px 0 rgba(255,255,255,0.7); width: 291px; margin-bottom: 8px; }
#cases-block .entry.case span.play { top: 20px; left: 31px; }
#cases-block .entry.case span.entry-image { width: 93px; height: 70px; }
#cases-block .entry.case span.entry-image img { width: 93px; height: 70px; }

/* entry: case small */
#cases-block .entry.simple { background: #ecf3f9; border: 1px solid #ecf3f9; border-top-color: #fff; width: 286px; padding: 4px 6px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
#cases-block .entry.simple span.entry-heading { margin: 4px 0; padding: 0 6px; }
#cases-block .entry.simple.last { margin-bottom: 0; }
#cases-block .entry.simple .fa { margin-right: 4px; }


/* ------------------------------------------------------------------------- *
 *  Sightings
/* ------------------------------------------------------------------------- */
#sightings-block { z-index: 6; }
#sightings-block-inner { padding: 100px 0 60px; }

#sightings-block .entry-tagline .fa { margin-right: 2px; }


/* ------------------------------------------------------------------------- *
 *  More
/* ------------------------------------------------------------------------- */
#more-block { z-index: 5; background: #eee; }
#more-block-inner { padding: 100px 0 60px; }

#more-block .tagline { background: #ccc; } 
#more-block .tagline span { background: #eee; }

#more-block .entry  { background: #fff; }

#more-block .coming-soon { text-align: center; color: #999; font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; font-weight: 400; font-size: 42px; margin: 100px 0; }
#more-block .coming-soon span { display: block; color: #ccc; font-size: 80px; }

/* tabs-nav */
.alx-tabs-nav { float: left; width: 100%; text-align: center; margin-bottom: 30px; border-top: 1px solid #ddd; }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav.tab-count-5 li { width: 20%; }
.alx-tabs-nav li { display: block; float: left; padding-top: 4px; }
.alx-tabs-nav li a { font-size: 22px; display: block; border-bottom: 3px solid #ddd; color: #999; padding: 12px 0; border-radius: 4px 4px 0 0; }
.alx-tabs-nav li a:hover { border-bottom-color: #ccc; color: #222; }
.alx-tabs-nav li.active a { border-bottom-color: #4183c4; color: #4183c4; }
.alx-tabs-nav li a { font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; font-weight: 400; font-size: 22px; }
.alx-tabs-nav li a strong { background: #ddd; padding: 0 4px; margin-left: 4px; border-radius: 3px; }
.alx-tabs-nav li a i { margin-right: 6px; }

/* tabs */
.alx-tabs-container { float: left; width: 100%; }
.alx-tabs-container > li { list-style: none; float: left; width: 100%; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }
#comments img { opacity: 1; }
#pinglist-container { display: none; }

.comment-tabs { font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; border-bottom: 3px solid #ddd; margin-bottom: 20px; }
.comment-tabs li { list-style: none; float: left; margin-bottom: -3px; }
.comment-tabs li a { font-size: 18px; font-weight: 400; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 3px solid #ddd; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #ddd; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #4183c4; border-bottom-color: #4183c4; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { list-style: none; padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; font-weight: 300; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #4183c4; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { font-weight: 300; margin-bottom: 8px; color: #666; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { box-sizing: content-box; background: #4183c4; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #e2e2e2; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


/* ------------------------------------------------------------------------- *
 *  Forms
/* ------------------------------------------------------------------------- */
input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform select,
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform select { appearance: normal; -moz-appearance: menulist; -webkit-appearance: menulist; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #333; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform select,
.themeform textarea { background: #fff; border: 2px solid #d5d5d5; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus,
.themeform input[type="url"]:focus,
.themeform input[type="tel"]:focus,
.themeform input[type="number"]:focus, 
.themeform select:focus,
.themeform textarea:focus { border-color: #4183c4; color: #333; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #4183c4; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #4183c4; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #333; }


/* ------------------------------------------------------------------------- *
 *  Subfooter
/* ------------------------------------------------------------------------- */
#subfooter {  }
#subfooter-block { z-index: 8; background: #000 url(img/grad-stripes.png) repeat-x top center; }
#subfooter-block-inner { padding: 0 0 0; }
#subfooter-block .huge { font-size: 42px; line-height: 70px; height: 70px; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.5); }
#subfooter-block .tagline { background: transparent; }
#subfooter-block .tagline span { background: transparent; color: #777; text-shadow: 0 1px 0 rgba(0,0,0,0.5); }

.share-footer { margin: 37px 0 20px 0; }
.share-heading { padding-top: 30px; position: relative; color: #777; font-size: 38px; font-weight: 400; font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; text-align: center; }

.subfooter-warp { background: url(img/warp-shapes.png) no-repeat bottom center; height: 400px; width: 100%; font-weight: 400; font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; text-align: center; }
.subfooter-since { font-size: 17px; text-transform: uppercase; text-align: center; padding-top: 18px; color: #777; text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
.subfooter-since .fa { margin: 0 4px; position: relative; top: -1px; }
.subfooter-since span { background: rgba(102,102,102,0.3); box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 #000; border-radius: 4px; display: inline-block; padding: 8px 0; width: 220px; margin-bottom: 2px; }
.subfooter-stats { width: 220px; margin: 0 auto; padding-top: 10px; text-shadow: 0 1px 0 #000; }
.subfooter-viewcount { background: rgba(102,102,102,0.3); box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 #000; border-radius: 4px; padding: 10px 0; font-size: 72px; color: #fff;  }
.subfooter-views { background: #000; font-size: 24px; color: #777; padding: 10px 0; width: 120px; margin: 0 auto; border: 1px solid #222; border-top: 0; border-radius: 0 0 4px 4px; }
.subfooter-views i { margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Footer
/* ------------------------------------------------------------------------- */
#footer { background: #222; z-index: 5; }
#footer-inner { color: #777; padding: 0 0 14px; }
#footer a { color: #4183c4; }
#footer a:hover { color: #fff; }
#footer a#top,
#footer a#top:hover { color: #777; }
#footer a#top .fa { vertical-align: 10%; margin-right: 4px; }
#footer p#left { font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; font-size: 22px; float: left; }
#footer p#right { font-family: 'BebasNeueRegular', Arial, sans-serif; text-transform: uppercase; font-size: 22px; float: right; }
#footer p#bottom { margin-top: 20px; padding-top: 20px; border-top: 1px solid #333; }
#footer p#bottom span { float: right; }
#footer p#bottom a { margin-left: 2px; }
#footer p#bottom .fa { font-size: 22px; bottom: -3px; position: relative; }
#footer p#bottom img { opacity: 1; margin: 0 2px; position: relative; margin-bottom: -5px; }
#footer p#bottom img.logo-light { display: none; }
#footer p#bottom a:hover img.logo-color { display: none; }
#footer p#bottom a:hover img.logo-light { display: inline-block; }


/* ------------------------------------------------------------------------- *
 *  Responsive Below : 1024px
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	#earth { display: none; }
	#pixie-container { display: none; }
	#subheader,
	#earth { top: 0!important; }
}

@media only screen and (max-width: 700px) {
	.wrap-gallery .sharrre-container { position: static; height: 46px; width: 100%; box-sizing: border-box; }
}

/* ------------------------------------------------------------------------- *
 *  Responsive Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	#wrapper { min-width: 100%; }	
	#header { position: relative; margin-bottom: 0; text-shadow: 0 1px 0 #fff; }
	#header-inner { height: auto; }
	#header-inner strong { display: none; }
	#header-wrap { float: left; width: 100%; padding-top: 62px; }
	#logo { padding: 20px 0; margin: 0; float: none; text-align: center; font-size: 42px; }
	#logo a .fa { display: none; }
	#logo img { display: none; }
	.expanding-circle { display: none; }
	.expanding-circle.expand { display: block; }
	.expanding-circle.expand .dot { border-color: #999; }
	ul.nav { background: #eaeaea url(img/grad-silver.png) repeat-x top; position: fixed; top: 0; left: 0; right: 0; z-index: 99; padding: 0; height: auto; width: 100%; border-left: none; border-bottom: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 0 #f5f5f5; 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 0 #f5f5f5;  }
	ul.nav li { width: 20%; text-align: center; box-sizing: border-box; }
	ul.nav li.more { display: block; }
	ul.nav li a { font-size: 13px; padding: 0; padding-top: 4px; width: 100%; display: block; border-right: 1px solid #e5e5e5; }
	ul.nav li.active a { background: #e9e9e9;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.05); }
	ul.nav li a i { margin-right: 0; font-size: 18px; }
	
	.sharrre-container { width: 273px; box-shadow: none; position: relative; right: 0; padding-left: 15px; padding-right: 10px; border-right: 1px solid #ddd; border-top: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); }
	.sharrre .count { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: 600; }
	#subheader { height: 400px; padding-top: 30px; margin-top: 0; }
	#subheader .huge { font-size: 70px; line-height: 70px; height: 160px; }
	#subheader .tagline { background: none; }
	#subheader .tagline span { background: none; }
	#subheader .container-12 { margin-top: 0; }
	#parallax { display: none; }
	#subheader { background: #000 url(img/parallax.jpg) no-repeat bottom center; }
	#content { margin-top: 0; }
	
	.container-12 { width: 320px; }
	.container-12 .grid-4,
	.container-12 .grid-6,
	.container-12 .grid-8,
	.container-12 .grid-12 { width: 300px; }
	
	#header, 
	#subheader,
	#content, 
	#quotes-block, 
	#cases-block, 
	#sightings-block, 
	#more-block,
	#subfooter-block, 
	#footer { width: 100%; clear: both; position: relative; min-width: 100%; }
	
	#quotes-block-inner,
	#cases-block-inner,
	#sightings-block-inner,
	#more-block-inner { padding-top: 80px; }
	
	#more-block-inner { padding-bottom: 20px; }
	
	.entry.one-whole,
	.entry.one-half,
	.entry.one-third { width: 285px; }
	
	.entry.one-whole.updates span.entry-date,
	.entry.one-whole.updates span.entry-comments { display: none; }
	
	#quotes-block .grid-6.omega { margin-left: 0; margin-right: 10px; }
	#quotes-block blockquote { position: relative; width: 270px; margin-right: 0; margin-bottom: 100px; }
	#quotes-block blockquote .thumb { z-index: -1; top: auto; bottom: -90px; right: 0; }
	#quotes-block blockquote:after { top: auto; bottom: -12px; right: 138px; border: solid; border-color: rgba(255,255,255,0.1) transparent; border-width: 12px 12px 0 12px; }
	#quotes-block blockquote .thumb:after { position: absolute; content:""; bottom: 40px; right: 80px; border-left: 4px solid #161616; border-bottom: 4px solid #161616; height: 35px; width: 68px; -webkit-border-radius: 0 0 0 10px; border-radius: 0 0 0 10px; }
	#quotes-block blockquote .thumb:before { position: absolute; color: #222; font-size: 42px; font-family: FontAwesome; content:"\f10d"; bottom: 17px; right: 205px; }
	
	#cases-block .case-wrap { width: 300px; }
	#cases-block .entry.case { width: 286px; }
	
	.entry.one-fifth { width: 131px; float: left; }
	.entry.one-fifth:nth-child(even) { margin-right: 0!important; }
	.entry.one-fifth:nth-child(odd) { margin-right: 10px!important; }
	.entry.one-fifth span.play { left: 50px; top: 20px; }
	.entry.one-fifth span.entry-image { width: 100%; height: 73px; /* fix scrollspy */ }
	.entry.one-fifth span.entry-image img { width: 100%; }
	.entry.one-fifth span.entry-heading { width: 123px; height: 46px; }
	.entry.one-fifth span.entry-tagline { width: 123px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	#sightings .entry.one-fifth span.entry-icon { display: none; }
	.entry-wrap { width: 131px; }
	
	.entry.one-fifth.last-mobile { width: 285px; float: left; }
	.entry.one-fifth.last-mobile span.play { left: 128px; top: 64px; }
	.entry.one-fifth.last-mobile span.entry-image { width: 100%; height: 160px; /* fix scrollspy */ }
	.entry.one-fifth.last-mobile span.entry-heading { width: 277px; }
	.entry.one-fifth.last-mobile span.entry-tagline { width: 277px; }
	.entry-wrap.last-mobile { width: 285px; }
	
	.pop-out { padding: 18px 20px; right: 0!important; }
	
	.alx-tabs-nav.tab-count-5 li { width: 50%; }
	.alx-tabs-nav.tab-count-5 li:last-child { width: 100%; }
	
	.entry.empty { display: none; }

}

/* ------------------------------------------------------------------------- *
 *  Gallery
/* ------------------------------------------------------------------------- */
body.page-template-aliens,
body.page-template-aliens-fake,
body.page-template-ufos { background: #222; font-size: 18px; }
.page-template-aliens #wrapper,
.page-template-aliens-fake #wrapper,
.page-template-ufos #wrapper { min-width: auto; }
.wrap-gallery { position: relative; max-width: 700px; margin: 10px auto; }
.wrap-gallery a { color: #4183c4; text-decoration: none; outline: 0;
  -webkit-transition-property: all; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
  -o-transition-property: all; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out; 
  transition-property: all; transition-duration: 0.2s; transition-timing-function: ease-out; }
.wrap-gallery header { font-family: 'BebasNeueRegular', Arial, sans-serif; color: #666; padding: 10px 30px 15px; float: left; width: 100%; box-sizing: border-box; }
.wrap-gallery header strong { font-size: 32px; color: #fff; font-weight: 400; }
.wrap-gallery header a { color: #999; }
.wrap-gallery header a:hover { color: #fff; }
.wrap-gallery img { float: left; width: 100%; box-sizing: border-box; padding: 5px; position: relative;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
.wrap-gallery span { position: relative; float: left; width: 100%; }
.wrap-gallery span:after { z-index: 1; background: rgba(0,0,0,0.6); font-size: 14px; color: #fff; content: attr(title); display: block; bottom: 5px; left: 5px; padding: 10px 10px; position: absolute;  }


/* ------------------------------------------------------------------------- *
 *  WP Adminbar Bottom
/* ------------------------------------------------------------------------- */
#wpadminbar{top:auto;bottom:0}@media screen and (max-width: 600px){#wpadminbar{position:fixed}}#wpadminbar .menupop .ab-sub-wrapper,#wpadminbar .shortlink-input{bottom:32px}@media screen and (max-width: 782px){#wpadminbar .menupop .ab-sub-wrapper,#wpadminbar .shortlink-input{bottom:46px}}@media screen and (min-width: 783px){.admin-bar.masthead-fixed .site-header{top:0}}


/* ------------------------------------------------------------------------- *
 *  prettyPhoto
/* ------------------------------------------------------------------------- */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0; display: none!important; }
div.pp_default .pp_bottom .pp_left{background:url(img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyPhoto/default/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:90px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#f8f8f8}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


/* ------------------------------------------------------------------------- *
 *  Animate on Scroll
/* ------------------------------------------------------------------------- */
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:all,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*# sourceMappingURL=aos.css.map*/
