body{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #009688;
    background-image: url(../img/bg.png), url(../img/bg.png);
    background-position: top left, top right;
    background-repeat: repeat-y, repeat-y;
    background-size: 20% auto, 20% auto;
}
h1, h2, h3, h4{
    font-weight: 200;
    letter-spacing: -0.5px;
    color:#000;
    font-family: 'Open Sans Condensed', sans-serif;
}

a{
 color:#3be4d6;
}

p{
    font-size: 16px;
    line-height: 24px;
}

.btn{
    font-weight: 600;
}

.btn:hover{
    text-decoration: none
}

.navbar-wrapper{
  margin-top:0px;
  top:0;
  right:0;
  left:0;
  z-index:20;
    transition:0.2s all;
    -webkit-transition:0.2s all;
    -moz-transition:0.2s all;
     -webkit-transform: translate(0);
  -webkit-transform: translateZ(0);
}

.navbar-wrapper *{
    transition:0.2s all;
    -webkit-transition:0.2s all;
    -moz-transition:0.2s all;
}



.navbar-wrapper .navbar{
    margin-bottom:0;
}

#navbar{
  float:none;
  margin-top:12px;
}

ul.nav-pills{
    text-align: right;
     width: auto;
}

ul.nav-pills.pull-right{
    text-align: left;

    margin-right: 20px;
}

.nav-pills > li > a{
  color:#232323;
    font-size: 16px;
    border-radius: 0px;
    padding:10px;
    margin:0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;

}

.nav-pills>li{
    float:none;
    margin:0 10px;
    display:inline-block;
}

.nav-pills > li > a i{
    padding:0 5px;

}

.nav-pills li a:hover{
  background:none;
    color:#3be4d6;
}

.nav-pills > li.active > a{
    color:#fff;

}

.nav-pills > li.active:hover a{
    color:#fff;
    border: none
}

.nav-pills > li.menu-btn{
    margin-right: 0;
}

.nav-pills > li.menu-btn a{
    padding:10px;
    border-radius: 3px;
    border:none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    background: #ff9800;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
}

.nav-pills > li.menu-btn a:hover{
    color:#fff;
    background: #fb8c00;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.nav-pills > liG695.menu-btn a:active, .nav-pills > li.menu-btn a:focus{
    background: #fb8c00;
    text-shadow: none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.nav-pills>li>a:focus{
    background: none
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background:none;
    color:#3be4d6;
    border-bottom: 3px solid #3be4d6;
}

.logo{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

a.logo span:hover,
a.logo:hover,
a.logo:focus {
    text-decoration: none;
    color: #fff;
}
.logo i,
.logo strong:hover,
.logo strong {
    color: #b2dfdb;
    text-decoration: none;
}
.logo span:hover,
.logo span {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}


.main-hero{
    margin:0;
    background-color: transparent;
    padding: 0px 0;
}

ul.sellpoints{
    margin-bottom: 0;
    margin-top: 20px;
}

ul.sellpoints li{
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 16px;
}

ul.sellpoints li:before{
    font-family: FontAwesome;
    content:'\f058';
    color:#F77707;
    font-size: 22px;
    margin-right: 12px;
}

.main-box{
    width:55%;
    margin: 0 auto;
    text-align: center;
}

.main-box img{max-width: 100%}

.main-hero .actions{
    margin-top: 20px;
    background-image: url(../img/sipka-doprava.png), url(../img/sipka-dolava.png);
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
}

.main-hero .actions .btn{
  margin-left:0;
}

.main-hero h1{
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top:0;
}
.main-hero .chyt-si-1000 img {
    margin: 20px 0;
}
.main-hero .chyt-si-1000 p {
    margin: 0 auto;
    max-width: 400px;
}

.main-hero h1 strong{
    background: #3be4d6;
    color: #fff;
    padding: 0 10px;
}

.main-hero h1 span.ita{
    font-style: italic;
    color:#8CC63F
}


.main-hero p{
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 0;
}

.main-hero p strong{
    display:inline-block;
}


.main-hero .pozadali p{
    opacity: 1;
    line-height: normal;
    font-size: 16px
}

.main-hero .pozadali p strong{
    color:#b2dfdb
}

.main-hero .pozadali p span{
    color:#666;
}


.btn-success{
    border-radius: 3px;
    color:#004d40;
    font-size: 16px;
    border:none;
    padding:12px 30px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    background: #fad309;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.btn-success i {
    color: #004d40;
}

.btn-success:hover{
    color:#004d40;
    background:#fbc02d;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.btn-success:active, .btn-success:focus{
    color:#004d40;
    background:#fbc02d;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.btn-xlg{

    font-size:26px;
}

.bottom-section .row{
    margin-bottom: 60px;

}

.row1{
    border-bottom: 1px solid #ddd;
}

.item-text h3{
  border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 30px;
    margin-top: 0;
}

.img-container{
    text-align: center
}

.img-container img{
    max-width: 100%
}


.steps{
    padding-bottom:60px;
}

.steps ul{
    padding:0 20% 10px 0;
    list-style: none;
}

.steps ul li{
    margin-bottom: 20px;
}

.steps ul li p{
    line-height: 24px;
    color:#888;
}

.steps ul li p strong{
    color:#333
}

.steps ul li strong.no{
    float:left;
    display: block;
    border-radius: 50%;
    color:#fff;
    font-size: 30px;
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b2b2b2;
    font-weight: 300;
    margin-right: 15px;
}
.actions{
  padding:20px 0;
}

.actions-padding{padding-bottom: 60px;}

.actions h3{
  font-size:25px;
  font-weight:500;
  padding-bottom:15px;
  letter-spacing:-0.4px;
}

.actions h3 span{
  display:block;
  font-size:20px;
  color:#ed6600
}

.actions .btn{
  margin:0px 0 0 0;
}

.floating-actions{
    position:absolute;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    bottom:-70px;
    left:50%;
    margin-left: -250px;
    border-radius: 2px;
    width:500px;
    padding:10px 20px;
}


.geo{

}

.geo h3{
    margin:0;
  color:#000;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
}

.geo h3 strong{
    font-weight: 400;
}

.geo p{
  font-size:14px;
    color:#888;
}

.rating{
    padding-top: 4px;

}

.rating i{
    color:orange;
    font-size: 16px;
    margin:0 1px;
}

.rating p{
    opacity: 0.8
}

.fb-wrap{text-align: center;margin-bottom: 20px;}

.fb-count{
    display: inline-block;
    font-size: 12px;
    width:37px;
    height:22px;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    background: url(../img/fb-bublina.jpg) 0 0 no-repeat;
}

.section .container {
    padding-top: 50px;
    padding-bottom: 0px;
}
.section h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

/* detailed info */
#detailed-info {
    background-color: #fff;
}
#detailed-info h2 {
    color: #009688;
}
#detailed-info h3 {
    color: #333;
}
#detailed-info .perex {
    margin-bottom: 30px;
}
#detailed-info span {
    color:#009688;
    font-weight: bold;
    font-size: 18px;
}
#detailed-info p {
    font-size: 14px;
}
#detailed-info ul{
    margin-bottom: 20px;
    margin-top: 20px;
    list-style: none;
}

#detailed-info ul li{
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 16px;
}

#detailed-info ul li:before{
    font-family: FontAwesome;
    content:'\f058';
    color:#009688;
    font-size: 22px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}
/****************/


.feat{
    padding:0 10px;
    margin-bottom: 30px;
    position: relative;
}

.feat-btn-wrap{
    position: absolute;
    z-index: 2;
    top:-10px;
    left:0px;
    width:100%;
    height:115%;
    background: rgba(255,255,255,0.2);
    box-shadow:0 2px 7px rgba(0,0,0,0.3);
    opacity:0;
    filter:alpha(opacity=0);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.feat-btn-wrap:hover{
    opacity:1;
    filter:alpha(opacity=100);
}

.feat a.btn{
    position: absolute;
    top:37%;
    left:50%;
    margin-left:-95px;
    box-shadow:0 3px 6px rgba(0,0,0,0.3);
}


.feat h3{
    font-weight: 200;
    font-size: 28px;
    color:#fff;
    margin:15px 0 8px 0;
}

.feat p{
    color:#fff;
}


.fa-stack .fa-stack-1x{
    margin-top: 3px;
}

.feat i{
   color:#3be4d6;
    opacity:0.8;

}

.feat > i{
    font-size: 2.8em;
}


.bottom-section{
  background:#fafafa;
  padding:150px 0 0px 0;
    overflow: hidden
}


.cta-content{
    width:50%;
    padding-left: 30px;
}

.cta-content .actions{
    text-align: left;
}

.cta-content .actions a{
    margin:0;
}

.pink-section{
    padding: 0px 0;
    position: relative;
}

.pink-section h2{
    color:#3be4d6
}

.lightblue-section{
    padding: 0px 0;
}

.lightblue-section h2{
    color:#fff;
    opacity: 0.8;
}

.finalcta-section{
    position: relative;
    padding: 30px 0;
}

.finalcta-section h2{
    color:#fff
}
.finalcta-section h3{
    color:#fff
}

.finalcta-section .actions{
    position:  relative;
    padding-top: 50px;
}

.testimonial {
    padding:18px;
    margin-left: 50px;
    margin-right: 0px;
    position: relative;
    background: #3be4d6;
    color: #333;
    border-radius: 3px;
}
.klient {
    margin-bottom: 40px;
}
.klient .testimonial p.small {
    font-size: 85%;
}

.testimonial i.sipka,
.testimonial s.sipka {
    border-color: #3BE4D6 transparent;
    border-style: solid;
    border-width: 0px 0px 35px 50px;
    display: block;
    bottom: 1px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 0px;
}
.testimonial s.sipka {
    bottom: 30%;
    left: -50px;
}
.testimonial i.sipka {
    border-top-color: #fff;
    bottom: 30%;
    left: -50px;
}


.klient .testimonial p{
    font-size: 16px;
    line-height: 21px;
}

.klient-bio strong{
    display:block;
    font-size: 18px;
}

.klient-bio p{
    margin-bottom: 0;
}
.zadosti .box {
    background: #3be4d6;
    border-radius: 3px;
    text-align: left;
    padding: 5px 10px;
}
.zadosti .box h4 {
    font-family: Helvetica, Arial, sans-serif;
}
.zadosti .box p {
    font-size: 12px;
    line-height: normal;
}
.zadosti .box p strong {
    background: #009688;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}

.aside h4{
    font-weight: 400;
    margin-top: 0;

}

.table tr td p{
    margin-bottom: 0;
    line-height: 18px;
}

.table tr td p small{
    color:#888;
}

.table tr td strong{
    font-size: 20px;
    color:#3be4d6
}

footer{
  padding: 0px 0;
  color:#004d40;
}
footer .container{
  padding-top: 70px;
  padding-bottom: 50px;
}

footer p{
    margin-bottom: 0;
}

footer a{
    color:#3be4d6
}

footer a:hover{
    color:#3be4d6;
    text-decoration: underline
}


.boxes{
    margin-bottom:3em;
}

.boxes .box{
    padding:20px;
    border:1px solid #ddd;
}

.boxes .box h3{
    margin:-20px -20px 20px -20px;
    padding:15px;
    border-bottom:1px solid #ddd;
    font-size: 20px;
    background:#fafafa;
}


.klient-box p strong{
    display:block;

    color:#aaa;
    margin-top: 5px;
}

.pozadali span{
    display: block;
    font-size: 14px;
    opacity:0.8;
}

.table> tbody> tr.danger> th{
    background: #E9EBF3;
}

.navbar-toggle{
  background:#fff;
 position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
    margin-bottom: 0;
    margin-top:10px;
    margin-right: 0
}

.navbar-toggle .icon-bar{
  background:#222;
    width:15px;
}

.navbar-toggle .icon-bar+.icon-bar{
    margin-top:3px;
}


ul.steps{
    width:90%;
    text-align: center;
    margin:0 auto;
    padding-bottom: 30px;
}

ul.steps li{
    display:inline-block;
    font-size: 18px;
    line-height: 40px;
    margin:0 2%;
}

ul.steps li strong{
    display:block;
    float:left;
    width:40px;
    height:40px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    background:#DDE0EC;
    border-radius: 50%;
    margin-right: 15px;
}

ul.steps li strong.first{
    color:#fff;
    background:#3be4d6;
}


.form-02 #zadost {
    display: none;
    max-width: 700px;
}


.formular{
    margin:20px auto;
    text-align: center;
    background: #41cec2;
    padding: 25px;
    border-radius: 5px;
}
.formular h2 {
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}
.formular h3 {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #b2dfdb;
    color: #fff;
}
@media (max-width:480px){
    .formular h2 {
        font-size: 21px;
    }
    .formular h3 {
        font-size: 16px;
    }
}

.formular p{
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    background: #880E4F;
    margin:0 auto;
    font-size: 18px;
}

.formular iframe{
     margin-bottom: 10px;
}

.dekujeme{

}

.telc{
    font-size: 19px;
    font-weight: bold;
    float: right;
    margin-right: 8px;
    margin-top: 12px;
    color: #fff;
}

.telc i{
    margin-right: 6px;
    color: #b2dfdb
}



.social-btns {
    float:right;

    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 10px;
    margin-top:5px;

}

.share-icons{

}

.share-icons a{
    display:inline-block;
    widtH:38px;
    line-height: 38px;
    text-align: center;
    color:#fff;
    font-size: 20px;
    border-radius: 3px
}

.share-icons a:hover{
    color:#fff
}


.facebook-icon{
    background: #4D6ABB
}
.g-icon{background:#D63F29}
.twitter-icon{background:#2B89D3}

.bottom-popup{
  transition: 0.5s bottom;
    -webkit-transition: 0.5s bottom;
    -moz-transition: 0.5s bottom;
    -webkit-transform: translateZ(0);
    width: auto;
    position: fixed;
    bottom: -80px;
    right: 10%;
    padding:15px 25px 15px 15px;
    background: #00695c;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.25);
    z-index: 20;

}


.bottom-popup-close{
    position: absolute;
    top:0px;
    right: 5px;
    color: #3be4d6;
    font-size: 12px;
    border:none;
    font-weight: normal;
}

.bottom-popup.shown{
    bottom: 0;
}
.bottom-popup.shown.cookies-shown{
    bottom: 28px;
}

.bottom-popup p{
    font-weight: bold;
    color: #3be4d6;
    font-size: 16px;
    margin-bottom: 0;
}

.bottom-popup p i{
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

/* modalne okno */
.modal-content {
    background-color: #41cec2;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 0 15px;
}
.modal-footer {
    border-top: none;
    text-align: center;
    padding-bottom: 35px;
}
#myModal h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: normal;

}
#myModal h3 {
    margin: 0 0 30px 0;
    font-family: Helvetica, Arial, sans-serif;
}

/*media queries for myModal*/
@media (max-width:480px){
    #myModal h2 {
        font-size: 21px;
    }
    #myModal h3 {
        font-size: 16px;
    }
}
@media (min-width:992px){
    .modal-body {
        padding: 0 70px;
    }
}


/* media queries*/
@media (min-width:1200px){
    .main-hero {
    }

    .grid-section .heading{
        padding:60px 80px;
    }

    .section.hokej-bg{
    background: url(../img/hokej-bg.jpg) bottom right no-repeat;

}


    ul.nav-pills{
        width: 38%;
    }


    ul.nav-pills.pull-right{
        width: auto;
    }

    .feats{
        width:85%;
        margin:0 auto;
    }


    img.arrow{
        width: auto;
    }


    .table tr td strong{
        font-size: 24px;
    }




}

@media (min-width:992px){
    .finalcta-section .actions{
        padding-top:20px;
    }
    .main-box {
        width: 65%;
    }
}

@media (max-width: 991px){
    body {
        background-image: none;
    }

/*    .main-hero p strong{
        background: #fff;
        padding: 3px 5px;
    }*/


  .main-box{
    width: 85%;
      padding-left: 0;
  }


    .main-hero h1{
        font-size: 40px;
        line-height: 55px;
    }

    ul.nav-pills {
        width: auto;
    }

    ul.nav-pills li:nth-child(2){
        display: none;
    }

    ul.nav-pills.pull-right{
        margin-right: 0;
    }

    .navbar-wrapper .container{
        width:auto
    }


 .geo h3{
    font-size:18px;

 }

    .steps ul{
        padding-right: 10%;
    }

    .page-header h2{
        font-size:36px;

    }



    .formular{
        width:90%
    }
    .table tr td strong{
        font-size: 16px;
    }

}


@media (max-width: 767px){
    .klient .left-box {
        text-align: center;
    }
    .testimonial{
        margin-left: 0;
        margin-top: 30px;
    }
    .testimonial s.sipka,
    .testimonial i.sipka {
        bottom: auto;
        left: 20%;
        top: -35px;
    }
    .table tr td strong{
        font-size: 18px;
    }

    .navbar-header{
        float: left;
    }


    .logo{
        float:left;
        /*width: 110px;*/
        position:static;
        margin-left: 0;
        line-height: 40px;
        text-align: left;
    }

    .logo img{
        max-width: 100%
    }

  #navbar{
    float:none;
    background:#333;
    margin-left:-15px;
    margin-right:-15px;
      margin-top: 0px;
  }

    .navbar-wrapper.floating #navbar{
        margin-top:5px;
    }

    ul.nav-pills{
        margin: 10px 0;
        width:100%;
        display:block;
        float:none;
        text-align: center
    }

    ul.nav-pills li:nth-child(2){display: block;}

  .nav-pills > li{
    position:relative;
    display:block;
    float:none;
  }

    ul.nav-pills.pull-right{
        text-align: center;
        margin-top: -10px;
    }

    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
        color:#FCD841;
        border-bottom: 3px solid #FCD841;
    }

    .nav-pills > li > a{
        color:#fff;
        border:none;
    }

    .nav-pills > li > a:hover{
        border:none;
        color:#FCD841
    }

  .main-hero{
    margin-top: 0px;
      margin-bottom: 0;
  }



    .main-hero .container{
        /*background: white;
*/        position: static
    }
   .main-box{
       width: 73%;
  }

/*    .main-box img{
        position:absolute;
        top:20px;
        left:20px;
        max-width: 60%;

    }*/



    .main-hero .actions{
        text-align: center;
        margin: 0;
        background-image: none, none;
    }

    .main-hero h1{
        font-size: 35px;
        line-height: 50px;
    }




   .main-hero .actions .btn{
    margin:0;
   }

   .aside{
    margin-top:30px;
   }

    .actions .btn{
        margin:0;
    }

    .pink-section, .lightblue-section, .finalcta-section{
        padding:10px 0;
        text-align: center
    }

    .finalcta-section .actions{
        padding-top:20px;
        text-align:center;
    }

    img.arrow{display:none}



    ul.steps{
        width:100%
    }

    ul.steps li{
       width:28%;
        font-size: 16px;
        vertical-align: top;
        line-height: 20px;
    }

    ul.steps li strong{
        float:none;
        margin:0 auto 10px auto;
    }


 .formular{
    margin-bottom:35px;
     width:100%;
 }

    .page-header p br{display: none}

}

@media (max-width: 480px){
    .telc{
        display: none;
    }

  .navbar-toggle{
    margin-right:0
    }



  .formular{
    width:100%;

  }

  /*  .formular iframe{
        height:730px !important;
    }

*/
    .actions .btn,
    .main-hero .actions .btn {
       width: 100%;
    }

    .main-hero .container{
        padding-left:0;
        padding-right:0;
    }

  .main-hero h1{
    font-size:30px;
      line-height: 40px;
      margin-top:5px;
      margin-bottom: 10px;
  }

    .main-box {
        width: 85%;
    }
    .main-box img{
        max-width: 70%;
    }


    .geo h3{
        font-size: 18px;
    }


    .main-hero p{
        font-size: 16px;
        line-height: 22px;
    }

    .page-header{
        padding-bottom: 0;
    }

   .btn{
    margin:10px 0;
    padding-left:0;
    padding-right:0;
    display:block;
   }

    .feats{
        padding-top:0;
    }

    ul.steps{
        padding-bottom: 20px;
    }

    .feat a.btn{
        padding-left:15px;
        padding-right:15px;
        display:inline-block;
        margin-left:-65px
    }

    .page-header h2{
        font-size: 32px;
    }





    .steps ul{
        padding-right: 0;
    }
}
