@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
html {
	width: 100%;

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

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

body {
	position: relative;
	min-width: 1060px;
	background: #fff;
    color: #bababa;
    font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
    margin-bottom: 21px;
}


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


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family:  'Open Sans Condensed', sans-serif;
	color: #fff;
	font-weight: normal;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    color: #2b2b2b;
    padding-top: 63px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

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

.page1 h3 {
    padding-top: 0;
    margin-bottom: 0;
    line-height: 24px;
}

/****Lists****/


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

ul.list li {
    color: #10a1d6;
    font-weight: bold;
    padding-left: 16px;
    background: url(../images/marker.png) 0 7px no-repeat;
}

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

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

/****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: #10a1d6;
}

a.btn {
    text-decoration: underline;
    color: #10a1d6;
    letter-spacing: 1px;
    text-transform: uppercase;
    font: 14px/10px 'Open Sans Condensed', sans-serif;
}

a.btn:hover {
    color: #bababa;
}

a.btn1 {
    text-decoration: ;
    color: #10a1d6;
    letter-spacing: 1px;
    text-transform: ;
    font: 24px/10px 'Open Sans Condensed', sans-serif;
}

a.btn1:hover {
    color: #bababa;
}
/****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: 18px;
	margin-top: 5px;
}

.page1 .fleft {
    margin-top: 0;
}

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


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

.upp1 {
	text-transform: uppercase;
}

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

.nowrap {
    white-space: nowrap;
}
/*header*/



header {
	display: block;
    position: relative;
    padding-top: 35px;
    z-index: 999;
    background-color: #12b2f0;
}



header h1 {
	position: relative;
    float: left;
	text-align: center;

}

.slogan {
    color: #0180af;
    font: 14px/16px 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    padding-left: 17px;
    float: left;
    padding-top: 45px;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  220px;
    height: 75px;
	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;
}


.h_search {
    padding-top: 5px;
    font: 14px/18px 'Open Sans Condensed', sans-serif;
    color: #fff;
    width: 245px;
    float: right;
}

.h_search >a {
    margin-bottom: 9px;
    letter-spacing: 1px;
    text-decoration: underline;
    display: inline-block;
    text-transform: uppercase;
}

.h_search >a+a {
    margin-left: 28px;
}

#search {
    padding-right: 25px;
    z-index: 999;
    position: relative;
   

    margin-top: 8px;
}



#search input {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-appearance: none;
    display: block;
    float: left;
    width: 100%;
    background: #10a1d6;
    color: #58ccf9;
    font: bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    height: 34px;
    padding: 7px 12px 9px;

}

#search a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    background: url(../images/search_icon.png) 0px 0px no-repeat;
    height: 15px;
    width: 15px;
}

#search a:hover {
    opacity: 0.5;
}

.block1 h3 span {
    white-space: normal;
}

/**Content**/

.content {


}
.page1  .content {
    padding-top: 47px;
    padding-bottom: 0px;
}

.p1_top {
    background-color: #12b2f0;
}


.p1_top .container_12 {
    position: static !important;
}

.p1_top .container_12>div {
    float: none !important;
    display: block !important;
}



.page1_block .p1_top h3 {
    color: #fff;
    margin-right: 38px;
    float: left;
    margin-bottom: 0;
    padding: 15px 0 20px;
}

.page1_block {
    background-color: #fff;
    width: 1050px;
    position: relative;
    margin: 0 auto 0;
}

.page1_block h3 {
    margin-bottom: 18px;
}

.page1 h3 span {
    font-size: 72px;
    margin-bottom: 6px;
    line-height: 68px;
    color: #10a1d6;
    padding-top: 33px;
    display: block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.p_bot h3 {
    text-transform: uppercase;
}

.page1_block a:hover, .page1 h3 a:hover span  {
    color: #bababa;
}

.bq_left {
    position: relative;
    margin-bottom: 20px;
}

.bq_left img {
    position: relative;
}

.bq_left  span {
    z-index: 10;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 25px;
    background-color: #fff;
    height: 25px;

}

.bq_left span strong {
    display: block;
    position: absolute;
    right: -25px;
    width: 0px;
    height: 0px;
    bottom: 0;
    border-style: solid;
    border-width: 25px 0 0px 25px;
    border-color: transparent transparent transparent #fff;

}
.bq1 {
    overflow: hidden;
}

.bq1 p {
    margin-bottom: 15px;
    
    padding: 24px 45px 27px 320px;
    background: url(../images/quotes_big.png) 268px 30px no-repeat #fcfcfc;

}

.bq1 p  img {
    margin-top: 6px;
    margin-left: 4px;
}

.bq_bot {
    word-spacing: 4px;
    padding-left: 12px;
    overflow: hidden;
    font: bold 18px/18px 'Open Sans Condensed', sans-serif;
}

.bq_bot1 {
    word-spacing: 4px;
    padding-left: 53px;
    /*overflow: hidden;*/
    font: bold 18px/30px 'Open Sans Condensed', sans-serif;
}
.bq_bot2 {
    word-spacing: 4px;
    padding-left: 53px;
    /*overflow: hidden;*/
    font: bold 12px/18px 'Open Sans Condensed', sans-serif;
}


.bq_bot .upp {
    word-spacing: normal;
    padding-top: 2px;
    font-size: 14px;
}

.bq_bot .upp1 {
    word-spacing: normal;
    padding-top: 2px;
    font-size: 25px;
}

.block2 {
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.block2 h3 {
    float: left;
    padding-top: 43px;
    margin-right: 35px;
    line-height: 26px;
}

.c_phone {
    float: left;
    margin-top: 49px;
    font-size: 72px;
    line-height: 46px;
    padding-left: 30px;
    background: url(../images/phone_icon.png) 0 0px no-repeat;
}

.block2 address {
    float: left;
    margin-left: 15px;
    padding-top: 46px;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

a.chat {
    margin-top: 48px;
    letter-spacing: 1px;
    padding: 11px 16px 12px 78px;
    background: url(../images/chat_icon.png) 16px 15px no-repeat #2b2b2b;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

a.chat:hover {
    background-color: #e1e1e1;
}



.box {
    text-align: center;
    color: #bababa;
    margin-top: 52px;
    background-color: #2b2b2b;
}

.box:hover {
    transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    color: #fff;
    background-color: #10a1d6;
}

.box p {
    padding: 0 20px;
    margin-bottom: 0;
}

.box a:hover {
    background-color: #0f93c5;
}

.box  h3 {
    padding-top: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #fff;
}

.box .maxheight {
    margin-bottom: 23px;
}

.box a {
    letter-spacing: 1px;
    display: block;
    font: bold 14px/33px 'Open Sans Condensed', sans-serif;
    padding: 1px 0 3px;
    text-transform: uppercase;
    color: #fff; 
    background-color: #10a1d6;
}


.box1 {
    text-align: center;
    color: #bababa;
    margin-top: 6px;
    background-color: #2b2b2b;
}

.box1:hover {
    transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    color: #fff;
    background-color: #10a1d6;
}

.box1 p {
    padding: 0 20px;
    margin-bottom: 0;
}

.box1 a:hover {
    background-color: #0f93c5;
}

.box1  h3 {
    padding-top: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #fff;
}

.box1 .maxheight {
    margin-bottom: 23px;
}

.box1 a {
    letter-spacing: 1px;
    display: block;
    font: bold 14px/33px 'Open Sans Condensed', sans-serif;
    padding: 1px 0 3px;
    text-transform: uppercase;
    color: #fff; 
    background-color: #10a1d6;
}

.box2 {
    text-align: center;
    color: #bababa;
    margin-top: 30px;
    background-color: #2b2b2b;
}

.box2:hover {
    transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    color: #fff;
    background-color: #10a1d6;
}

.box2 p {
    padding: 0 20px;
    margin-bottom: 0;
}

.box2 a:hover {
    background-color: #0f93c5;
}

.box2  h3 {
    padding-top: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #fff;
}

.box2 .maxheight {
    margin-bottom: 23px;
}

.box2 a {
    letter-spacing: 1px;
    display: block;
    font: bold 14px/33px 'Open Sans Condensed', sans-serif;
    padding: 1px 0 3px;
    text-transform: uppercase;
    color: #fff; 
    background-color: #10a1d6;
}







.col1 {
    color: #2b2b2b;
}

.col2 {
    color: #10a1d6;
}

.col2 a:hover {
    color: #2b2b2b;
}

.text1 {
    color: #2b2b2b;
    font: bold 18px/24px 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.text11 {
    color: #10a1d6;
    font: bold 18px/24px 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tx1 {
    margin-bottom: 12px;
}

.bq2+.bq2 {
    margin-top: 31px;
}

.bq2 p {
    padding-left: 53px;
    background: url(../images/quotes_big.png) 0 6px no-repeat;
}

.bq2 .bq_bot {
    word-spacing: normal;
    padding-left: 54px;
}

.bq2 p img {
    margin-top: 10px;
    margin-left: 4px;
}

.mt {
    margin-top: -236px;
}

.serv .text1 {
    margin-bottom: 6px;
}

.tx2 {
    margin-bottom: 6px;
}

.serv {
    overflow: hidden;
}

.serv +.serv  {
    margin-top: 28px;
}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 #fff;
}

a.gal {
    background: url(../images/magnify.png) center center no-repeat #12b2f0;
}

a.gal:hover img {
    opacity: 0.2;
}

.fl1 {
    margin-bottom: 20px;
}
/**Map**/

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    padding-top: 5px;
    position: relative;
	display: block;
    margin-bottom: 21px;
	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: 417px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 75px;
}

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


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

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

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


/**Footer**/
footer {
	display: block;
    padding-bottom: 60px;
    color: #787878;
}

footer a:hover {
}

footer h3 {
    padding-top: 48px !important;
    margin-bottom: 19px !important;
    color: #c4c4c4;
    text-transform: uppercase;
    line-height: 24px !important;
}

.copy {
    position: relative;
    padding-left: 42px;
    font: bold 14px/18px 'Open Sans Condensed', sans-serif;
    color: #c8c8c8;

}


a.f_logo {
    margin-top: 51px;
    margin-bottom: 4px;
    display: inline-block;
}


#newsletter {
    padding: 13px 0px 11px;
    float: left;
}



#newsletter .rel {
    position: relative;
    overflow: visible;
    width: 220px;
     padding-right: 43px;
}

#newsletter .email {
    width: 100%;
    display: block;
    float: left;
}


#newsletter input {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    box-shadow: none !important;
    width: 100%;
    background-color: #10a1d6;
    color: #fff;
    font: bold 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    height: 34px;
    padding: 6px 12px 10px 12px;
    -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
 transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#newsletter input:focus {
    background-color: #12B2F0;
    
}

#newsletter a {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    width: 32px;
    height: 21px;
    cursor: pointer;
    background: url(../images/subscribe_icon.png) 0 0 no-repeat;

}

#newsletter a:hover {
    background-position: 0 bottom;
}


#newsletter .error, #form1 .empty {     
    height:0px;
    top: 33px;
    width: 100%;
    left: 0;
    text-align: left;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    display: block;
    overflow: hidden;
    z-index: 999;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
    }

#newsletter label.invalid .error {
    /*display: block;*/
    height:40px;

}

#newsletter .success {
    width: 100%;
    top: 0px;
    z-index: 999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
    display: none;  
    background: #10a1d6;
    font-weight: bold;
    color: #fff;
    left: 0px;
    height: 34px;
    overflow: hidden;
    padding: 7px 10px;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    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: 1555px) {
    .page1_block {
        width: auto;
        margin-top: 0;
    }

    .mt {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1060px) {
    .block2 h3 {
        margin-right: 30px;
    }
    body {
        min-width: 960px;
    }
}   

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

.caption {
    top: 80px;
    width: 748px;
    margin-left: -374px;
}

.c_phone {
    font-size: 41px;
    line-height: 32px;
}

.camera_prev, .camera_next  {
    top: 0;
    margin-right: -326px;
}

.camera_next  {

    margin-right: -374px;
}


a.chat {
    font-size: 14px;
    padding-left: 68px;
    letter-spacing: normal;
}

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

.nowrap {
    white-space: normal;
}

.bq_left span {
    background-color: #FCFCFC;
}

.bq_left span strong {
    border-left-color: #FCFCFC;
}

}


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

.slogan {
    float: none;
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

.page1_block .p1_top h3 {
    float: none;
}


#newsletter {
    float: none;
    margin-bottom: 20px;
}

.block1 h3 {
    margin-top: 30px;
}

.caption {
    top: 52px;
    width: 420px;
    margin-left: -210px;

}

.caption  .title {
    width: auto;
    float: none;
}

.caption a {
    display: none;
}

#newsletter .rel {
    margin-bottom: 25px;
    width: auto;
}

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

.camera_prev, .camera_next  {
    top: 0;
    margin-right: -162px;
}

.camera_next  {

    margin-right: -210px;
}

.box img {
    width: 100%;
}

footer h3 br, .block2 h3 br {
    display: none;
}

.bq_left img{
    width: 100%;
}

.bq1 p {
    clear: left;
    padding-left: 50px;
    background-position: 5px 30px;
}

.caption .title {
    padding-bottom: 10px;
}

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

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


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




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

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 0px;
 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;
}


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

 .img_inner {
 margin-top: 30px;
}

a.gal {
    display: block;
    margin-top: 0;
}

}

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

.caption {
    width: 300px;
    margin-left: -150px;
}

.camera_prev, .camera_next  {
    top: 0;
    margin-right: -102px;
}

.c_phone {
    font-size: 26px;
}

.camera_next  {

    margin-right: -150px;
}

}
@media (min-width:1550px) and (max-width: 1830px) {
.page1_block {margin-top:80px !important;}
}
