@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url("http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic");


html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	min-width: 960px;
	background: url("../images/bg_body.png") 0 0 repeat #222225;
}

address {
	font-style: normal;
}
p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  'Ubuntu', sans-serif;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
		letter-spacing: -1px;

}

h2 {
	font-size: 36px;
	line-height: 54px;
	color: #fff;

}

h3 {
	padding-top: 11px;
	margin-bottom: 27px;
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 21px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	padding-top: 55px;
	padding-bottom: 16px;
	line-height: 24px;
	margin-bottom: 19px;
	border-bottom: 1px solid #636569;
}

.fl1 {
	float: left;
	width: 300px;
}

.fl1+.fl1 {
	width: 240px;
}

p {
	margin-bottom: 21px;
}

img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list  {
	padding-top: 27px;
	line-height: normal;
}

ul.list.l1 {
	padding-top: 20px;
}

ul.list  li {
	text-transform: uppercase;
	color: #dfdede;
	font-size: 12px;
	padding-left: 12px;
	background: url("../images/marker.png") 0 9px no-repeat;
}

ul.list  li+li {
	margin-top: 9px;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #d61306;
}

a.link-1 {
	text-decoration: underline;
}

a.link1 {
	color: #d61306;
	background: url("../images/link_marker.png") right 5px no-repeat;
	padding-right: 10px;
	font-size: 11px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	text-transform: uppercase;
}

a.link1:hover {
	color: #fff;
}

a.btn {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	margin-top: 17px;
	padding: 9px 18px 10px;
	background: url("../images/btn_bg.png") 0 0 repeat-x #9c140e;
}

a.btn:hover {
	background: url("../images/spacer.png") 0 0 repeat #9c140e;

}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding: 20px 24px 0;
}

.pad3 {
	padding-right: 40px;
}

.pad2 {
	padding-top: 27px;
}

.pad2.p1 {
	padding-right: 5px;
	padding-top: 27px;
}
.img_inner {
	max-width: 100%;
	margin-top: 0px;
	padding: 5px;
	background: url("../images/inn_bg.png") 0 0 repeat;
	border-radius: 4px;
	margin-bottom: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0 !important;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	height: 288px;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/


header {
	display  : block;
	position : relative;
	z-index  : 999;
}

header h1 a {
	display: block;
	overflow: hidden;
	width: 192px;
	height: 47px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.h_top {
	padding-top: 23px;
	padding-bottom: 14px;
	background: url("../images/header_bg.png") 0 0 repeat;
}

.page1 .h_top {
	padding-bottom: 14px;

}

.autor {
	padding-top: 34px;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #b6b6b6;
}

.autor a {
	color: #b52218;
}

.autor a:hover {
	color: #b6b6b6;
}

/**Content**/


.content.c1 {
	padding-bottom: 35px;
	border-bottom: 10px solid #f7f6f5;
}

.content.c2 {
	padding-bottom: 46px;
}

.content h4 {
	padding-top: 34px;
	overflow: hidden;
	margin-bottom: 12px;
}

.content .pr p {
	margin-bottom: 20px;
}

.content .pr  h4  {
	padding-bottom: 8px
}

.content h4.head1 {
	padding-top: 84px;
} 

.content h4.head2 {
	padding-top: 73px;
} 

.content.page1 {
	margin-top: -88px;
	padding-bottom: 32px;
}

.box {
	background: #161616;
	padding: 13px 14px 20px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.box  img {
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #404040;
	padding: 5px;
}

.box .title {
	font: bold 22px/20px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.gray {
	background: url("../images/gray_bg.png") 0 0 repeat;
	padding-bottom: 22px;
}

.gray h4 {
padding-top: 34px;
margin-bottom: 19px;
}
h4 .wrap {
	overflow: hidden;
	float: left;
	font-style: normal;
	display: block;
	padding-right: 10px;
}

h4 span {
	overflow: hidden;
	display: block;
	background: url("../images/head_sep.png") 0 bottom repeat-x;
	height: 4px;
	padding-top: 19px;
}

.text1 {
	font: 14px/21px 'Ubuntu', sans-serif;
	margin-bottom: 2px;

}

.white {
	background: #fff;
	color: #858585;
	padding-bottom: 39px;
}

.white h4 {
	color: #171616;
	background: url("../images/sep_on_white.png") 0 bottom repeat-x;
	padding-bottom: 22px;
	margin-bottom: 20px;
	padding-top: 47px;
	margin-bottom: 27px;
}

.white time {
	font-size: 14px;
	color: #b52218;display: block;
	margin-bottom: 9px;
}

.white.w2 a.link1:hover {
	color: #000;
}

.text2 {
	font: 21px/22px 'Ubuntu', sans-serif;
	color: #383737; 
	letter-spacing: -1px;
	margin-bottom: 10px;
}


.pad2 {
	padding-right: 40px;
}

.white .link2 {
	display: inline-block;
	background-image: url("../images/link_marker1.png");
	background-position: right 9px;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-right: 10px;
	line-height: 21px;
	margin-top: 22px;
	color: #b52218;
}

.white .link2:hover {
	color: #141414;
}

.comment {
	display: inline-block;
	margin-top: 22px;
	font-size: 14px;
	line-height: 21px;
	color: #141414;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-left: 33px;
	background: url("../images/comment.png") 0 6px no-repeat;
}

.comment:hover {
	color: #b52218;

}

.white h4.head1 {
	background: none;
	margin-bottom: 0;
}

.white blockquote {
	letter-spacing: -1px;
	padding: 51px 40px 42px;
	color: #5a5a5a;
	background: #f3f3f3;
	border-radius: 12px;
	margin-top: -6px;
	margin-bottom: 6px;
	font: italic 21px/30px 'Ubuntu', sans-serif;
}

.white blockquote span {
	color: #b52218;
	font-size: 18px;
}

.white blockquote p {
	margin-bottom: 4px;
}

.white blockquote img {
	position: relative;
	right: -3px;
	top: 5px;
}

.logos {
	background: #f5f6f7;
	padding: 27px 0 41px;
	letter-spacing: -1px;
	font: bold 24px/22px 'Ubuntu', sans-serif;
	color: #363636;
}

.logos ul li {
	float: left;
	padding: 18px 0 7px;
	width: 20%;
}

.logos ul li a {
	margin-top: 3px;
	text-align: center;
	display: block;
}

.logos ul li+li+li {
	background: url("../images/ver_sep.png") 0 0 repeat-y;
}


.prices .count {
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	font: bold 21px/38px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	border-radius:  500px;
	background: url("../images/count_bg.png") 0 0 repeat-x #a41911;
	margin-top: 4px;
}

.prices>div {
	padding-top: 19px;
}

.prices .clear {
	padding-top: 11px;
}

.prices .extra_wrapper {
	padding-top: 8px;
}

.projects .clear {
	height: 44px;
}

.white .img_inner {
	background: #f3f3f3;
	margin-top: 5px;
}

.white a.link1 {
	background-image: url("../images/link_marker3.png");
}

.white.w2 {
	border-bottom: 10px solid #f7f7f7;
	padding-bottom: 42px;
}

.content .text2  {
	color: #fff;
}

.blog time {
	color: #d61306;
}

.blog  {
	padding-top: 29px;
}

.blog+.blog {
	margin-top: 14px;
}

.blog .text2 {
	margin-bottom: 2px;
}

.blog .text1 {
	margin-bottom: 25px;
}

.blog .img_inner {
	margin-bottom: 18px;
}
a.comm {
	padding-bottom: 3px;
	display: inline-block;
	float: right;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 33px;
	background: url("../images/comment_2.png") 0 5px no-repeat;
}

.search {
	padding-top: 46px;
	padding-bottom: 52px;
}

#form1 {
	position: relative;
	overflow: hidden;
}

#form1 input {
	float: left;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 41px;
	border: none;
	color: #fff;
	padding: 11px 52px 9px 16px;
	background: #171817;
	font: 13px/21px Arial, Helvetica, sans-serif;

}

#form1 a {
	cursor: pointer;
	background: url("../images/search_icon.png") 0 0 no-repeat;
	display: block;
	width: 48px;
	height: 41px;
	right: 0;
	top: 0;
	position: absolute;
}

#form1 a:hover {
	background-color: #D61306;
}

.news {
	overflow: hidden;
}

.news+.news  {
	margin-top: 33px;
}

.news>div {
	padding-top: 9px;
}

.news time {
	display: block;
	color: #d61306;
	font-size: 14px;
	margin-top: -1px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
}

.map>p {
	margin-bottom: 18px;
	padding-right: 10px;
}

.map .text1 {
	padding-top: 27px;
}
.map figure {
	display: block;
	width: 380px !important;
	height: 370px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 370px;
	height: 360px;
	max-width: 100%;
}
.map address {
	display: block;
}


.map address+address {
	margin-top: 21px;	
}
.map address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

footer {
	display: block;
	padding-bottom: 40px;
	font: 12px/18px 'Ubuntu', sans-serif;
	color: #8e8e8e;

}

footer a:hover {
	color: #bd5148;
}

.f_phone {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	padding-top: 3px;
	margin-bottom: 13px;
	font-weight: bold;
}

.post strong {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: -1px;
}

.post {
	padding-bottom: 18px;
	background: url("../images/post_sep.png") 0 bottom repeat-x;

}

.post+.post {
	margin-top: 18px;
}

.copy {
	text-transform: uppercase;
}

.copy h5 {
	line-height: 22px;
	padding-top: 39px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0px;
}

.copy span {
	color: #bd5148;
}

.socials {
	margin-top: -2px;
}

.socials a {
	line-height: 35px;
	min-width: 57px;
	display: block;
	float: left;
	background: url("../images/socials.png") 0 0 no-repeat;
	padding-left: 47px;
	margin-bottom: 20px;
}


.socials a+a {
	background-position: -106px 0;
}

.socials a+a+a {
	background-position: 0 bottom;
}

.socials a+a+a+a {
	background-position:  -106px bottom;
}

/**To Top**/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 140px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url("../images/iso.png") no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline: none;
	background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .nowrap {
 white-space: normal;
}
 .map address {
 float: left;
 margin-right: 50px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.pad3 {
	padding-right: 10px;
}

.f_phone {
	font-size: 24px;

}

.fl1 {
	width: 210px !important;
}

.caption {
	margin-left: -374px !important;
}

.comm {
	margin-right: 0 !important;
}

.logos img {
	width: 80%;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.logos img {
	width: auto;
}




.pad3 {
	padding-right: 0px;
}


.fl1 {
	width: auto !important;
	float: none;
	margin-bottom: 25px;
}


.caption {
	display: none !important;
}

.projects .clear {
	height: 0px;
}

.projects .img_inner {
	margin-top: 44px;
} 

.box {
	margin-bottom: 25px;
}

.logos ul li {
	width: auto;
	float: none;
	background: none !important;
	margin-bottom: 20px;
}

.white time {
	margin-top: 20px;
}


.box img {
	width: 100%;
}


.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

 header {
 position: relative;
}
 header h1 {
 float: none;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 20px !important;
}


 .img_inner {
 margin-top: 20px;
}



}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}

}

#logo_main  a.logo{height: 80px; }
#logo_main  div {padding-top:60px;}


