/*
Theme Name: Vysual
Theme URI: http://themes.themolitor.com/vysual
Description: Premium theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 1.0.7
Tags:right-sidebar, post-formats
Text domain: vysual
*/


/*--------------------------------*/
/* -----RESET + TRANSITIONS----- */
/*------------------------------*/
* {
	padding: 0; 
	margin: 0; 
	line-height: 1.6em;
	/*--COLOR ANIMATIONS--*/
 	-webkit-transition:background-color 0.30s linear, border-color 0.30s linear, color 0.30s linear, outline-color 0.30s linear; 
 	-moz-transition:background-color 0.30s linear, border-color 0.30s linear, color 0.30s linear, outline-color 0.30s linear; 
 	-o-transition:background-color 0.30s linear, border-color 0.30s linear, color 0.30s linear, outline-color 0.30s linear; 
 	transition:background-color 0.30s linear, border-color 0.30s linear, color 0.30s linear, outline-color 0.30s linear;  
 	/*IE SCROLL STYLE*/
 	-ms-overflow-style: -ms-autohiding-scrollbar;
}


/*------------------------------*/
/* -----GENERAL TAG STUFF----- */
/*----------------------------*/
code {
	font:1.1em 'Courier New', 'Courier', fixed;
}
acronym,
abbr,
span.caps {
	font-size:90%;
	letter-spacing:.07em;
	cursor:help;
}
acronym.abbr {
	border-bottom:1px dashed rgba(255,255,255,.75);
}
blockquote {
	border-left: 5px solid rgba(255,255,255,.75);
    display: inline-block;
    position: relative;
    margin: 1em 0 1em 15px;
    padding: 0 0 0 25px;
}
blockquote cite {
	display:block;
	margin:5px 0 0;
}
hr {
	display:none;
}
pre {
	max-width: 100%;
	padding: .5em;
	overflow: auto;
	margin-bottom: 1em;
	background: rgba(255,255,255,.1);
}
table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
th {
	background: rgba(255,255,255,.05);
	font-size: 90%;
	text-transform: uppercase;
}
td, th {
  border: 1px solid rgba(255,255,255,.1);
  padding: 0.5rem;
  text-align: left;
  font-weight: normal;
}
tr:nth-child(odd) {
	background:rgba(255,255,255,.05)
}
dl {
	border: 1px solid rgba(255,255,255,.1);
  	padding: 0.5rem;
  	margin-bottom: 1em;
}
dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}
dt:hover {
	overflow: visible;
}
dt:after {
	content: ":";
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}
address {
	margin-bottom: 1em;
}


/*--------------------------------*/
/* -----GENERAL CLASS STUFF----- */
/*------------------------------*/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.center {
	text-align:center;
}
.clear {
	clear: both;
}
.clearfix:after,
.clearfix:before { 
   content: "";
   position: relative; 
   display: block; 
   clear: both;
}
.error {
	color: red;
}

.overflow-scroll {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*------------------------------*/
/* -----HTML + BODY STUFF----- */
/*----------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	position: relative;
	
  	
}
body {
	height:100%; 
	width:auto;
	font-size: 12px;
	color: #999;
	color: rgba(255,255,255,.6);
}

#page-info {display: none;}


/*-------------------------------------*/
/*--SCROLLBAR STYLES FOR WEBKIT ONLY--*/
/*-----------------------------------*/
body.windowsOs *::-webkit-scrollbar {
    width: 5px;
}
body.windowsOs *::-webkit-scrollbar:horizontal {
    height: 5px;
}
body.windowsOs *::-webkit-scrollbar-track { 
    background: none;
}
body.windowsOs *::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.15); 
}
body.windowsOs *::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.5); 
}


/*------------------------*/
/* -----A TAG STUFF----- */
/*----------------------*/
a {
	text-decoration:none; 
	color:inherit; 
	position: relative;
}
a:hover {
	text-decoration:none; 
}


/*--------------------------*/
/* -----IMG TAG STUFF----- */
/*------------------------*/
img {
	max-width: 100%; 
	height: auto;
}
img.aligncenter {
	display:block;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 10px;
}
img.alignright {
	display:inline;
	margin:0 0 10px 10px;
}
img.alignleft {
	display:inline;
	margin:0 10px 10px 0;
}
img#wpstats {
	width:0;
	height:0;
	border:none;
	display: block;
	overflow:hidden;
}
.entry img {
	vertical-align:text-bottom; 
}


/*------------------------*/
/* -----H TAG STUFF----- */
/*----------------------*/
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {
	font-weight: lighter;
	border: none;
	color: #fafafa;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
	text-decoration:none; 
	border: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:none;
}

.error-404 {
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 98;
}


/*------------------------------------*/
/*---------CONTAINER STUFF-----------*/
/*----------------------------------*/
#contentContainer {
	width:100%; 
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
body.full-screen-video #contentContainer {
	box-shadow: none;
}

#contentCover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.35);
	display: none;
	cursor: pointer;
	z-index: 100;
}

/*---------*/
/*--LOGO--*/
/*-------*/
#logo {
	display: inline-block; 
	z-index: 100; 
	position: relative; 
	border: none;
	max-width: 100%;
	margin: 30px 0 0 30px;
	outline: none;
	font-size: 200%;
    font-weight: lighter;
    line-height: 1em;
}
#logo:hover {
	background: none;
}
#logo img {
	display: block; 
	max-width: 100%; 
	height: auto;
	border-style:none;
}


/*-------------------------*/
/*--HEADER IMAGE STUFF----*/
/*-----------------------*/
#headerImages {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#headerImages:after {
	content: '';
	display: block;
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:2;  
	background-color: #000;
}
.header-image {
	display: none;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;  
	background-position: center; 
	background-repeat: no-repeat;
}
.header-image:first-child {
	display: block;
}
.header-image.activeBg {
	z-index: 2;
}
.header-image img {
	display: none;
}
/*--VIDEO BACKGROUND--*/
.wallpaper-container {
	display: block !important;
	z-index: 2 !important;
}


/*-------------------------------------*/
/*-------MAIN NAVIGATION STUFF--------*/
/*-----------------------------------*/
#menu-control {
	color: #fff;
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 101;
    cursor: pointer;
    display: none;
    height: 16px;
    width: 27px;
	border-top: 2px solid #fff;
 	
 	display: block;
 	
 	border: none;
 	height: 26px;
 	top: 25px;
 	outline:10px solid transparent;
}
 
#menu-control.menu-text {
	width: auto;
}
 
 #menu-control.menu-text:before {
    content: "MENU";
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding:0 5px;
    position: relative;
    right: 0;
    top: 0;
    
    -webkit-transition: background 0 0.3s;
          	transition: background 0 0.3s;
}

#menu-control span {
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	margin-top: -1px; 
	
	-webkit-transition: background 0 0.3s;
          	transition: background 0 0.3s;
}
#menu-control.menu-text span {
  display: none;
}
#menu-control span::before,
#menu-control span::after {
	content: '';
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background: #fff;
	display: block;
	-webkit-transition:bottom 0.30s linear,top 0.30s linear; 
 	-moz-transition:bottom 0.30s linear,top 0.30s linear; 
 	-o-transition:bottom 0.30s linear,top 0.30s linear; 
 	transition:bottom 0.30s linear,top 0.30s linear; 
 	
 	-webkit-transition-duration: 0.3s, 0.3s;
 	-moz-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	
  	-webkit-transition-delay: 0.3s, 0;
  	-moz-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
#menu-control span::before {
	top: -8px;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	transition-property: top, transform;
}
#menu-control span::after {
	bottom: -8px;
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	transition-property: bottom, transform;
}

/*--HOVER / ACTIVE--*/
#menu-control:hover,
body.open-sidebar #menu-control {
	background:rgba(255,255,255,.15); 
	outline-color:rgba(255,255,255,.15); 
}
body.open-sidebar #menu-control:hover {
	background:rgba(255,255,255,.25); 
	outline-color:rgba(255,255,255,.25); 
}

/*--SIDEBAR OPEN--*/
body.open-sidebar #menu-control span {
  background: none;
}
body.open-sidebar #menu-control span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open-sidebar #menu-control span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.open-sidebar #menu-control span::before,
body.open-sidebar #menu-control span::after {
  -webkit-transition-delay: 0, 0.3s;
  -moz-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/*--------------------------------*/
/*-----SIDEBAR/WIDGETS STUFF-----*/
/*------------------------------*/
#sidebar {
	font-size: 95%;	
	display: block;
    height: 100%;
    top: 0;
    width: 0;
    color: rgba(255,255,255,.3);
    right: 0;
    z-index: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}
body.open-sidebar #sidebar {
	width: 300px;
}
#sidebar-logo {
    height: auto;
    width: 220px;
    position: relative;
    display: inline-block;
    z-index: 100;
    padding: 40px 40px 0;
    outline: none;
}
#sidebar-logo img {
	border-style:none;
}
#sidebar-widgets {
	position: relative;
    padding: 40px;
    width: 220px;
}
#sidebar-widgets .widget {
	position: relative; 
	list-style: none; 
	font-size: 12px; 
	margin:85px 0 0;
}
#sidebar-widgets .widget:first-child {
	margin: 0;
}
#sidebar-widgets .widget .widget-title {
    font: 12px/1em sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#sidebar-widgets .widget ul li {list-style:none; margin-bottom: 15px;}
#sidebar-widgets .widget ul li ul li {padding: 0 0 0 5px; list-style-type:disc; list-style-position: inside;}

#sidebar-widgets p {
	font-size: 14px; 
	color: rgba(255,255,255,.3); 
	margin-bottom: 1em;
	line-height: 1.5em;
}
#sidebar-widgets img {max-width: 100%;}
#sidebar-widgets a {color: rgba(255,255,255,.5);}
#sidebar-widgets a:hover {color: #fff; text-decoration: none;}

#navigation {
	position: absolute;
	top: 20px;
	right: 30px; 
	font-size: 95%;
	
	display: block;
    height: 100%;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 1001;
    position: fixed;
    
	position:relative; 
	padding: 70px 40px 40px;
	width: 220px;
	top: 0;
	right: 0;
	font-size: 100%;
	height: auto;
	z-index: 1;
}
#navigation.hasLogo {
	padding: 40px;
}
#dropmenu {
	list-style:none; 
	position:relative; 
	z-index: 400;	
}
#dropmenu li {
	list-style:none;   
	position:relative; 
	float: left; 
	margin-left: 18px;
	
	float: none;
	margin: 0;
}
#dropmenu a {
    border-bottom: 0px solid transparent;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
#dropmenu li:hover > a {text-decoration: none; color: #fff;}
#dropmenu .submenu {
	display: block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: auto;
}
#dropmenu .submenu li {
	position:relative; 
	z-index: 2; 
	display: block; 
	text-align: left;
}
#dropmenu .sub-menu a {
	display: block; 	
	left: 0;
    padding: 0 20px;
    width: auto;
}
#dropmenu .sub-menu a::before {
    content: "--";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
#dropmenu .current-menu-item > a {
	color: #fff;
	opacity: 1;
	background: rgba(255,255,255,.035);
    left: -10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
#dropmenu .sub-menu .current-menu-item > a {
    padding: 0 20px;
    text-indent: 10px;
    width: auto;
}


/*----------------------------*/
/* -----CALENDAR WIDGET----- */
/*--------------------------*/
#wp-calendar {
	empty-cells:show; 
	width:100%;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	padding-top: 10px;
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	background: none;
}
#wp-calendar #next a {
	text-align:right;
}
#wp-calendar #prev a {
	text-align:left;
}
#wp-calendar a {
	text-decoration:none;
	display:block;
}
#wp-calendar caption {
	width:100%; 
	margin-bottom: 8px; 
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
	color: #000;
}
#wp-calendar th {
	font-style:normal;
	text-transform:capitalize; 
	background: none; 
	line-height: 30px; 
	text-align: center; 
	font-weight: normal;
}
#wp-calendar tbody td {
	text-align:center;
	padding:0; 
	line-height: 30px; 
	background: #eee; 
}
#wp-calendar tbody td.pad {
	background: none;
}
#wp-calendar tbody td a {
	background: #fafafa; 
	display: block; 
	line-height: 30px;
}
#wp-calendar tbody td a:hover {
	background: #fff;
}
#wp-calendar tfoot td {
	line-height: 30px;
}

/*--WIDGET PANEL CALENDAR STYLING--*/
#sidebar #wp-calendar caption {
	color: #fff;
	margin-bottom: 15px;
	font:normal 11px/1em sans-serif; 
	text-transform: uppercase;
}
#sidebar #wp-calendar th {
	color: #555;
}
#sidebar #wp-calendar tbody td {
	background: #222; 
	color: #555;
}
#sidebar #wp-calendar tbody td.pad {
	background: none;
}
#sidebar #wp-calendar tbody td a {
	background: #333; 
	color: #fff;
}
#sidebar #wp-calendar tbody td a:hover {
	background: #000;
}


/*---------------------------*/
/*-----TAG CLOUD WIDGET-----*/
/*-------------------------*/
li.widget_tag_cloud a {
	color: #fff !important; 
	background: rgba(0, 0, 0, 0.25);
	border-radius: 0;
    display: inline-block;
    font-size: 100% !important;
    line-height: 30px;
    margin-bottom: 4px;
    padding: 0 8px;
}
li.widget_tag_cloud a:hover {
	background: rgba(0, 0, 0, 0.4);
}
/*--WIDGET PANEL TAG CLOUD STYLING--*/
#sidebar li.widget_tag_cloud a {
	background: rgba(255, 255, 255, 0.1);
}

/*---------------------*/
/*-----RSS WIDGET-----*/
/*-------------------*/
.widgettitle .rsswidget:first-child {
	display: none;
}
.widget_rss .rss-date {
    display: block;
    font-family: 'georgia',serif;
    font-size: 90%;
    font-style: italic;
}
.rssSummary {
	margin-top:5px; 
	font-size: 90%;
}


/*----------------------------------*/
/*-----ARCHIVE/CATEGORY WIDGET-----*/
/*--------------------------------*/
.widget_archive li,
.widget_categories li {
	text-align: right; 
	position: relative; 
	color: #555;
}
.widget_archive li:after,
.widget_categories li:after {
	content: ''; 
	display: block; 
	clear: both;
}
.widget_archive li a,
.widget_categories li a {
	display: inline-block; 
	float: left; 
	text-align: left; 
	max-width: 90%;
}


/*----------------------------*/
/*--------AUDIO STUFF--------*/
/*--------------------------*/
#audioControl {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 23px;
	line-height: 23px;
	display: block;
	cursor: pointer;
	z-index: 100;
	overflow: hidden;	
	width: 31px;
	border: 10px solid transparent;
}
body.mobile-device #audioControl {display: none;}
#audioControl span {
	background-color: rgba(255,255,255,.5);
  	display: inline-block;
  	width: 3px;
  	height: 8px;
  	vertical-align: bottom;
  	position: relative;
  	left: 0;
  	bottom: 0;
  	margin-left: 1px;
  	
  	background-color: #fff;
}
#audioControl span:first-child {
	margin-left: 0;
}
#audioControl:hover {
	background-color: rgba(255,255,255,.15);
}
#audioControl:hover span {
	background-color: #fff;
}

/*------------------------------*/
/*--------REVIEWS STUFF--------*/
/*----------------------------*/
#reviews {
	position: absolute;
	right: 30px;
	bottom: 80px;
	max-width: 100%;
	z-index: 98;
	color: rgba(255,255,255,.9);
	width: 320px;
}
#reviews:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 3px;
	width: 50px;
	background: #fafafa;
	content: '';
}
.review {
	text-align: right;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.review:first-child {
	display: block;
}
.reviewContent {
	margin-bottom: 20px;
}
.reviewContent p {
	font-size: 150%;
	font-weight: 100;
	line-height: 1.3em;
	margin-bottom: 10px;
	
	font-size: 140%;
}
.reviewTitle {
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight:bold;
	
	font-size: 95%;
    font-weight: lighter;
}


/*-----------------------------*/
/*--------SEARCH STUFF--------*/
/*---------------------------*/
#full-search {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;	
	background-color: rgba(0,0,0, .8);
	background-position: center;
	background-size: cover;
}
#full-search:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
}
#big-input {	
    display: block;
    font-size: 250%;
    font-weight: lighter;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: -45px auto 0;
    max-width: 60%;
    padding: 20px 40px;
    position: relative;
    top: 50%;
    width: 600px;
    outline: none;
    z-index: 1;
    background: rgba(255,255,255,.035);
    border-bottom: 2px solid #fff;
    color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}


/*-----------------------------*/
/*--------SOCIAL STUFF--------*/
/*---------------------------*/
#socialIcons {
	position: absolute;
	bottom: 30px;
	right:30px;
	z-index: 100;
}
#socialIcons a {
	display: block;
	position: relative;
	width: 28px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	line-height: 28px;
	z-index: 1;
	float: right;
}
#socialIcons a i {
	vertical-align: baseline;
	display: inline-block;
}
#socialIcons a:hover {
	z-index: 2;
}
#socialIcons a:before {
	position: absolute;
	content: attr(data-title);
	bottom: 90%;
	opacity: 0;
	left: 50%;
	width: 60px;
	text-align: center;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 0 -30px;
	font-size: 12px;
	
	-webkit-transition:bottom 0.30s linear, opacity 0.30s linear; 
 	-moz-transition:bottom 0.30s linear, opacity 0.30s linear;  
 	-o-transition:bottom 0.30s linear, opacity 0.30s linear;  
 	transition:bottom 0.30s linear, opacity 0.30s linear; 
 	
 	display: none;
}
#socialIcons a:hover:before {
	bottom: 105%;
	opacity: 1;
}

#socialIcons a:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	height: 0;
	width: 0;
	background: rgba(255,255,255,.15);
	border-radius: 50%;
	display: block;
	content: '';
	margin: 0;
		
	-webkit-transition:width 0.20s linear, height 0.20s linear, margin 0.20s linear; 
 	-moz-transition:width 0.20s linear, height 0.20s linear, margin 0.20s linear;  
 	-o-transition:width 0.20s linear, height 0.20s linear, margin 0.20s linear;  
 	transition:width 0.20s linear, height 0.20s linear, margin 0.20s linear;
}
#socialIcons #link-rss:after {background-color: #FB7629;}
#socialIcons #link-facebook:after {background-color: #3A5795;}
#socialIcons #link-twitter:after {background-color: #54ABEE;}
#socialIcons #link-google-plus:after {background-color: #DC4A38;}
#socialIcons #link-youtube:after {background-color: #CC181E;}
#socialIcons #link-vimeo:after {background-color: #17B3E8;}
#socialIcons #link-instagram:after {background-color: #235D83;}
#socialIcons #link-tumblr:after {background-color: #34465D;}
#socialIcons #link-flickr:after {background-color: #0063DB;}

#socialIcons a:hover:after {
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
}

body.search-open #socialIcons a {
	opacity: .25;
}
body.search-open #socialIcons a:hover,
body.search-open #socialIcons #link-search {
	opacity: 1;
}

/*-----------------------------------*/
/*--------GALLERY PAGE STUFF--------*/
/*---------------------------------*/
#attachmentGallery {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.gallery-image {
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;  
	background-position: center; 
	background-repeat: no-repeat;
}
.gallery-image:after {
	content: '';
	display: block;
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:1;  
	background-color: #000;
}
.gallery-image:first-child {
	display: block;
}
.gallery-image.activeImg {
	z-index: 2;
}
.gallery-image img {
	visibility: hidden;
}

/*--GALLERY NAVIGATION--*/
.gallery-nav {
	position: absolute;
	z-index: 100;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	margin-top: -20px;
	cursor: pointer;
	
	top: 20%;
	width: 40%;
	height: 60%;
	margin: 0;
	z-index: 1;
}
#nextImg {
	right: 15px;
	
	right: 0;
}
#prevImg {
	left: 15px;
	
	left: 0;
}
.gallery-nav span {
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 0;
    height: 0;
    
    opacity: 1;
    margin-top: -4px;
}
.gallery-nav span:before, 
.gallery-nav span:after {
	border-right: 3px solid #fff;
	content: '';
	display: block;
	height: 20px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    
    height: 27px;
    margin-top: -19px;
}
/*NEXT LINK*/
#nextImg span {
	/*right: 50px;*/
	right: 40px;
	opacity: .35;

	-webkit-transition:opacity 0.30s linear, right 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, right 0.30s linear; 
 	-o-transition:opacity 0.30s linear, right 0.30s linear; 
 	transition:opacity 0.30s linear, right 0.30s linear; 
}
#nextImg span:before {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nextImg span:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nextImg:hover span {
	right: 40px;
	opacity: 1;
}
/*PREV LINK*/
#prevImg span {
	/*left: 50px;*/
	left: 40px;
	opacity: .35;
	
	-webkit-transition:opacity 0.30s linear, left 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, left 0.30s linear; 
 	-o-transition:opacity 0.30s linear, left 0.30s linear; 
 	transition:opacity 0.30s linear, left 0.30s linear; 
}
#prevImg span:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#prevImg span:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#prevImg:hover span {
	left: 40px;
	opacity: 1;
}

/*--GALLERY INFO--*/
#imgInfo {
	position: absolute;
	right: 30px;
	bottom: 80px;
	width: 320px;
	max-width: 100%;
	z-index: 98;
	color: #fafafa;
	text-align: right;
	padding-bottom: 25px;
	font-weight: lighter;
	font-size: 115%;
}
#imgInfo:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 3px;
	width: 50px;
	background: #fafafa;
	content: '';
}
#imgInfo h2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.2em;
	margin: 0;
	color: #fff;
	
	font-weight: normal;
}
#imgInfo p {
	margin-top: 5px;
	color: #aaa;
    line-height: 1.3em;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}
#imgInfo small {
	font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px;
    display: block;
}

/*---------------------------------*/
/*--------VIDEO POST STUFF--------*/
/*-------------------------------*/
.video-page-post {
	position: absolute;
	right: 30px;
	bottom: 80px;
	width: 300px;
	max-width: 100%;
	z-index: 98;
	color: #fafafa;
	text-align: right;
	padding-bottom: 25px;
	font-weight: lighter;
	
	width: 320px;
}
.video-page-post:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 3px;
	width: 50px;
	background: #fafafa;
	content: '';
}

.current-page {
	line-height: 1em;
	margin-bottom: 15px;
	font-size: 12px;
}
.current-page span {
	line-height: 1em;
}

.video-page-post .posttitle {
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.2em;
	margin: 0;
	color: #fff;
	
	font-weight: normal;
}
.video-page-post .posttitle span {
	margin-left: 8px;
	font-size: 85%;
	line-height: 1em;
}
.video-content {
	margin-top: 5px;
	position: relative;	
	color: rgba(255,255,255,.8);
	max-height: 180px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.video-content > * {
    line-height: 1.3em;
    font-size: 100%;
    
    font-size: 14px;
}
.video-content > *:first-child {
    margin-top: 0;
}
.video-content > * {
    margin-top: 10px;
}
.video-page-post {
	font-size: 115%;
}

.post-video,
.videoLink {	
	display: inline-block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	background: rgba(0,0,0,.15);
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-indent: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -42px 0 0 -42px;
	z-index: 98;
	/*
	border: none;
	background: rgba(0,0,0,.25);
	*/
}
.post-video img,
.videoLink img {
	max-width: 100%;
	display: block;
}
.post-video i,
.videoLink i {
	vertical-align: baseline;
	position: relative;
	top: -1px;
}
.post-video:hover,
.videoLink:hover {
	background: #fff;
	color: #191919;
}

.videoContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.85);
}
.postVideo {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}
.closeVideo {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 26px;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index: 100;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.35);
	cursor: pointer;
	font-weight: bold;
}
.closeVideo:hover {
	background: #fff;
	color: #191919;
	font-size: 32px;
}

.video-image-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;  
	background-position: center; 
	background-repeat: no-repeat;
	z-index: 1;
}
.video-image-container:after {
	content: '';
	display: block;
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:2;  
	background-color: #000;
}
.video-image-container img {
	display: none;
}

/*--VIDEO NAVIGATION--*/
.pagenav {
	position: absolute;
	z-index: 100;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	margin-top: -20px;
	
	top: 20%;
	width: 40%;
	height: 60%;
	margin: 0;
	z-index: 1;
}
#nextpage {
	right: 15px;
	
	right: 0;
}
#backpage {
	left: 15px;
	
	left: 0;
}

.pagenav span {
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 0;
    height: 0;
    
    opacity: 1;
    margin-top: -4px;
}
.pagenav span:before, 
.pagenav span:after {
	border-right: 3px solid #fff;
	content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 26px;
    margin-top: -19px;
}
/*NEXT LINK*/
#nextpage span {
	right: 40px;
	opacity: .35;

	-webkit-transition:opacity 0.30s linear, right 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, right 0.30s linear; 
 	-o-transition:opacity 0.30s linear, right 0.30s linear; 
 	transition:opacity 0.30s linear, right 0.30s linear; 
}
#nextpage span:before {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nextpage span:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nextpage:hover span {
	right: 40px;
	opacity: 1;
}
/*PREV LINK*/
#backpage span {
	left: 40px;
	opacity: .35;
	
	-webkit-transition:opacity 0.30s linear, left 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, left 0.30s linear; 
 	-o-transition:opacity 0.30s linear, left 0.30s linear; 
 	transition:opacity 0.30s linear, left 0.30s linear; 
}
#backpage span:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#backpage span:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#backpage:hover span {
	left: 40px;
	opacity: 1;
}


/*------------------------------*/
/*--------ARCHIVE STUFF--------*/
/*----------------------------*/
#load-more {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    display: inline-block !important;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
}
#load-more a {
    color: rgba(255, 255, 255, 0.35);
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: 36px;
    left: auto;
    line-height: 36px;
    margin: -18px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    width: 56px;
    z-index: 1;
}
#load-more:hover {
	background: rgba(255,255,255,.15);
}
#load-more:hover a {
    color: #fff;
}
#load-more.loading a {
	-webkit-animation: rotatin 1s infinite linear;
  	animation: rotatin 1s infinite linear;
}
/*--LOADING ANIMATION STUFF--*/
@-webkit-keyframes rotatin {
  from {
  	-webkit-transform:rotate(0deg); 
  	transform:rotate(0deg);
  }  
  to { 
  	-webkit-transform: rotate(360deg);
  	transform:rotate(360deg); 
  }
}

@keyframes rotatin {
  from { 
  	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
  }
  to { 
    -ms-transform:rotate(360deg);
	transform:rotate(360deg);
  }
}

.posts-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 98;
	overflow: hidden;
	font-size: 14px;
	padding: 45px 0 0;
}
.entrytitle {
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 30px;
}

.scroll-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
	overflow: hidden;
    overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
}
body.windowsOs .scroll-wrapper {
	overflow: hidden;
}
body.mobile-device .scroll-wrapper {
	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
}
.scroll-this {
    white-space: nowrap;
    display: inline-block;
    padding-right: 56px;
    overflow: hidden;
    position: relative;
}
.scroll-this > div {
	display: inline-block;
	margin:0 28px 0 0;
	width: 400px;
	white-space: normal;
	vertical-align: top;
	max-height: 438px;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}
body.windowsOs .scroll-this > div {
	overflow: hidden;
}
body.windowsOs .scroll-this > div.scrolled,
body.mobile-device .scroll-this > div {
	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}

.scroll-notice {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    background: #222;
    background: rgba(255,255,255,.08);
    color: #888;
    height: 22px;
    width: 22px;
}
.scroll-notice:hover {
	color: #fff;
	border-color: #fff;
	background: #555;
	background: rgba(255,255,255,.2);
}
.scroll-this > div:first-child {
	margin-left: 30px;
}
.posts-container .image-container {
	margin-bottom: 15px;
	position: relative;
}
.posts-container .image-container img {
	display: block;
}
.posts-container .postInfo {
    overflow: auto;
    padding: 0 10% 0 0;
    width: auto;
}
.postInfo .commentsLink,
.postInfo .post-edit-link,
.postInfo .post-sharing {
    font-size: 14px;
    margin-right: 10px;
}
.postInfo video,
.postInfo iframe {
    width: 100%;
}
.posts-container .post-date {
    color: #fafafa;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.posts-container .posttitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2em !important;
	margin-bottom: 10px;
}
.posts-container .page .posttitle {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.posts-container .page .posttitle:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.format-aside .posttitle {
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.8em !important;
}
.format-aside .posttitle:first-line {
	font-size: 16px;
	font-weight: 400;
}

/*--OL + UL STUFF--*/
.posts-container .postInfo ol {
	margin:0 0 1em 25px; 
	padding: 0; 
}
.posts-container .postInfo ul {
	margin:0 0 1em 20px; 
	padding: 0; 
}
.posts-container .postInfo ul li {
	padding:0; 
	list-style-position:outside; 
}
.posts-container .postInfo ol li {
	padding:0; 
	list-style-position:outside; 
}

/*-- P TAG STUFF--*/
.posts-container .postInfo p {
	margin: 0 0 1em;
}

/*--H TAG STUFF--*/
.posts-container .postInfo h1, 
.posts-container .postInfo h2, 
.posts-container .postInfo h3, 
.posts-container .postInfo h4,
.posts-container .postInfo h5,
.posts-container .postInfo h6 {
	margin-bottom: 10px; 
	line-height: 1.5em;
	text-transform: uppercase;
}

/*--STICKY STUFF--*/
.sticky::before {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    content: "⚑";
    display: block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 1;
}

/*--SLIDE NAVIGATION--*/
.slide-nav {
	position: absolute;
	display: block;
	top: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 1;
}
.slide-nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .5;
    width: 0;
    height: 0;
    z-index: 1;
    
    -webkit-transition:opacity 0.30s linear; 
 	-moz-transition:opacity 0.30s linear; 
 	-o-transition:opacity 0.30s linear; 
 	transition:opacity 0.30s linear; 
}
.slide-nav span:before, 
.slide-nav span:after {
	border-right: 3px solid #fff;
	content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 14px;
    margin-top: -10px;
}
/*SLIDE RIGHT*/
#slide-right {
	right: 20px;
}
#slide-right span:before {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#slide-right span:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slide-right:hover span {
	opacity: 1;
}
/*SLIDE LEFT*/
#slide-left {	
	right: 50px;
}
#slide-left span {
    left: auto;
    right: 10px;
}
#slide-left span:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#slide-left span:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#slide-left:hover span {
	opacity: 1;
}


/*----------------------------------------*/
/*--------WORDPRESS GALLERY STUFF--------*/
/*--------------------------------------*/
.gallery {
	margin-bottom: 15px !important;
}
.gallery a {
    display: block;
    position: relative;
}
.gallery a:hover:after {
    background: rgba(255, 255, 255, 0.25);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gallery img {
    border: none !important;
    display: block;
}
.gallery .gallery-item {
    margin-right: 3.25%;
    width: 30% !important;
    border: none;
  	padding: 0;
  	margin-bottom: 0;
}
.gallery .gallery-item dt {
	float: none;
	clear: left;
	width: auto;
	text-align: left;
	font-weight: normal;
	color: #fff;
	white-space: normal;
	overflow: auto;
}
.gallery .gallery-item dt:hover {
	overflow: visible;
}
.gallery .gallery-item dt:after {
	content: none;
}

.wp-caption {
    max-width: 100%;
}
.wp-caption-text,
.gallery-caption {
    font-size: 10px;
    line-height: 1.3em;
    padding: 0 0 0 5px;
    text-align: left;
}


dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}
dt:hover {
	overflow: visible;
}
dt:after {
	content: ":";
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}



/*---------------------------*/
/*--------PAGE STUFF--------*/
/*-------------------------*/
.page-image-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;  
	background-position: center; 
	background-repeat: no-repeat;
	z-index: 1;
}
.page-image-container:after {
	content: '';
	display: block;
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:2;  
	background-color: #000;
}
.page-image-container img {
	display: none;
}
#pageContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	max-width: 550px;
	margin-left: -275px;
	z-index: 98;
	font-size: 16px;
	max-height: 65%;
	
	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}
#pageContent.with-scrollbar {
	padding-right: 30px;
	margin-left: -240px;
	width: 470px;
}
#pageContent.center-page {
	text-align: center;
}

#page-title {
	font-size: 180%;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.1em;
}
#page-title:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 50px;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fafafa;
}
#pageContent.center-page #page-title:after {
	left: 50%;
	margin-left: -25px;
}

.singleVid {
	max-width: 100%;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
}

.entry{
	position: relative;
}
.entry.format-gallery {
	border: none; 
	padding-top: 0;
}

/*--ENTRY OL + UL STUFF--*/
.entry ol {
	margin:0 0 1em 0; 
	padding: 0; 
}
.entry ul {
	margin:0 0 1em 20px; 
	padding: 0; 
}
.entry ul li {
	padding:0; 
	list-style-position:outside; 
}
.entry ol li {
	padding:0 0 0 5px; 
	list-style-position:inside; 
}
.entry ol li li {
	padding: 0 0 0 15px;
}

/*--ENTRY P TAG STUFF--*/
.entry p {
	margin: 0 0 1em;
}

/*--ENTRY H TAG STUFF--*/
.entry h1, 
.entry h2, 
.entry h3, 
.entry h4,
.entry h5,
.entry h6 {
	margin-bottom: 10px; 
	line-height: 1.5em;
	text-transform: uppercase;
}

#post-details {
	text-transform: uppercase;
	font-size: 80%;
	position: relative;
	padding-top: 25px;
	margin-top: 25px; 
}
#post-details:after {
	position: absolute;
	left: 0;
	top: -1px;
	height: 3px;
	width: 50px;
	background: #fafafa;
	content: '';
}

#post-details span {
	margin-right: 20px;
	display: inline-block;
}


/*--POST NAVIGATION--*/
#ajax-content > a[rel="next"],
#ajax-content > a[rel="prev"] {
	display: block;
    font-size: 40px;
    height: 90px;
    margin: -45px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 90px;
    z-index: 1;
}
#ajax-content > a[rel="prev"] {
	right: 0;
	
	right: 50%;
	margin-right: -380px;
}
#ajax-content > a[rel="next"] {	
	left: 0;
	
	left: 50%;
	margin-left: -380px;
}

#ajax-content > a[rel="next"] span,
#ajax-content > a[rel="prev"] span {
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 0;
    height: 0;
    
    opacity: 1;
    margin-top: -4px;
}
#ajax-content > a[rel="next"] span:before,
#ajax-content > a[rel="prev"] span:before,
#ajax-content > a[rel="next"] span:after,
#ajax-content > a[rel="prev"] span:after {
	border-right: 3px solid #fff;
	content: '';
	display: block;
	height: 20px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    
    height: 27px;
    margin-top: -19px;
}
/*NEXT LINK*/
#ajax-content > a[rel="prev"] span {
	/*right: 50px;*/
	right: 40px;
	opacity: .35;

	-webkit-transition:opacity 0.30s linear, right 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, right 0.30s linear; 
 	-o-transition:opacity 0.30s linear, right 0.30s linear; 
 	transition:opacity 0.30s linear, right 0.30s linear; 
}
#ajax-content > a[rel="prev"] span:before {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#ajax-content > a[rel="prev"] span:after {
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#ajax-content > a[rel="prev"]:hover span {
	right: 40px;
	opacity: 1;
}
/*PREV LINK*/
#ajax-content > a[rel="next"] span {
	/*left: 50px;*/
	left: 40px;
	opacity: .35;
	
	-webkit-transition:opacity 0.30s linear, left 0.30s linear; 
 	-moz-transition:opacity 0.30s linear, left 0.30s linear; 
 	-o-transition:opacity 0.30s linear, left 0.30s linear; 
 	transition:opacity 0.30s linear, left 0.30s linear; 
}
#ajax-content > a[rel="next"] span:before {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#ajax-content > a[rel="next"] span:after {
    margin-top: -2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#ajax-content > a[rel="next"]:hover span {
	left: 40px;
	opacity: 1;
}

/*--RESPONSIVE NAV--*/
#pageContent > a[rel="next"],
#pageContent > a[rel="prev"] {
	margin-top: 40px;
	text-transform: uppercase;
	font-size: 12px;
	display: none;
}
#pageContent > a[rel="next"] {
	
}
#pageContent > a[rel="prev"] {
	float: right;
}

/*-----------------------------*/
/*--------FOOTER STUFF--------*/
/*---------------------------*/
#footerContainer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	z-index: 0;
}
#footer {
	padding: 30px; 
	position: relative; 
	z-index: 1;
}
#footer a {color: #fafafa;}

body.mobile-device #footerContainer {position: relative;}

/*--COPYRIGHT--*/
#footer #copyright {
	display: inline-block;
	font-size: 12px;
	color: #aaa;
	color: rgba(255,255,255,.3);
}
#footer #copyright a {
	border-bottom: 0px solid transparent;
	color: #ccc;
	color: rgba(255,255,255,.6);
}
#footer #copyright a:hover {
	border-bottom-color: #fff; 
	color: #fff;
}

/*--FOOTER MENU STUFF--*/
#footerMenuContainer {
	float: right; 
	text-align: right;
	font-size: 12px;
}
#footerMenu li {
	display: inline-block;
	margin-left: 15px;
}
#footerMenu li a {
	border-bottom: 0px solid transparent;
	color: #999; 
	color: rgba(255,255,255,.3);
}
#footerMenu li a:hover {
	border-bottom-color: #fff; 
	color: #fff;
}


/*--------------------------*/
/* -----CREDITS STUFF----- */
/*------------------------*/
#vys-credits {
	text-align: center; 
	width: 80%;
	margin: 10px auto 40px;
	max-width: 1080px;
}
#vys-credits span {
	display: inline-block;
	line-height: 1em;
	margin: 0 3px;
	cursor: crosshair;
	color: #666;
	color: rgba(255,255,255,.5);
	/*font-family: 'Six Caps', sans-serif;*/
	font-family: 'open sans', sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	position: relative;
}
#vys-credits span:hover {
	color: #fff;
}
#vys-credits small {
	opacity: .65;
	font-size: 65%;
}

#footer-logo {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	outline: none;
}
#footer-logo img {
	border-style:none;
}

/*-------------------------*/
/* -----RATING STUFF----- */
/*-----------------------*/
#rating {
	width: 250px;
	height: 35px;
	margin: 15px auto 0;
	border: 2px solid #666;
	border: 2px solid rgba(255,255,255,.4);
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	color: rgba(255,255,255,.4);
}
#rating-letter {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 30px;
	width: 33px;
	border-right: 2px solid #666;
	border-right: 2px solid rgba(255,255,255,.4);
	font-weight: bolder;
}
#rating-title {
	width: 215px;
	float: right;
	font-weight: bold;
	border-bottom: 2px solid #666;
	border-bottom: 2px solid rgba(255,255,255,.4);
}
#rating-info {
	width: 215px;
	float: right;
	font-weight: lighter;
	font-size: 90%;
}
/*--G RATING--*/
.g-rating #rating-info {
	line-height: 13px;
}
/*--PG RATING--*/
.pg-rating #rating-letter {
    font-size: 100%;
    height: 19px;
    line-height: 19px;
    border-bottom: 2px solid #666;
    border-bottom: 2px solid rgba(255,255,255,.4);
}
.pg-rating #rating-info {
	width: 100%;
    font-size: 78%;
}
/*--PG-13 RATING--*/
.pg13-rating #rating-letter {
    font-size: 100%;
    height: 19px;
    line-height: 19px;
    border-bottom: 2px solid #666;
    border-bottom: 2px solid rgba(255,255,255,.4);
    width: 42px;
}
.pg13-rating #rating-title {
	width: 206px;
}
.pg13-rating #rating-info {
	width: 100%;
    font-size: 78%;
}
/*--R RATING--*/
.r-rating #rating-info {
    font-size: 55%;
    line-height: 12px;
}
/*--NC-17 RATING--*/
.nc17-rating #rating-letter {
	width: 95px;
}
.nc17-rating #rating-info {
	width: 153px;
	line-height: 12px;
	padding: 5px 0;
}
/*--NO RATING--*/
.no-rating #rating-info {
	line-height: 35px;
	float: none;
	width: 100%;
	font-size: 110%;
	font-weight: normal;
}

/*--------------------------*/
/* -----COMMENT STUFF----- */
/*------------------------*/
#commentsection {
	margin: 60px auto 0; 
	clear: both;
	max-width: 700px;
	text-align: left;
}
#commentsection h3 {
	margin-bottom: 10px;
}
.entry .commentlist {
	width: 100%; 
	list-style:none; 
	margin:0 0 15px;
}
.entry .commentlist .comment {
	list-style:none; 
	padding:15px 0; 
	clear: right;
	position: relative;
}
.entry .commentlist .comment img.avatar {
	width: 45px; 
	height: auto;
    float: left;
    margin: 0 15px 0 0;
}
.entry .commentlist cite,
.entry .commentlist cite a {
	font-style:normal;
}
.entry .comment-body > * {
	text-transform:none;
	margin:10px 0 10px 60px;
}
.entry .comment-body > .comment-author {
	text-transform:none;
	margin:0;
}
.entry .comment-body > .comment-notes,
.entry .comment-body > .commentmetadata {
	display:block; 
	color:rgba(255,255,255,.3); 
	padding:0;
	font-family: 'georgia';
    font-size: 90%;
    font-style: italic;
    margin:0 0 10px;
}


.entry .commentlist .pingback p {
	margin:10px 5px 10px;
}
#commentform p {
	margin:10px 0; 
	clear: left;
}
#commentform label {
	line-height: 35px;
}
cite.fn {
	text-transform:uppercase;
}
.nocomments {
	text-align:center;
}
.logged-in-as {
    font-family: 'georgia',serif;
    font-size: 90%;
    font-style: italic;
}
#commentsection .parent:before {
    background: rgba(255,255,255,.1);
    bottom: 20px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: 30px;
    width: 4px;
    z-index: -1;
}
#commentsection .children {
	margin-left: 50px;
}

#commentsection .children > li:after {
	content: '';
	display: block;
	height: 4px;
	width: 50px;
	position: absolute;
	top: 35px;
	left: -26px;
	background: rgba(255,255,255,.1);
	z-index: -1;
}


/*--UNUSED STUFF--*/
#recentcomments li,
.alt,
.bypostauthor {

}

/*--REPLY LINK STUFF--*/
.reply {
	position: relative;
}
.reply:after {
	position: relative; 
	content: ''; 
	display: block; 
	clear: both;
}
.comment-reply-link {
	float: right;
}

/*--RESPOND STUFF--*/
#respond {
	margin: 15px 0 0;
}
.commentlist #respond {
	margin: 0 0 30px;
}
#commentsection .required {
	color: red;
}
#commentsection > #respond {
	clear: both;
}
#commentsection > #respond #reply-title {
	font-size: 100%;
    text-transform: uppercase;
}
#commentsection > #respond .comment-form {
}
.commentlist #respond {
    margin: 10px 0 20px 60px;
}
#cancel-comment-reply-link {
	color: red;
    font-size: 90%;
    padding: 0 5px;
    text-transform: uppercase;
}
#cancel-comment-reply-link:hover {
	color: #fff;
}


/*-----------------*/
/*---FORM STUFF---*/
/*---------------*/
input,
textarea {
	background: #333;
	background: rgba(255,255,255,.05);
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 8px 10px;
    width: 250;
    color: #fff;
    color: rgba(255,255,255,.8);
    
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(0,0,0,.5);
}
input:focus, 
textarea:focus {
	border-bottom-color: #fff;
	background-color: #191919;
}
textarea {
	width:95%; 
	height: 130px;
}
input[type="submit"] {
	cursor: pointer; 
	background: #333;
	background: rgba(255,255,255,.1); 
	color:#fff; 
	border: none; 
	display: inline-block; 
	padding: 8px 15px;
	font-size: 12px;
}
input[type="submit"]:hover {
	background: #fff;
	color: #666;
}
/*--COMMENT FORM STUFF--*/
#commentform input[type="text"] {
	float:left; 
	clear:left; 
	margin:0 8px 15px 0;
}
#commentform p.form-allowed-tags {
	line-height:1.3em;
}
#commentform p.form-allowed-tags code {
	font:12px "Courier New";
}



/*----------------------------------*/
/*---------LOADING STUFF-----------*/
/*--------------------------------*/
#loading-page {
    background-size: cover;
    background-position: center;
    background-color: #555;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#loading-page::after {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*----------------------------------*/
/*-----------900px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:900px) {
	
	
	/*--FOOTER--*/
	#footer {
		margin:0; 
		text-align:center;
	}
	#footerMenuContainer {
		float: none; 
		text-align: center; 
		margin-bottom: 10px;
	}
	
	
	/*--CREDITS--*/
	#vys-credits {
		margin-bottom: 15px;
		width: 100%;
	}
}


/*----------------------------------*/
/*-----------700px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:700px) {


	body {
		padding-bottom: 0 !important;
	}
	
	
	/*--VIDEO--*/
	.post-video,
	.videoLink {
	    font-size: 20px;
    	height: 40px;
    	line-height: 40px;
    	margin: -20px 0 0 -20px;
    	width: 40px;
    }
    
    
    /*--POST NAVIGATION--*/
    #pageContent > a[rel="next"],
	#pageContent > a[rel="prev"] {
		display: inline-block;
	}
	#ajax-content > a[rel="next"],
	#ajax-content > a[rel="prev"] {
		display: none;
	}
	

	/*--CATEGORY POST--*/
	.scroll-this {
	    /*padding-right: 0px;*/
	}    
    .scroll-this > div {
		margin:0 20px 0 0;
		width: 300px;
	}
	

	/*--FOOTER CONTAINER--*/
	#footerContainer {
		position: relative;
	}
}


/*----------------------------------*/
/*-----------540px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:540px) {
	
	
	/*--PAGE CONTENT--*/
	#pageContent.with-scrollbar,
	#pageContent {
		max-height: 60%;
		width: 90%;
		margin-left: -45%;
	}
	#page-title {
    	font-size: 16px;
    	margin-bottom: 10px;
    	padding-bottom: 0;
    }
    #page-title:after {
    	display: none;
    }
    #post-details span {
    	display: block;
    }
}


/*----------------------------------*/
/*-----------400px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:400px) {
	
	
	/*--LOGO--*/
	#logo {
		margin: 20px 0 0 20px;
		max-width: 50%;
	}
		
		
	/*--CATEGORY POST--*/
	.entrytitle {
		left: 20px;
	}
	.scroll-this > div {
		width: 250px;
	}
	.scroll-this > div:first-child {
		margin-left: 20px;
	}
	#slide-right {
		right: 20px;
	}
	#slide-left {
		right: 50px;
	}
		
	/*--REVIEWS--*/
	#reviews {
		right: 20px;
		bottom: 60px;
		width: 80%;
	}
	.reviewContent {
		margin-bottom: 10px;
	}
	.reviewContent p {
		font-size: 120%;
	}
	.reviewTitle {
		margin-bottom: 20px;
	}
	
	
	/*--VIDEO--*/
	body.term-post-format-video .post {
		max-width: 80%;
	}
	.video-page-post {
		right: 20px;
		bottom: 60px;
	}
	
	
	/*--AUDIO--*/
	#audioControl {
		left: 10px;
		bottom: 10px;
	}
	
	
	/*--SOCIAL ICONS--*/
	#socialIcons {
		right: 15px;
		bottom: 15px;
	}
	
	
	/*--FOOTER MENU--*/
	#footerMenu li {
		margin-left: 10px;
	}
}


/*--MAX HEIGHT--*/


/*----------------------------------*/
/*-----------750px TALL------------*/
/*--------------------------------*/
@media screen and ( max-height: 750px ){
    
    
    /*--LOGO--*/
	#logo {
		max-width: 35%;
	}
	
	
    /*--CATEGORY POST--*/
	.scroll-this > div {
		width: 350px;
		max-height: 285px;
	}
	.format-aside .posttitle::first-line,
	.posts-container .posttitle {
    	font-size: 14px;
	}
	.format-aside .posttitle,
	.posts-container .post-date {
    	font-size: 10px;
	}
	.posts-container .postInfo > * {
    	line-height: 1.4em;
	}
}


/*----------------------------------*/
/*-----------600px TALL------------*/
/*--------------------------------*/
@media screen and ( max-height: 600px ){
    

    /*--CATEGORY POST--*/
    .scroll-wrapper {
	 	padding-bottom: 25px;
	 }
	.scroll-this > div {
		width: 185px;
		max-height: 170px;
	}   
	.entrytitle {
		display: none;
	}
	.format-aside .posttitle,
	.posts-container .post-date {
		font-size: 10px !important;
	}
	.format-aside .posttitle::first-line,
	.posts-container .posttitle {
		font-size: 12px;
	}
	
	
	/*--VIDEO POST--*/
	.video-page-post {
    	bottom: 60px;
    	right: 20px;
   	}
	body.term-post-format-video .post, 
	body.page-template-page-videos .post {
		padding-bottom: 0;
	}
	body.term-post-format-video .post:after,
	body.page-template-page-videos .post:after {
		display: none;
	}
	body.term-post-format-video .post .posttitle, 
	body.page-template-page-videos .post .posttitle {
		font-size: 14px;
	}
	.video-content {
		display: none;
	}
	.current-page {
		margin-bottom: 10px;
	}
	.post-video,
	.videoLink {
	    font-size: 20px;
    	height: 40px;
    	line-height: 40px;
    	margin: -20px 0 0 -20px;
    	width: 40px;
    }
    
    
    /*--GALLERY INFO--*/
	#imgInfo {
		bottom: 70px;
		padding-bottom: 0;
	}
	#imgInfo:after {
		display: none;
	}
	#imgInfo h2 {
		font-size: 14px;
		line-height: 1.2em;
		margin: 0;
		color: #fff;
	}
	#imgInfo p {
		display: none;
	}
	#imgInfo small {
		margin-bottom: 10px;
	}
	
	
	/*--PAGE CONTENT--*/
	#pageContent.with-scrollbar,
	#pageContent {
		max-height: 60%;
		width: 90%;
	}
	#page-title {
    	font-size: 16px;
    	margin-bottom: 10px;
    	padding-bottom: 0;
    }
    #page-title:after {
    	display: none;
    }
    
    /*--AUDIO--*/
	#audioControl {
		left: 10px;
		bottom: 10px;
	}
	
	
	/*--SOCIAL ICONS--*/
	#socialIcons {
		right: 15px;
		bottom: 15px;
	}
}

/*---------------------------------*/
/*-----------2000 x 400------------*/
/*-------------------------------*/
@media screen and ( max-height: 400px ) and ( max-width: 2000px){
	
	
	 /*--LOGO--*/
	 #logo {
	 	max-width: 100px;
	 }
	 
	 
	 /*--PAGE CONTENT--*/
	 #pageContent.with-scrollbar,
	 #pageContent {
			max-height: 55%;
	 }
	 
	 
	 /*--REVIEWS--*/
	 #reviews {
	 	width: 245px;
	 }
	 
	 
	 /*--NAVIGATION*/
	 #navigation {
	 	padding: 40px;
	 }
	 
	 
	 /*--SLIDE NAVIGATION--*/
	 .slide-nav {
	 	display: none !important;
	 }
	 
	 
	 /*--SCROLL WRAPPER--*/
	 .scroll-wrapper,
	 body.windowsOs .scroll-wrapper {
	    overflow-x: auto;
  	}

}

/*---------------------------------*/
/*-----------400 x 600------------*/
/*-------------------------------*/
@media screen and ( max-height: 600px ) and ( max-width: 400px){
	
	
	 /*--CATEGORY POST--*/
	 .entrytitle {
		display: inline-block;
	}
	.scroll-this > div {
		width: 250px;
		max-height: 280px;
	}
}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/wp-content/themes/vysual/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}/*! Formstone v0.4.7 [background.css] 2015-04-10 | MIT License | formstone.it */

/**
	 * @class
	 * @name .fs-background-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-background
	 * @type element
	 * @description Base widget class
	 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-background-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-background-media
		 * @type element
		 * @description Media element
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-navtive
		 * @type modifier
		 * @description Indicates native support
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-fixed
		 * @type modifier
		 * @description Indicates fixed positioning
		 */
  /**
		 * @class
		 * @name .fs-background-embed
		 * @type element
		 * @description Embed/iFrame element
		 */
  /**
		 * @class
		 * @name .fs-background-embed.fs-background-embed-ready
		 * @type modifier
		 * @description Indicates ready state
		 */
}
.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
          transition: none;
}
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}
