/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color:#899094;
	position:relative;
	min-width:960px;
	background: #fff;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #303235;
}

h3 {
	font-size: 36px;
	color: #424242;
}

h3.head1 {
	line-height: 35px;
	padding-top: 46px;
	margin-bottom: 32px;
}

.page1 h3.head1 {
	margin-bottom: 0;
}

h3.icon {
	line-height: 28px;
	padding-top: 34px;
	margin-bottom: 6px;
}

h3.icon span {
	font-size: 18px;
}

h3.icon.ic1 {
	background: url(../images/icon1.png) 0 36px no-repeat;
	padding-left: 50px;
}

h3.icon.ic2 {
	background: url(../images/icon2.png) 0 36px no-repeat;
	padding-left: 50px;
}

h3.icon.ic3 {
	background: url(../images/icon3.png) 0 36px no-repeat;
	padding-left: 42px;
}

h3.icon.ic4 {
	background: url(../images/icon4.png) 0 61px no-repeat;
	padding-left: 50px;
	padding-top: 59px;
}

h3.icon.ic5 {
	background: url(../images/icon5.png) 0 61px no-repeat;
	padding-left: 50px;
	padding-top: 59px;
}

h3.icon.ic6 {
	background: url(../images/icon6.png) 0 61px no-repeat;
	padding-left: 50px;
	padding-top: 59px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 19px;
}



p {
	margin-bottom: 18px;
}



strong {
	color: #343437;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	
}

ul.list li {
	color: #ef3d23;
	background: url(../images/marker.png) 0 7px no-repeat;
	padding-left: 15px;
	margin-bottom: 12px;

}

ul.list li a:hover {
	color: #343437;
}

ul.list1 {
	margin-top: -4px;
}

ul.list1 li {
	color: #83868a;
	font-size: 11px;
	line-height: 24px;
	padding-left: 13px;
	background: url(../images/marker1.png) 0 9px no-repeat;
}

/*links*/

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: #ef3d23;
}

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

a.link-1:hover {
	color: #343437;
}

a.btn {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 8px;
	color: #373737;
	display: inline-block;
	background: url(../images/btn_bg.png) 0 0 repeat-x #d0d0d2;
	border: 1px solid #d0d0d2;
	box-shadow: 0px 1px 1px #d0d0d2;
	border-radius: 9px;
	font-weight: bold;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

a.btn:hover {
	background: url(../images/btn_hover.png) 0 0 repeat-x #313130;
	color: #fff;
	border: none;
	padding: 11px 20px 9px;
}

/*preclass*/

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

.mr0 {
	margin-right: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad2 {
	padding-right: 80px;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	margin-top: 4px;
	max-width: 100%;
	margin-bottom: 26px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}

.rel {
	position: relative;
}
.clear {
	float: none !important;
	clear: both;
}

.ind1 {
	margin-bottom: 11px;
}

.ind2 {
	margin-bottom: 5px;
}

/*header*/


header {
	display: block;
	background: url(../images/heade_bg.png) 0 bottom repeat-x #ebedeb;
}


header.page1>div {
	padding-bottom: 0;
}
header>div {
	background: url(../images/header_top.png) 0 0 repeat-x;
	padding-bottom: 10px;
}

header h1 {
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 192px;
	height: 135px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.page1_block {
	padding-bottom: 16px;
	overflow: hidden;
}

.banner {
	background: #fff;
	font-size: 14px;
}

.banner img {
	margin-bottom: 14px;
}

.banner .indent {
	padding: 0 30px 15px;
}

.banner a {
	margin-top: 9px;
}

.banner h2 {
	position: relative;
	top: 2px;
	font-size: 30px;
	line-height: 34px;
	color: #ef3d23;
	margin-bottom: 0px;
}

/*Content*/


.content {     
	   
	background: url(../images/cont_wrap.png) 0 0 repeat; 
	border-top: 3px solid #efefed;
}

.content.page1 {
	border-top: 0;

}

.content>div {
		background: url(../images/content_bg.png) 0 100% repeat-x;
		padding-bottom: 44px;  
}

.content a.btn {
	margin-top: 26px;
	background: url(../images/cont_btn_bg.png) 0 0 repeat-x #d0d0d2;
}

.content a.btn:hover {
	background: url(../images/btn_hover.png) 0 0 repeat #313130;
}


.bottom_block {
	background: url(../images/bg_footer.png) 0 1px repeat-x;
	padding: 27px 0 16px;
}

.bottom_block ul {
	overflow: hidden;
}

.bottom_block ul.logos li {
	float: left;
	border-left: 1px solid #e1e1e1;
	padding: 10px 0 6px;
}

.bottom_block ul.logos li:first-child {
	border: none;
}

.bottom_block ul.logos li a {
	background: #fff;
}

.bottom_block ul.logos li a:hover {
	opacity: 0.5;
}

ul.news li:first-child {
	padding: 0;

}

ul.news li {
	padding-top: 40px;
}

ul.news li .date {
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-right: 24px;
	background: url(../images/date_bg.png) 0 0 no-repeat;
	width: 57px;
	height: 57px;
	color: #fff;
	font: 18px/18px 'Anton', sans-serif;
	text-transform: uppercase;
}

ul.news li .date span {
	font-size: 28px;
	display: block;
	padding-top: 5px;
	line-height: 26px;
}

blockquote {
	padding-left: 29px;
	background: url(../images/quotes.png) 0 1px no-repeat;
}

blockquote a {
	font: 18px/20px 'Anton', sans-serif;
	color: #373737;
	text-transform: uppercase;
}

blockquote p {
	margin-bottom: 22px;
}

.block1 {
	overflow: hidden;
	margin-bottom: 40px;
}

.block1.ind1 {
	margin-bottom: 5px;
}

.f_icon {
	width: 36px;
	height: 38px;
	float: left;
	margin-right: 12px;
	margin-top: 3px;

}

.f_icon.ic7 {
	background: url(../images/icon7.png) 0 0 no-repeat;
}

.f_icon.ic8 {
	background: url(../images/icon8.png) 0 0 no-repeat;
}
.f_icon.ic9 {
	background: url(../images/icon9.png) 0 0 no-repeat;
}
.f_icon.ic10 {
	background: url(../images/icon10.png) 0 0 no-repeat;
}
.f_icon.ic11 {
	background: url(../images/icon11.png) 0 0 no-repeat;
}
.f_icon.ic12 {
	background: url(../images/icon12.png) 0 0 no-repeat;
}

.text1 {
	font-size: 18px;
	color: #373737;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 11px;
}

.logos2 {
	overflow: hidden;
	padding: 4px 0 10px;
	
}

.logos2 li {
	float: left;
	background: url(../images/logoss2_bg.png) 0 0 repeat-x;
}

.logos2 li a {
	background: url(../images/logoss2.png) 0 0 no-repeat;
	width: 156px;
	display: block;
	opacity: 0.1;
	height: 99px;
}

.logos2 li a:hover {
	opacity: 0.5;
}

.logos2 li:first-child {
	margin-left: 0 !important;
}

.logos2 li:first-child+li a {
	width: 99px;
	background-position: -223px 0;
}

.logos2 li:first-child+li {
	margin-left: 67px;

}

.logos2 li:first-child+li+li a {
	width: 157px;
	background-position: -391px 0;
}

.logos2 li:first-child+li+li {
	margin-left: 69px;

}

.logos2 li:first-child+li+li+li a {
	width: 97px;
	background-position: -618px 0;
}
.logos2 li:first-child+li+li+li  {
	margin-left: 70px;

}

.logos2 li:first-child+li+li+li+li a {
	width: 168px;
	background-position: right 0;
}

.logos2 li:first-child+li+li+li+li {
	margin-left: 57px;

}

.block2 {
	margin-bottom: 34px;
}

.blog {
	margin-bottom: 45px;
}

.blog .text1 {
	padding-bottom: 5px;
}

.blog .comment {
	display: block;
	float: right;
	background: url(../images/comment.png) right 1px no-repeat;	
	padding-bottom: 6px;
	padding-right: 34px;
}

.blog p {
	margin-bottom: 22px;

}

#form1 {
	position: relative;
	padding-top: 4px;
	margin-bottom: 9px;
	padding-right: 45px;
}

#form1 label {
	display: block;
	width: 100%;
	float: right;
}

#form1 input {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 	box-sizing: border-box;
 	height: 32px;
 	font: 14px/18px  Arial, Helvetica, sans-serif;
 	color: #ababab;
 	padding: 7px 14px 7px;
 	border: none;
 	overflow: hidden;

}

#form1 a {
	z-index: 999;
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
	position: absolute;
	width: 45px;
	height: 32px;
	background: url(../images/search_icon.png) 0 0 no-repeat #fff;
}

#form1 a:hover {
	opacity: 0.5;
}

.jta-tweet-profile-image-link {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}

.jta-tweet-list-item {
	margin-bottom: 25px;
	overflow: hidden;
}

.jta-clear {
	height: 0;
	clear: both;
}

.jta-tweet-body {
	overflow: hidden;
}


.jta-tweet-text a {
	color: #343437;
	font-weight: bold;
}

.jta-tweet-text a:hover {
	color: #ef3d23;
}

.jta-tweet-attributes {
	display: none;
}

/****Map***/

.map {
	padding-top: 0px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 25px;
 display: block;
 float: left;
 margin-right: 20px;
 margin-top: 4px;
}
.map figure iframe {
	width: 380px;
	height: 338px;
	max-width: 100%;
	border-radius: 5px;
}


.map address  {
	margin-bottom: 18px;
}


address dd span {
	min-width: 84px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************Footer***********/

footer {
	display: block;
	padding:33px 0;
	background: url(../images/bg_footer.png) 0 1px repeat-x;
	color: #555454;
	text-transform: uppercase;
	font: 12px/14px 'Ubuntu', sans-serif;

}

.socials {
	padding-top: 3px;
}

.socials a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 8px;
	background: url(../images/socials.png) 0 0px no-repeat;
}

.socials a:first-child {
	margin-left: 0;
}

.socials a:first-child+a {
	background-position: -34px 0;
}

.socials a:first-child+a+a {
	background-position: -69px 0;
}

.socials a:first-child+a+a+a {
	background-position: -103px 0;
}

.socials a:first-child+a+a+a+a {
	background-position: right 0;
}

.socials a:hover {
	opacity: 0.5;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.camera_pag li, .camera_pag li span {
	width: 20px !important;
	height: 20px !important;
}

.camera_pag {
	margin-left: -50px !important;
}

.caption a.btn {
	margin-top: 5px !important;
}



h3.icon {
	line-height: 36p;
}

.slider_wrapper {
	height: 194px !important;
}

.caption h2 {
	font-size: 40px !important;
}

.logos2 li {
	margin-left: 10px !important;
	background: none;
}

.caption h2 span {
	font-size: 20px !important;
	line-height: 24px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #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 ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

.logos li {
	width: 24.5%;
}

.logos li a {
	display: block;
}

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

.logos2 li {
	float: none;
	margin-left: 0 !important;
	margin-bottom: 10px;

}

.logos2 li a {
	margin: 0 auto;
}

.block1.ind1 {
	margin-bottom: 40px;
}

.slider_wrapper, .camera_wrap {
	height: 194px !important;
}

.bottom_block ul.logos li {
	float: none;
	border: none;
	width: auto;
	text-align: center;
}


.page1_block img {
	width: 100%;
}

.page1_block .banner {
	margin-bottom: 20px;
}

header h1 {
	margin-bottom: 20px;
}



.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}



.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}

.img_inner.mb0 {
	margin-bottom: 0 !important;
}


header h1 {
	float: none;
	position: relative;	
	padding-top: 10px;
}

header h1 a {
	margin: 0 auto;
	height: auto;
}

header h1 a img {
	width: 100%;
}


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

footer {
	padding-top: 0;
}

footer h4 {
	margin-top: 25px;
}

h3.icon.ic1, h3.icon.ic3, h3.icon.ic2 {
	margin-top: 17px;
}

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


.slider_wrapper, .camera_wrap {
	height: 234px !important;
}

.blog .comment {
	float: none;
	display: inline-block;
}


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

 }
