.main-home{
    position: relative;
    background: #16347a; /* Old browsers */
    background: -moz-linear-gradient(top, #16347a 0%, #16347a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #16347a 0%,#16347a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #16347a 0%,#16347a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16347a', endColorstr='#16347a',GradientType=0 ); /* IE6-9 */
    padding:120px 0 250px 0;
}
.main-internal{
     position: relative;
    background:url(../images/buildings.png) no-repeat bottom center #16347a; 
    margin-bottom:30px;
    padding:120px 0 0 0;
}
.bottom-buildings{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
    text-align: center;
}
.yellow{
    color:#ffc300;
}
.navbar-brand img{
    max-height: 50px;
}
.navbar-nav .active a{
    position: relative;
}
.navbar-nav .active a:after{
    content:"";
    top:0;
    left:20px;
    right:20px;
    height:2px;
    position: absolute;
    background:#ffc300;
}
#header .navbar{
    max-width:1600px;
    margin:0 auto;
}
.navbar-nav.navbar-right li a{
    position: relative;
}
.navbar-nav.navbar-right a:after{
    content:"";
    position: absolute;
    left:100%;
    top:25px;
    bottom:15px;
    background:#2091eb;
    width:1px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
}
.navbar-nav.navbar-right li:last-child a:after{
    display:none;
}
.navbar-default .navbar-nav .dropdown-lang.open > li > a{
    background:#10275d;
}
.dropdown-lang.dropdown .dropdown-menu{
    min-width: 74px !important;
}
.dropdown-lang.dropdown .dropdown-menu > li > a{
    padding:5px 15px;
    font-size:0.9em;
}
.bold{
    font-weight: 700;
}
.radio-option{
    visibility: hidden;
}
.custom-radio{
    display:inline-block;
    padding:5px 15px;
    border:1px solid transparent;
    color:#fff;
    font-size:0.9em;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.custom-radio.selected{
    color:#ffc300;
    border-color:#ffc300;
}
.main-home-title{
    color:#fff;
    text-transform: uppercase;
    font-size:3em;
    font-weight: 300;
}
.forms-container{
    padding-left:185px;
    background:url(../images/bus.png) no-repeat left top ;
    min-height: 200px;
    margin:20px 0;
}
.btn-big{
    font-size:1.2em;
    text-transform: uppercase;
}
.full-label{
    display:block;
    position: relative;
    
}
.full-label .form-control{
    background:#172a63;
    color:#fff;
    border:1px solid transparent;
    border-radius: 0;
    padding:16px 15px 16px 40px;
    height:50px;
    font-weight:400;
}
.full-label .form-control:focus{
    border-color:#2091eb;
}
.full-label.full-label-double .form-control{
    padding:22px 15px 10px 40px;
}
.form-icon{
    position:absolute;
    left:10px;
    top:0;
    bottom:0;
    color:#fff;
    font-size:1.4em;
    width:20px;
    height:20px;
    margin:auto;
}
.full-label .small-text{
    color:rgba(255,255,255,0.7);
    font-size:0.65em;
    position: absolute;
    top:9px;
    font-weight: 300;
    left:40px;
}
.upcoming-excursions-list{
    margin:0;
    padding:0;
    list-style: none;
}
.upcoming-excursions-list > li{
    border-bottom:1px dashed #dee0e8;
    padding:15px 80px 15px 0;
    position: relative;
}
.upcoming-excursions{
    background:#fff;
    padding:25px;
}
.upcoming-excursions h3{
    margin:0;
    text-transform: uppercase;
    color:#ffc300;
    font-weight: 400;
    font-size:1em;
}
.upcoming-excursions h4{
    margin:0;
    text-transform: uppercase;
    color:#153072;
    font-weight: 700;
    font-size:1em;
}
.upcoming-excursions  .excursion-date{
    font-size:0.8em;
    color:rgba(0,0,0,0.5);
    text-transform: uppercase;
}
.upcoming-excursions-list > li a{
    display:block;
    width:60px;
    right:10px;
    text-transform: uppercase;
    color:#ffc300;
    position: absolute;
    right:0;
    height:20px;
    top:0;
    bottom:0;
    margin:auto;
    text-align: right;
}
.underline-link{
    
    text-decoration: underline;
    font-size:0.9em;
}
.upcoming-excursions .underline-link{
    display:block;
    text-transform: uppercase;
    padding-top:10px;
}
.news-block{
    margin-top:-80px;
    position: relative;
    z-index: 10;
    margin-bottom:30px;
}
.news-list{
    padding:0;
    width:100%;
    margin:0;
    list-style:none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.news-list>li{
    float:left;
    width:33.33%;
    position: relative;
    padding:60px 55px;
    background:#fff;
}
.news-list>li:after{
    content:"";
    position: absolute;
    top:-10px;
    bottom:-10px;
    width:1px;
    left:100%;
    background:rgba(20,47,110,0.1);
}
.news-list>li:last-child:after{
    display:none;
}
.news-number{
    padding:5px 0 5px 100px;
    display:block;
    text-transform: uppercase;
    color:#ffc300;
    font-size:1.2em;
    position: relative;
    margin-bottom:5px;
}
.news-number:after{
    content: "";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    height:1px;
    width:80px;
    background:#ffc300;
    margin:auto;
}
.news-date{
    color:rgba(20,47,110,0.5);
    display:block;
    font-size:0.9em;
}
.news-list>li h3{
    font-size:1.4em;
    font-weight: 400;
}
.info-block{
    margin-bottom:30px;
}
.information-block{
    background: url(../images/info-image.jpg) no-repeat center center ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding:45px;
    position: relative;
}
.information-block-caption{
    background:#fff;
    position: relative;
    width:300px;
    padding:40px;
}
.information-block-title,.section-title{
    position: relative;
    padding-bottom:30px;
    margin-top:0;
    font-size:2em;
    font-weight: 300;
}
.information-block-title:after{
    content:"";
    position: absolute;
    left:0;
    bottom:15px;
    width:40px;
    height:3px;
    background:#ffc300;
}
.services-list{
    margin:30px 0;
    padding:0;
    list-style:none;
}
.services-list > li{
    padding:60px 40px 60px 40px;
    background:#172a63;
    float:left;
    position: relative;
    width:25%;
}
.item-service{
    padding:60px 40px 60px 40px;
    background:#172a63;
    position: relative;
    margin-top:50px;
}
.carousel-container{
    position: relative;
}
.services-list > li h3,.item-service h3{
    color:#fff;
    font-weight: 300;
    margin-top:0;
}
.services-list > li p,.item-service p{
    color:rgba(255,255,255,0.7);
   font-size:0.9em;
}
.services-list > li .underline-link,.item-service .underline-link{
    color:#ffc300;
    position: absolute;
    bottom:30px;
    left:40px;
    right:40px;
}
.service-icon{
    background:#ffc300;
    width:80px;
    height:80px;
    position: absolute;
    padding:15px;
    top:-40px;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.service-icon img{
    max-width: 100%;
}
.copyright{
    padding:15px 0;
    border-top:1px solid #e7eaf1;
    font-size:0.8em;
    margin-top:30px;
}
.btn-small{
    padding:5px 15px;
    font-size:0.85em;
}
.f-title,.c-title{
    font-size:0.9em;
    color:rgba(20,47,110,0.5);
    font-weight: bold;
}
.footer {
    padding:50px 0;
}
.footer p,c-paragraph{
    font-size:0.85em;
}
.f-list{
    margin:0;
    padding:0;
    list-style:none;
}
.f-list > li{
    font-size:0.85em;
}
.f-list > li a{
    display:block;
    padding:3px 0;
}
.f-list > li a span{
    font-size:0.8em;
}
#header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    height:70px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
}
#header.sticky{
    background:#172a63;
    height:60px;
      -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
}
.navbar-brand,.navbar-nav > li > a{
     -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
}
#header.sticky .navbar-brand{
    padding:10px 15px;
}
#header.sticky .navbar-brand img{
    max-height: 40px;
}
#header.sticky .navbar-nav > li > a{
    padding:20px ;
}

#header.sticky .navbar-nav.navbar-right a:after{
    top:20px;
    bottom:20px;
}
.breadcrubs-container{
    padding:20px 0 0 0;
    border-top:2px solid #ffc300;
    color:#ffc300
}
.page-title{
    color:#fff;
    font-weight: 700;
    margin:20px 0 40px 0;
    text-transform: uppercase;
}
.main-internal-selection{
    background:#10275d;
    
}
.main-internal-selection-block{
    padding:20px 0 20px 80px;
    position: relative;
}
.main-internal-selection h5{
    font-size:0.9em;
    text-transform: uppercase;
    font-weight: 400;
    margin:0 0 3px 0;
}
.main-internal-selection .misb-icon{
    position: absolute;
    max-width: 70px;
    left:0;
    height:54px;
    margin:auto;
    bottom:0;
    top:0;
}
.selection-list {
    margin:0;
    padding:0;
    list-style:none;
}
.selection-list> li{
    float:left;
    color:#fff;
    padding:3px 15px;
    position: relative;
    font-size:0.9em;
}
.selection-list> li:after{
    content:"";
    position: absolute;
    left:100%;
    top:5px;
    bottom:5px;
    background:#2091eb;
    width:1px;
    
}
.selection-list> li:first-child{
    padding-left:0;
}
.selection-list> li:last-child:after{
   display:none;
}
.muted-title{
    text-transform: uppercase;
    letter-spacing: 0.5px;
     color:rgba(20,47,110,0.5);
}
.internal-content-block{
    margin-bottom:30px;
}
.result-from,.result-to{
    font-weight: 500;
    font-size:1.4em;
}
.result-from{
    display:inline-block;
    padding-right:60px;
    position: relative;
}
.result-from:after{
    position: absolute;
    content:"";
    width:40px;
    right:6px;
    top:0;
    bottom:0;
    height:2px;
    background:#2091eb;
    margin:auto;
}
.result-from span,.result-to span{
    font-size:1.2em;
}
.ticket-result-time-info-list{
    margin:0;
    padding:0;
    list-style: none;
}
.ticket-result-time-info-list > li{
    float:left;
    font-size:0.9em;
    padding:5px 10px;
}
.tickets-results-item{
    padding:20px 210px 20px 20px;
    position: relative;
}
.tickets-results-item .selected{
    background: #04814942 !important;
}
.ticket-result-time-info-list > li:first-child{
    padding-left:5px;
}
.tickets-results-item .buy-ticket{
    position: absolute;
    right:10px;
    font-size:1em;
    height:32px;
    top:0;
    bottom:0;
    margin:auto;
}
.ticket-result-item-price{
    position: absolute;
    right:130px;
    text-align: center;
    width:70px;
    border-left:1px solid #ffc300;
    border-right:1px solid #ffc300;
    height:45px;
    top:0;
    bottom:0;
    margin:auto;
    font-size:0.9em;
}
.ticket-result-item-price .price{
    display:block;
    font-size:1.3em;
}
.tickets-results-item.even-item{
    background:#e8ecf5;
}
.sidebar-search{
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    padding:30px;
}
.sidebar-search .custom-radio{
    color:#153072;
    border-color:#153072;
    font-size:0.8em;
}
.sidebar-search .custom-radio.selected{
    color:#ffc300;
    border-color:#ffc300;
}
.sidebar-search{
    margin-left:30px;
}
.sidebar-search .full-label .form-control{
    color:#172a63;
    background: #e8ecf5;
    border-color:rgba(16,39,93,0.2);
}
.sidebar-search .full-label .form-icon,.sidebar-search .full-label .small-text{
    color:#172a63;
}
.sidebar-search .form-control::-moz-placeholder {
  color:#172a63;
}
.sidebar-search .form-control:-ms-input-placeholder {
  color:#172a63;
}
.sidebar-search .form-control::-webkit-input-placeholder {
  color:#172a63;
}
.btn-default.full-btn{
    width:100%;
    border-radius: 0;
    text-transform: uppercase;
}
.sidebar-search h4{
    margin-top:0;
    font-size:14px;
    letter-spacing: 0.5px;
}
.main-internal-selection-block-nopadding{
   padding: 20px 0;
}
.text-sort{
    color:#fff;
    padding-top:8px;
    display:block;
}
.filter-select{
    color:#fff;
    background:#10275d;
    border-color:rgba(255,255,255,0.1);
    font-size:0.9em;
}
.news-list-internal li,.news-list>li {
    
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
}
.news-list-internal li:hover,.news-list>li:hover{
    background:#153274;
}
.news-list-internal li:hover .news-date,.news-list>li:hover .news-date{
    color:rgba(255,255,255,0.4);
}
.news-list-internal li:hover h3,.news-list>li:hover h3{
    color:#fff;
}
.news-list-internal li:hover .underline-link,.news-list>li:hover .underline-link{
    color:#ffc300;
}
.news-list-internal.news-list{
    padding:0;
}
.news-list-internal.news-list li:after{
    display:none;
}
.news-list-internal.news-list li{
    border-bottom:1px solid rgba(20,47,110,0.1);
    border-right:1px solid rgba(20,47,110,0.1);
}
.news-list-internal.news-list li:nth-child(3n+3){
    border-right:0;
}
.main-internal-selection-block-nopadding p{
    margin:0;
    color:#fff;
    font-weight: 300;
}
.main-internal-selection-block-nopadding p span{
    margin-left:10px;
}
.white-box{
     background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    padding:30px;
}
.services-list-internal{
    margin:0;
    padding:0;
    list-style:none;
}
.services-list-internal > li{
    position: relative;
    padding:25px 200px 25px 100px;
    border-bottom:1px dashed #dee0e8;
}
.services-list-internal > li:last-child{
    border:0;
}
.services-list-internal > li .service-icon{
    left:0;
    top:25px;
}
.services-list-internal > li h3{
    margin-top:0;
    font-weight: 400;
    font-size:1.4em;
}
.outline-btn{
    position: absolute;
    display:inline-block;
    border:1px solid #153072;
    padding:7px 20px;
    height:32px;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition:  all 500ms;
    transition: all 500ms;
    font-size:0.85em;
    text-transform: uppercase;
}
.outline-btn:hover{
    color:#fff;
    background:#153072;
}
.services-list-internal > li p{
    font-size:0.9em;
    color:rgba(16,39,93,0.7);
}
.title-normal{
    font-weight: 400;
    margin-top:0;
}
.white-box.white-box-big{
    padding:60px;
}
.white-box-big .title-normal{
    margin-bottom:25px;
}
.white-box.white-box-big .form-control,.add-new-ticket-block .form-control{
    border:1px solid #ccc;
    min-height:40px
}
.white-box.white-box-big .form-group,.add-new-ticket-block .form-group{
    margin-bottom:30px;
}
#map{
    height:600px;
}
.map-block{
    position: relative;
    margin-top:-30px;
}
.map-internal-content-block{
    position: relative;
    margin-top:-150px;
}
.tickets-cart{
    margin-left:30px;
}
.tickets-cart-top{
    background: #e8ecf5;
    padding:25px;
}
.btn-info.full-btn{
    border-radius:0;
    width:100%;
    text-transform: uppercase;
    font-size:1.2em;
    padding:15px;
}
.ticket-number{
    font-weight:600;
    display:block;
    font-size:1.2em;
    text-transform: uppercase;
}
.ticket-price{
     font-weight:600;
    display:block;
    font-size:1.2em;
}
.tickets-cart-item .col-md-8,.tickets-cart-item .col-md-4{
    padding:0 5px;
}
.tickets-cart-item .row{
    margin:0 -5px;
}
.ticket-type{
    display: block;
    text-transform: uppercase;
    font-size:0.7em;
    color:rgba(16,39,93,0.7);
}
.small-title{
    display: block;
    text-transform: uppercase;
    font-size:0.7em;
}
.tickets-cart-item{
    padding:14px 0;
    border-bottom:1px dashed rgba(16,39,93,0.2);
}
.total-price{
    text-align: center;
    padding:20px 0 0 0;
}
.total-price h5{
    color:#ffc300;
    font-weight: 700;
    font-size:2em;
    margin:0;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
.total-price span{
    display:block;
    color:#ffc300;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
.tickets-cart-top .muted-title{
    margin-bottom: 0;
}
.add-new-ticket-block{
     background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    padding:50px;
    margin-bottom:20px;
}
.add-new-ticket-block h3{
    margin-top:0;
    margin-bottom:15px;
}
.custom-radio-item{
    visibility: hidden;
}
.custom-radio-label{
    padding:5px 5px 5px 30px;
    margin-bottom:5px;
    background:url(../images/radio.png) no-repeat left center;
}
.custom-radio-label.selected{
    background:url(../images/radio-active.png) no-repeat left center;
}
.add-new-ticket-price{
    padding:20px 0 0 0;
    margin-top:15px;
    border-top:1px dashed rgba(16,39,93,0.2);
}
.add-new-ticket-price table{
    width:100%;
}
.add-new-ticket-price table td{
    padding:10px 20px 10px 20px;
}
.discount{
    font-size:0.8em;
    font-style: italic;
}
.new-ticket-price{
    font-weight: 600;
    font-size:1.8em;
}
.new-ticket-price-container{
    border-right:2px solid #ffc300;
}
.next-services-carousel{
    position: absolute;
    font-size:2em;
    cursor:pointer;
    width:28px;
    height:28px;
    right:-40px;
    top:0;
    bottom:0;
    margin:auto;
}
.prev-services-carousel{
    position: absolute;
    font-size:2em;
    cursor:pointer;
    width:28px;
    height:28px;
    left:-40px;
    top:0;
    bottom:0;
    margin:auto;
}
.bottom-buildings img{
    max-width: 100%;
}
@media(max-width:1400px){
    .navbar-nav > li > a{
        padding-left:15px;
        padding-right:15px;
    }   
}

@media(max-width:1200px){
   
    .hidden-small{
        display:none;
    }
}

@media (max-width: 991px) {
    .news-list>li{
        padding:45px;
    }
   
  .navbar-header {
      float: none;
      height:60px;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }

  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  #header{
        background: #172a63;
    height: 60px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;  
  }
  #header .navbar-brand img {
    max-height: 40px;
    }
    .hidden-small{
        display:inline-block;
    }
    #navbar{
       background: #172a63; 
    }
    .navbar-nav>li>a,#header.sticky .navbar-nav > li > a{
        padding:5px 15px 5px 15px;
    }
    .navbar-nav .active a:after{
        top:5px;
        bottom:5px;
        left:0;
        width:2px;
        height:auto;
    }
    .navbar-nav{
        margin-bottom:0;
    }
    .main-home{
        padding-top:80px;
        padding-bottom:150px;
    }
    .main-internal{
        padding-top:80px;
    }
    .main-home-title{
        font-size:2em;
    }
    .page-title{
        font-size:2em;
        margin:15px 0;
    }
    .tickets-cart{
        margin:30px 0 0 0;
    }
    .news-list-internal > li{
        width:50%;
        border-right: 1px solid rgba(20,47,110,0.1) !important;
    }
   
}
@media(max-width:768px){
    .forms-container{
        background:transparent;
        padding:0;
    }
    .news-list>li{
        width:100%;
        padding:30px 25px;
        border-right:0;
        border-bottom: 1px solid rgba(20,47,110,0.1);
    }
    .news-list>li:last-child{
        border:0;
    }
    .information-block-caption{
        width:100%;
    }
    .information-block,.add-new-ticket-block,.white-box.white-box-big{
        padding:30px;
    }
    .carousel-container{
        padding:0 40px;
    }
    .next-services-carousel{
        right:0;
    }
    .prev-services-carousel{
        left:0;
    }
    .new-ticket-price-container{
        padding-right:30px;
    }
    .services-list-internal > li{
        padding:25px 0 25px 80px;
    }
    .services-list-internal > li .service-icon{
       width:60px;
       height:60px;
    }
    .services-list-internal > li .outline-btn{
        position: relative;
        right:initial;
        top:initial;
        bottom:initial;
        margin-top:10px;
    }
     .main-internal{
        margin-bottom:15px;
    }
    .footer{
        padding:15px 0 50px 0;
    }
}