/* Add here all your css styles (customizations) */

body {
  font-family: 'Raleway Webfont', sans-serif;
}

.seoheader {
  display: none;
}

.ekoisol-nabidka,
.ekoisol-zelenausporam {
  font-size: 34px;
  color: #0c6f31;
}

.ekoisol-nabidka {
  font-size: 20px;
  color: #0c6f31;
}

.specialist {
  position: relative;
}

.specialist p {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  padding: 20px 0 10px;
}

.specialist .stick-right {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 30;
  background: url('../img/img-flower.png') center center;
  width: 242px;
  height: 255px;
  color: #78cb34;
  text-align: center;
  font-size: 50px;
  font-family: Tahoma;
  padding: 35px 10px 0 0;
  letter-spacing: -6px;
  font-weight: bold;
}

.specialist .stick-right b {
  font-size: 85px;
  font-family: Tahoma;
}

.bg-black {
  background: url('../img/bcg-blackline.jpg') center center;
}

.pt5 {
  padding-top: 5px;
}

/*Navbar*/

@media(max-width: 991px) {
.navbar-brand > img.collapsed-logo { display:  block!important; }
.navbar-brand > img.logo-piktogram { display:  none!important; }
.owl-theme .owl-controls .owl-buttons div{ top:500px }
}

.one-page-header.navbar {
  border-bottom: none;
  background: url('../img/menu.png') center center repeat-x;
  height: 148px;
  padding: 13px 0;
}

.one-page-header.navbar.top-nav-collapse {
  background: #000;
  padding: 10px 0 0;
  height: 80px;
}

.navbar-brand > img.collapsed-logo {
  display: none;
}

.one-page-header .navbar-brand {
  padding-top: 42px;
}

.one-page-header.navbar.top-nav-collapse .navbar-brand {
  padding-top: 12px;
}

.one-page-header.navbar.top-nav-collapse img {
  display: none;
}

.one-page-header.navbar.top-nav-collapse img.collapsed-logo {
  display: block;
}

.one-page-header .navbar-nav {
  padding-left: 36px;
}

.one-page-header.navbar.top-nav-collapse .navbar-nav {
  padding-left: 0px;
}

.one-page-header .navbar-nav > li {
  height: 120px;
  padding: 0 35px 0 0;
}

.one-page-header .navbar-nav > li > a {
	color: #c7f900;
	font-size: 24px;
	text-transform: uppercase;
    padding: 48px 30px;
    margin: 0 -20px;
}

.one-page-header .navbar-nav > li {
   background: url('../img/menu-divider.png') center right no-repeat;
}

.one-page-header.navbar.top-nav-collapse .navbar-nav,
.one-page-header.navbar.top-nav-collapse .navbar-nav > li {
  background: transparent;
  padding: 0;
  height: auto;
}

.one-page-header .navbar-nav {
   background: url('../img/menu-divider.png') center left no-repeat;
}

.one-page-header .navbar-nav > li > a:hover {
	z-index: 1;
	color: #000;
}

.one-page-header .navbar-nav > li > a:focus {
	color: #000;
}

.one-page-header .navbar-nav > li > a:hover,
.one-page-header .navbar-nav > li > a:focus {
	z-index: 1;
	color: #000 !important;
    background: #c7f900;
    display: bock;
-webkit-box-shadow: inset 0px 0px 50px -10px rgba(0,90,4,1);
-moz-box-shadow: inset 0px 0px 50px -10px rgba(0,90,4,1);
box-shadow: inset 0px 0px 50px -10px rgba(0,90,4,1);
}

.one-page-header.navbar.top-nav-collapse .navbar-nav > li > a {
  background: #000;
  padding: 0;
  color: #c7f900;
  padding: 20px;
  margin: 0;
  font-size: 20px;
}

.one-page-header.navbar.top-nav-collapse .navbar-nav > li > a:hover,
.one-page-header.navbar.top-nav-collapse .navbar-nav > li > a:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
  background: #c7f900;
  color: #000 !important;
}

/*
.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus {

}
*/

.bcg-green {
  background: #d5eb91;
}

.center {
  text-align: center;
}

.extrabold {
  font-weight: 800;
}

.ensurance {
   background: url('../img/bcg-green.png') center center no-repeat;
   display: block;
   text-align: center;
   width: 280px;
   height: 280px;
   padding: 20px 35px;
   color: #085f2a;
   text-transform: uppercase;
   font-size: 18px;
   margin: 10px auto;
}

.ensurance img {
  margin: 10px auto;
  display: block;
}

.reference {
  display: block;
  position: relative;
  overflow: hidden;
  width: 360px;
  max-width: 100%;
  height: auto;
  font-size: 26px;
  color: #fff;
  background: grey;
  margin: 10px auto;
}

.reference .overlay-name {
  display: block;
  height: 120px;
  width: 360px;
  max-width: 100%;
  bottom: 0px;
  left: 0;
  line-height: 30px;
  text-align: center;
  padding: 10px 0 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.reference:hover .overlay-name {
  width: 360px;
  height: 360px;
  padding: 150px 0 0;
  bottom: 0px;
  color: #fff;
}

.reference img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.reference:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.contacts-section {
   background: url('../img/bcg-contact.jpg') repeat;
   font-size: 18px;
}

.contacts-section p,
.contacts-section h2,
.contacts-section h3 {
   color: #fff;
}

.contacts-section input,
.contacts-section textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #8a8a8a;
  border: none;
  padding: 5px 15px;
  width: 100%;
  margin: 3px 0;
  height: 45px;
}

.contacts-section textarea {
  height: 149px;
}

.contacts-section button {
  color: #1b7141;
  background: #d2e8da;
  border: 1px solid #d2e8da;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #000;
  height: 149px;
  width: 100%;
  margin: 3px 0;
  cursor: pointer;
}

.contacts-section iframe {
  width: 100%;
}

.copyright-section {
   background: url('../img/bcg-copyright.jpg') repeat;
   text-align: center;

}

.copyright-section p {
   color: #767676;
   font-size: 12px;
   padding: 20px;
   margin: 0;
}

.copyright-section p a {
   color: #767676;
   text-decoration:underline
}

.copyright-section .page-scroll  {
  float: right;
  background:  #085f2a;
  color: #000;
  font-size: 20px;
  padding: 0px 5px;
  margin-top: -5px;
}

.copyright-section .page-scroll a {
  color: #fff;
}

.sky-form .message {
  display: none;
}

.sky-form .invalid {
  color: red;
}

.owl-slider-partners.owl-carousel .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-slider-partners span.item {
  display: block;
  background: #eee;
  text-align: center;
}

.owl-slider-partners span.item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20% 0;
}

.owl-slider.owl-carousel {
  width: 88%;
  margin: 0 auto;
}

.owl-slider .next-reference,
.owl-slider .prev-reference {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 46%;
}

.owl-slider .next-reference {
  background: url('../img/next-reference.png') center center;
  right: -6%;
}

.owl-slider .prev-reference {
  background: url('../img/prev-reference.png') center center;
  left: -6%;
}

.certificaty {
  background: #d5ec92;
  color: #3b4a0d;
}

#o-spolecnosti .content-boxes h4 {
  padding-bottom: 20px;
}

#o-spolecnosti .content-boxes h4 img {
  vertical-align: middle;
  padding-right: 5px;
}

.showhide-long-content {
  position: relative;
  padding-bottom: 50px;
}

.showhide-long-content .showhide-content {
  overflow: hidden;
  height: 130px;
  position: relative;
  z-index: 5;
}

.showhide-long-content .showhide-gradient {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 80px;
  bottom: 50px;
  left: 0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.showhide-long-content.opened .showhide-gradient {
  display: none;
}

.showhide-long-content .showhide-ico {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  background: url('../img/more-arrow-down.png') center top;
  z-index: 15;
}

.showhide-long-content .showhide-ico:hover {
  background: url('../img/more-arrow-down.png') center bottom;
}

.showhide-long-content.opened .showhide-ico {
  background: url('../img/more-arrow-up.png') center top;
}

.showhide-long-content.opened .showhide-ico:hover  {
  background: url('../img/more-arrow-up.png') center bottom;
}

.owl-slider-certificats .owl-wrapper {
  padding-bottom: 10px;
}

.certificaty a.certificat {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.certificaty a.certificat img {
  max-width: 90%;
  height: auto;
  margin: 0 auto 5px;
  border: 2px solid #fff;
}

.programm {
   background: url('../img/bcg-program.jpg') center center repeat-x;
   min-height: 880px;
   z-index: 10;
}

.programm-container {
  background: url('../img/bcg-program.jpg') center center no-repeat;
  position: relative;
  width: 1150px;
  height: 880px;
  display: block;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px;
}

.programm-content-block {
  position: absolute;
  background: #d5ec92;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
  padding: 10px;
  width: 310px;
}

.programm-content-block.no-01 { top: 200px; left: 0px; z-index: 20;}
.programm-content-block.no-02 { top: 280px; right: 60px; z-index: 18;}
.programm-content-block.no-03 { top: 460px; left: 60px; z-index: 16;}
.programm-content-block.no-04 { top: 550px; right: 0px; z-index: 14;}

.programm-content-block .program-header {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
}

.programm-content-block .program-header h3 {
  color: #252525;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.programm-content-block .program-content {
  overflow: hidden;
  display: block;
  height: 0px;
  font-size: 12px;
  text-align: justify;
}

.programm-content-block .program-hideshow {
  display: block;
  background: url('../img/more-ico-plus.png') center center no-repeat;
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -24px;
  cursor: pointer;
}

.programm-content-block.opened .program-hideshow {
  background: url('../img/more-less.png') center center no-repeat;
}



@media (max-width: 1200px) {
  .one-page-header .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .programm-content-block {
    position: relative;
    width: 46%;
    margin: 2%;
    float: left;
  }

  .programm {
     z-index: 10;
     background: #efefef;
  }

  .programm-container {
     background: url('../img/bcg-program-mobil.jpg') center top repeat-x;
     height: auto;
     width: auto;
  }

  .programm-container h2 {
    padding-bottom: 760px;
  }

  .programm-content-block .program-header {
    height: auto;
  }

.programm-content-block.no-01 { top: auto; left: auto; z-index: 20;}
.programm-content-block.no-02 { top: auto; right: auto; z-index: 18;}
.programm-content-block.no-03 { top: auto; left: auto; z-index: 16;}
.programm-content-block.no-04 { top: auto; right: auto; z-index: 14;}
}

@media (max-width: 992px) {
  .specialist p {
    font-size: 28px;
    padding: 20px 0 0;
  }
  .one-page-header.navbar {
    height: 81px;
    background-size: auto 100%;
  }
  .one-page-header .navbar-collapse {
    border-top: none;
  }
  .one-page-header .navbar-brand {
    padding: 15px;
  }
  .one-page-header .navbar-nav {
    padding: 0;
    background: #000;
    margin-top: 7px;
  }
  .one-page-header .navbar-nav > li {
    background: none;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .one-page-header .navbar-nav > li > a {
    background: none;
    padding: 20px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .programm-content-block {
    width: 90%;
    margin: 10% 5%;
    float: none;
  }

  .specialist p {
    font-size: 24px;
    padding: 10px 0 0;
  }

  .specialist .stick-right {
    display: none;
  }

  .owl-slider .next-reference,
  .owl-slider .prev-reference {
    top: auto;
    bottom: 0;
  }

  .owl-pagination {
    height: 50px;
    padding-top: 20px;
  }

}

@media (max-width: 548px) {
  .tp-simpleresponsive > ul > li {
    display: block;
  }

 .ekoisol-nabidka,
  .ekoisol-zelenausporam {
    font-size: 50px;
    display: block;
  }

  .ekoisol-nabidka span {
    display: block;   
    white-space: normal;
  }

}

