@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Reg.ttf');    
}

@font-face {
    font-family: 'Bender';
    src: url('../fonts/bender_regular.otf');   
}


/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
b{
	font-weight: bold;
}
html {
	height: 100%;
	background: url(../img/bg.jpg) no-repeat  center 400px #2b2b2b;

}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/22px Arial, sans-serif;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
a{
	color:#fff;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	background: rgba(0,255,255,0.5);*/
	
}
.wrap{
	width: 940px;
	margin: 0 auto;
}
.right{
	float: right;
}

h1,.h1{
	color:#ffffff;
	font: normal 24px/27px Bender ,"PF DinDisplay Pro",Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom:15px;
	display: block;
}

h2,.h2{
	color:#ffffff;
	font: normal 20px/23px Bender ,"PF DinDisplay Pro",Arial, sans-serif;
	text-transform: uppercase;
	margin-top:15px 0 8px 0;
	display: block;
}
.h2{
	font: normal 20px/23px "PF DinDisplay Pro",Arial, sans-serif;
}
h3,.h3{	
	color:#ffffff;
	font: normal 18px/21px Bender ,"PF DinDisplay Pro",Arial, sans-serif;
	text-transform: uppercase;
	margin:15px 0 8px 0;
	display: block;
}

fieldset{
	border: 1px solid #c9c9c9;
	padding: 10px 20px;
}
mark{
	font: italic 16px/24px  Arial, sans-serif;
	color:#adbec1;	
	background:none;
	padding: 3px 0 22px 0;
	display: block;
	
}

blockquote{
	font: italic 15px/22px  Arial, sans-serif;
	color:#adbec1;			
	display: block; 
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid #adbec1;
}
b,strong{
	font-weight: bold;
}
/* Header
-----------------------------------------------------------------------------*/
.header {	
	padding-top:25px;
	font: bold 12px/20px  Arial, sans-serif;
	color:#adadad;
	/*overflow: hidden;*/
}
.header img{
	padding-top:3px;
}
.header a{
		color:#c80006;
	}
.header div{ 
	float: left;
}
	.header div span{
		color:#fff;
		font: bold 16px/20px  Tahoma, Arial, sans-serif;
		display: block;
		margin-top:2px;
	}
	.col1{	
		 margin-right: 32px;
    	 width: 415px; 
	}
	.col2{
		margin-right: 14px;
    	width: 225px;
		display: block;
	}
	.col3{
		  margin-right: 24px;
    	  width: 225px;
	}
	.col4{	
		width:225px;
	}
	
	.header nav{
		display: block;
		font: bold 16px/20px Tahoma, Arial, sans-serif;	
		text-transform: uppercase;
		color:#fff;	
	}
	.header a{
		color:#fff;	
		display: block;
	}
	.header nav{
		clear: both;
		font: bold 15px/20px "PF DinDisplay Pro",Tahoma, Arial, sans-serif;	
	}
	.header .col4 a{
		color: #c80006;
	}
	.header ul li{
		float: left;
		padding: 19px 14px 8px 14px;
		border-bottom:3px solid #2B2B2B;
		display: block;
		position: relative;
	}
	
	
	.header ul.right {
		margin-right: -14px;
	}
	.header ul li.active{
		border-bottom:3px solid #fd0f03;
	}
	
	.topsub{
		position: absolute;
		top: 50px;
		left: 50%;
		width: 170px;
		margin-left: -100px;
		background: #eeeeee;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c8cacb), to(#ffffff));
			background: -webkit-linear-gradient(#c8cacb, #ffffff);
			background: -moz-linear-gradient(#c8cacb, #ffffff);
			background: -ms-linear-gradient(#c8cacb, #ffffff);
			background: -o-linear-gradient(#c8cacb, #ffffff);
			background: linear-gradient(#c8cacb, #ffffff);
			-pie-background: linear-gradient(#c8cacb, #ffffff);			
		padding: 0 15px 20px 15px;		
		z-index: 20;
		display: none;		
	}
	.topsub li{
	   position:relative;
	}
	
	.topsub2{
		position: absolute;
		top: -26px;
		left: 170px;
		width: 170px;		
		background: #eeeeee;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c8cacb), to(#ffffff));
			background: -webkit-linear-gradient(#c8cacb, #ffffff);
			background: -moz-linear-gradient(#c8cacb, #ffffff);
			background: -ms-linear-gradient(#c8cacb, #ffffff);
			background: -o-linear-gradient(#c8cacb, #ffffff);
			background: linear-gradient(#c8cacb, #ffffff);
			-pie-background: linear-gradient(#c8cacb, #ffffff);			
		padding: 20px 15px 20px 15px;		
		z-index: 20;
		display: none;		
	}
	
	.topsub li:hover .topsub2{
		display: block;
	}
	
	
	.header ul li:hover .topsub{
		display: block;
	}
	.header ul li ul.topsub li, .header ul li ul.topsub li a{
		float: none;
		text-transform: none;
		padding: 0;
		margin: 0;
		border:none;
		font-weight: normal;		
		width: 170px;
		color: #000000;
	}
	.header ul li ul.topsub li.toparrow{
			background: url('../img/top.png') no-repeat top center;
			height: 16px;
			position: relative;
			top:-1px;
	}
	.header ul li ul.topsub li{
		margin-bottom: 10px;
	}
/* slider
-----------------------------------------------------------------------------*/

#topmenu{
	height: 100%;
	position: relative;
	display: block;
	width: 940px;
}
.redline{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url('../img/red.png');

}

.tab{
	background: url('../img/red.png');
	padding: 30px 30px 10px 30px;
	bottom: 4px;	
	position: absolute;	
	width: 703px;
	display: block;
}
.tabtext{
	color: #fff;
	font: normal 14px/22px Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 8px;
}
.tab.active{
	display: block;
}
.tab header{
	font: normal 30px/34px Bender,"PF DinDisplay Pro",Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;	
}
.tabmore{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;	
	margin: 15px 0;
	padding: 0 30px 0 15px;
	font: normal 12px/32px Arial, sans-serif;
	text-decoration: none;
	margin-right: 10px;
	
	background: url('../img/whitemore.png') no-repeat 90px center;
}

.taborder{
	color: #fff;
	display: inline-block;	
	text-decoration: none;
	margin: 15px 0;
	border: 1px solid #000;
	padding: 0 15px;
	font: normal 12px/32px Arial, sans-serif;
	background: url('../img/btn.png');
}
.tabmore:hover,
.taborder:hover{
	text-decoration: underline;
}
.bottom-tab{
	margin-bottom: 20px;
	/*width: 110%;*/
	width: 100%;
}
.bottom-tab a{
	font: normal 14px/45px "PF DinDisplay Pro", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 45px;	
	position: relative;
}

.bottom-tab span{	
	border-bottom: 1px solid #586061;
    border-top: 1px solid #586061;
    display: inline-block;
    height: 42px;
	padding: 0 11px;
    position: relative;
    top: -17px;
}
.bottom-tab i{
	height: 45px;
	width: 20px;
	display: inline-block;
}
.bottom-tab a .l{
	background: url('../img/tab.png') no-repeat left top;	
}
.bottom-tab a .r{	
	background: url('../img/tab.png') no-repeat right top;
}

.bottom-tab a.active .l{
	background: url('../img/tabred.png') no-repeat left top;	
}
.bottom-tab a.active .r{	
	background: url('../img/tabred.png') no-repeat right top;
}

.bottom-tab a.active span{
	background: url('../img/red.png');		 
	border-color: #961B0B;
}
.bottom-tab a.active i{
	background: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 220px;
	position: relative;
}
.main .middle{
	padding: 0 0 180px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 320px 0 0;
	display: block;
	overflow: hidden;
	min-height: 20px;
}
.main .content{
	padding: 40px 0 0 0;
}
.breadcrumbs{
	margin-bottom:5px;
}

.content p{
	padding-bottom:15px;
}
.content ul, .content ol{
	padding: 0 0 15px 30px;
}
.content ul li{
	list-style-image: url('../img/li.png');
}
.content ol li{
	list-style-type: decimal;
}
.content table{
	margin-bottom:15px;
	width:100%;
}
.content table th{
	text-align: left;
	padding: 10px 15px;
	font: bold 12px/16px  Arial, sans-serif;	
	color:#fff;
	border-bottom: #f53d12 solid 2px;
	background:#2b2b2b;
}
.content table td{
	padding: 9px 15px;
	border:#555555 1px solid;
}
.content table tr:nth-of-type(even){
	background:#414141;
}
.content table tr:nth-of-type(odd){
	background:#2b2b2b;
}
.content table.noborder,.content table.noborder td,.content table.noborder th,.content table.noborder tr{
	border:none;
	background:none;
}
.content a{
	color:#fff;
	text-decoration: underline;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {

    float: left;
    margin-left: -296px;
    position: relative;
    width: 296px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 940px;
	border-top:2px solid #f53d12;
	margin: -160px auto 0;
	height: 160px;
	position: relative;
}
.col {
	width:50%;
	float: left;
	padding:40px 0;
}
.colright{
	width:220px;
	float: right;
	padding:40px 0;
}
.floatleft{
	float: left;
	margin: 0 20px  20px 0;
}

.red{
	color: #ff3e25;
}
.special{
	padding: 15px 20px;
	width: 255px;
	height: 181px;
	float: left;
	margin-right: 18px; 
	background: url('../img/specbg.png') repeat-x center center;
	overflow: hidden;
}
.special.last{
	margin-right: 0;
}
.special .title{
	font: normal 25px/25px Bender, "PF DinDisplay Pro", Arial, sans-serif;
	text-transform: uppercase;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.special .title1{
	font: normal 18px/23px Bender, "PF DinDisplay Pro", Arial, sans-serif;
	
	color: #000;
	margin-bottom: 20px;
}
.special .background {
	margin: 0 !important;
}
.special .background img {
	max-width: 255px;
}
.red1{
	font: italic 18px/18px "PF DinDisplay Pro", Arial, sans-serif;
	color: #e91b00;
	margin-bottom: 20px;
	display: block;
}
.date{
	color: #e91b00;
		
}
.text-special{
	/*margin-left: 110px;*/
	font: normal 13px/20px Arial, sans-serif;
	color: #2b2b2b;
}
.special .floatleft{
margin: 0;
}
.more{
	font: normal 12px/12px Arial, sans-serif;
	padding: 10px 30px 10px 15px;
	display: inline-block;
	border: 1px solid #2b2d2d;
	color: #2b2d2d;
	text-decoration: none;
	background: url('../img/more.png') no-repeat 90px center;
}
.more:hover{
	border: 1px solid #ff3e25;
}

#slider-special-main .sm_slider-inner a.more, #slider-special-main .sm_slider-inner a.more{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0;
}
.phone{
	background: url('../img/phone.png') no-repeat 2px center;
	padding-left: 30px;
	font: normal 14px/24px Arial, sans-serif;
}
.email{
	background: url('../img/email.png') no-repeat left center;
	padding-left: 30px;
}
#callback{
	background: #414141;
	padding: 24px 20px;
	margin-bottom: 20px;
	color: #c7c7c7;
}
.callback-btn{
	border-bottom: 1px dotted  #c7c7c7;
	cursor: pointer;
}
.callback-btn:hover{
	border-bottom: none;
	padding-bottom: 1px;
}
#question{
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	font: bold 14px/35px  Arial, sans-serif;
	text-transform: uppercase;
	background: url('../img/question.png') no-repeat 50px center #bb1600;	
	margin-bottom: 20px;
	text-decoration: none;
}
#question:hover{
	background: url('../img/question.png') no-repeat 50px center #7b1000;
}

#ourwork{
	padding: 60px 0 20px 0;
	text-align: center;
	color: #fff;
	display: block;
	font: bold 16px/22px Arial, sans-serif;
}
/*-------------slider----------------*/
#slider-special {
	height: 214px;
	margin: 0 0 20px 0px;
	position: relative;
	width: 295px;
	
}
.slider{
	display: block;	
	overflow: hidden;
	position: relative;
	clear: both; 
		position: absolute;	
	top:0;
	left:50%; 
	margin-left:-800px;
}
.wrap-slider,.wrap-slider-inner{
	width: 100%;
	height: 556px;
	display:block;
	overflow: hidden;
	position:relative; 
}
.wrap-slider-inner{
	height: 216px; 
}
#slider-main{
	height: 556px;
	width: 1600px;
	background: none;	
}
#slider-inner{
	height: 216px; 	
	position: relative;
	width: 1600px;	
}
#ourworks{
	float: left;
	width: 619px;
	height: 420px; 	
	margin: 0 40px 0 0;;
	position: relative;
}
#slider-special-main {
	height: 214px;
	margin: 0 0 20px 0px;
	padding-top: 14px;
	position: relative;
	width: 100%;	
}

#slider-special ul,#slider-special-main ul,#ourworks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 #slider-special-main ul{
 	margin-bottom: 8px;
 }   
 #slider-special-main .sm_slider-inner a, #slider-special-main .sm_slider-inner a{
 	float: left;
	width: 296px;
	height: 215px;
	display: block;
	margin-left: 15px;
 }
  #slider-special-main li{
  	overflow: hidden;
  }
 
.sm_slide {	
	display: none;
	height: 100%;
	left: 0;
	position: absolute;	
	top: 0;
	visibility: hidden;
	width: 100%;
}

.sm_slide.active {
	display: block;
	visibility: visible;
}

.sm_slide img {
	padding: 0 10px 5px 0;
	max-width: 100%;
}
#slider-special .sm_prev{
	display: none;
}
.sm_prev, .sm_next {	
	cursor: pointer;
	display: block;	
	height: 34px;
	margin: -17px 0 0 0;
	position: absolute;
	top: 50%;
	width: 12px;
	z-index: 999;	
}
.sm_prev{
	left: -22px;
	background: url(../img/arrow.png) no-repeat top left;
}
.sm_next {
	background: url(../img/arrow.png) no-repeat top right;
	right: -22px;
}

.sm_prev:hover,.sm_next:hover {	
	opacity: 0.7;
}


.prev-main, .next-main {	
	cursor: pointer;
	display: block;	
	height: 65px;
	margin: -32px 0 0 0;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 999;	
}
.prev-main{
	left: -35px;
	background: url(../img/arrow-main.png) no-repeat top left;
}
.next-main {
	background: url(../img/arrow-main.png) no-repeat top right;
	right: -35px;
}

.prev-main:hover,.next-main:hover {	
	opacity: 0.7;
}

.sm_nav {
	bottom: 35px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	left: 0px;
	z-index: 999;
	list-style: none;
}
.our{
	position: absolute;
	right: 0px;
	bottom: 32px;
}
.content ul.sm_nav li {
	list-style: none;
}
.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 14px;
	padding: 4px;
	width: 14px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 11px;
	height: 11px;
	position: relative;
	top: 5px;
	left: 4px;	
	background-color: #c1c3c4;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_nav-item.active i{
	background-color: #f53d12;
}

.sm_nav-item:hover i {
	background: #7f7f7f;
}

.sm_nav-item.active:hover i{
	background-color: #bfbfbf;
}
/*------------------------------*/
.sub,.gallery,.items,.doc{
	overflow: hidden;
	width: 110%;
}
.sub a{
	float: left;
	width: 180px;
	height: 200px;
	text-align: center;
	margin: 0 25px 25px 0;
	text-transform: uppercase;
	font: normal 14px/18px "PF DinDisplay Pro",Arial, sans-serif;
}
.sub-list a{
	text-transform: uppercase;
	font: normal 14px/18px "PF DinDisplay Pro",Arial, sans-serif;
}

.gallery a,.doc span{
	float: left;	
	margin: 0 10px 10px 0;	
	display: block; 
}
.doc span{
	margin: 0 10px 30px 0;	
}
.gallery a img{
	/*border: 1px solid #fff; */
	padding: 5px; 
}
.items a{
	float: left;	
	margin: 0 9px 9px 0;	
	display: block; 
	width: 200px;
	text-align: center;
}
.faq{
	padding-bottom: 30px;
}
input[type='text'],input[type='password'],input[type='file'],select,textarea{
	padding: 5px;
	margin: 2px 0 15px 0;
	display: inline-block;
	background: #fff;
	border: 1px solid #C9C9C9;
	height: 16px;
}
select{
	padding: 0;
	height: 28px;
	padding: 2px 5px 5px 5px ;	
	width: 326px;
}
textarea{
	height: 100px;
}
input[type='file']{
	padding: 0;
	height: 28px;
}
legend{
	font-weight: bold;
	color: #fff;
}
label{
cursor: pointer;
}
.label{
color: #fff;
}
.textarea{
	width: 500px;
}
input[type=submit],.btn{
	background: #BB1600;
    color: #FFFFFF;
    display: inline-block;
    font: bold 14px/35px Arial,sans-serif;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
	border: none;
	height: 35px;
}
input[type=submit]:hover,.btn:hover{
	background: #911200;
}
.filter{
	overflow: hidden;
	margin-bottom: 20px;
}
.coll3{
	width: 33%;
	float: left;
	height: 60px;
}
.filter label{
	font: bold 12px/20px Arial,sans-serif;
	display: block;
}
.filter select{	
	width: 210px;
	padding: 5px;
	background: transparent;
	border: none;
	color: #ffffff;
}
.select{
	width: 180px;
	overflow: hidden;
	border:1px solid #505152;
	display: inline-block;
	color: #ffffff;
	background: url('../img/select.png') no-repeat 160px center #555555;
}
#partners{
	overflow: hidden;
}

#partners div, #partners a{
	float: left;
	display: block;	
	height: 34px;
} 

.p1{
	width: 130px;
	background: url('../img/partn.png') no-repeat bottom left;	
}
.p1:hover{	
	background: url('../img/partn.png') no-repeat top left;	
}

.p2{
	width: 90px; 
	background: url('../img/partn.png') no-repeat  -125px bottom;	
}
.p2:hover{	
	background: url('../img/partn.png') no-repeat  -125px top;	
}

.p3{
	width: 120px; 
	background: url('../img/partn.png') no-repeat  -215px bottom;	
}
.p3:hover{	
	background: url('../img/partn.png') no-repeat  -215px top;	
}

.p4{
	width: 160px; 
	background: url('../img/partn.png') no-repeat  -340px bottom;	
}
.p4:hover{	
	background: url('../img/partn.png') no-repeat  -340px top;	
}
.p5{
	width: 155px; 
	background: url('../img/partn.png') no-repeat  -500px bottom;	
}
.p5:hover{	
	background: url('../img/partn.png') no-repeat  -500px top;	
}
.p6{
	width: 160px; 
	background: url('../img/partn.png') no-repeat  -655px bottom;	
}
.p6:hover{	
	background: url('../img/partn.png') no-repeat  -655px top;	
}
.p7{	
     width: 125px;
	background: url('../img/partn.png') no-repeat  -810px bottom;	 
}
.p7:hover{
	
	background: url('../img/partn.png') no-repeat  -810px top;	
}
.p8{	
     width: 115px;
	background: url('../img/partn.png') no-repeat  -944px bottom;	 
}
.p8:hover{
	
	background: url('../img/partn.png') no-repeat  -944px top;	
}
.p9{	
     width: 150px;
	background: url('../img/partn.png') no-repeat  -1060px bottom;	 
}
.p9:hover{
	
	background: url('../img/partn.png') no-repeat  -1060px top;	
}
.p10{	
     width: 122px;
	background: url('../img/partn.png') no-repeat  -1210px bottom;	 
}
.p10:hover{
	
	background: url('../img/partn.png') no-repeat  -1210px top;	
}
.p11{	
     width: 135px;
	background: url('../img/partn.png') no-repeat  -1332px bottom;	 
}
.p11:hover{
	
	background: url('../img/partn.png') no-repeat  -1332px top;	
}
.p12{	
     width: 135px;
	background: url('../img/partn.png') no-repeat  -1467px bottom;	 
}
.p12:hover{
	
	background: url('../img/partn.png') no-repeat  -1467px top;	
}
.p13{	
     width: 85px;
	background: url('../img/partn.png') no-repeat  -1602px bottom;	 
}
.p13:hover{
	
	background: url('../img/partn.png') no-repeat  -1602px top;	
}
.p14{	
     width: 140px;
	background: url('../img/partn.png') no-repeat  -1687px bottom;	 
}
.p14:hover{
	
	background: url('../img/partn.png') no-repeat  -1687px top;	
}
.p15{	
     width: 150px;
	background: url('../img/partn.png') no-repeat  -1845px bottom;	 
}
.p15:hover{
	
	background: url('../img/partn.png') no-repeat  -1845px top;	
}
.p16{	
     width: 120px;
	background: url('../img/partn.png') no-repeat  -1995px bottom;	 
}
.p16:hover{
	
	background: url('../img/partn.png') no-repeat  -1995px top;	
}
.p17{	
     width: 176px;
	background: url('../img/partn.png') no-repeat  -2115px bottom;	 
}
.p17:hover{
	
	background: url('../img/partn.png') no-repeat  -2115px top;	
}
.p18{	
     width: 190px;
	background: url('../img/partn.png') no-repeat  -2291px bottom;	 
}
.p18:hover{
	
	background: url('../img/partn.png') no-repeat  -2291px top;	
}
.print{
	font: 14px/22px Arial, sans-serif;
	color:#000;
}

input[type='text'],input[type='password'],input[type='file'],select,textarea{

}

.formleft{
	float: left;
}

.formright{
	
}

fieldset div{
	display: inline-block;
	width: 49%;
}

fieldset div.col1, fieldset div.list{
	width: 100%;
	clear: both;
	overflow: hidden;
}
fieldset div input, fieldset div select{
	width:  100%;
	max-width: 250px;
}
fieldset div .label{
 	color: #FFFFFF;
    display: inline-block; 
    width: 100%;
 }
 
.checkbox{
	margin: 5px;
	vertical-align: top; 
}
.radio{
	display: inline-block;
	margin: 0 5px 5px 0;
	vertical-align: top;
}

.radio2 .radio,.radio2 .checkbox{
 	width: 48%;
 	display: inline-block;
}

.radio3 .radio,.radio3 .checkbox{
 	width: 30%;
 	display: inline-block;
}

fieldset div .radio input, fieldset div .checkbox input,fieldset div .bool input {
	width: 20px;
}

.warnText{
	color: #ff3e25;
	margin: 10px;
}

.panel {
	padding: 30px;
	color: #333;
	background: #eee;
	}

.text-center {
	text-align: center;
	}

a{
	outline: none;
}

.js-order-button {
	display: inline-block;
	text-align: center;
	padding: 10px;
	color: #fff;
	font: bold 14px/35px Arial, sans-serif;
	text-transform: uppercase;
	background: #bb1600;
	margin-bottom: 20px;
	text-decoration: none !important;
}

#js-order-form {
	display: none;
}

.popup-form, .popup-form h1 {
	color: #2b2b2b;
}
.twocoltab td{
	vertical-align: middle;
	border: none !important;
}
.twocoltab tr{
	vertical-align: middle;
	background: none !important;
}
@media (max-width: 768px) {
	.wrap-slider {
		overflow: hidden;
	}
/*	#slider-main {
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}*/
}