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



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/21px 'Ubuntu', sans-serif;
	color: #83868a;
	position: relative;
	min-width: 960px;
	background: #fff;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

input {
	border-radius:  0 !important;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	color: #4a4f55;
	font-weight: normal;


}

h2 {
	padding-top: 57px;
	font-size: 90px;
	line-height: 72px;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	padding-top: 7px;
	display: block;
	color: #91969c;
	font-size: 72px;
}

h3 {
		padding-top: 66px;
	margin-bottom: 33px;
	font-size: 36px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.page1 h3 {
	padding-top: 69px;
	margin-bottom: 42px;
}

 h3.off1 {
	margin-bottom: 45px;
} 

.page1 h3.off1 {
	padding-top: 68px;
	margin-bottom: 45px;
}

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

ul.list {
	padding-top: 43px;
}

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

ul.list li {
	background: url(../images/marker1.png) 0 6px no-repeat;
	padding-left: 20px;
}

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

a.btn {
	background: url(../images/btn_Bg.png) 0 0 repeat-x #f3f3f3;
	color: #83868a;
	padding: 8px 47px 12px;
	border: 1px solid #f3f3f3;
	border-bottom-color: #c7c7c7;
	border-right-color: #c7c7c7;
	border-radius: 22px;
	margin-top: 24px;
	display: inline-block;
}

a.btn:hover {
	color: #0864D0;
}

/****classes****/

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

.page1 .img_inner {
		margin-top: -1px;

}

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

.img_inner.i1 {
	margin-top: -1px;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 21px;
	margin-bottom: 0px;
}

.bt_1 {
	padding-bottom: 4px;
	overflow: hidden;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.pb0 {
	padding-bottom: 0 !important;
}

.alleft {
	text-align: left;
}
/*header*/

header {
	display: block;
	position: relative;
	z-index: 998;
	padding-top: 25px;
	text-align: center;
}

header>div>div {
	border-bottom: 1px solid #e0e1e2;
}

header h1 {
	z-index: 910;
	text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 111px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.page1_block {
	padding-top: 5px;
	text-align: center;
}

.title {
	font: bold 30px/21px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #4a4f55;
	margin-bottom: 29px;
	padding-top: 19px;
	border-bottom: 1px solid #e0e1e2;
	padding-bottom: 19px;
}
/**Content**/

.content {
	padding-bottom: 100px;
}

.page1 .content {
	padding-bottom: 33px;
}

.project {
	margin-bottom: 2px;
	position: relative;
	float: left;
}

.project:hover  .overlay{
	opacity: 1;

}

.overlay {
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	padding: 0 30px;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background: url(../images/overlay.png) 0 0 repeat;
		transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.overlay .o_title {
	padding-top: 54px;
	font: 48px/30px 'Anton', sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.overlay a {
		font: 18px/21px 'Anton', sans-serif;
		border-top: 4px solid #fff;
		text-transform: uppercase;
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 1px;

}


.overlay a:hover {
	border-color: #25BBED;
}

.overlay .o_title span {
	font-size: 24px;
	padding-top: 10px;
	display: block;
}

.news {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.news time {
	display: block;
	font: 40px/30px 'Anton', sans-serif;
	color: #0568CE;
	margin-bottom: 22px;
}

.news time span {
	text-transform: uppercase;
	padding-top: 6px;
	color: #4a4f55;
	font-size: 24px;
	display: block;
}


.b1_title {
	font: 18px/18px 'Anton', sans-serif;
	color: #25BBED;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.b2_title {
	font: 30px/21px 'Anton', sans-serif;
	color: #4a4f55;
	text-transform: uppercase;
	margin-bottom: 29px;
	padding-top: 19px;
	border-bottom: 1px solid #e0e1e2;
	padding-bottom: 19px;
	
}


.block1 {
	line-height: 18px;
}

ul.logos {
	margin-top: -21px;
	padding-top: 36px;
	border-top: 1px solid #e0e1e2;

}

ul.logos  li {
	text-align: center;
	float: left;
	width: 25%;s
}

.text1 {
	font: 24px/30px 'Anton', sans-serif;
	color: #4a4f55;
	margin-bottom:9px;
	text-transform: uppercase;
}


p.text1 {
	margin-bottom: 19px;
}

.text2 {
	font: 16px/20px 'Ubuntu', sans-serif;
	color: #83868a;
	margin-bottom:9px;
}



img.ic {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.serv .clear, .proj .clear {
	height: 32px;
}

.proj .img_inner {
	margin-top: 8px;
	margin-bottom: 23px;
}

.proj .text1 {
	margin-bottom: 19px;
}

.col1 {
	color: #0568CE;	
}

.col1 a:hover , a.col1:hover {
	color: #4a4f55;
}

.blog .text1 {
	padding-top: 1px;
}

.blog .col1 {
	margin-bottom: 18px;
}

.blog .img_inner {
	margin-bottom: 23px;
}

.blog a.btn {
	position: relative;
	top: 1px;
}

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

.prv .text1{
	padding-bottom: 1px;
}

.prv .text1+p+.text1 {
	padding-bottom: 0;
	margin-bottom: 6px;
}

.prv .text1+p+.text1+p {
	margin-bottom: 21px;	
}
.prv p {
	margin-bottom: 38px;
}

.prv a {
	text-decoration: underline;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	padding-top: 8px;
	overflow: hidden;
}

.map figure {
	margin-bottom: 23px;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 269px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map dt {
	margin-bottom: 21px;
}

.map address dd span {
	min-width: 60px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

footer {
	display: block;
	padding-bottom: 36px;

}


footer .f_sep{
		border-top: 1px solid #e0e1e2;

}

footer ul li {
	font-size: 11px;
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 14px;
	text-transform: uppercase;
}

footer ul li+li {
	margin-top: 3px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
	padding-top: 36px;
	text-transform: uppercase;
}

.socials a {
	width: 26px;
	height: 26px;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	display: block;
	background: url(../images/socials.png) 0 0 no-repeat;
	float: left;
}


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

.socials {
	padding-top: 6px;
}


.socials a+a {
	margin-left: 8px;
	background-position: -34px 0;
}

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

.socials a+a+a {
	margin-left: 9px;
	background-position: -69px 0;
}

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

.socials a+a+a+a {
	margin-left: 8px;
	background-position: -103px 0;
}

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

.socials a+a+a+a+a {
	margin-left: 8px;
	background-position: right 0;
}

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

.copy {
	margin-top: -4px;
	font: 14px/16px 'Anton', sans-serif;
	text-transform: uppercase;
	color: #acacac;
}

.copy  a {
	display: inline-block;
	margin-bottom: 1px;
}
/**To Top**/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 140px;
	left: 55%;
	margin-left: 500px;
	overflow: hidden;
	width: 32px;
	height: 19px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(../images/totop.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;
}

.camera_pag {
	bottom: 20px !important;
}

.overlay .o_title {
	padding-top: 10px;
	font-size: 30px;
}

.project {
	width: 249px;
}


 .nowrap {
 white-space: normal;
}


 .map address {
 float: left;
 margin-right: 30px;
}

 .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;
}

.map figure {
	margin-bottom: 15px;
}

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

ul.logos li {
	float: none;width: auto;margin-bottom: 30px;
}

.project {
	width: auto;
	float: none;
}

.project img {
	width: 100%;
}

.project  .overlay .o_title {
	padding-top: 140px;
	font-size: 42px;
}

.icon {
	margin-top: 30px;
}

h2 {
	font-size: 50px;
	line-height: 55px;
}

h2 span {
	font-size: 45px;
}

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

.img_inner img {
	width: 100%;
}

 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: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}

.news {
	margin-bottom: 40px;
}

.block1 {
	margin-bottom: 20px;
}

footer .grid_2 {
	float: left !important;
	width: 50% !important;
}

footer .grid_2 + .grid_2+.grid_2 {
	clear: left !important;
}

.serv .clear, .proj .clear {
	height: 0;
}

.serv>div, .proj>div {
	margin-bottom: 40px !important;
}

ul.list {
	padding-top: 0;
	margin-bottom: 9px;
}

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

.project  .overlay .o_title {
	padding-top: 55px;
	font-size: 42px;
}


 .map address {
 	float: none;
 }

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

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

}