@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body{
    font-family: 'Mulish', sans-serif;
}
#header{
    position: fixed;
    background: #152a69;
    z-index: 1000;
    height: 90px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#header.hide{
    top:-90px;
}
a,a:hover{
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color:#152a69;
}

.header-container{
    position:relative;
    padding:0 70px 0 180px;
    height:90px;
}
.logo{
    position:absolute;
    display:block;
    width:160px;
    height:60px;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
}
.logo img{
    height:60px;
    width:160px;
}
.dropdown-language{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height:40px;
    margin:auto;
}
.dropdown-language .dropdown-toggle:after{
    display:none !important;
}
.dropdown-language .dropdown-toggle{
    border:2px solid #31447b;
    border-radius: 6px;
    background:transparent;
    padding: 0.375rem 1rem;
    width:60px;
    text-align: center;
    font-weight: 600;
}
.btn:focus{
    box-shadow:0 0 0 .25rem rgba(25,135,84,0) !important;
}
.dropdown-language .dropdown-menu{
    background:#31447b;
    border:2px solid #31447b;
    border-top:0;
    -webkit-border-radius:0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width:60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
    margin-top: -5px !important;
}
.dropdown-language .dropdown-menu .dropdown-item{
    color:#fff;
    text-align: center;
}
.dropdown-language .dropdown-menu .dropdown-item:hover{
    background:rgba(255,255,255,0.15);
    color:#fff;
}
.main-navigation-tickets{
    border-radius: 6px;
    background:#49af48;
    color:#fff;
    display:inline-block;
    padding:0.375rem  1.25rem;
    font-weight: 500;
    height:40px;
    display:flex;
    align-items: center;
}
.main-navigation-tickets:hover{
    background:#419b40;
}
.main-navigation-tickets:hover{
    color:#fff;
}
.main-navigation-travel{
    margin:0 10px;
    padding: 0 10px 0 20px;
    display:flex;
    align-items: center;
    position:relative;
}
.main-navigation-travel:after{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    bottom:5px;
    width:1px;
    display:block;
    background:#31447b;
}
.main-navigation-travel img{
    height:40px;
    width:120px;
}
.main-navigation-link{
    text-transform: uppercase;
    height:90px;
    display:flex;
    align-items: center;
    color:#fff;
    font-weight: 500;
    letter-spacing: 0.75px;
    padding:0.5rem 1rem;
    font-size:0.85rem;
    position:relative;
}
.main-navigation-link.active:after{
    content:"";
    position:absolute;
    left:1rem;
    right:1rem;
    bottom:0;
    height:3px;
    background:#6b7fd7;
}
.main-navigation-link:hover{
    color:#fff;
    opacity:0.7;
}
#hero{
    position:relative;
    height:700px;
  
    padding:100px 0 50px 0;
}
.hero-parallax{
    background: url(../images/hero.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 1;
    overflow: hidden;
}
.hero-content{
    position:relative;
    z-index: 5;
    height:100%;
}
body{
    padding-top:90px;
}
.promo-box{
    border-radius: 6px;
    background:rgba(0,0,0,0.5);
    padding:10px 20px;
    display:inline-flex !important;
}
.promo-box-wrapper{
    margin-top:20px;
}
.hero-title{
    color:#fff;
}
.light-green{
    color:#ddfbd2;
}
.search-form-bottom{
    background:#fff;
    padding:20px;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
}
.search-form-container{
    margin:20px 0 10px 0;
}
.search-form-top .form-check {
    margin:0 10px 0 0;
    padding:0;
}
.search-form-top .form-check label.form-check-label{
    padding:10px 20px 10px 40px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display:block;
    margin:0;
    cursor:pointer;
}
.search-form-top .form-check.selected label.form-check-label{
    background:#fff;
}
.form-check-label-text{
    color:#fff;
    font-weight: 500;
}
.search-form-top .form-check.selected label.form-check-label .form-check-label-text{
    color:#152a69;
}
.form-check-input:checked {
    background-color: #152a69;
    border-color: #152a69;
}
.from-to{
    width:50%;
}

.select-wrapper-icon{
    position:relative;
    width:50%;
}

.select2-container--default .select2-selection--single{
    height:40px;
    border:1px solid #ccc;
    line-height: 40px;
    border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px;
    
}
.search-form-container .select2-container--default .select2-selection--single .select2-selection__rendered  {
    padding-left:36px;
}


.select-icon i {
    font-size:1.4rem;
}
.select-icon{
    width:40px;
    height:40px;
    pointer-events: none;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    z-index: 10;
    opacity:0.5;
}
.select-from-wrapper .select2-container--default .select2-selection--single{
    border-right:0;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.select-to-wrapper .select2-container--default .select2-selection--single{
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn{
    border-radius: 6px;
    font-weight: 500;
}
.btn-success{
    background: #49af48;
    border-color: #49af48;
}
.btn-success:hover{
    background:#419b40 !important;
    border-color:#419b40 !important;
}
.search-date-item{
    position:relative;
    width: 100%;
    min-width: 50%;
}
.search-date-item .form-control{
    padding-left:36px;
    height:40px;
    border-radius: 6px;
}
.search-date-item .search-date-item{
    width:100%;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.search-date{
    margin:0 10px;
    width:40%;
}
.button-wrapper{
    margin-left:10px;
    width:140px;
}
.button-wrapper i{
    font-size:1.2rem;
}
.dropdown-people{
    width:160px;
}
.button-wrapper .btn{
    width:100%;
}
.dropdown-people > .btn{
    height:40px;
    background:#fff;
    color:#000;
    width:100%;
    padding-left:36px;
    text-align: left;
    border-color:#ccc;
    font-weight: 400;
}
.dropdown-people .dropdown-menu{
    padding:15px;
    border-radius: 6px;
}
.dropdown-people > .btn:after{
    display:none;
}
.form-control:focus{
    box-shadow:0 0 0 .25rem rgba(25,135,84,0) !important;
    border-color:#ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    height:24px;
    outline:0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    box-shadow:0 0 0 .25rem rgba(25,135,84,0) !important;
    outline: none !important;
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-search--dropdown {
    padding:0 0 5px 0;
}
.select2-search--dropdown .select2-search__field{
    height:30px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #152a69;
    color: white;
}
.select2-results__option{
    font-size:0.8rem;
    padding:3px 6px;
}
.select2-dropdown{
    border-radius: 6px;
    padding:8px;
}
.dropdown-box-spinner .custom-label{
    font-size:0.75rem;
    display:block;
    padding-bottom:5px;
}
.dropdown-box-spinner button{
    width:28px;
    height:28px;
    display:inline-block;
    padding: 0rem 0.25rem;
    text-align: center;
}
.dropdown-box-spinner{
    margin-bottom:10px;
}
.dropdown-box-spinner .form-control {
    height:28px;
    padding: 0rem 0.45rem;
    background:#f0f0f0;
    border:0;
    border-radius: 6px !important;
}
#extras{
    padding:30px 0;
    background:#49af48;
}
.col-back{
    display:none;
}
.search-date.double #dateStart{
    border-right:0;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search-date.double  #dateBack{
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.promo-box-content h5{
    margin:0;
    font-size:1rem;
    font-weight: 600;
    color:#fff;
}
.promo-box-content{
    padding-right:15px;
}
.promo-box-text{
    font-size:0.9rem;
    color:rgba(255,255,255,0.6);
}
.promo-box-link{
    display:inline-block;
    color:#fff;
    font-weight: 500;
    border:1px solid #fff;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    font-size:0.9rem;
}
.promo-box-link:hover{
    color:#fff;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #49af48 !important;
}
.extras-item{
    width:20%;
    padding:0 20px;
}
.extras-item-icon{
    width:100px;
    height:100px;
}
.extras-item-icon img{
    width:100%;
    height:100%;
}
.extras-item-text{
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    font-size:0.95rem;
}
.news-item{
    width:25%;
    padding:30px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.news-item:hover{
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.section-styles{
    padding:30px 0;
}
.section-title{
    margin-bottom:20px;
    font-weight: 400;
    position:relative;
    padding-bottom:20px;
}
.section-title:after{
    content:"";
    height:3px;
    background:#49af48;
    left:0;
    right:0;
    width:80px;
    position:absolute;
    margin:auto;
    bottom:0;
}
.news-date{
    display:block;
    font-size:0.85rem;
    padding-bottom:5px;
    color:rgba(0,0,0,0.5);
}
.news-item .news-date{
    color:rgba(0,0,0,0.5);
}
.news-title{
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom:15px;
}
.news-text{
    font-size:0.9rem;
    color:rgba(0,0,0,0.5);
    margin-bottom:20px;
}
.news-item-link{
    color:#6b7fd7;
    font-weight: 500;
    text-decoration: underline;
    font-size:0.9rem;
}
.news-list{
    margin-bottom:30px;
}
.btn-primary{
    color:#fff;
    background:#152a69;
    border-color:#152a69;
}
.btn-primary:hover{
    background:#31447b;
    border-color: #31447b;
}
.btn-big{
    padding: 0.5rem 1.5rem;
}
.reservation-box{
    border-radius: 6px;
    position:relative;
    padding:80px 120px;
    background: transparent;
    margin-bottom:1.5rem;
    background: url(../images/reservation.jpg) no-repeat top center  #e7e9f0; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.uppercase-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size:0.9rem;
    color:#000;
    line-height: 1.6;
}
.link-phones{
    margin:10px 0;
}
.link-phones a{
    display:block;
    font-weight: 800;
    font-size:1.7rem;
    line-height: 1.2;
}
.link-phones a:hover{
    opacity: 0.7 !important;
}
.dark-blue{
    color:#152a69 !important;
}
.text-info{
    color:rgba(0,0,0,0.5) !important;
    font-size:0.8rem;
    margin-bottom:10px;
}
.white-box-text{
    background:#fff;
    padding:10px 15px;
    border-radius: 6px;
    margin:10px 0;
}
.bold{
    font-weight: 700;
}
.big{
    font-size:1.2rem;
}
.link-list{
    margin:15px 0;
}
.link-list a{
    width:100%;
    position:relative;
    padding:0px 30px 0px 0;
}
.link-list a:hover{
    opacity: 0.7 !important;
}
.link-list-icon{
    font-size:1.6rem;
    color:#6b7fd7;
    padding-right:5px;
}
.link-list-text{
    color:#000;
}
.link-list-arrow{
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    color:rgba(0,0,0,0.5);
}
#uniholidays{
    padding-bottom:30px;
    padding-top:30px;
}
.holiday-box{
    position:relative;
    overflow: hidden;
    background:#f0f0f0;
    margin-bottom:1.5rem;
    height:280px;
    border-radius: 6px;
    display:block;
}
.holiday-box-big{
    height:calc(560px + 1.5rem);
}
.btn-secondary{
    background:#6b7fd7;
    border-color:#6b7fd7;
    color:#fff;
}
.btn-secondary:hover{
    background:#6274c5;
    border-color:#6274c5;
    color:#fff;
}
.badge{
    padding: 0.5em 0.75em;
}
.badge-secondary{
    background:#6b7fd7;
    color:#fff;
    border-radius: 6px;
}
.holiday-image{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.reservation-box-caption{
    position:relative;
    z-index: 10;
}
.holiday-box-caption{
    padding:15px 30px 30px 30px;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;

}
.holiday-title{
    font-size:1.7rem;
    font-weight: 400;
    color:#fff;
    padding:3px 0;
    margin:0;
}
.holiday-price{
    font-size:1rem;
    color:#fff;
}
.holiday-caption-icon{
    border:1px solid #fff;
    color:#fff;
    width:40px;
    height:40px;
    right:30px;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
    border-radius: 50%;
    position:absolute;
}
.holiday-caption-icon i{
    font-size:1.3rem;
}
.holiday-box-big .holiday-title{
    font-weight: 300;
    font-size:1.9rem;
}
.holiday-box-caption img{
    height:70px;
    margin:15px 0;
}
.holiday-box-big .holiday-box-caption {
    padding:60px;
}
.holiday-image:after{
    bottom: -100%;
    left: 0;
    right:0;
    height: 100%;
    content:"";
    position:absolute;
    width:100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */ 
    opacity: 0.7;
}

.holiday-box:hover .holiday-image:after{
   bottom:0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.holiday-box:hover .holiday-image{
    -webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.holiday-box .holiday-box-caption .badge-secondary:hover{
    background:#49af48;
}

.holiday-box-big:hover .holiday-box-caption{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */ 
}
#services{
    padding:60px  0 0 0;
    border-top:1px solid #f0f0f0;
}
.section-subtitle{
    color:rgba(0,0,0,0.5);
    font-size:0.85rem;
    text-transform: uppercase;
    padding-bottom:10px;
}
.section-text {
    margin-bottom:20px;
    color:rgba(0,0,0,0.65);
}
.services-item{
    display:block;
    width:50%;
    position:relative;
}

.service-item-small-title{
    color:rgba(0,0,0,0.65);
    font-size:1.1rem;
}
.service-item-big-title{
    font-size:1.6rem;
    font-weight: 400;
    color:#000;
    margin:0;
}
.services-item{
    position:relative;
    overflow: hidden;
}
.service-item-header{
    position:absolute;
    left:0;
    top:0;
    right:0;
    padding:40px 40px 40px 40px;
    z-index: 5;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 10;
}
.services-item:hover .service-item-header{
    padding:40px 20px 40px 60px;
}
.services-list{
    margin-top:50px;
}
.service-item-header-icon{
    width:60px;
    height:60px;
    border-radius: 50%;
    display:block;
    color:#fff;
    font-size:1.6rem;
    margin-right:15px;

}
.service-item-1 .service-item-header-icon{
    background:#152a69;
}
.service-item-2 .service-item-header-icon{
    background:#6274c5;
}
.service-item-bottom{
    pointer-events: none;
    left:0;
    right:0;
    bottom:-2px;
    height:180px;
    z-index: 2;
    position:absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e9f0+0,e7e9f0+100&0+0,1+65 */
    background: -moz-linear-gradient(top,  rgba(231,233,240,0) 0%, rgba(231,233,240,1) 65%, rgba(231,233,240,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(231,233,240,0) 0%,rgba(231,233,240,1) 65%,rgba(231,233,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(231,233,240,0) 0%,rgba(231,233,240,1) 65%,rgba(231,233,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e9f0', endColorstr='#e7e9f0',GradientType=0 ); /* IE6-9 */


}
.footer-top{
    padding:80px 0;
    background:#e7e9f0;
}
.footer-bottom{
    padding:30px 0;
    background:#fff;
}
.footer-title{
    font-size:1.1rem;
    padding-bottom:20px;
    font-weight: 400;
    position:relative;
}
.footer-title:after{
    content:"";
    left:0;
    width:35px;
    height:2px;
    background:#6274c5;
    position:absolute;
    bottom:10px;
    display:block;
}
.footer-links a{
    color:rgba(0,0,0,0.65);
    display:block;
    padding:2px 0;
    font-size:0.9rem;
}
.footer-links a:hover{
    color:rgba(0,0,0,1);
}
.footer-copyright{
    padding-left:20px;
    font-size:0.8rem;
    color:rgba(0,0,0,0.5);

}
.footer-copyright a{
     color:rgba(0,0,0,0.5);
     padding:0 5px;
}
.footer-copyright a:hover{
    color:rgba(0,0,0,1)
}
.social-links{
    padding-top:15px;
    color: rgba(0,0,0,0.65);
}
.social-links a{
    color: rgba(0,0,0,0.65);
    padding: 2px 0;
    font-size: 0.9rem;
}
.social-links a:hover{
    color: rgba(0,0,0,1);
}
.newsletter-box .form-control{
    border-color:#fff;
}
.newsletter-box .btn-secondary{
    background:#fff;
    border-color:#fff;
}
.newsletter-box .btn-secondary{
    color:rgba(0,0,0,0.65);
    font-size:1.4rem;
}
.newsletter-box .btn-secondary:hover{
    color:rgba(0,0,0,1);
}
.burger-menu{
    width:40px;
    height:40px;
    right:0;
    border-radius: 6px;
    border:1px solid #fff;
    color:#fff;
    font-size:1.5rem;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    display:none !important;
}
.internal-page-title-wrapper{
    position:relative;
    padding-left:40px;
}
.internal-page-title-wrapper:before{
    content:"";
    position:absolute;
    left:0;
    display:block;
    background:#49af48;
    height:3px;
    width:30px;
    top:0;
    bottom:0;
    margin:auto;
}
.internal-page-title{
    font-size:2rem;
    color:#152a69;
    font-weight: 600;
}
.internal-page-title.page-title-alone{
    margin:0;
}
.internal-page-header{
    padding:20px 0;
}
.breadcrumbs-wrapper{
    padding:10px 0;
    background:#2c3f78;
}
.breadcrumb{
    margin:0;
}
.breadcrumb-item{
    text-transform: uppercase;
    font-size:0.65rem;
    color:#fff;
    opacity:0.8;
}
.breadcrumb-item.active{
    color:#fff;
}
.breadcrumb-item a{
    color:#fff;
}
.gray-container{
    padding:80px 0;
    background:#f0f0f0;
}
.navigation-box{
    border-radius:6px;
    background:#fff;
    padding:30px 0;
}
.navigation-box-title{
    font-size:0.7rem;
    text-transform: uppercase;
    opacity: 0.7;
    padding:5px 30px;
}
.navigation-box-link{
    display:block;
    font-weight: 500;
    font-size:0.9rem;
    padding:5px 30px;
    color:#000;
}
.navigation-box-link.active,.navigation-box-link.active:hover{
    background:#49af48;
    color:#fff;
}
.navigation-box-link:hover{
    color:#49af48;
}
.spacer-divider{
    height:1px;
    background:#ccc;
    margin:30px 0;
}
.info-box{
    padding:40px;
    border-radius: 6px;
    background:#fff;
}
.info-box-icon{
    color:#49af48;
    width:70px;
    height:70px;
    margin-right:10px;
    font-size:2.4rem;
}
.info-box-text{
    font-size:0.9rem;
}
.info-title{
    font-size:1.1rem;
    font-weight: 500;
    line-height: 1.4;
}
.normal-list{
    list-style: none;
    margin:0 0 30px 0;
    padding:0;
}
.normal-list li{
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
    padding:2px 0 2px 25px;
    position:relative;
}
.normal-list li:before{
    content:"";
    width:8px;
    height:8px;
    display:block;
    position:absolute;
    left:4px;
    top:8px;
    margin:auto;
    background:#49af48;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(73,175,72,0.15);
    -moz-box-shadow: 0px 0px 0px 3px rgba(73,175,72,0.15);
    box-shadow: 0px 0px 0px 3px rgba(73,175,72,0.15);
}
.green{
    color:#49af48;
}
.normal-text{
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
}
.underlined{
    text-decoration: underline;
}
.green:hover{
    color:#49af48;
}
.main-title{
    font-size:1.3rem;
    line-height: 1.3;
    margin-bottom:30px;
}
.internal-page-header-big {
    padding:20px 0;
   
}
.internal-page-header-big .internal-page-title-wrapper{
    padding:100px 50px 100px 40px;
    background:url(../images/header-bg.png) no-repeat left 20% center;
    background-size: 400px 270px;
}
.internal-page-subtitle{
    color:#419b40;
    text-transform: uppercase;
    font-weight: 500;
    font-size:0.8rem;
    padding-bottom:5px;
}
.internal-page-text{
    font-size:1.1rem;
    color:#152a69;
    padding-right:40px;
    opacity: 0.8;
}
.service-item-image{
    position:relative;
}
.services{
    padding:60px 0;
}
.service-block-item{
    width:50%;
    border:1px solid #f0f0f0;
}
.service-block-text{
    padding:40px;
    color:rgba(0,0,0,0.7);
}
.service-block-text a{
    margin-top:30px;
}
.service-block-item .service-item-image:before{
    content:"";
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 120px;
    z-index: 5;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+65 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.service-block-item .service-item-header{
    position:relative;
    padding:0 40px;
}
.white-box{
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin-bottom:1.5rem;
}
.white-box-header .service-item-header{
    position:relative;

}
.white-box-content{
    padding:0 40px 60px 40px;
}
.select-small-title{
    text-transform: uppercase;
    display:block;
    font-size:0.9rem;
}
.select-items{
    margin:30px -10px 20px -10px;
}
.select-item{
    display:block;
    position:relative;
    border:1px solid #ccc;
    overflow: hidden;
    padding:30px;
    border-radius: 6px;
    text-align: center;
    color:rgba(0,0,0,0.7);
    cursor:pointer;
    margin-bottom:5px;
}
.select-item-wrapper{
    width:calc(33.33% - 20px);
    margin:0 10px 20px 10px;
}
.select-item.selected{
    border-color:#49af48;
    background:#ecf7ec;
}
.service-input{
    opacity:0;
    visibility: hidden;
    position:absolute;
    left:-50px;
    top:-50px;
}
.learn-more{
    color:rgba(0,0,0,0.5);
    display:inline-block;
    padding:5px 0;
    font-weight: 500;
    text-decoration: underline;
    font-size:0.9rem;
}
.custom-label{
    font-size:0.85rem;
    color:rgba(0,0,0,0.65);
    font-weight: 700;
}
.form-control{
    border-radius: 6px;
}
.bus-class{
    width:24px;
    position:absolute;
    right:10px;
    top:10px;
    height:24px;
    border-radius: 50%;
    background:#49af48;
    font-weight: 500;
    color:#fff;
}
.form-data-item{
    position:relative;
}
.white-box .form-data-item .form-control{
    padding-left:36px !important;
}
.white-box-content-padding{
    padding:40px;
}
.white-box-footer{
    padding:30px 40px;
    border-top:1px solid #f0f0f0;
}
.internal-page{
    padding:0px 0 0 0;
}
.form-control-big-gray{
    border-color:#f0f0f0;
    background:#f0f0f0;
    height:50px;
    text-align: center;
}
.form-control-big-gray:focus{
    border-color:#f0f0f0;
    background:#f0f0f0;
}
.medium{
    font-weight: 500;
}
.black{
    color:#000;
}
.small-title{
    font-size:0.9rem;
    color:rgba(0,0,0,0.5);
    font-weight: 400;
    margin:0;
}
.radio-ticket-option-list{
    margin:20px 0;
}
.normal-title{
    font-size:1.1rem;
    font-weight: 400;
    margin:0;
    padding-bottom:5px;
}
.radio-ticket-item{
    margin:0 10px;
    border:1px solid #ccc;
    padding:5px 20px;
    border-radius: 6px;
    overflow: hidden;
    position:relative;
    cursor:pointer;
    opacity:0.5;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
    justify-content: center;
}
.radio-ticket-item.selected{
    opacity:1;
}
.radio-ticket-item-icon {
    font-size:1.6rem;
    margin-right:5px;
}
.ticket-option,.complaint-option{
    position:absolute;
    left:-50px;
    top:-50px;
}
.form-check-label{
    font-size:0.85rem;
}
.top-news-caption{
    position:relative;
    padding:60px;
    background:#49af48;
    width:36%;
}
.top-news-item{
    border-radius: 6px;
    overflow: hidden;
}
.top-news-item .news-title{
    color:#fff;
    font-size:1.6rem;
}
.top-news-caption-label{
    margin-bottom:20px;
    color:#fff;
    background:rgba(255,255,255,0.2);
    padding:6px 20px;
    text-transform: uppercase;
    display:inline-block;
    border-radius: 6px;
    font-size:0.9rem;
}
.top-news-item .news-text{
    color:#fff;
}
.news-date{
    color:#fff;
}
.top-news-caption:after{
    content:"";
    width:70px;
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    margin:auto;
    left:100%;
    background:url(../images/news-image.png) no-repeat right center;
    background-size:100% 100%;
}
.news-list-internal .news-item{
    border-bottom:1px solid #f0f0f0;
}
.light-blue{

    color:#6274c5;
}
.outline-box{
    border-radius: 6px;
    padding:20px;
    margin-bottom:1.5rem;
    border:1px solid #f0f0f0;
}
.outline-box .normal-title{
    font-weight: 500;
    padding-bottom:10px;
}
.offices-list a{
    display:block;
    font-size:0.9rem;
    width:50%;
    padding:2px 10px 2px 0;
    color:rgba(0,0,0,0.7);
}
.offices-list a.hidden-item{
    display:none;
}
.offices-list a:hover{
    color:rgba(0,0,0,1);
}
.offices-list{
    margin-bottom:10px;
}
.outline-box.active a.hidden-item{
    display:block;
}
.btn-link{
    font-weight: 500;
    font-size:0.9rem;
    cursor:pointer;
}

.dark-blue-box{
    padding:40px;
    border-radius: 6px;
    margin-bottom:1.5rem;
    background:#152a69;
    color:#fff;
}
.light-blue-box{
    padding:40px;
    border-radius: 6px;
    margin-bottom:1.5rem;
    background:#6b7fd7;
    color:#fff;
}
.white{
    color:#fff !important;
}
.light-white-button{
    background:rgba(255,255,255,0.1);
    display:block;
    margin-bottom:5px;
    border-radius: 6px;
    color:#fff;
    padding:5px 15px;
    font-size:0.85rem;
}
.light-white-button:hover{
    color:#fff;
    background:rgba(255,255,255,0.2);
}
.link-phones-small.link-phones a{
    font-size:1.6rem !important;
}
.contact-box .uppercase-title{
    font-size:0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7) !important;
}
.contact-box .logo-holidays{
    height:60px;
}
.spacer-white{
    height:1px;
    background: rgba(255,255,255,0.1) !important;
    margin:20px 0;
}
.map-settings{
    width:400px;
    align-items: stretch;
    align-content: stretch;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    height:700px;
}
.map-settings-header{
    padding:20px 30px; 
    height:90px;
}
.map-settings-form{
    padding:20px 30px; 
    background:#f0f0f0;
    height:calc(100% - 90px);
}
.map{
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
}
.map-settings-form .select-wrapper-icon{
    width:100%;
}
.map-settings-form .select-wrapper-icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:36px;
}
.map-settings-header-icon{
    width:40px;
    height:40px;
    margin-right:10px;
    background:#ecf7ec;
    border-radius: 6px;
    color:#49af48;
    font-size:1.4rem;
}
.map-settings-header-title .uppercase-title{
    font-size:0.75rem;
}
.map-settings-header-title h4{
    margin:0;
    color:#152a69;
    font-size:1.4rem;
}
.map-settings-form .select2-container--default .select2-selection--single,.map-settings-form  .select2-dropdown{
    border-color: #fff;
}
.results-searching{
    text-transform: uppercase;
    padding:5px 0;
    font-size:0.8rem;
    color:rgba(0,0,0,0.5);
}
.results-wrapper{
    max-height: 370px;
    overflow-y: scroll;
    padding-right:10px;
}

.results-wrapper::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}

.results-wrapper::-webkit-scrollbar-track {
   background:#fff;
   border-radius: 3px;
}

.results-wrapper::-webkit-scrollbar-thumb {
    background:#ccc;
    border-radius: 3px;
}
.results-wrapper::-webkit-scrollbar-thumb:active{
    background:rgba(0,0,0,0.25);
}
.result-item-icon{
    width:32px;
    height:32px;
    margin-right:5px;
    font-size:1.6rem;
    color:rgba(0,0,0,0.35);
}
.result-item-link{
    width:65px;
    padding-left:5px;
}
.result-item-link-green{
    font-weight: 500;
    font-size:0.85rem;
    color:#49af48;
    display:inline-block;
    text-decoration: underline;
}
.result-line{
    margin:0;
    font-size:0.9rem;
}
.results-item{
    padding:10px 0;
    border-bottom:1px solid #ccc;
}
.results-item:last-child{
    border-bottom:0;
}
.result-distance{
    display:block;
    color:rgba(0,0,0,0.5);
    font-size:0.8rem;
}
.white-box-internal-search{
    padding:15px 30px 30px 30px;
}
.white-box-internal-search .search-form-top .form-check-label-text{
    color:#152a69;
}

.white-box-internal-search .search-form-bottom {
    padding:0;
}
.white-box-internal-search  .search-form-container{
    margin:0;
}
.white-box-internal-search  .search-form-top .form-check label.form-check-label {
    padding: 10px 10px 10px 30px;
}
.white-box-internal-search .search-form-top .form-check{
    margin:0;
}
#date-tabs{
    border:1px solid #ced4da;
    border-radius: 6px;
    background: #eef0f5;
    align-items: stretch;
}

#date-tabs .nav-item{
    width:20%;
    text-align: center;
}
#date-tabs .nav-item .nav-link{
    border:0;
    margin:0;
    padding:15px 20px;
    position:relative;
    display: block;
    width: 100%;
    border-radius: 6px;
    height:100%;
}
#date-tabs .nav-item .nav-link.active{
    border:0;
    background:#fff;
}
.date-tab-text{
    text-align: center;
    font-weight: 600;
    font-size:1rem;
    display:block;
    color:rgba(0,0,0,0.5);
}
#date-tabs .nav-item .nav-link.active .date-tab-text{
    color:#152a69;
}
#date-tabs .nav-item .nav-link .date-tab-select-choosed{
    color:#fff;
    background:#49af48;
    border-radius: 4px;
    padding:2px 10px;
    position:absolute;
    width:80px;
    top:-11px;
    left:0;
    right:0;
    margin:auto;
    font-size:0.75rem;
    display:none;
}
#date-tabs .nav-item .nav-link.active .date-tab-select-choosed{
    display:inline-block;
}
.date-tab-text i{
    font-size:1.4rem;
}
.results-title-date{
    color:rgba(0,0,0,0.5);
    font-size:0.8rem;
    padding-left:10px;
}
.result-title-text{
    font-size:1.2rem;
}
.results-title{
    margin:20px 0;
}
.tickets-results-item{
    width:100%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    margin-bottom:10px;
    border-radius: 6px;
    border:2px solid #fff;
}
.results-item-right{
    width:290px;
    border-left:1px solid #f0f0f0;
    padding:25px 30px 15px 30px;
    position:relative;
}
.results-item-left{
    width:calc(100% - 290px);
    padding:15px 30px;
}
.result-item-price{
 font-size:1.6rem;
 padding:0 0 5px 0;
 font-weight: 800;   
 display:block;
 text-align: center;
}
.orange{
    color:#f95738;
}
.result-item-small-price{
    font-size:0.75rem;
    text-transform: uppercase;
    color:rgba(0,0,0,0.5);
    display:block;
    font-weight: 700;
    text-align: center;
}
.discount-percentage{
    color:#fff;
    display:inline-block;
    padding:3px 10px;
    font-size:0.75rem;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee954b+0,f95838+100 */
    background: rgb(238,149,75); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(238,149,75,1) 0%, rgba(249,88,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(238,149,75,1) 0%,rgba(249,88,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(238,149,75,1) 0%,rgba(249,88,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee954b', endColorstr='#f95838',GradientType=1 ); /* IE6-9 */
    border-radius: 6px;
    position:absolute;
    right:10px;
    top:10px;
}
.result-item-city{
    font-weight: 700;
    color:rgba(0,0,0,0.5);
}
.result-item-time{
    font-size:1.55rem;
    font-weight: 700;
}
.result-item-start-point{
    position:relative;
    padding-left:40px;
    text-align: left;
    width:40%;
}
.result-item-end-point{
    position:relative;
    padding-right:40px;
    width:40%;
    text-align: right;
}
.result-item-duration{
    width:20%;
    padding:0 20px;
    text-align: center;
}
.data-label{
    font-size:0.7rem;
    background:#f0f0f0;
    padding:5px 15px;
    border-radius: 6px;
}
.result-item-duration-label-title{
    display:block;
    text-align: center;
    color:rgba(0,0,0,0.5);
    font-size:0.75rem;
    padding-bottom:5px;
}
.result-item-duration-label{
    font-size:0.9rem;
    background:#6b7fd7;
    color:#fff;
    padding:5px 15px;
    border-radius: 6px;
    font-weight: 500;
    display:inline-block;
}
.result-item-start-point-icon{
    width:32px;
    height:32px;
    position:absolute;
    left:0;
    top:0;
    font-size:1.6rem;
    color:rgba(0,0,0,0.35);
}

.result-item-end-point-icon{
    width:32px;
    height:32px;
    position:absolute;
    right:0;
    top:0;
    font-size:1.6rem;
    color:rgba(0,0,0,0.35);
}
.tickets-results-item.highlight{
    border-color:#6b7fd7;
}
.green-box{
    border-radius: 6px;
    background:#49af48;
    padding:20px 30px;
}
.search-data-info-icon{
    width:32px;
    height:32px;
    color:#fff;
    font-size:1.6rem;
    margin-right:5px;
}
.search-data-info-content-small {
    font-size:0.85rem;
    color:rgba(255,255,255,0.8);
    line-height: 1;
}
.search-data-info-content-big{
    font-size:1.1rem;
    font-weight: 700;
    color:#fff;
}
.search-data-info{
    padding:5px 0;
}
.ticket-reservation-item{
    background:#fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    margin-bottom:15px;
    padding:20px 30px 10px 30px;
}
.ticket-reservation-item-data{
    border-top:1px solid #f0f0f0;
    margin-top:15px;
    padding-top:15px;
    position:relative;
}
.remove-ticket{
    display:inline-block;
}
.remove-ticket i{
    font-size:1.2rem;
}
.ticket-reservation-item-header-title .ticket-reservation-item-header-icon{
    width:48px;
    height:48px;
    border-radius: 6px;
    background:#ecf7ec;
    margin-right:10px;
    font-size:1.5rem;
    color:#49af48;
}
.medium-title{
    font-size:1.4rem;
    font-weight:700;
}
.ticket-reservation-item-header-title .ticket-reservation-item-header-icon .uppercase-title{
    font-size:0.8rem;
}
.row-small{
    margin:0 -5px;
}
.row-small > div{
    padding:0 5px;
}
.seats-map {
    background:#fff;
    border-radius: 6px;
    padding: 0.75rem;
    display: inline-block;
}
.seat-cell {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.seat-cell-free {
    background: url(../images/seat-green.svg)no-repeat center center;
}
.seat-cell-reserved {
    background: url(../images/seat-blue.svg)no-repeat center center;
}
.seat-cell-free.highlight {
    background: url(../images/seat-lightblue.svg)no-repeat center center;
}

#chooseSeat .modal-body{
    background:#f0f0f0;
    padding:40px 80px;
}
.hidden {
    display: none;
}
.bus-seats-title{
    font-size:1.4rem;
}
.legend-box{
    padding:20px;
    background:#fff;
    border-radius: 6px;
}
.seats-map{
    margin-right:40px;
}
.modal-header .close{
    border:0;
    background:transparent;
    font-size: 1.6rem;
}
.modal-header{
    border:0;
}
.seat-btn{
    display:inline-block;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background:#fff;
    padding:7px 20px;
    height:40px;
    margin-top:30px;
}
.seat-btn img{
    width:24px;
    height:24px;
    margin-right:5px;
}
.form-control{
    height:40px;
}
.btn-icon i{
    font-size:1.4rem;
}
.btn-icon{
    display:inline-flex;
    align-items: center;
}
.contact-box{
    margin-left:50px;
}
#footer .form-control{
    min-height: 40px;
    height:auto;
}
.alert.alert-danger{
    color:#000;
    font-size:0.9rem;
    background:#fdf4ed;
    font-weight: 500;
}
.alert{
    border:0;
    border-radius: 6px;
    padding:20px 30px;
}
.alert-icon{
    margin-right:5px;
    width:32px;
    height:32px;
    font-size:1.6rem;
}
.final-price{
    font-size:1.6rem;
    font-weight: 700;
}
.footer-links{
    margin-bottom:20px;
}
.map-container{
    height: 700px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
	position: fixed;
	opacity: 0;
	pointer-events: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media (max-width: 1280px){
    #header .container {
        max-width: 100%;
        padding:0 10px;
    }

    .main-navigation-link {
        letter-spacing: 0;
        padding: 0.5rem 0.5rem;
        font-size: 0.8rem;
        text-align: center;
    }
    .main-navigation-link.active:after{
        right:0.5rem;
        left:0.5rem;
    }
}

@media (max-width: 1024px){
    .burger-menu{
        display:flex !important;
        cursor:pointer;
    }
    .main-navigation{
        position:absolute;
        left:-10px;
        right:-10px;
        top:70px;
        background:#152a69;
        padding:10px 20px;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        display:none !important;
    }
    .visible-menu .main-navigation{
        display:flex !important;
    }
    .visible-menu  .burger-menu i:before{
        content: "\f00d";
    }
    .main-navigation-link.active:after{
        display:none;
    }
    .dropdown-language {
        right: 50px;

    }
    .main-navigation-link{
        height:auto;
        width:100%;
        padding:0.45rem 0 0.45rem 0;
    }
    .main-navigation-travel{
        width:100%;
        border-top:1px solid #31447b;
        padding:10px 0 10px 0;
        margin:5px 0;
    }
    .main-navigation-travel:after{
        display:none;
    }
    .seat-btn{
        margin:15px 0;
    }
    .btn-final{
        width:100%;
        margin-top:10px;
    }
    #header{
        height:70px;
    }
    .header-container {
        padding: 0;
        height: 70px;
    }
    body {
        padding-top: 70px;
    }
    .extras-item {
        width:100%;
        padding: 0 20px;
    }
    .from-to {
        width: 100%;
        margin-bottom:10px;
    }
    .search-form-bottom{
        flex-wrap: wrap;
    }
    .search-date {
        margin: 0 0 10px 0;
        width:100%;
    }
    .button-wrapper {
        margin-left: 10px;
        width: 50%;
    }
    .search-form-people{
        flex-grow: 1;
    }
    .dropdown-people {
        width:100%;
    }
    .tickets-results-item{
        flex-wrap: wrap;
    }
    .results-item-right{
        width:100%;
        border-left:0;
        padding: 25px 20px 15px 20px;
        border-top: 1px solid #f0f0f0;
    }
    .results-item-left {
        width: 100%;
        padding: 15px 20px;
    }

    
}
@media(max-width:768px){
    .news-item {
        width: 50%;
        padding: 20px;
    }
    .promo-box{
        flex-wrap: wrap;
    }
    .extras-item-icon {
        width:64px;
        height: 64px;
    }
    .section-styles{
        padding:20px 0;
    }
    

    .services-item {
        width: 100%;
    }
    .services-list{
        flex-wrap: wrap;
    }
    .service-item-bottom{
        height:30px;
    }
    .service-item-header{
        padding:20px;
    }
    .services-item{
        padding-top:50px;
    }
    #services{
        padding:20px 0 0 0;
    }
    .holiday-box-big .holiday-box-caption {
        padding: 20px;
    }
    .holiday-box-caption {
        padding: 20px 60px 20px 20px;
    }
    .holiday-caption-icon{
        right:20px;
    }
    .services-list {
        margin-top: 30px;
    }
    .holiday-box-big {
        height: 360px;
    }
    #uniholidays {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .reservation-box {
        border-radius: 6px;
        position: relative;
        padding: 20px 20px 20px 20px;
        background: #e7e9f0;
    }
    .holiday-box{
        margin-bottom:1rem;
    }
    .reservation-box{
        margin-bottom:1rem;
    }
    .footer-top {
        padding: 40px 0;
        background: #e7e9f0;
    }
    .copyright-wrapper{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .footer-copyright{
        padding:20px 0 0 0;
        margin:auto;
    }
    #hero {
        min-height: 300px;
        padding:50px 0;
        height:auto;
    }
    .extras-item {
        padding: 0;
    }
    #extras{
        padding:20px 0;
    }
    .internal-page-header-big .internal-page-title-wrapper {
        padding: 50px 0px 50px 40px;
        background: url(../images/header-bg.png) no-repeat left 20% center;
        background-size: 300px 200px;
    }
    .internal-page-title {
        font-size: 1.6rem;
    }

    .internal-page-text {
        padding-right: 0;
    }
    .white-box-content {
        padding: 20px 20px 30px 20px;
    }
    .select-item-wrapper {
        width: calc(50% - 10px);
        margin: 0 5px 15px 5px;
    }
    .select-items {
        margin: 20px -5px 20px -5px;
    }
    .select-item{
        padding:15px 20px;
        margin:0;
    }
    .internal-page-title.page-title-alone{
        font-weight: 700;
    }
    .radio-ticket-option-list{
        flex-wrap: wrap;
    }
    .radio-ticket-item{
        width:100%;
        margin-bottom:10px;
        margin-left:0;
        margin-right:0;
    }
    .link-phones a {
        display: block;
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .btn-big{
        width:100%;
    }
    .internal-page-text {
        font-size: 1rem;
    }
    .contact-box {
        margin-left: 0px;
    }
    .map-settings-form {
        padding: 20px 20px;
    }
    .top-news-caption {
        padding: 20px;
        width: 100%;
    }
    .top-news-item .news-title {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .service-block-item {
        width: 100%;
    }
    .service-block-text {
        padding: 20px;
    }
    .service-block-item .service-item-header,.services-item:hover .service-item-header {
        padding: 20px;
    }
    .service-item-big-title {
        font-size: 1.4rem;
    }
  
    .white-box-internal-search {
        padding: 15px 20px 20px 20px;
    }
    #date-tabs .nav-item {
        width: 100%;
        text-align: center;
    }
    .results-title{
        flex-wrap: wrap;
    }
    .results-title-date{
        margin:0;
        padding:0;
    }
    .results-item-right{
        flex-wrap: wrap;
    }
    .result-item-start-point {
        width:100%;
    }
    .result-item-duration {
        width: 100%;
        text-align: left;
        padding:10px 0 10px 40px;
    }
    .result-item-duration-label-title{
        text-align: left;
    }
    .result-item-end-point {
        padding-left: 40px;
        padding-right:0;
        width: 100%;
        text-align:left;
    }
    .result-item-end-point-icon {
        right: initial;
        left:0;
    }
    .result-item-small-price , .result-item-price{
        text-align: left;
    }
    .green-box .btn{
        width:100%;
    }
    .ticket-reservation-item,.info-box,.white-box-footer {
        padding:20px;
    }
    .info-box{
        flex-wrap: wrap;
    }
    .info-box-icon{
        width:48px;
        height:48px;
    }
    .gray-container {
        padding: 30px 0;
    }
    .reservation-box-bg{
        display:none;
    }
}

@media(max-width:480px){
    .news-item {
        width: 100%;
    }
    .select-item-wrapper {
        width: 100%;
        margin: 0 0px 15px 0px;
    }
    .select-items {
        margin: 20px 0;
    }
}