	body{margin:0 auto; background:#f2f1ef; min-width:980px; font: 14px/1.45 'bariol-regular', sans-serif;; height:100%;}
	h1{font-size:80px;}
	#slide1
	{
		/*background:url('/images/bg2.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed; */
		background: #EBECED;
		color:#808080; 
		position:absolute; 
		min-width:1024px; 
		min-height:1024px;
		overflow:hidden;
	}

	/*#header-wrapper
	{
		width:100%;
		height:220px;
		background:url('/images/bg-top.jpg');
	}*/
	.csstransitions
	{
		overflow:hidden;
	}

	.signup-button
	{
		color: #47ACDC;
		background: none;
		border: 1px solid #3D424B;
		font-size: 13px;
		color: #3D424B;
		padding: 12px 14px;
		display: inline-block;
		border-radius: 3px;
		line-height: 1;
		font-weight: 200;
		text-transform: uppercase;
		-webkit-transition: 300ms ease-in-out;
		transition: 300ms ease-in-out;
		-webkit-transition-property: background-color,color,border-color;
		transition-property: background-color,color,border-color;
	}
	.signin-button:hover, .signup-button:hover
	{
		background: #3D424B;
		color: #fff;
		border-color: #3D424B;
	}
	.signin-button, .signup-button
	{
		width:70px;
	}
	.signin-button
	{
		background: none;
		border: 1px solid #3D424B;
		font-size: 13px;
		color: #3D424B;
		padding: 12px 14px;
		margin-right:10px;
		display: inline-block;
		border-radius: 3px;
		line-height: 1;
		font-weight: 200;
		text-transform: uppercase;
		-webkit-transition: 300ms ease-in-out;
		transition: 300ms ease-in-out;
		-webkit-transition-property: background-color,color,border-color;
		transition-property: background-color,color,border-color;
	}
	.button-wrap
	{
		width: 245px;
		float: right;
	}

	.signup-button:hover
	{
		cursor:pointer;
	}
	.signin-button:hover
	{
		cursor:pointer;
	}

	#menu h1
	{
		color:#3D424B;
		font-size:42px;
		box-shadow: none;
		text-shadow:none;
		padding-bottom:0px;
		text-align:left;
		font-weight:800;
		line-height:100%;
		-webkit-font-smoothing: antialiased;
		width:60%;
		float:left;
	}

	#menu h2
	{
		font-size:16px;
		color:white;
		box-shadow: none;
		text-shadow:none;
		text-transform: capitalize;
	}

	.thumb-image
	{
		/*filter: gray; /* IE6-9 */
  		/*-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	}

	#main-container
	{
		/*width:100%;*/
		min-height:1000px;
		height:100%;
		padding:15px;
	}

	#listing-container
	{
		display:block; 
		position:relative; 
		margin: 0 auto; 
		text-align:center; 
		/*-moz-column-count: 4;
	    -moz-column-gap: 0px;
	    -webkit-column-count: 4;
	    -webkit-column-gap: 0px;
	    column-count: 4;
	    column-gap: 0px;*/
	    height:100%;
	    width: 1210px;
	    /*margin:0 50px;*/
	    /*margin-left:85px;*/
	    overflow:hidden;
	}
	
	#listing-row:first
	{
		margin-left:0px;
		padding-left:0px;
	}
	
	.animation_image{margin-top:-5px; width:100%; }
	.image-placeholder
	{
		border-radius:5px; 
		padding:10px; 
		width:60px; 
		margin-top:20px; 
		background:white;
		margin-bottom:20px;
	}
	#listing-row
	{
		display: block;
		float: left;
		/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 10px rgba(0, 0, 0, 0.8);*/
		box-shadow:0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.8);
		background: rgba(255,255,255,0.8);
		/* min-height: 550px; */
		width: 200px;
		margin-left: 30px;
		margin-bottom: 40px;
	}

	#listing-row:first-child, #listing-row:second-child
	{
		padding-top:0px;
	}


	/*.thumb-image{width:100%; position:absolute; bottom:0;}*/
	.thumb-image
	{
		/*border-bottom: 1px solid #f2f2f2;*/
	}
	
	.edition-title
	{
		text-align:left; 
		padding:15px 15px 0px; 
		color:#808080; 
		/*background:rgba(255,255,255,0.8);*/
		font:14px/1.45 'Open Sans', sans-serif;;
		/*min-height:150px;*/
		word-wrap:break-word;
	}
		
	.title{font-size:80px; color:white; text-transform:uppercase; font-family:'OpenSans-Regular'; }
	.title a{text-decoration:none; color:white;}
	.title-block{padding-bottom:15px;}
	
	
	#overlay    {  background:rgba(0,0,0,.75);
               text-align:center;
               padding:45px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;}

.thumb-image:hover #overlay {
               opacity:1;}

#plus       
{  
font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:96px;
}

.container {
	width: 1150px;
	min-width: 1150px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	padding:0px;
}
#navi 
{
	width:100%;
	background:#F25549;
	-webkit-box-sizing:border-box;
	/*border-bottom:1px solid #d8d8d8;*/
	box-shadow:0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.15);
	/*-webkit-font-smoothing:antialiased;*/
	min-height:80px;
	margin:0px auto 30px;
	padding-left:0px;
	/*position:fixed;
	top:30px;*/
	z-index:999;
}
#site-navigation
{
	color:#979797;
	position:relative;
}


.tp-leftarrow.default:before {
content: "\f104";
font-family:FontAwesome;
font-size: 35px;
color: #fff;
position: absolute;
top: 18px;
left: 0px;
background: rgba(0,0,0,0.1);
width: 50px;
}

.tp-rightarrow.default:before {
content: "\f105";
font-family:FontAwesome;
font-size: 35px;
color: #fff;
position: absolute;
top: 18px;
right: 0px;
display: block;
background: rgba(0,0,0,0.1);
width: 50px;
}

.tp-rightarrow.default:hover, .tp-leftarrow.default:hover {
background-color: #26455f;
}

#menu {
 	/*background: #fff;*/
 	z-index:99999;
	padding: 60px 0 0px 0;
  	height: 180px;
}
.container li.topnav {
 list-style-type: none;
 margin:0;
 padding:0;
}

li.topnav:first-child {
 /*border-left:1px solid #efefef;*/
 margin-left:-1px;
}

li.topnav {
	display:block;
	float:left;
	height:80px;
	line-height:80px;
	margin:0;
	/*border-right:1px solid #efefef;*/
	width:130px;
}

li.topnav a {
 position:reltive;
 display:block;
 font-size:0.85em;
 text-decoration:none;
 text-align:center;
 cursor:pointer;
 padding:0 10px;
 -webkit-box-sizing:border-box;
 letter-spacing:0.05em;
 text-transform:uppercase;
 color:white;
 font-family:helvetica;
}

li.app-nav a:hover {
	color:#000;
}


.fixed {
 width: 100%;
}

.small-logo{height:62px;}

ul li.submenu > ul { 
<?php
			if($mobile == '1')
			{
				echo 'top:30px;';
			}
?>
 background: black; 
 border-top: 0;
 display: block; 
 height: 0; 
 list-style: none; 
 margin: 5px 0 0 -11px; 
 overflow: hidden; 
 padding: 0; 
 position: absolute; 
 transition: height .4s cubic-bezier(0, 1.8, 1, 1.8); 
 width:151px;
left:20px; 
 border-radius:0px 0px 10px 10px;
}

ul li.submenu:hover > ul,
ul li.submenu.hover > ul {  
 height: 150px; 
}

ul li.submenu > ul li { 
 border: 0; 
 display: block; 
 font-size: 16px; 
 font-weight:bold;
 margin: 0; 
 padding: 20px 0 20px 10px; 
 text-align: left; 
 color:white;
}

ul { 
 display: block; 
 list-style: none; 
 position: relative; 
}

ul li { 
 position: relative; 
}

ul li.submenu > ul li:hover{background:#555555;}
ul li.submenu > ul a:hover{background:none;}

.mobile-image a:hover
{
cursor:pointer; 
background: #01458e;
 color: #ff0;

 -webkit-transition-property: color, background;
 -webkit-transition-duration: 0.5s, 0.5s;
 }
 .mobile-image:hover
{
	cursor:pointer;
}

li.topnav a img, li.submenu a img{  max-height: 80px;  height: auto;  float: left; }

.logo-small{height:62px;}

#social-list{display:block; z-index:9999; position:absolute; top:-2px; width:100%; float:right; text-align:right;height:50px;}

.socialicon1, .socialicon2, .socialicon3 {width:30px;}

.socialicon1:hover{cursor:pointer;}
.socialicon2:hover{cursor:pointer;}
.socialicon3:hover{cursor:pointer;}

.sidebar-advert
{
	float:left;
	display:block;
	position:fixed;
	left:20px;
}

.sidebar-advert img
{
	width:180px;
	height:520px;
}

@media only screen and (device-width: 768px) {
  .logo-small{height:40px;}
  ul{padding:15px 0px 15px 0px;}
}

#logo{
	float:left;
	display:block;
	margin:0px;
}

#menu-wrapper
{
	height:132px;
}

.site-social {

    position: relative;
    right: 0;
    float:right;
    top: 50%;
    margin-top: -15px;

}

.site-social a:hover
{
	background:#ed3f3f;
	color:white;
}

.site-social a {

    text-align: center;
    display: block;
    float: left;
    margin-left: 4px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);

}

.fa-twitter:before
{
	font-family:fontAwesome;
	content: "\f099";
}

.fa-google-plus:before
{
	font-family:fontAwesome;
	content: "\f0d5";
}

.fa-facebook:before
{
	font-family:fontAwesome;
	content: "\f09a";
}

.fa-pinterest:before
{
	font-family:fontAwesome;
	content: "\f0d2";
}

.fa-youtube:before
{
	font-family:fontAwesome;
	content: "\f167";
}

.fa-rss:before
{
	font-family:fontAwesome;
	content: "\f09e";
}

.fa-clock:before
{
	/*font-family:fontAwesome;
	content: "\f017";
	margin-right:10px;*/
}

.fa-clock
{
	font-family: 'Open Sans';
	font-size: 12px;
	color: #797a7d;
	font-weight: normal;
	text-transform: capitalize;
}

#slide1 h2.entry-title {
text-transform: uppercase;
font-size: 14px;
/*font-family: 'Open sans';*/
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #F25549;
font-weight:400;
}

.entry-meta
{
	font-family:fontAwesome;
	/*margin:0 0 10px;*/
	font-size:0.929em;
	margin-bottom:5px;
	
}

.entry-title
{
	margin-bottom:0px;
	text-transform: uppercase;
}

#slide1 h2
{
	/*font-size:14px;
	color: #000;
	font-weight: 600;
	padding-bottom: 0;
	text-transform: none;
	margin-bottom: 0;
	font-size: 1.357em;
	line-height: 1.4em;
	font-family: 'Source Sans Pro', Georgia;
	position: relative;
	margin: 0 0 20px;*/
	font-size: 14px;
	color: #222;
	/*-webkit-font-smoothing: antialiased;*/
	text-transform: uppercase;
	padding-bottom: 0;
	/*text-transform: none;*/
	margin-bottom: 0;
	font-size: 0.900em;
	/* font-size: 22px; */
	line-height: 1.4em;
	/*font-family: 'Source Sans Pro', Georgia;*/
	/*font-family: 'Raleway', sans-serif;*/
	font-family:helvetica;
	color:#353f4c;
	position: relative;
	margin: 0 0 20px;
	letter-spacing:0px;
}

#slide1 h2 a:hover
{
	color:#ed3f3f;
	text-decoration:none;
}

.fa
{
	line-height:2;
}

li.topnav.homebottomred:after
{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #ed3f3f;
	position: absolute;
	bottom: 0;
	left: 0;
}

#top-tools
{
	width:100%;
	height:40px;
	background:black;
}

.top-logo
{
	width:1024px;
	min-width:1024px;
	display:block;
	margin:0 auto;k
}

.follow-link
{
	background: #3EADF0;
	border-radius: 5px;
	color: white;
	float: right;
	line-height: 10px;
	height: 10px;
	padding: 10px;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
	position: relative;
	cursor:pointer;
}
.follow-link:hover
{
	background:rgba(62, 173, 240, 0.74);
}

.read-more input[type="submit"]
{
	color:black;
}

.read-more input[type="submit"]:hover
{
	color:black;
}

.read-more
{
	font: 12px 'Open-Sans', sans-serif;
	font-weight:300;
	width:100%;
	/*background: #d5d8bf;*/
	background: #6eaded;
	/*border-radius: 5px;*/
	color: white;
	line-height: 10px;
	padding: 10px 18px;
	vertical-align: middle;
	margin: 10px 0px 0px 0px;
	position: relative;
	border:none;
	cursor:pointer;
	-webkit-font-smoothing: auto;
	text-transform: uppercase;
	color:white;
	height:35px;
}

.read-more:hover
{
	color:black;
}

.sub-nav
{
	display: none; 
background: #F25549;
line-height: 35px;
margin: 0;
z-index: 9999;
padding-left: 0px;
left: -500px;
position: absolute;
width: 1024px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.77);
top:70px;
padding:10px;
}

ul.sub-nav::before {
position: absolute;
top: -10px;
left: 555px;
display: inline-block;
border-right: 10px solid transparent;
border-bottom: 10px solid white;
border-left: 10px solid transparent;
/* border-bottom-color: rgba(0, 0, 0, 0.2); */
content: '';
display:none;
 }

ul.sub-nav a
{
	float: left;
	width: 25%;
	font-size:80%;
}

.app-nav
{
	width:150px;
}

.logosmallappend
{
	display:none;
}

.search::before
{
	font-family:FontAwesome;
	content:'\f002';
}
.search, .search:active, .search:visited
{
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: white;
	border: 0px;
	width: 90%;
	margin: 5px;
	height: 70px;
	background:#F25549;
}

#home-slider {
    position: relative;
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 1px solid #CFCFCF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     margin:0 auto;
    margin-bottom: 25px;
    margin-top:25px;
    /*width:1024px;*/
    width: 1014px;
	left: -5px;
}

.slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

.slides li:after {
    content: ".";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1000;
}

.home-slider-media {
    width: 512px;
    float: left;
    position: relative;
    overflow: hidden;
    height:260px;
}

.clr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    line-height: 0;
    visibility: hidden;
}

.home-slider-caption {
    width: 420px;
    float: right;
    padding: 40px;
    text-align:left;
    line-height:20px;
    -moz-box-sizing: border-box;
}

.sub-nav li
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.wpex-readmore
{
	float:left;
	width:100%;
}

.logo-small
{
	display:none;
}

img.logo-small
{
	height:40px;
	padding:5px;
}

.home-slider-caption-title
{
	font-size:28px;
}



/*a
{
	color:#3D424B;
}
a:visited
{
	color:#3D424B;
}
a:hover 
{
	color: white;
}
a:link
{
	color:#3D424B;
}*/
a
{
	color:white;
}
.signin-button a
{
	color:#3D424B;
}

.black_overlay{
	width: 100%;
	height: 100%;
	z-index:1001;
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.close-button
{
	font-family:FontAwesome;
	right: 185px;
	position: absolute;
	top: 210px;
	font-weight: bold;
	color: red;
	width: 30px;
	font-size: 25px;
	/* right: -10px; */
	border-radius: 10px;
	cursor: pointer;
	font-family: FontAwesome;
	/* background: white; */
}
#login-table
{
	display:none;
}
.login-button
{
	background: #efefef;
	border: 1px solid black;
	color: black;
}
.mooSlide
{
background-color: rgba(51,175,240,0.8);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
color: #FFFFFF;
border:2px solid white;
border-radius:10px;
margin: 0 auto;
text-align: left;
font-size: 0.85em;
width: 90%;
text-align:center;
}

.mooSlide .left {
width: 250px;
float: left;
}
.mooSlide form {
margin: 0 0 10px 0;
height: 26px;
}

.mooSlide .sep {
width: 1px;
height: 220px;
margin-top: 20px;
float: left;
border-right: 1px solid #333;
padding-left: 30px;
margin-right: 30px;
}

.mooSlide .right {
width: 270px;
}

.mooSlide .loginClose {
display: block;
position: absolute;
right: 20px;
top: 10px;
width: 26px;
}

#loginPanel h1
{
	font-size:14px;
}
#loginPanel h2
{
	color:white;
}
.left label, .left input, .right label, .right input{float:left; width:100%;}

.left input[type="submit"], .right input[type="submit"]
{
	width: 70px;
	border: 0px;
	padding: 20px;
	line-height: 0px;
	text-align: center;
	bottom: 70px;
	position: absolute;
	left: 360px;
}

.left input[type="text"], .left input[type="password"], .right input[type="text"], .right input[type="password"], .right input[type="email"], .left input[type="email"]
{
	height: 30px;
	border: 1px solid #5f5f5f;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 10px;
	font-weight: bold;
	color:black;
}


.right input[type="submit"]
{
	width:100px;
	bottom: 15px;
	position: absolute;
	left: 25px;
}

.right
{
	float:left;
}

#loginPanel
{
	height:500px;
	padding:25px;
	zoom: 1;
	opacity: 1;
	display: block;
	z-index: 5000;
	position: relative;
	/* left: 25%; */
	background: #F25549;
	border: 0px;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 140px rgba(0,0,0,0.75);
}

#login-response
{
	display:none;
	position:absolute;
	bottom:50px;
}

#signup-response
{
	display:none;
	bottom:5px;
	left:0px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	width:100%;
}


/*#contact-div::before
{
	position: absolute;
	top: 217px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	border-left: 10px solid transparent;
}*/

#contact-div
{
	display:none;
	padding:20px;
	background: rgba(255, 255, 255, 0.46);
	width:1024px;
	margin:25px auto;
	border-radius:10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.inner-contact
{
	padding:10px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea
{
	width:100%;
	float:left;

	margin: 0 0 20px 0;
	padding: 17px 10px 17px 21px;
	background: #ffffff;
	font-size: 14px;
	line-height: 21px;
	border: 1px solid #e3e3e3;
	color: #929292;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.contact-form input[type="text"], .contact-form input[type="email"]
{
	height:50px;
}
.contact-form textarea
{
	height:190px;
	width:100%;
}

.contact-form input[type="submit"]:hover
{
	background:#DF2F39;
	color:white;
}

.contact-form input[type="submit"]
{
	float: left;
	height: 50px;
	border: 1px solid #808080;
	background: white;
	border-radius: 5px;
	color: black;
	width: 100px;
	font-weight: 600;
	cursor: pointer;
}

.rollover
{
	background:rgba(255,255,255,0.7);
	height:100%;
	width:100%;
	margin:0 auto;
	display:none;
	position:absolute;
}

.rollover-text
{
	margin: 0 auto;
	color: black;
	top: 50%;
	position: relative;
	font-weight: bold;
}

.close-signup
{
	position: absolute;
	right: -10px;
	top: -5px;
	font-family: fontAwesome;
	font-size: 24px;
	color:white;
	cursor:pointer;
}




/*Ipad Portrait*/
@media all and (max-device-width: 768px){

	body
	{
		min-width:100%;
		width:100%;
	}

	#slide1
	{
		min-width:100%;
		width:100%;
		margin:0 auto;
	}

	#menu
	{
		min-width:90%;
		width:90%;
	}

	#listing-container
	{
		min-width:100%;
		width:100%;
	}

	.container
	{
		min-width:90%;
		width:90%;
	}

}
