@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";

@import url(//fonts.googleapis.com/css?family=Oswald:300,400);


html {
	width: 100%;

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

body {
	position: relative;
	min-width: 960px;
	background: #fff;
    background: url(../images/bg_body.png) 0 0 repeat #626262;
    color: #898989;
    font: 13px/20px Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

.p1 {
    margin-bottom: 29px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;;
	color: #494949;
	font-weight: normal;
}

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

    padding: 36px 0 ;

}

h3 {
    padding-top: 62px;
    color: #3e3e3e;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 24px;
}

h3.head1 {
    padding-top: 38px;
}

h3.head3 {
    padding-top: 30px;
}

h3 span {
    font-size: 22px;
    text-transform: uppercase;
    color: #85b10f;
    font-weight: 300;
    margin-top: -6px;
    display: block;
}

.page1 .page1_block h3 {
    padding-top: 50px;
    margin-bottom: 28px;
    font-size: 36px;
}

.page1 .const h3 {
    padding-top: 44px;
    margin-bottom: 28px;
    font-size: 36px;
}

.page1 .const h3 span {
    margin-top: -5px;
}

/****Lists****/


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

.page1 ul.list  {
    padding-top: 27px;
}

ul.list  li {
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

ul.list  li span {
    line-height: 18px;
    display: block;
    font-size: 18px;
    color: #dcdbdb;
    position: absolute;
    left: 0;
    top: 1px;
}

ul.list  li a {
    color: #85b10f;
}


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

ul.list1 {
    padding-top: 8px;
}

ul.list1 span {
    line-height: 18px;
    display: block;
    font-size: 18px;
    color: #dcdbdb;
    position: absolute;
    left: 0;
    top: 0px;
}

ul.list1 li {
    position: relative;
    padding-left: 25px;
}

ul.list1 li+li {
    margin-top: 20px;
}

ul.list a:hover {
    color: #3e3e3e;
}
/****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: #85b10f;
}

a.btn {
    font: 16px/20px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px 14px;
    margin-bottom: 7px;
    margin-top: 20px;
    display: inline-block;
    background-color: #ffd600;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.05);
}

a.btn:hover {
    background-color: #85b10f;
}

/****classes****/

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

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 5px;
    border: 5px solid #fefefe;
    box-shadow:  0 0 0 1px #eee;
}

.page1 .img_inner {
    margin-top: 1px;
    border: 5px solid #f8f8f8;
    margin-bottom: 23px;
    box-shadow:  0 0 0 1px #d6d6d6;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.fleft.f1 {
    margin-top: 2px;
}

.st1 {
    line-height: 18px;
    margin-top: -2px;
}

.st1 p {
    margin-bottom: 18px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
    z-index: 10;
    position: relative;
    background: url(../images/cont_bg.png) 0 0 repeat;
	display: block;
	text-align: center;
    padding-top: 19px;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.19);
}


header h1 {
	position: relative;
	z-index: 910;
    float: left;
	text-align: center;
    margin-bottom: 31px;

}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 256px;
	height: 77px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.links {
    padding-top: 40px;
    float: right;
}

.links span {
    position: relative;

    top: -2px;
    display: inline-block;
    color: #323232;
    margin-left: 13px;
    font: 20px/20px 'Oswald', sans-serif;;
}

.page1_block {
    padding-bottom: 47px;
    background: url(../images/page1_block.png) 0 0 repeat;
}

.icon {
    color: #fff;
    font-size: 98px;
    line-height: 136px;
    height: 138px;
    position: relative;
    margin: 0 36px 48px;
    background: #ffd600;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.05);
}

.icon:after {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    left: 50%;
    bottom: -19px;
    margin-left: -18.5px;
    border-width: 19px 18.5px 0 18.5px;
    border-color: #ffd500 transparent transparent transparent;
}


.icon:before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    left: 50%;
    bottom: -26px;
    margin-left: -20px;
    border-width: 19px 19px 0 19px;
    border-color: #000 transparent transparent transparent;
    opacity: 0.05;
}

.icon .fa-umbrella {
    font-size: 92px;
    line-height: 145px;
}


.icon .fa-fire {
    font-size: 90px;
    line-height: 132px;
}


.fas {
    font-family:  'FontAwesome';
}

.title {
    text-transform: uppercase;
     color: #323232;
     margin-bottom: 12px;
    font: 20px/20px 'Oswald', sans-serif;
}

.const {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 38px;
    background: url(../images/constr_bg.png) 0 0 repeat;
}

.const a {
    font: 20px/20px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 34px 19px;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffd600;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.05);
}

.const a:hover {
    background-color: #85b10f;
}
/**Content**/

.content {
	padding-bottom: 50px;
    background: url(../images/cont_bg.png) 0 0 repeat;
}

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

.text1 {
    color: #3e3e3e;
    font-size: 15px;
    margin-bottom: 14px;
}

.welc img {
    float: left;
    margin-top: -19px;
}

.page1 h3 {
    margin-bottom: 0;
    font-size: 36px;
    padding-top: 40px;
}

.page1 h3.head1 {
    font-size: 30px;
    padding-top: 42px;
}

.page1 h3.head1.head2 {
    padding-top: 32px;
}

.welc {
    padding-top: 50px;
}

.welc .text1 {
    margin-bottom: 18px;
}

.ver {
    position: relative;
}

.hor {
    border-top: 1px solid #eaeaea;
    margin-top: 40px;
}

.ver:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 50px;
    bottom: 0;
    background-color: #eaeaea;
    width: 1px;
}

.hor1 {
    margin-top: 47px;
}

.block1 {
    overflow: hidden;
}

.block1 .text1 {
    padding-top: 11px;
    margin-bottom: 6px;
}

.block1 img {
    margin-left: 1px;
    margin-bottom: 1px;
}

.block1 +.block1  {
    margin-top: 13px;
}

.text2 {
    margin-bottom: 18px;
    color: #3e3e3e;
    font: 24px/30px 'Oswald', sans-serif;
}

.text3 {
    padding-top: 28px;
    margin-bottom: 26px;
    font-size: 18px;
    color: #3e3e3e;
}

.hor2 {
margin-bottom: 43px;
}

.col1 {
    color: #3e3e3e;
}

.clear.cl1 {
    height: 27px;
}

.tx2 {
    margin-bottom: 9px;
}

.proj {
    overflow: hidden;
}

.proj .text2 {
    margin-bottom: 14px;
    position: relative;
    top: -1px;
}

.proj img {
    margin-left: 1px;
    margin-bottom: 1px;
}

.proj +.proj  {
    margin-top: 21px;
}

.hor3 {
    margin-top: 44px;
}

.col2 {
    color: #85b10f;
}

.col2 a:hover {
color: #3e3e3e;
}

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

.logos .clear {
    height: 17px;
}
/**Map**/

.map {
	overflow: hidden;
	padding-top: 5px;
    padding-right: 20px;
}
 
.map p {
    margin-top: -6px;
}
.map figure {
	display: block;
    float: left;
    margin-right: 27px;
    width: 513px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    border: 5px solid #fefefe;
    box-shadow:  0 0 0 1px #eee;
}


.map figure iframe {
    width: 503px;
	height: 293px;
	max-width: 100%;
}
.map address {
	display: block;
}






.map address dt {
    margin-bottom: 20px;
}

.map address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    padding-bottom: 35px;
    border-top: 1px solid #e9e9e9;
    color: #fff;
    padding-top: 25px;
}

.socials  {
    float: right;
}

.f_logo{
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.socials a{
    float: left;
    width: 35px;
    height: 34px;
    background: url(../images/socials.png) 0 0 no-repeat #454343;
    display: block;
}

.socials a+a {
    background-position: -40px 0;
    margin-left: 5px;
}

.socials a+a+a {
    background-position: -80px 0;
    margin-left: 5px;
}

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

.socials a:hover {
    background-color: #ffd600;
}



.copy {
    padding-top: 11px;
    font-weight: bold;
}

.copy span {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #dddddd;
    margin: 3px 10px 0;
}

a.top {
    position: absolute;
    right: 10px;
    background: url(../images/totop.png) 0 0 no-repeat;
    top: -71px;
    width: 60px;
    height: 31px;
}

a.top:hover  {
    top: -60px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


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





 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !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;
}

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

.camera_prev {
    margin-left: -384px !important;
}

.camera_next {
    margin-right: -384px !important;
}

.map p {
    margin-top: 0px;
}

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

.logos .clear {
    height: 0;
}

.camera_prev {
    margin-left: -210px !important;
}

.camera_next {
    margin-right: -210px !important;
}


.page1 .content address {
    text-align: center;
}

.page1 .content address img {
    margin: 0 auto 25px;
}

.block1:after, .block2:after {
    display: none;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	height: auto;
}




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

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

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

.icon {
    margin-top: 30px;
}

#owl .fl {
    float: none !important;
    padding-bottom: 20px;
}

.ver:after {
    display: none;
}

h2 {
    line-height: 40px;
}

.links {
    margin-bottom: 30px;
}

}

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



h2 {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.camera_prev {
    margin-left: -150px !important;
}

.camera_next {
    margin-right: -150px !important;
}

}
