* {
  margin: 0;
  padding: 0; 
  color: #1c1c1d;
  font-family: "Open Sans";
  font-weight: 400;
}
section {
  text-align: center;
  padding-bottom: 60px;
}
#mainNav {
  background: rgba(45, 45, 46, 1);
  box-shadow: rgba(20,20,20,.3) 0px -1px 15px;
  
}
#mainNav a {
  color: #d4d6db;
  font-weight: 300;
  transition: all .5s;
}
  #mainNav a:hover {
    color: #a3e100
  }
.navbar-default {
  border: solid transparent 0px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #f2f3f5;
  border-radius: 0;
  margin: 0;
  border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: transparent;
  color: #a3e100 !important;
}
.nopad {
  padding: 0;
}
.inline-block {
  display: inline-block;
}
.navbar-nav {
  display: inline-block;
  float: right;
}
.logo-header {
  width: 47px;
  height: 47px;
  display: inline-block;
  background: url("../img/logo.png") no-repeat center;
}
.navbar-nav>li>a {
  padding: 40px 20px; 
  letter-spacing: 1px;
}
.navbar-brand {
  height: initial;
  padding: 25px 15px;
}
.brand-name,.brand-name b {
  display: inline-block;
  line-height: 32px;
  text-transform: uppercase;
  vertical-align: top;
  font-family: "Baloo Bhai";
  color: #a3e100;
  font-size: 18px;
  margin-left: 10px;
}
.brand-name b {
  line-height: 20px;
  font-size: 18px;
  display: block;
  margin-left: 0;
  font-weight: initial;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* general styles */
.round-heading {
  background: #a3e100;
  color: #1c1c1d;
  text-align: center;
  font-family: "Baloo Bhai";
  padding: 25px 40px;
  font-size: 26px;
  display: inline-block;
  margin: auto;
  border-radius: 50px;
  position: relative;
  z-index: 999;
  top: -40px;
  min-width: 300px;
}
h3, h4 {
  font-family: "Baloo Bhai";
  text-align: center;
  margin: 0 0 50px;
}
.small-round-button {
  border: solid 3px #a3e100;
  color: #a3e100;
  text-align: center;
  font-family: "Baloo Bhai";
  padding: 10px 50px;
  font-size: 20px;
  margin: 30px auto;
  border-radius: 50px;
  display: inline-block;
  transition: all .3s;
}
  .small-round-button:hover {
    background: #a3e100;
    color: #fff;
  }
/* */

/* slider styles */
#slider {
  text-align: left;
  margin-top: 100px;
  padding-bottom: 0;
}
.tp-caption .inline-block {
  vertical-align: middle;
}
.tp-caption, .tp-caption h2, .tp-caption p {
  color: #fff;

}
.tp-caption h2 {
  font-family: "Baloo Bhai";
  font-size: 56px;
  text-transform: uppercase;
  background: rgba(0,0,0,.35);
  padding: 15px;
}
.logo-boy {
  padding-right: 40px;
}
.tp-caption p {
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 300;
  background: rgba(0,0,0,.35);
  padding: 15px;
  line-height: 32px;
}
/* */

/* news feed style */
.news-wrap, .news-wrap2 {
  padding: 30px 50px;
  background: #f5f4f4;
  border-radius: 30px;
  margin-top: 15px;
}
.news-wrap2 {
  padding: 20px 25px;
  background: #fff;
}
.news-wrap h4, .news-wrap2 h4 {
  margin: 0;
  font-weight: 500;
}
.news-wrap h4:after, .news-wrap2 h4:after {
  content: "";
  display: block;
  height: 4px;
  width: 100px;
  background: #a3e100;
  margin: 15px auto;
}
.news-wrap .news-date{
  position: absolute;
  top: 45px;
  right: 50px;
}
.news-wrap2 .news-date2 {
  position: initial;
}
.news-wrap .news-date .glyphicon,
.news-wrap2 .news-date2 .glyphicon {
  color: #999;
}
.news-wrap p, .news-wrap2 p {
  margin: 15px 0;
}
.news-wrap a, .news-wrap2 a {
  color: #a3e100;
  font-weight: 600;
  font-size: 17px;
}
/* */ 

/* camps styles */
#camp-dates, #trainers {
  background: #f5f4f4;
}
#camp-dates ul {
  list-style-type: none;
}
#camp-dates ul li {
  text-align: left;
  margin-bottom: 20px;
}
#camp-dates ul li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  margin-right: 15px;
  background: url("../img/tick.png") no-repeat;
}
.round-heading.date {
  margin-bottom: 10px;
  padding: 15px 15px;
  text-align: center;
  position: initial;
}
.round-heading.date i, .round-heading.date span {
  color: #fff;
  font-family: "Baloo Bhai";
}
.round-heading.date i {
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 15px;
}
.round-heading.date span {
  font-size: 20px;
}
.round-button {
  border: solid 4px #a3e100;
  color: #a3e100;
  text-align: center;
  font-family: "Baloo Bhai";
  padding: 15px 30px;
  font-size: 22px;
  margin: auto;
  border-radius: 50px;
  transition: all .3s;
}
  .round-button:hover, #day-camps-photo .round-button:hover {
    background: #a3e100;
    color: #fff;
  }
.round-button, .round-heading.date {
  width: 320px;
  display: block;
  float: right;
}
#accommodation {
  padding: 0;
}
#accommodation-photo {
  background: url("../img/ceska-hospoda.jpg") center no-repeat;
  background-size: cover;
}
#day-camps {
  margin-top: 120px;
  background: #f5f4f4;
}
#day-camps h3 {
  margin-bottom: 10px;
}

#day-camps-photo {
  background: url("../img/primestske-kempy.jpg") center no-repeat;
  background-size: cover;
  padding: 40px 15px;
}
#day-camps-photo a:hover {
  text-decoration: none
}
#day-camps-photo .round-button, 
#day-camps-photo .round-heading.date {
  float: none;
}
#day-camps-photo .round-button {
  background: #fff;
  margin-top: 20px;
}
#accommodation img {
  max-height: 426px;
}
#accommodation-info {
  padding: 35px 15px;
  text-align: left;
}

#accommodation-info h3 {
  margin-bottom: 27px;
}
#accommodation-info p, #accommodation-info h3 {
  text-align: left;
  padding: 0 20px;
}
#accommodation-info .small-round-button {
  margin-bottom: 0; 
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
#map-canvas {
    max-height: 400px !important;
}

#trainers {
  padding-top: 80px;
}
.trainer {
  text-align: center;
  margin-bottom: 40px;
}
.trainer-info {
  height: 129px;
  text-align: left;
}
.trainer h4 {
  color: #a3e100;
  font-family: "Baloo Bhai";
  font-size: 21px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.trainer strong {
  font-family: "Baloo Bhai";
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.trainer b {
  font-size: 16px;
  padding-bottom: 5px;
  display: inline-block;
}
.trainer i {
  font-style: normal;
  font-size: 15px;
}
.avatar {
  display: inline-block;
  float: left;
  width: 129px;
  height: 129px;
  margin-right: 15px;
  border-radius: 50%;
  background-size: contain !important;
}
.zdrazil {
  background: url("../img/zdrazil.png") no-repeat center;
}
.takac {
  background: url("../img/takac.png") no-repeat center;
}
.schmidt {
  background: url("../img/schmidt.png") no-repeat center;
}
.panik {
  background: url("../img/jan-panik.png") no-repeat center;
  float: initial;
}
.z-nachtigal {
  background: url("../img/zdenek-nachtigal.png") no-repeat center;
  float: initial;
}
.l-nachtigal {
  background: url("../img/lukas-nachtigal.png") no-repeat center;
  float: initial;
}
.tr-center, .tr-center h4 {
  height: inherit;
  text-align: center;
  margin-top: 15px;
}
#trainers .trcenter .small-round-button {
  margin-top: 0;
}
/* */

 
/* references style */     
#references {
  padding: 70px 0;
  text-align: center;
}
.owl-item {
  margin-bottom: 15px;
}

#owl-references  p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-align: justify;
  text-align-last: center;
  font-weight: 400;
  padding: 0 15px;
}
   
blockquote {
  margin: 0 10px;
  padding: 30px 40px;
  background: #fff;
  box-shadow: rgba(55,55,55,.1) 3px 3px 15px;   
}
.ref-name {
display: block;
margin-top: 15px;
text-align: center;
}
/**/


/* academy styles */
#academy {
  background: #f5f4f4;
}
#academy p, #why-academy p {
  font-size: 15px;
  color: #131314;
  text-align: justify;
  line-height: 24px;
}
#academy b {
  font-weight: 600;
}
.icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.icon-1 {
  background: #a3e100 url("../img/icon-1.png") no-repeat center;
}
.icon-2 {
  background: #a3e100 url("../img/icon-2.png") no-repeat center;
}
.icon-3 {
  background: #a3e100 url("../img/icon-3.png") no-repeat center;
}
.icon-4 {
  background: #a3e100 url("../img/icon-4.png") no-repeat center;
}
#why-academy {
  padding: 70px 0;
}
#why-academy p {
  text-align: center;
}
/* */

/* sponsors styles */
#sponsors {
  background-image: url("../img/bg-partneri.jpg");
  background-size: cover;
}
#sponsors .sponsor {
  width: 160px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.sponsor-1 {
  background-image: url("../img/logo1.png");
}
.sponsor-2 {
  background-image: url("../img/logo2.png");
}
.sponsor-3 {
  background-image: url("../img/logo3.png");
}
.sponsor-4 {
  background-image: url("../img/logo7.png?v=1");
}
.sponsor-5 {
  background-image: url("../img/logo8.png");
}
.sponsor-6 {
  background-image: url("../img/logo6.png");
}
/* */ 

/* contact us styles */
#contact-us {
  background: #a3e100;
  padding: 70px 0;
  font-size: 22px;
  text-align: center;
}
#contact-us b {
  font-weight: normal;
}

/* */

footer {
  background: rgba(45, 45, 46, 1);
  color: #f5f4f4;
  padding: 70px 0;
}

footer ul li {
  list-style-type: none;
  float: left;
}
footer a, footer p {
  display: inline-block;
  font-size: 16px;
  color: #d4d6db;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px;
  font-weight: 300;
  float: right;
}
footer a:hover {
  color: #a3e100;
  text-decoration: none;
}
.credits, footer .credits a {
  display: initial;
  padding: 0;
  float: initial;
}

/*** registration subpage styles ***/
#registration .navbar-fixed-top {
  position: initial;
}
#registration {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+40,f0f0f0+50,f5f5f5+60&0+0,0.8+15,1+19,1+81,0.8+85,0+100 */
background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.8) 15%, rgba(245,245,245,1) 19%, rgba(245,245,245,1) 40%, rgba(240,240,240,1) 50%, rgba(245,245,245,1) 60%, rgba(245,245,245,1) 81%, rgba(245,245,245,0.8) 85%, rgba(245,245,245,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.8) 15%,rgba(245,245,245,1) 19%,rgba(245,245,245,1) 40%,rgba(240,240,240,1) 50%,rgba(245,245,245,1) 60%,rgba(245,245,245,1) 81%,rgba(245,245,245,0.8) 85%,rgba(245,245,245,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,0.8) 15%,rgba(245,245,245,1) 19%,rgba(245,245,245,1) 40%,rgba(240,240,240,1) 50%,rgba(245,245,245,1) 60%,rgba(245,245,245,1) 81%,rgba(245,245,245,0.8) 85%,rgba(245,245,245,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#00f5f5f5',GradientType=0 ); /* IE6-9 */
}
#registration h3 {
  margin-bottom: 15px;
}
#registration h4 {
  margin-top: 50px;
  margin-bottom: 0;
}
#registration label {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#registration p {
  margin-top: 30px;
  font-weight: bold;
}

#registration input, #registration select, #registration textarea {
  width: 320px;
  text-align: center;
  background: transparent;
  padding: 10px 20px;
  border: transparent;
  border-bottom: solid 2px #ccc;
  font-size: 18px;
  color: #508000;
  outline: none;
  font-weight: 500;
}
#registration input:focus, #registration select:focus, #registration textarea:focus {
  border-bottom: solid 2px #a3e100;
}

#registration input:hover, #registration select:hover, #registration textarea:hover {
  cursor: pointer;
}

#registration .small-round-button {
  background: transparent;
  outline: none;
}
#registration .small-round-button:hover {
  background: #a3e100;
}
.main-navigation .menu-item-has-children > a:after {
  color: #a3e100 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}







/** menu hamburger styles **/

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent;
}

/* Icon 1 */
#nav-icon {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 29px 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f5f4f4;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 7px;
}
#nav-icon span:nth-child(4) {
  top: 14px;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/** **/















/*** CSS queries ***/

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .avatar {
    width: 100px;
  }
  #accommodation-info {
    padding: 40px 0;
  }
  #accommodation-info h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-nav>li>a {
    padding: 40px 15px;
  }
  .brand-name {
    font-size: 20px;
    margin: 0;
  }
  #accommodation-photo {
    background-size: contain;
    background-position: left;
  }
  #accommodation-info h3 {
    margin-bottom: 30px;
  }
  .trainer h4 {
    text-align: center;
  }
  .trainer-info {
    height: auto;
    text-align: center;
  }
  .avatar {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .trainer-info b, .trainer-info i {
    display: block;
  }
}


@media screen and (min-width: 992px) {
  /*#accommodation img {
    margin-top: -13px;
    margin-bottom: -13px;
  }*/
}

@media screen and (max-width: 991px) {
  #map-canvas {
    height: 300px !important;
  }
  .navbar-nav>li>a {
    padding: 15px 15px 20px 15px;
  }
  .navbar-brand {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .navbar-nav {
    float: none;
  }
  .tp-caption h2 {
    font-size: 48px;
  }
  #accommodation-info {
    height: auto !important;
    padding: 25px 0 15px;
  }

  #accommodation-info h3 {
    margin-bottom: 20px;
  }
  #accommodation img {
    margin: auto;

  }
  footer div {
    text-align: center;
    text-align-last: center;
  }
  footer a, footer p {
    font-size: 14px;
  }
  footer p {
    float: none;
    text-align: center;
    width: 100%;
  }
  footer ul {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header, .navbar-brand {
    float: none;
    text-align: center;
  }
  .navbar-collapse {
    text-align: center;
  }
  .navbar-nav>li>a {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  #day-camps {
    margin-top: 60px;
  }
  #accommodation-info {
    text-align: center;
  }
  #day-camps h3 {
    margin-top: 20px;
  }
  .navbar-nav>li>a {
    letter-spacing: .5px;
  }
  #nav-icon {
    margin: 18px;
  }
  #slider {
    margin-top: 72px;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav>li>a {
    padding: 15px;
  }
  .navbar-collapse {
    border: 0;
  }
  .tp-banner h2 {
    font-size: 30px;
  }
  .tp-banner p {
    display: none;
  }
  .round-heading {
    padding: 12px;
    top: -22px;
    min-width: 280px;
  }
  .round-heading, .small-round-button, .round-button {
    font-size: 20px;
  }
  .round-button, .round-heading.date {
    float: none;
  }
  h3 {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .news-wrap .news-date {
    position: initial;
  }/*
  .white-offset {
    border: 0;
  }*/
  #why-academy p {
    margin-bottom: 30px;
  }
  #accommodation-info p, #accommodation-info h3 {
    text-align: center;
  }
  footer p {
    float: none;
  }
}

@media screen and (max-width: 560px) {
  .brand-name {
    font-size: 20px;
  }
  .tp-banner h2 {
    font-size: 22px;
  }
  .tparrows, .tp-bullets {
    display: none;
  }
}


@media screen and (max-width: 400px) {
  .brand-name, .brand-name b {
    font-size: 11px;
    margin-left: 0;
  }
  .round-heading, .small-round-button, .round-button {
    font-size: 18px;
  }
  h3 {
    font-size: 18px;
  }
  .tp-banner h2 {
    font-size: 18px;
  }
  .round-button, .round-heading.date {
    max-width: 290px;
  }
  .small-round-button {
    margin: 15px auto;
  }
  .avatar {
    float: none;
    margin: 15px auto 0;
  }
  .trainer-info {
    height: auto;
    text-align: center;
  }
  #contact-us {
    font-size: 18px;
  }
  #contact-us b {
    margin: 5px auto;
    display: inline-block;
  }
  #references, #why-academy, #contact-us, footer {
    padding: 50px 0;
  }
  section {
    padding-bottom: 40px;
  }
}

