@import "bootstrap.min.css";

body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

header {
    position: relative;
    width: 100%;
    overflow: hidden;
}
header img.img_mobile {display: none; height: 520px;}

/*slider*/

#SlideShow {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
#SlideShow .image {
  border-width: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wb_uid0 {display: none;}
.slider_bg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.slider_bg a {
    display: none;
    margin-top: 80px;
    width: 220px;
}
.slider_bg a img {width: 100%;}
.slider_bg h1 {
    -webkit-animation: slide-down-in 900ms linear 0.3s 1 normal;
    -moz-animation: slide-down-in 900ms linear 0.3s 1 normal;
    -ms-animation: slide-down-in 900ms linear 0.3s 1 normal;
    animation: slide-down-in 900ms linear 0.3s 1 normal;
    color: rgba(255,255,255,0.8);
    font-family: "RobotoBold", sans-serif;
    letter-spacing: 4px;
    margin-top: 160px;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slider_bg .header_phon {
    background-color: rgba(193, 106, 129, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: "RobotoBold",sans-serif;
    line-height: 1;
    margin: 20px auto;
    padding: 10px 20px;
}
.slider_bg .header_phon p {
    font-size: 2em;
    letter-spacing: inherit;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slider_bg .header_phon p span {color: rgba(255,255,255,0.3);}
.slider_bg h3 {
    -webkit-animation: swash-in 900ms linear 0.5s 1 normal;
    -moz-animation: swash-in 900ms linear 0.5s 1 normal;
    -ms-animation: swash-in 900ms linear 0.5s 1 normal;
    animation: swash-in 900ms linear 0.5s 1 normal;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slider_bg p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slider_bg button.btn-vizov {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: "RobotoBold",sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 10px;
    padding: 6px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slider_bg button.btn-vizov:hover {
    background-color: #86BB85;
    border-color: #86BB85;
}

/*menu*/


nav.navbar {
    border: medium none;
    position: absolute;
    width: 100%;
}
.navbar-nav > li > a {
    border-bottom: 5px solid transparent;
    color: rgba(255,255,255,0.8);
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 50px;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid #9DCB9C;
    color: rgba(255,255,255,0.9);
}
.navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-toggle {
    margin: 5px 20px;
    padding: 9px 0;
}
.navbar-toggle .icon-bar {
    background-color: #dedede;
    border-radius: 0;
    height: 3px;
    margin: 6px 0;
    width: 32px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-toggle:hover .icon-bar {
    background-color: #CC6464;
}
.navbar-brand {
    width: 300px;
    padding: 0;
}
.navbar-brand img {
    padding: 6px 6px 0;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.navbar-collapse {
    max-height: 100%;
}
.navbar-static-top {display: none;}
nav.headhesive {
    position: fixed;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.headhesive {
    display: block;
    position: fixed;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 25px;
}
nav.headhesive .navbar-nav > li > a {padding-bottom: 15px; padding-top: 15px;}
.headhesive--stick {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0;

}
.headhesive--stick .navbar-brand {}
.headhesive--stick .navbar-brand img {
    width: 180px;
    padding: 7px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h2 {
    color: #666;
    font-family: "RobotoBold", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
section {color: #555; overflow: hidden; padding-top: 30px;}
section p {text-align: justify;}
section h3 {
    font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
}
section img.img_left,
section img.img_right {display: none;}
section .border {border-bottom: 1px dashed #ccc; padding-bottom: 40px;}

#obvyazka img {max-height: 360px; width: 100%;}
#naladka img {max-height: 280px; width: 100%;}
#energosberegenie img {margin-bottom: 30px;}
#energosberegenie img.left {margin-bottom: 0; float: right;}
#otoplenie img {max-height: 270px; width: 100%;}
#vodosnabgenie {padding-bottom: 40px;}
#vodosnabgenie img {float: right;}
#sertificat {background-color: #eee; padding-bottom: 40px;}
#sertificat img {
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0, 0.2);
    -o-box-shadow: 0 6px 10px rgba(0,0,0, 0.2);
    box-shadow: 0 6px 10px rgba(0,0,0, 0.2);
    height: 370px;
    width: 100%;
}

section.vizov {padding-bottom: 40px; text-align: center;}
section.vizov .contact_phon {
    background-color: #9dcb9c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 auto;
    padding: 10px 15px;
}
section.vizov .contact_phon p {
    font-family: "RobotoBold", sans-serif;
    font-size: 24px;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.03);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.03);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.03);
}
section.vizov .contact_phon p span {color: rgba(255, 255, 255, 0.6);}
section.vizov p.email {color: #428bca; margin: 10px 0; text-align: center;}
section.vizov p.email span {color: #666;}
section.vizov button.btn-vizov {
    background-color: #C56F86;
    border: 1px solid #C56F86;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #f5f5f5;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
section.vizov button.btn-vizov:hover {background-color: #B44A78;}

/* footer */

footer {
    background-color: #000206;
    padding: 30px 5px;
    width: 100%;
    text-align: center;
}
footer p {
    color: #999;
    display: inline-block;
    margin: 0 10px;
}
footer a:hover {text-decoration: none;}

html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* pop-up */

#popup {
    background-color: rgba(0,0,0,0.8);
    color: #565656;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

#popup form {margin-top: 30px;}

#popup .form-control {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #555;
    border-radius: 0;
    color: #eee;
}

#popup input.form-control {height: 39.6px;}

#popup form span {
    color: #eee;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: lowercase;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#popup .btn {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
    border-radius: 0;
    color: #ddd;
    font-family: 'Philosopher', sans-serif;
    padding: 8px;
    letter-spacing: 4px;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: 100%;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#popup .btn:hover {
    background-color: #9dcb9c;
    border-color: #9dcb9c;
    color: #fff;
}

#popup p {
    color: #ccc;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    margin: 40px 5px;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#close_popup {
    color: #ddd;
    cursor: pointer;
    font-size: 3.5em;
    position: absolute;
    right: 35px;
    top: 10px;
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 999;
    display: none;
}

/* loder */

html.js .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}