/* CSS Document */
/* RESET */
html,body{width: 100%; height: 100%;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; font-family: 'ralewayregular', Helvetica, Verdana, Sans-Serif; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img { border:none; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }
/* CLEARS */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.selfclear { zoom:1; }
.selfclear:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }

.main-wrapper{ z-index:9998; margin:0 auto; width:1080px; }

.wrap-container{ min-height: 100%; }

.content-wrapper{ z-index:9998; margin:0 auto; width:1080px; text-align:center; padding-left:6px; }

.announce{ color:#FF7F00; font-size:16px; text-align:center; width:710px; margin:auto; padding-top:25px; padding-bottom:25px; }

h1.title{ font-family:'bebas', Verdana, Geneva, sans-serif; color:#FF7F00; z-index:2; margin-top:1px; font-size:25px; text-align:center; width:230px; text-align:left; padding-top:25px; border-bottom:2px solid #FF8000; }

div.title{ width:1024px; border-bottom:1px solid #EEE; z-index:1; }

.banner{ background:url(../_imgs/banner_bg.png) repeat center; 	-webkit-border-radius: 10px; -moz-border-radius: 10px;	border-radius: 10px;  }

.banner p{ color:#878787; font-size:13px; }

.relpos{ position:relative; width:100%; height:100%; }

.popupmodal{
	background:none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.toolTip{
	position: absolute;
}
.toolTip #msg{
	float:left;
	color: #FFF;
	min-height:30px;
	min-width:200px;
	text-align:justify;
	vertical-align:middle;
	font-size: 12px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;	
	line-height:30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(204,0,0,9);
}
.toolTip .arrow{
	float:left;
	margin-top:9px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right:6px solid rgba(204,0,0,9);	
}
.invalid{
	-webkit-box-shadow:  0px 0px 2px 2px rgba(204, 0, 9, 0.7);
    box-shadow:  0px 0px 2px 2px rgba(204, 0, 9, 0.7);
}
/* Base */
body{
	position:relative;
	min-width:1200px;
	height:100%;
	background:url(../_imgs/bodybg.png) repeat;
}
nav ul{
	list-style: none outside;
	position: relative;
	display: table;
	table-layout: fixed;	
	margin: 0;
	padding: 0;
	zoom: 1;
}
nav li{
	display: table-cell;
	overflow: hidden;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;	
}
#header-top{
	width:100%;
	height:95px;
	background:white;
}
#top-wrapper{
	margin:0 auto;	
	color:white;
	width:1080px;
	padding-left:100px;
	padding-right:100px;
	height:165px;
	position:relative;
}
#header-top #logo{
	position:absolute;
	left:100px;
	top:40px;
	cursor:pointer;
}
#actionbox{
	position:absolute;
	right:100px;
	width:400px;	
	height:90px;
	text-align: right;
}
#mail_suscribe{
    float:left;
	width:auto;
	padding: 10px;
}
#mail_suscribe a{
	color:#00A3D9;
	line-height: 20px;
	text-decoration:none;
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	font-weight: bold;
}
#mail_suscribe a:hover{
    text-decoration: underline;
}
#socialmedia{
    float:left;
    margin-right: 10px;
	width:auto;
	height:38px;
}
#socialmedia ul{
	width:auto;
	height:38px;
}
#socialmedia li{
	width:30px;
	height:38px;
	margin-left:10px;
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:top;
}
#socialmedia li:hover{
    transition:300ms all ease;
    transform: rotate(360deg);
}
#signbox{
	float:left;
    width:auto;
    padding: 10px;
}
#signbox .vr{
	display:inline-block;
	width: 10px;
}
#signbox a{
    display:inline-block;
	color:#00A3D9;
	font-size:12px;
	width:auto;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	line-height: 20px;
	padding-left:15px;
    padding-right:15px;
}
#signbox a:hover{
	text-decoration:underline;
}
#signbox a.selection{
    transition: 300ms all ease;
	color:white;
	background:rgba(0,26,44,0.9);
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	border:none;
	padding-left:15px;
    padding-right:15px;
	border-radius: 10px;
}
#signbox a.selection:hover{
    transition: 300ms all ease;
    background:#DDDDDD;
    color:black;
}

/* SIGN-BOX STYLES */
.popupbox{
	display:none;
	position:absolute;
	top:90px;
	background:rgba(0,26,44,0.9);
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#suscribe-box{
	top:50px;
}
.popupbox #signup{
	position:relative;
	margin:auto;
	padding-top:25px;
	width:500px;
	height:306px;
}
.popupbox #signin{
	position:relative;
	margin:auto;
	padding-top:25px;
	width:437px;
	height:186px;
}
.popupbox #suscribe{
	position:relative;
	margin:auto;
	padding-top:25px;
	width:397px;
	height:140px;
}
.popupbox a{
	color:white;
}
.popupbox p{
	clear:both;
	margin-top:15px;
}
.popupbox label{
	color:white;
	font-size:15px;
	font-family:'hlv',Helvetica,Verdana,sans-serif;
	float:left;
	padding-right:25px;
	text-align:right;
}
.popupbox #signup label{
	width:167px;
}
.popupbox #signin label{
	width:102px;
}
.popupbox #suscribe label{
	width:62px;
}
.popupbox input{
	margin:auto;
	width:280px;
	height:30px;
	padding-left:3px;
	border:none;
	background:white;
	outline:none;
}
.popupbox #recover {
	text-align: right;
	padding-right: 25px;
	margin-top: 8px;
	font-size: 14px;
}
.popupbox #terms input[type=checkbox] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

.popupbox #terms input[type=checkbox] + label {
	padding-right:46px;
	height:26px; 
	display:inline-block;
	line-height:26px;
	background-repeat:no-repeat;
	background-position: 240px 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.popupbox #terms input[type=checkbox]:checked + label {
background-position: 240px -26px;
}

.popupbox #terms label{
	float: right;
	width: 220px;
	background-image: url(../_imgs/checkbox.png);
	margin-right: 25px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.popupbox input[type=button] {
	position:absolute;
	padding:0px;
	left:0px;
	bottom:0px;
	background: rgb(70,154,17);
	background: -moz-linear-gradient(top,  rgba(70,154,17,1) 0%, rgba(63,138,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,154,17,1)), color-stop(100%,rgba(63,138,15,1)));
	background: -webkit-linear-gradient(top,  rgba(70,154,17,1) 0%,rgba(63,138,15,1) 100%);
	background: -o-linear-gradient(top,  rgba(70,154,17,1) 0%,rgba(63,138,15,1) 100%);
	background: -ms-linear-gradient(top,  rgba(70,154,17,1) 0%,rgba(63,138,15,1) 100%);
	background: linear-gradient(to bottom,  rgba(70,154,17,1) 0%,rgba(63,138,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469a11', endColorstr='#3f8a0f',GradientType=0 );
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	height:60px;
	font-size:24px;
	color:white;
	font-family:'hlv',Helvetica,Verdana,sans-serif;
	cursor:pointer;
}
.popupbox input[type=button]:hover{
	background: rgb(86,191,21);
	background: -moz-linear-gradient(top,  rgba(86,191,21,1) 0%, rgba(80,177,19,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,191,21,1)), color-stop(100%,rgba(80,177,19,1)));
	background: -webkit-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: -o-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: -ms-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bf15', endColorstr='#50b113',GradientType=0 );	
}
.popupbox #signup input[type=button]{
	width:500px;
}
.popupbox #signin input[type=button]{
	width:437px;
}
.popupbox #suscribe input[type=button]{
	width:397px;
}
#logged-box{
	position:absolute;
	display:none;
}
#logged-box li{
	list-style:none;
}
#logged-box a{
	width:auto;
	padding-left:15px;
	padding-right:15px;
	min-width:180px;
	height:40px;
	color:white;
	height:40px;
	background:rgba(0,26,44,0.9);
	text-decoration:none;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:15px;
	border:none;	
}
#logged-box a:hover{
	background: rgba(86,191,21,0.9);
	background: -moz-linear-gradient(top,  rgba(86,191,21,1) 0%, rgba(80,177,19,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,191,21,1)), color-stop(100%,rgba(80,177,19,1)));
	background: -webkit-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: -o-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: -ms-linear-gradient(top,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	background: linear-gradient(to bottom,  rgba(86,191,21,1) 0%,rgba(80,177,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bf15', endColorstr='#50b113',GradientType=0 );		
}
#searchbox{
    clear: both;
    background: url(../_imgs/searchicon.png) no-repeat white;
    background-position: 12px center;
    width: 200px;
    height: 30px;
    color: #888;
    font-size: 15px;
    padding-left: 35px;
    padding-right: 10px;
    border: 1px solid #888;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 15px;
}
#facebook{
	background-image:url(../_imgs/fb.png);
}
#twitter{
	background-image:url(../_imgs/tw.png);
}
#googleplus{
	background-image:url(../_imgs/gp.png);
}
#youtube{
	background-image:url(../_imgs/yt.png);
}
#header{
	background:white;
	width:100%;	
}
#header-nav{
	width:1080px;
	margin:0 auto;
}
#header-nav a{
	text-decoration:none;
	color:inherit;
}
#header-nav a:visited{
	text-decoration:none;
	color:inherit;
}
#header-nav ul{
	width: 1080px;
	height: 60px;
}
#header-nav li{
	font-family:'ralewaymedium', Verdana;
	font-weight: bold;
	display: table-cell;
	overflow: hidden;
	text-align:center;
	color:black;
	font-size:14px;
	text-transform:uppercase;
	vertical-align:middle;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
}
#header-nav a{
	height:100%;
	width:100%;
	display:table-cell;
}
#header-nav p{
	font-family:'ralewaymedium', Verdana;	
	padding-left:1px;
	border-right:1px rgba(255,255,255,0.15) solid;
	height:60px;
	width:215px;
	display:table-cell;
	vertical-align:middle;
}
#header-menu li:last-child p{
	border:none;
}
#header-nav li:hover{
	color:#00A3D9;
}
#header-nav .selected{
	color: #FE1F1C;
	text-decoration: underline;
}
footer{
    font-family: 'ralewaymedium', sans-serif;
    position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height:120px;
	padding: 0;	
	padding-top:20px;
	min-width: 1080px;
	text-align: left;
	color: #444;
	zoom: 1;	
}
footer #footer-wrapper{
	width:1080px;
	height:119px;
	margin:auto;
	position:relative;
	border-top: 1px solid black;
}
footer #logo{
	position:absolute;
	top:45px;
	left:0px;
}
footer #footer-nav{
	position:absolute;
	top:20px;
	left:291px;
	font-size:12px;
}
footer #footer-nav ul{ display:block; }
footer li{
	display:block;
	list-style:none outside;
	text-align:left;
	line-height:20px;
}
footer h4{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height:20px;
    color: black;
}
footer li a{
	text-decoration:none;
	color:#444;
}
footer li a:hover{
    text-decoration: underline;
}
footer #lookingfor{
	position:absolute;
	top:20px;
	left:610px;	
	font-size:12px;
}
footer #follow{
	position:absolute;
	top:20px;
	right:100px;
	text-align:right;
	line-height:20px;
	font-size:12px;
}
#no-offers {
	font-size: 50px;
	margin-top: 120px;
	font-family: 'ralewaymedium';
	color: #676767;
	text-shadow: 0px 1px 1px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=1);
	padding-bottom: 160px;
	background: url(../_imgs/logo_app.png) bottom center no-repeat;
}