@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "flexslider.css";
@import "ui.totop.css";
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
/* Global properties ======================================================== */
html {width:100%}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #828281;
	min-width: 960px;
	background: #e3e3e3;
	-webkit-text-size-adjust: none;
}

/*********************************fonts*************************************/
.reg {text-transform:uppercase}
.f_left {float:left}
.f_right {float:right}
.align_right {text-align:right}
.align_center {text-align:center}

.it{font-style:italic}
.let{letter-spacing:-1px}

/*********************************CLASSES**********************************/
.m_bottom_zero{ margin-bottom:0 !important;}
.m_left_zero{ margin-left:0 !important;}
.p_bottom_zero{ padding-bottom:0 !important;}
.p_left_zero{ padding-left:0 !important;}

.clear {clear:both;width:100%;line-height:0;font-size:0;}
.wrapper {width:100%;overflow:hidden}
.extra_wrapper{ overflow:hidden;}
.container{width:100%}
.extra_last, .last{ margin-bottom:0 !important; padding-bottom:0 !important;}
.extra_last{ border:none !important; background:none !important;}
.bg_none{ background:none !important;}

/*==================================== Links ======================================================== */
a {color:#828281;outline:none; text-decoration:none; cursor:pointer;}
a:hover{ color:#000; text-decoration:none;}

.button{
	display: inline-block;
	padding: 5px 9px 6px;
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	position: relative;
	background: #333333;
	text-transform: uppercase;
	background-color: #999999;
	visibility: inherit;
}
.button:hover{color:#fff;}
.button span{display: inline-block;position: relative;z-index: 10;}
.button em{position: absolute;width: 100%;height: 100%;z-index: 1;left: 0;top: 0;background: #333333;}
.button:hover em{left: 50%;top: 50%;width: 0;height: 0;}

/*********************************Displays*************************************/
.block{ display:block;}
.inline-block{ display:inline-block;}

/*================================>> aside <<========================================*/
aside{
	background-color: #727272;
}
.social{ overflow:hidden;float: right;}
.social a{ display:block;float: left;height:33px; overflow:hidden;}
.social a:first-child{
	margin: 0;
	padding-top: 10px;
}
.social a:hover img{ margin-top:-33px;}

/*********************************header*************************************/

header {background: url('../images/header.png') repeat-x #e8e8e8;padding: 30px 0 29px; border-bottom:1px solid #fff; }
header h1{width:230px;float: left;}
header h1 a {
	display: block;
	width: 350px;
	height: 92px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/logoforsite3.png);
	overflow: visible;
}

/*********************************content*************************************/
#content {padding:30px 0px 29px;background: url('../images/content.png') repeat-x #d6d6d6;}

/*===============================>> Paragraphs <<=============================*/

p {margin-bottom:18px}
.p2{ margin-bottom:13px;}
.p3{ margin-bottom:11px;}
.p4{ margin-bottom:15px;}

/*================================>> LISTS <<========================================*/
.list1{}
.list1 li{ background:url(../images/marker1.png) 1px 4px no-repeat; margin-bottom: 7px; padding-left:15px;}
.list1 a{font-size: 14px;color: #fff;font-weight: bold;text-transform: uppercase;}

/*================================>> H <<========================================*/
h4{ font-weight:normal;}
h2{
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	padding: 14px 19px 15px;
	margin-bottom: 10px;
}

h3{font-size: 14px;color: #fff;text-transform: uppercase;}
/*================================>> GOOGLE FONTS  <<========================================*/

/*================================>> hovers <<========================================*/
.sf-menu li a, .news a, .link1, .link2, .services>li, .link3, #toTop, .menu-arrow{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.sf-menu li a strong,.flex-control-paging li a, .button em{-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -ms-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */}

/*********************************page_1*************************************/
.ext_list>li, .ext_box{ overflow:hidden;}
.ext_list>li>figure, .ext_box>figure{ float:left;}
.ext_list>li>div, .ext_box>div{overflow:hidden;}

.flexslider .banner{position: absolute;left: 0;bottom: 0;width: 100%;height: 82px;background: url('../images/slider_banner.png') repeat;}
.flexslider .banner .inner{padding:  19px 0 0 17px; font-size: 23px; line-height: 58px; color: #fff; text-transform: uppercase;font-weight: bold;}
.flexslider .banner .inner span{
	margin-top: -6px;
	display: inline-block;
	font-size: 43px;
	color: #ff9c00;
}

.box1{}
.box1 .title{
	background: #fff;
	color: #333;
}
.box1 .inner{background: #fff;padding: 19px 20px 20px;}
.box1 img{margin-bottom: 14px;}

.box2{}
.box2 .title, .box2 .inner{background: #ff9c00;}
.box2 .inner{padding:  16px 15px 6px 20px;}
.box2 .inner1{background: #ff9c00; padding:  24px 15px 25px 20px;}
.box2 .inner2{background: #ff9c00; padding:  16px 15px 25px 19px;}
.box2 a, .box2{color: #fff;}
.link1:hover, .box2 a:hover{color: #545454;}

.box3{color: #fff;}
.box3 .inner, .box3 .inner1, .box3 .title{
	background-color: #727272;
}
.box3 .inner{padding: 15px 10px 20px 19px;}
.box3 .inner1{padding: 18px 20px 25px 20px;}

.box4{color: #fff;}
.box4 .inner, .box4 .title{
	background-color: #a19f9f;
}
.box4 .inner{padding: 15px 10px 20px 19px;}
.box4 .inner1{background: #8d8c8c;padding: 20px 19px 20px;}

.news{padding:  0 0 0 0px;}
.news>li{background: #ff9c00; padding:  15px 10px 16px 19px;word-spacing: -1px; margin-bottom: 10px;}
.news time{font-size: 14px;font-weight: bold;color: #fff;display: block;background: url('../images/time_marker.png') 0 5px no-repeat;padding:  0 0 0 16px;margin-bottom: 10px;}
.news .m_bottom_zero{padding-bottom: 19px;}

.services{}
.services h3{margin-bottom: 9px;}
.services>li{padding: 16px 0 16px 19px;margin-bottom: 10px;background: #a19f9f;}
.services>li:hover{background: #8d8c8c;}
.services, .services a{color: #fff;}

.m_bot1{margin-bottom: 30px;}
.m_bot2{margin-bottom: 20px;}
.m_bot3{margin-bottom: 24px;}

.link2, .link1{color: #fff;border-bottom: 2px solid #ffce80; text-transform: uppercase; font-size: 14px;}
.link2{border-color: #c6c6c6;margin-top: 23px;display: inline-block;}
.link3:after{display: inline-block;width: 5px;height: 9px;background: url('../images/link3_marker.png') no-repeat;margin:  4px 0 0 10px;content: "";}
.link3:hover{color: #ff9c00;}

.link1:hover, .link2:hover{border-color: #fff;}

.link_ind1{margin-top: 19px;}

/*********************************page_2*************************************/
.we_are>li{border-bottom: 1px solid #ffbf59;padding-bottom: 5px; margin-bottom: 17px;}
.we_are>li>div{word-spacing: -1px;}
.we_are>li>figure{margin: 3px 19px 0 0;padding: 4px 0 15px;width: 51px;text-align: center;font-size: 36px; line-height: 43px; color: #ff9c00;font-weight: bold;background: url('../images/big_marker.png') no-repeat;}

ul li.last_li{border: none;}

.testimonial{
	position: relative;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: url('../images/client pictures/testimonials.jpg') repeat-x #bdbcbc;
	padding: 20px 30px 20px;
	margin-bottom: 11px;
	word-spacing: normal;
	position: relative;
}
.testimonial:after{width: 36px;height: 21px;position: absolute;bottom: -21px;left: 64px;background: url('../images/test_after.png') no-repeat;display: block;content: "";}
.testimonial:before{width: 30px;height: 26px;display: block;background: url('../images/quotes.png') no-repeat;position: absolute;left: 20px;top: 15px;content: "";}
.author{text-align: right;margin-bottom: 26px;}

.work{background: #ffba4d;margin-left: 20px;padding: 13px 13px 11px;float: left;width: 157px;}
.work img{margin-bottom: 10px;}

.first{margin-left: 0 !important;}
/*********************************page_3*************************************/

.overview{margin-bottom: 6px;}
.overview>li{margin-bottom: 18px;}
.overview>li>div{}
.overview>li>figure{margin: 4px 19px 0 1px;}
/*********************************page_4*************************************/
.gallery{width: 265px;float: left;background: #afafaf; padding: 13px 13px 18px;margin-left: 18px;}
.gallery img{margin-bottom: 15px;}
/*********************************page_5*************************************/
.faqs>li{margin-bottom: 22px;}




/* Contact form */
#contact-form {padding:3px 0 2px 0;}
#contact-form .success {width:246px;  padding:10px;}
#contact-form textarea, #contact-form input {margin:0;font-size:12px; border:1px solid #e5e5e5; color:#83868a; padding:10px 13px 9px;outline:none; position:relative; font-family:Arial, Helvetica, sans-serif;background:#fff;}
#contact-form input {width:319px;float: left;}
#contact-form textarea {overflow:auto; width:562px; height:220px;resize:none; float:left; margin: 0 0 0 0;}	
#contact-form label {display:inline-block; min-height:46px; overflow:hidden;}	
#contact-form label.message { display:block; padding-bottom:0; }
#contact-form .link2 {margin-left:8px;}	
#contact-form .error, #contact-form .empty, #contact-form .success {display:none;}	
#contact-form .error, #contact-form .empty {text-align:left; color:#fff; font-size:11px; float: left;}
#contact-form .buttons2 {overflow:hidden;text-align:right; position:relative; clear:both; padding-top:15px;padding-right: 10px;}
#contact-form .buttons2 a {
	cursor:pointer;
	margin-top:0;
	text-align:center;
}
#contact-form span{ display:block; margin: 0px 0 0 5px;}

.map_wrapper{overflow:hidden;display:block;margin-bottom:16px;padding: 3px 4px 0 0;}
#map_canvas {
   width:100%;
   height:276px;
}
.adress{}
.adress span{ display:inline-block; width:74px;}
.adress dt{ margin-bottom:11px;}

.demo{text-decoration: underline;}
.demo:hover{ text-decoration:none;}
/****************************footer************************/
footer {padding:27px 0;}

footer h3{
	margin-bottom: 13px;
	color: #333333;
}
footer dl{text-transform: uppercase;}
footer dl dd{margin-bottom: 3px;}
footer .f_stripe{background: #a19f9f;height: 6px;margin:  22px 5px 0;}
.privacy{padding: 7px 2px 0;}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body{min-width:768px;}
 .flexslider .banner .inner{font-size: 20px;}
 .work img{width: 100%;}
 .work{margin-left: 5px;width: 126px;}
 .m_bot2{margin-bottom: 5px;}
 .gallery{width: 200px;}
 #contact-form textarea {width: 435px;}
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 header h1, nav{float: none;}
 header h1, header h1 a{width: 100%;height: 152px;-webkit-background-size: contain;
 background-size: contain;}
 .flexslider .banner{display: none;}
 img{width: 100%;}
 footer .container_24 .f_col1{float: left;width: 50%;margin: 0 0 15px;}
 .gallery, .work{float: none;margin: 0 0 30px;width:auto;}
 .overview>li>div{overflow: visible;}
 .m_bot3{margin-bottom: 0;}
 #contact-form textarea, #contact-form input {width: 353px;}
 footer .f_stripe{margin-left: 0;margin-right: 0;}
}

@media only screen and (max-width: 479px) {
 body{min-width:300px;}
 header h1, header h1 a{height: 110px;}
 header{padding-bottom: 10px;}
 .overview>li>figure{float: none;margin:0 0 15px 0;}
 .overview{padding-right: 10px;}
  #contact-form textarea, #contact-form input {width: 233px;}
}
