@charset "utf-8";
@import url('reset.css');
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
/* Main CSS Document */
/*
* Created by
* Haris.Karat
* www.wazzam.com
* 11/07/2013
*/

article, aside, audio, banner, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, social, video{ display: block;}

/*common*/
.container 			{width:1000px; margin:0 auto; position:relative;}


header 				{height:89px;background:#d3d3d3;}
nav 				{width:100%;background:url(../images/nav-bg.jpg) repeat;margin:0 auto;height:57px;}
article 			{background:url(../images/content-top-bg.jpg) top repeat-x;}
section 			{width:655px; float:left; padding:0 0 0 20px;text-align:justify;}
aside				{float:right; width:300px;}

footer				{background:#282828; padding:19px 0 0 0; height:120px;}

.white-bg {background:#fff;}

.content-part 		{background:url(../images/content-bot-bg.jpg) repeat-x bottom; padding:40px 0 70px 0;}


.logo{
	width:202px; height:107px;
float:left;
position:absolute;
margin-top:18px;
z-index:10;
background:url(../images/cash-for-van.png) no-repeat;
font-family:'Lato', Arial, Helvetica, sans-serif; font-weight:700; font-size:65px; color:#FFF;
}
.logo a{
	 color:#FFF !important;
}
.logo-span{font-family:'Lato', Arial, Helvetica, sans-serif;  font-size:32px; color:#1E1E1E; font-style:italic;  padding-top:30px; text-align:center;}

.logo-spantop{ padding-top:20px; text-align:center;}

.cash-on{
line-height:30px;
color:#1e1e1e;
margin: 24px 0 0 261px;
float:left;
}

.cash-on span{
color:#f90606;
font-weight:bold;
}

.call_box{
width:322px;
height:41px;
background:#fff;
border-radius:11px;
margin:20px 0 0 0;
float:right;
font-size:30px;
overflow:hidden;
}

.call{
width:115px;
height:43px;
background:url(../images/24x7-bg.jpg) repeat-x;
color:#f7b901;
float:left;
}

.call a{
width:115px;
height:43px;
float:left;
background:url(../images/call-1.png) no-repeat 11px 4px;
padding-left:40px;
line-height: 39px;
text-decoration:none;
font-weight: bold;
color:#FFF;
}

.num{
width: 207px;
height: 100%;
text-align: center;
line-height: 41px;
color:#000000;
background:#f7b901;
font-weight: bold;
float:left;
}

.menu{
float:rightl;
}

.menu ul{
float:right;
background: url(../images/nav_line.jpg) no-repeat right;
}

.menu ul li{
height:57px;
float:left;
line-height: 56px;
background:url(../images/nav_line.jpg) no-repeat left top;
}

.menu ul li:last-child{

}

.menu ul li a{
text-transform:uppercase;
font-size:15px;
color:#F5F5F5;
float:left;
padding: 0 15px;
height: 53px;
font-weight:bold;
}

.menu ul li a:hover{
color:#f7b901;
border-bottom:4px #f7b901 solid;
}

.menu ul li a.active{
color:#f7b901;
border-bottom:4px #f7b901 solid;
}

.menu ul li ul{
width: 200px;
position:absolute;
top: 100px;
top: 56px;
z-index: 3;
background:#999;
}

.menu ul li ul li{
width: 209px;
height: 36px;
border-bottom:1px #999 dotted;
line-height: 27px;
position: relative;
top:0;
left:0;
background:#353535;
display:none;
}

.menu ul li:hover ul li{
display:block;
}

.menu ul li ul li:hover{
background:#2D2D2D;
}
.menu ul li.current-menu-item a
{
color:#f7b901;
border-bottom:4px #f7b901 solid;
}
.menu ul li ul li a{
width: 96%;
height: 28px;
color: #EAEAEA;
padding: 5px 0 5px 10px;
font-size: 12px;
}

.menu ul li ul li a:hover {
border:none;
}


.menu ul li ul li:last-child{
border-bottom:none;
}

.banner{
width:100%;
height: 347px;
background:#999;
}

.form_box{
font-family:Arial, Helvetica, sans-serif;
float: right;
width: 218px;
height: 292px;
border-radius:8px;
background:url(../images/form-bg.png) repeat;;
margin: 17px 9px 0 0;
position: absolute;
top: 0;
right: 0;
z-index: 1;
padding:13px 19px;
}

.form_test{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
width:100%;
color:#F7B901;
font-size:29px;
font-weight:bold;
padding-bottom: 13px;
}

.easy_input{
width:100%;
}

.easy_input input{
width: 96.6%;
font-size:11px;
padding:3px  0 3px 5px;
color:#000000;
border:1px #999 solid;
}

.easy_textarea textarea{
width: 97.3%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px  0 3px 5px;
color:#000000;
height:44px;
margin:3px 0 0 0;
border:1px #999 solid;
}

.enter_sq{
color:#ffffff;
font-size:11px;
text-transform:uppercase;
}

.enter_sq23{
float: left;
width: 39%;
}

.type_test{
width: 54%;
float:left;
}

.type_test input{
width: 96%;
height:21px;
margin:1px 0 0 0;
}

.submit_easy input{
float:left;
width:100%;
text-transform:uppercase;
color:#1C1C1C;
font-weight:bold;
font-size:22px;
background: #f7b901 url(../images/submit.jpg) no-repeat 159px;
border-radius:7px;
border:none;
padding:8px 0;
margin:10px 0 0 0;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.submit_easy input:hover{
cursor:pointer;
color:#ac5701;
}

.col-3{
width: 100%;
float:left;
background:#282828;
}

.serv3{
float:left;
color:#f5f5f5;
padding: 14px 24px;
width: 284px;
text-decoration:none;
}

.serv3 h2{
font-size:25px;
text-decoration:none;
color:#FFF;
}

.serv3 span{
color:#f7b901;
font-size:43px;
float:left;
padding: 10px 0 0 0;
}

.serv3 p{
color:#9B9B9B;
font-size:15px;
float:left;
line-height:18px;
margin: 12px 0 0 0;
}

.arrow img{
margin:4px 0 0 5px;
}

.line{
width: 2px;
height: 136px;
float: left;
background: url(../images/3-col-deivder.jpg) repeat;
}

.cash_box{
float:left;
}

.cash_box h1{
font-size:25px;
color:#212121;
margin:0 0 20px 0
}

.cash_box p{
font-size:16px;
color:#000000l;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:10px;}

.cash_box a{
color:#0d71b5;
text-decoration:underline;
}

.service_box{
float:left;
}

.service_box h1{
font-size:25px;
color:#212121;
margin:18px 0 20px 0;
}

.service_box ul{
float:left;
}

.service_box ul li{
background:url(../images/bullet-1.jpg) no-repeat 0 0;
height:31px;
padding:0 0 0 41px;
margin:0 0 20px 0;
}

.service_box ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-decoration:none;
color:#000000;
}

.service_box p{
float:left;
color:#000000;
font-size:16px;
padding-bottom:10px;
clear:both;
}

.service_box a{
color:#0d71b5;
text-decoration:underline;
}

.cust_box{
width:297px;
height:177px;
background:#282828;
border-radius:8px;
overflow: hidden;
}

.cu_text{
width: 100%;
font-size:20px;
font-weight:bold;
color:#f7b901;
text-align: center;
padding: 15px 0 8px 0;
background: #383838;
}
.cu_text a{color:#f7b901;}

.cu_p{
float: left;
color: #9B9B9B;
font-size:15px;
line-height: 20px;
padding: 10px 21px 7px 23px;
}

.cu_p_name{
float:right;
color:#f7b901;
font-size:15px;
padding:0 20px 0 0;}

.brands_box{
width:100%;
margin:48px 0 0 0;
}

.brands_box h1{
color:#212121;
margin:0 0 23px 0;
}

.brands_box ul{
float:left;
}

.brands_box ul li{
float:left;
margin: 0 17px 36px 17px;
}

.brands_box ul li a{
float:left;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.brands_box ul li a:hover{
opacity:0.4;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}

.our_box{
float:left;
width:100%;
margin:51px 0 0 0;
}

.our_box h1{
color:#212121;
margin:0 0 37px 0;
}

.our_box ul{
float:left;
}

.our_box ul li{
width:285px;
height:45px;
float:left;
background:#f7b901;
border-radius:8px;
overflow:hidden;
margin:0 0 45px 0;
}

.ph{
float:left;
width:55px;
height:45px;
background:#383838 url(../images/call-1.png) no-repeat center;}

.ema{
float:left;
width:55px;
height:45px;
background:#383838 url(../images/msg-1.jpg) no-repeat center;}

.our_ph{
width: 230px;
height: 45px;
text-align: center;
line-height: 47px;
float: left;
font-size: 30px;
color: #000000;
font-weight: bold;
}

.our_ema{
width: 230px;
height: 45px;
text-align: center;
line-height: 47px;
float: left;
font-size: 15px;
color: #000000;
font-weight: bold;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.our_ema:hover{
color:#424242;
}

.foot_1box{
width:100%;
float:left;
}

.foot_leftbox{
float:left;
}

.foot_leftbox ul{
float:left;
margin-left:20px;
}

.foot_leftbox ul li{
float:left;
margin-right:30px;
}

.foot_leftbox ul li a{
font-size:16px;
color:#F5F5F5;
text-decoration:none;
font-weight:bold;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.foot_leftbox ul li a:hover{
color:#f7b901;}

.foot_rightbox {
  float: right;
  margin-top: 5px;
}

.foot_rightbox a{
position:absolute;
right:0;
margin: -94px 17px 0 0;

	width:202px; height:107px;


z-index:10;
background:url(../images/cash-for-van.png) no-repeat;
font-family:'Lato', Arial, Helvetica, sans-serif; font-weight:700; font-size:65px; color:#FFF;
}

.foot_2box{
width:100%;
float:left;
padding:60px 24px;
padding: 55px 0 0 0px;
}

.foot1_leftbox{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#D5D5D5;
float:left;
}

.foot1_rightbox{
float:right;
font-family:Arial, Helvetica, sans-serif;
}

.foot1_rightbox span{
font-size:12px;
color:#D5D5D5;
}

.foot1_rightbox a{
text-decoration:underline;
color:#F7B901;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.foot1_rightbox a:hover{
text-decoration: none;
}



/* --about-- */



.enter_sq2{
float:left;
width: 46%;
}

.type_test2 input{
width: 58%;
float: left;
height: 21px;
margin: 1px 0 0 0;
}

.submit_easy2 input{
float:left;
width:100%;
text-transform:uppercase;
color:#1C1C1C;
font-weight:bold;
font-size:22px;
background: #f7b901 url(../images/submit.jpg) no-repeat 178px;
border-radius:7px;
border:none;
padding:8px 0;
margin:10px 0 0 0;
}

.submit_easy2{
width:100%;
float: left;
}

.submit_easy2 input:hover{
cursor:pointer;
color:#ac5701;
}

.innerform{
width: 86.3%;
height: 309px;
position: static;
margin: 20px 3px 72px 0 !important;
}
.menu ul li.current-menu-item ul li a{color:#FFFFFF;}
.menu ul li.current-menu-item ul li a:hover{color:#F7B901;}

.sitemap ul 
{
list-style-type:none;
float:left;	
}
.sitemap ul li {
  background: url("../images/bullet-1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 31px;
  margin: 0 0 10px;
  padding: 7px 0 9px 41px;
  width: 91%;
  height:auto !important;
  list-style-type:none !important;
}

.sitemap ul.sub-menu {
  float: left;
  margin-top:25px;
}
.sitemap ul.sub-menu li {
  background:  url("../images/bullet-1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font: 14px arial;
  list-style: disc inside none;
  padding: 5px 0 7px 38px;
  list-style:none;
}
.sitemap ul.sub-menu li a {
  font: 16px arial;
}
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;} 