.btn-style-one,
.btn-style-one .btn-title,
.btn-style-two,
.btn-style-two .btn-title,
.btn-style-three,
.btn-style-three .btn-title,
.btn-style-four,
.btn-style-four .btn-title,
.btn-style-five,
.btn-style-five .btn-title,
.btn-style-six,
.btn-style-six .btn-title,
.scroll-to-top .icon,
.main-header,
.header-top,
.main-header .header-upper,
.main-header .nav-outer,
.main-header .nav-outer .main-menu,
.main-menu .navigation,
.main-menu .navigation>li,
.main-menu .navigation>li>a,
.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li>a,
.header-style-one .logo-desktop .logo,
.header-top-one .outer-container,
.header-top-one .inner,
.header-top-one .top-text,
.header-top-one .top-text .icon,
.header-top-one .info,
.header-top-one .info li,
.header-top-one .info li .icon,
.top-search-form,
.top-search-form form,
.top-search-form .form-group,
.top-search-form .form-group input[type=text],
.top-search-form .form-group input[type=search],
.top-search-form .form-group input[type=email],
.top-search-form .form-group textarea,
.header-top-one .my-account li,
.header-top-one .my-account li a,
.header-top-one .my-account li .icon,
.header-style-one .header-upper .logo-box,
.header-style-one .header-upper .logo-box .logo,
.header-style-one .header-upper .logo-box .logo img,
.header-style-one .header-upper .outer-container,
.header-style-one .header-upper .inner,
.header-style-one .nav-content,
.header-style-one .nav-content .nav-outer,
.header-style-one .nav-content .other-links,
.header-style-one .other-links .book-btn,
.header-style-one .other-links .social-links,
.social-links-one,
.social-links-one li,
.social-links-one li a,
.header-style-one .other-links .max-nav-toggler,
.header-style-one .other-links .max-nav-toggler .toggle-btn,
.header-style-two,
.header-top-two,
.header-top-two .inner,
.header-top-two .info,
.header-top-two .info li,
.header-top-two .info li .icon,
.header-top-two .my-account,
.header-top-two .my-account li,
.header-top-two .my-account li a,
.header-top-two .my-account li .icon,
.header-style-two .header-upper,
.header-style-two .header-upper .inner,
.header-style-two .header-upper .logo-box,
.header-style-two .header-upper .nav-content,
.header-style-two .header-upper .nav-outer,
.header-style-two .language,
.header-style-two .language .lang-btn,
.header-style-two .language .lang-btn .flag,
.header-style-two .language .lang-btn .txt,
.header-style-two .language .lang-btn .arrow,
.header-style-two .language .lang-dropdown li,
.header-style-two .language .lang-dropdown li a,
.header-top-three,
.header-top-three .inner,
.header-top-three .language,
.header-top-three .language li,
.header-top-three .social-links,
.header-top-three .social-links ul,
.header-top-three .social-links li,
.header-top-three .social-links li a,
.header-top-three .contact-text,
.header-top-three .my-account,
.header-top-three .my-account li,
.header-top-three .my-account li a,
.header-top-three .my-account li .icon,
.header-style-three .header-upper .inner,
.header-style-three .header-upper .logo-box,
.header-style-three .header-upper .search-btn,
.header-style-three .header-upper .search-btn button,
.header-style-three .header-upper .link-box,
.header-style-three .header-upper .max-nav-toggler,
.header-style-three .header-upper .max-nav-toggler .toggle-btn,
.header-style-three .header-upper .nav-content,
.header-style-three .header-upper .nav-outer,
.inner-page-header,
.sticky-header .main-menu,
.sticky-header .booking-link,
.btn-style-three .btn-title .sticky-header .search-btn,
.sticky-header .search-btn button,
.default-form,
.default-form .form-group,
.default-form .form-group .field-label,
.default-form .form-group input[type=text],
.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=url],
.default-form .form-group input[type=file],
.default-form .form-group input[type=number],
.default-form .form-group textarea,
.default-form .form-group select,
.default-form .check-block,
.hidden-bar .content-box,
.hidden-bar .content-box h3,
.hidden-bar .content-box .text,
.hidden-bar .contact-info,
.hidden-bar .contact-info h2,
.list-style-two,
.list-style-two li,
.introbottom img,
.quantity-spinner,
.quantity-spinner .inner-box,
.ui-menu .ui-menu-item-wrapper,
.form-group .ui-button .ui-icon,
.default-form .check-block label {
    position: relative
}

.btn-style-one {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one .btn-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 500;
    padding: 10px 38px;
    min-height: 42px;
    background: #353535;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one:hover .btn-title {
    background: #ea1a1c;
    color: #fff
}

.btn-style-two {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two .btn-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 10px 35px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two:hover .btn-title {
    background: #ea1a1c;
    border-color: #ea1a1c;
    color: #fff
}

.btn-style-three {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-three .btn-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 600;
    padding: 10px 38px;
    min-height: 42px;
    background: #ea1a1c;
    border: 2px solid transparent;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-three:hover .btn-title {
    background: #353535;
    color: #fff
}

.btn-style-four {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-four .btn-title {
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #353535;
    font-weight: 600;
    padding: 11px 45px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-four:hover .btn-title {
    background: #ea1a1c;
    border-color: #ea1a1c;
    color: #fff
}

.btn-style-five {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-five .btn-title {
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #353535;
    font-weight: 600;
    padding: 10px 45px;
    background: 0 0;
    border: 2px solid #353535;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-five:hover .btn-title {
    background: #353535;
    border-color: #353535;
    color: #fff
}

.btn-style-six {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-six .btn-title {
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    padding: 12px 45px;
    background: #353535;
    border-radius: 0;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-six:hover .btn-title {
    background: #202020;
    color: #fff
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: transparent
}

.preloader .icon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.page-loaded .preloader .icon {
    opacity: 0
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
}

.preloader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -moz-transform: translateX(101%);
    -o-transform: translateX(101%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    position: fixed;
    right: 40px;
    bottom: 60px;
    width: 62px;
    height: 62px;
    color: #757d97;
    font-size: 24px;
    line-height: 60px;
    border: 1px solid #384160;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #353535;
    border-radius: 0;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top .icon {
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.scroll-to-top:hover {
    color: #fff;
    background: #ea1a1c;
    border-color: #ea1a1c
}

.main-header {
    display: block;
    width: 100%;
    z-index: 9999;
    background: 0 0
}

.main-header .header-top .top-left {
    float: left
}

.main-header .header-top .top-right {
    float: right;
    display: flex;
    align-items: center
}

.main-header .header-upper {
    display: block;
    z-index: 1
}

.main-menu .navbar-collapse {
    padding: 0;
    display: flex !important
}

.main-menu .navigation {
    margin: 0;
    font-family: lato, sans-serif
}

.main-menu .navigation>li {
    float: left;
    padding: 20px 0;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li:last-child:after {
    display: none
}

.main-menu .navigation>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #000;
    padding: 10px 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #c81c24 !important
}

.sticky-header .main-menu .navigation>li:before {
    display: none
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #ea1a1c
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #f5f5f6;
    padding: 15px 0 10px;
    border: none;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: unset
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    padding: 0 15px;
    width: 100%
}

.main-menu .navigation>li>ul>li>a {
    display: block;
    padding: 6px 0 6px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    height: 4px;
    width: 4px;
    background: #868da5
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ea1a1c
}

.main-menu .navigation>li>ul>li:hover>a:before {
    background: #ea1a1c
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background: #353535;
    padding: 15px 0 10px;
    border: none;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%
}

.main-menu .navigation>li>ul>li>ul>li {
    padding: 0 30px;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li>a {
    display: block;
    padding: 12px 0 12px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #868da5;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 4px;
    width: 4px;
    background: #868da5
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ea1a1c
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #ea1a1c
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'font awesome 5 free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.sticky-header .main-menu .navigation>li.dropdown:hover>ul {
    transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.header-style-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.header-style-one .logo-desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 140px;
    background: url(../images/logo-container.png) left top no-repeat;
    z-index: 5
}

.header-style-one .logo-desktop .logo {
    padding: 10px 0;
    text-align: center
}

.header-style-one .logo-desktop .logo img {
    height: 100px
}

.header-top-one {
    background: #353535;
    color: #fff;
    padding: 0;
    line-height: 30px;
    overflow-x: hidden
}

.header-top-one .inner {
    padding: 0 250px;
    height: 52px
}

.header-top-one .top-text {
    float: left;
    margin-left: 80px;
    font-family: playfair display, serif;
    line-height: 30px;
    padding: 10px 0;
    font-style: italic
}

.header-top-one .top-text .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-one .info {
    float: left;
    padding: 10px 0;
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-top-one .info li {
    float: left;
    line-height: 30px;
    margin-right: 61px;
    font-size: 15px
}

.header-top-one .info li:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-top-one .info li:last-child {
    margin-right: 0
}

.header-top-one .info li:last-child:before {
    display: none
}

.header-top-one .info li a {
    color: #fff;
    display: inline-block
}

.header-top-one .info li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-one .info li a:hover {
    text-decoration: underline;
    color: #ea1a1c
}

.top-search-form {
    float: left;
    width: 400px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.top-search-form .form-group {
    margin: 0
}

.top-search-form .form-group input[type=text],
.top-search-form .form-group input[type=search],
.top-search-form .form-group input[type=email],
.top-search-form .form-group textarea {
    width: 100%;
    line-height: 30px;
    padding: 11px 30px;
    height: 52px;
    display: block;
    font-size: 14px;
    background: 0 0;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    border: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.top-search-form .form-group input[type=text]:focus,
.top-search-form .form-group input[type=email]:focus,
.top-search-form .form-group input[type=tel]:focus {
    border-color: #ea1a1c
}

.top-search-form .form-group input::-webkit-input-placeholder {
    color: #868da5
}

.top-search-form .form-group .s-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    float: right;
    color: #fff;
    background: 0 0;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    border-radius: 2px;
    display: block;
    text-align: center
}

.header-top-one .my-account {
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    height: 52px;
    background: #ea1a1c;
    color: #fff;
    padding: 11px 20px;
    text-align: center
}

.header-top-one .my-account li {
    display: inline-block;
    margin-right: 31px
}

.header-top-one .my-account li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, .9)
}

.header-top-one .my-account li:last-child {
    margin-right: 0
}

.header-top-one .my-account li:last-child:before {
    display: none
}

.header-top-one .my-account li a {
    display: block;
    line-height: 30px;
    color: #fff
}

.header-top-one .my-account li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    padding-right: 5px
}

.header-top-one .my-account li a:hover {
    text-decoration: underline
}

.header-style-one .header-upper {
    background: 0 0
}

.header-style-one .header-upper .logo-box {
    float: left;
    padding: 5px 0;
    display: none;
    z-index: 10
}

.header-style-one .header-upper .logo-box .logo {
    display: block
}

.header-style-one .header-upper .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 80px;
    z-index: 1
}

.header-style-one .header-upper .inner {
    padding: 0 30px 0 250px
}

.header-style-one .nav-content {
    display: block;
    width: 100%
}

.header-style-one .nav-content .nav-outer {
    float: left
}

.header-style-one .nav-content .other-links {
    float: right;
    padding-top: 24px
}

.header-style-one .other-links .book-btn {
    float: left
}

.header-style-one .other-links .book-btn a .btn-title {
    display: block;
    min-height: 42px
}

.header-style-one .other-links .social-links {
    float: left;
    margin-left: 25px
}

.social-links-one li {
    float: left;
    margin-left: 10px
}

.social-links-one li:first-child {
    margin-left: 0
}

.social-links-one li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #7f8a99;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-links-one li a:hover {
    color: #ea1a1c
}

.social-links-one li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #ea1a1c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.social-links-one li a:hover:before {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.header-style-one .other-links .max-nav-toggler {
    float: left;
    margin-left: 30px
}

.header-style-one .other-links .max-nav-toggler .toggle-btn {
    display: block;
    color: #fff;
    padding: 0;
    background: 0 0;
    font-size: 30px;
    line-height: 42px;
    height: 42px
}

.header-style-two {
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: none;
    width: 100%;
    right: 0;
    margin: 0 auto
}

.header-top-two .inner {
    margin-left: 200px;
    padding: 10px 0;
    padding-left: 40px;
    line-height: 30px;
    border-bottom: none
}

.header-top-two .info {
    float: left
}

.header-top-two .info li {
    float: left;
    color: #fff;
    line-height: 30px;
    margin-right: 45px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.header-top-two .info li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-top-two .info li:last-child {
    margin-right: 0
}

.header-top-two .info li:last-child:before {
    display: none
}

.header-top-two .info li a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: inline-block
}

.header-top-two .info li.phone a {
    color: #91a6bf
}

.header-top-two .info li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: #ea1a1c
}

.header-top-two .my-account {
    float: right;
    display: flex;
    align-items: center
}

.header-top-two .my-account li {
    float: left;
    margin-right: 31px
}

.header-top-two .my-account li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-top-two .my-account li:last-child {
    margin-right: 0
}

.header-top-two .my-account li:last-child:before {
    display: none
}

.header-top-two .my-account li a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #91a6bf
}

.header-top-two .my-account li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-two .my-account li a:hover {
    color: #ea1a1c
}

.header-style-two .header-upper {
    background: #fff;
    padding-bottom: 0px;
    padding-top: 5px;
}

.fixed-header .header-upper {
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-style-two .header-upper .inner {
    min-height: 60px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-two .header-upper .logo-box {
    left: 0;
    top: 0;
    height: auto;
    padding: 0;
    border-right: none;
    width: 15%;
}

.header-style-two .header-upper .logo-box img {
    height: auto;
    margin-top: 0;
    width: 70% !important;
}

.my-account {
    margin-left: 20px
}

.header-style-two .header-upper .nav-content {
    width: 85%;
}

.header-style-two .header-upper .nav-outer {
    float: right
}

.header-style-two .language {
    float: right
}

.header-style-two .language .lang-btn {
    display: block;
    line-height: 30px;
    padding: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.header-style-two .language .lang-btn .flag {
    top: 0;
    color: #ea1a1c;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.header-style-two .language .lang-btn .txt {
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.header-style-two .language .lang-btn .arrow {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #fff;
    font-size: 12px
}

.header-style-two .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px
}

.header-style-two .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    width: 150px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #ea1a1c;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.header-style-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li {
    display: block;
    border-bottom: 1px solid #f0f0f0
}

.header-style-two .language .lang-dropdown li:last-child {
    border: none
}

.header-style-two .language .lang-dropdown li a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222
}

.header-style-two .language .lang-dropdown li a:hover {
    text-decoration: underline;
    color: #ea1a1c
}

.header-style-two .main-menu .navigation>li {
    padding: 0;
    margin: 0;
    border-right: none
}

.header-style-two .main-menu .navigation>li>a {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.header-style-two .main-menu .navigation>li>a .fa {
    margin-left: 6px
}

.header-style-two .nav-box .main-menu .navigation>li:before {
    border-bottom-color: #fff
}

.header-style-three {
    position: relative;
    background: #fff
}

.header-style-three.inner-page-header {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.header-top-three .inner {
    padding: 12px 0;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-top-three .language {
    float: left;
    padding-right: 16px;
    margin-right: 15px
}

.header-top-three .language:before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.header-top-three .language li {
    float: left;
    margin-right: 12px
}

.header-top-three .language li:last-child {
    margin-right: 0
}

.header-top-three .info li:last-child:before {
    display: none
}

.header-top-three .language li a {
    color: #7f8a99;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block
}

.header-top-three .language li a:hover,
.header-top-three .language li.active a {
    color: #353535
}

.header-top-three .social-links {
    float: left
}

.header-top-three .social-links li {
    float: left;
    margin: 0 12px 0 0;
    line-height: 24px
}

.header-top-three .social-links li a {
    display: block;
    line-height: 24px;
    color: #7f8a99;
    font-size: 13px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.header-top-three .social-links li a:hover {
    color: #ea1a1c
}

.header-top-three .contact-text {
    float: left;
    margin-left: 220px;
    color: #7f8a99;
    font-size: 14px;
    line-height: 24px
}

.header-top-three .contact-text a {
    color: #7f8a99
}

.header-top-three .contact-text .icon {
    font-size: 16px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-three .contact-text a:hover {
    text-decoration: underline
}

.header-top-three .my-account {
    float: right
}

.header-top-three .my-account li {
    float: left;
    margin-right: 31px
}

.header-top-three .my-account li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 4px;
    height: 18px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.header-top-three .my-account li:last-child {
    margin-right: 0
}

.header-top-three .my-account li:last-child:before {
    display: none
}

.header-top-three .my-account li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #7f8a99
}

.header-top-three .my-account li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ea1a1c;
    padding-right: 5px
}

.header-top-three .my-account li a:hover {
    color: #ea1a1c
}

.header-style-three .header-upper {
    position: relative
}

.header-style-three .header-upper .logo-box {
    float: left;
    padding: 10px 0
}

.header-style-three .header-upper .logo-box img {
    height: 50px
}

.header-style-three .header-upper .search-btn {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.header-style-three .header-upper .search-btn button {
    display: block;
    padding: 0;
    margin: 0;
    background: 0 0;
    line-height: 30px;
    color: #b5c0cf;
    font-size: 22px;
    cursor: pointer
}

.header-style-three .header-upper .search-btn button .icon {
    vertical-align: middle
}

.header-style-three .header-upper .link-box {
    float: left;
    margin-left: 25px;
    padding-top: 14px
}

.header-style-three .header-upper .max-nav-toggler {
    float: left;
    padding-top: 20px;
    margin-left: 15px
}

.header-style-three .header-upper .max-nav-toggler .toggle-btn {
    display: block;
    color: #b5c0cf;
    padding: 0;
    margin: 0;
    background: 0 0;
    font-size: 24px;
    line-height: 30px;
    height: 30px
}

.header-style-three .header-upper .max-nav-toggler .toggle-btn span {
    vertical-align: middle
}

.header-style-three .header-upper .nav-content {
    float: right
}

.header-style-three .header-upper .nav-outer {
    float: left
}

.header-style-three .main-menu .navigation>li {
    padding: 0;
    margin: 0;
    margin-right: 30px
}

.header-style-three .main-menu .navigation>li>a {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #353535
}

.header-style-three .nav-box .main-menu .navigation>li:before {
    border-bottom-color: #fff
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.fixed-header .sticky-header .logo {
    padding: 10px 0
}

.fixed-header .sticky-header .logo img {
    height: 80px
}

.sticky-header .main-menu {
    float: left
}

.sticky-header .main-menu .navigation>li {
    margin-left: 18px !important;
    padding: 0;
    margin-right: 0 !important;
    background-color: transparent;
    border: none
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none
}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 10px !important;
    line-height: 30px;
    font-size: 13px;
    text-transform: uppercase !important;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
    margin-right: 10px
}

.sticky-header .main-menu .navigation>li>ul>li>ul:before {
    left: auto;
    right: -10px
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1
}

.sticky-header .booking-link {
    float: left;
    margin-left: 25px;
    padding-top: 15px
}

.btn-style-three .btn-title .sticky-header .search-btn {
    float: left;
    margin-left: 30px;
    margin-top: 22px
}

.sticky-header .my-account {
    margin-left: 15px
}

.my-account .btn-style-three .btn-title {
    padding: 6px 17px;
}

.sticky-header .search-btn button {
    display: block;
    padding: 0;
    margin: 0;
    background: 0 0;
    line-height: 30px;
    color: #b5c0cf;
    font-size: 18px;
    cursor: pointer
}

.sticky-header .search-btn button .icon {
    vertical-align: middle
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: transparent;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease
}

.search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%)
}

.search-popup.popup-visible:before {
    transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -webkit-transition: all 500ms ease 100ms;
    -ms-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible
}

body.search-visible {
    overflow: hidden
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.search-popup .close-search:hover {
    opacity: .7
}

.search-popup .search-form {
    position: relative;
    padding: 0 15px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, .5);
    border-radius: 12px
}

.search-popup .search-form fieldset input[type=search] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px
}

.search-popup .search-form fieldset input[type=submit] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px;
    color: #fff !important;
    background: #ea1a1c;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0
}

.search-popup .search-form fieldset input[type=submit]:hover {
    background: #ea1a1c
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #fff;
    text-align: center
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .recent-searches li a:hover {
    color: #ea1a1c;
    border-color: #ea1a1c
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0;
    color: #fff;
    margin: 25px 0 0 20px;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu .nav-logo img {
    max-height: 90px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #39273f;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #ea1a1c;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat
}

img.lazy-image.loaded {
    background-image: none
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1
}

.default-form .row {
    margin: 0 -10px
}

.default-form .form-group {
    margin-bottom: 20px
}

.default-form .row .form-group {
    padding: 0 10px
}

.default-form .form-group .field-label {
    display: block;
    color: #7f8a99;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px
}

.default-form .form-group:last-child {
    margin-bottom: 0
}

.default-form .form-group input[type=text],
.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=url],
.default-form .form-group input[type=file],
.default-form .form-group input[type=number],
.default-form .form-group textarea,
.default-form .form-group select {
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.default-form .form-group textarea {
    height: 120px;
    padding-top: 12px;
    resize: none
}

.default-form .form-group input[type=text]:focus,
.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=password]:focus,
.default-form .form-group input[type=tel]:focus,
.default-form .form-group input[type=url]:focus,
.default-form .form-group input[type=file]:focus,
.default-form .form-group input[type=number]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: #ea1a1c
}

.default-form ::-webkit-input-placeholder {
    color: #aaa
}

.default-form ::-moz-input-placeholder {
    color: #aaa
}

.default-form ::-ms-input-placeholder {
    color: #aaa
}

.default-form label.error {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 5px
}

.default-form .check-block {
    display: block;
    margin-bottom: 5px
}

.default-form .check-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.default-form .check-block label {
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

.default-form .check-block label:before {
    content: '';
    font-family: 'font awesome 5 free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #ea1a1c;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800
}

.default-form .check-block input:checked+label:before {
    content: '\f00c';
    border-color: #ea1a1c
}

.content-box .default-form label.error {
    color: #fff;
    font-size: 16px;
    padding-top: 10px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 25px;
    line-height: 30px;
    font-family: lato, sans-serif;
    color: #222;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    top: 3px;
    right: -5px;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'font awesome 5 free';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: #666;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: lato, sans-serif
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    padding: 9px 20px !important;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #ea1a1c
}

.quantity-spinner {
    display: block
}

.quantity-spinner .inner-box {
    display: block
}

.quantity-spinner input {
    position: relative;
    display: block;
    font-size: 15px;
    color: #7f8a99;
    line-height: 30px;
    height: 52px;
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    background: 0 0;
    margin: 0;
    font-weight: 400;
    text-align: center
}

.quantity-spinner .minus {
    position: absolute;
    left: 0;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: 0 0;
    font-weight: 400;
    color: #7f8a99;
    border-right: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer
}

.quantity-spinner .plus {
    position: absolute;
    right: 0;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: 0 0;
    font-weight: 400;
    color: #7f8a99;
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer
}

#ui-datepicker-div {
    z-index: 10 !important
}

.hidden-bar {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #1c1c1c;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 10px
}

.hidden-bar.right-align {
    right: -400px
}

.hidden-bar.right-align.visible-sidebar {
    right: 0
}

.hidden-bar.right-align {
    right: -400px
}

.hidden-bar.right-align.visible-sidebar {
    right: 0
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0 0;
    color: #fff;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999
}

.hidden-bar .hidden-bar-closer button {
    background: 0 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #fff
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 30px 5px 30px 30px
}

.hidden-bar .logo {
    padding: 0 0 30px;
    background: #1c1c1c
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%
}

.hidden-bar .content-box h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.hidden-bar .content-box .text {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 25px
}

.hidden-bar .contact-info {
    margin-top: 60px;
    margin-right: 10px
}

.hidden-bar .contact-info h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.list-style-two li {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 12px
}

.list-style-two li:last-child {
    margin-bottom: 0
}

.list-style-two li a {
    color: rgba(255, 255, 255, .6)
}

.list-style-two li a:hover {
    color: #ea1a1c
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 24px
}

.VenueTicker {
    /* position: absolute; */
    margin-top: 110px;
    width: 60%;
    border-left: #fff solid 1px;
    padding-left: 30px;
    bottom: 30px;
    left: 10%;
    z-index: 99;
}

.VenueTicker h5 {
    color: #ffff;
    width: 60%;
    padding: 5px 0;
}

.VenueTicker p {
    font-size: 24px;
}

.gradient-element03 {
    position: absolute;
    top: -28%;
    right: -19%;
    width: 70%;
    /*opacity: 0.4;
    */
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(66deg);
    -webkit-transform: rotate(66deg);
    -moz-transform: rotate(66deg);
    -ms-transform: rotate(66deg);
    -o-transform: rotate(66deg);
}

.gradient-element08 {
    position: absolute;
    top: 15%;
    right: -2%;
    z-index: 999;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.site-button,
.site-button-secondry {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important
}

.site-button {
    background-color: #c81c24;
    color: #fff
}

.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button {
    background-color: #c81c24;
    color: #fff;
}

.site-button:hover {
    background-color: #c81c24;
    color: #fff;
}

.site-button-secondry {
    background-color: #000;
    color: #fdb72e
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
    background-color: #000;
    color: #fdb72e
}

.btn-effect {
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.btn-effect:before,
.btn-effect:after {
    border-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.btn-effect:before {
    border-color: #c47135;
    /* border-left-width: 2px; */
    border-top-width: 2px;
    left: -5px;
    top: -5px
}

.btn-effect:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    /* border-right-width: 2px; */
    bottom: -5px;
    right: -5px
}

.btn-effect:hover:before,
.btn-effect:hover:after {
    height: 100%;
    width: 100%
}

.btn-effect2 {
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background-color: #152A3F;
    color: #fff !important;
}

.btn-effect2:before,
.btn-effect2:after {
    border-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.btn-effect2:before {
    border-color: #152A3F;
    /* border-left-width: 2px; */
    border-top-width: 2px;
    left: -5px;
    top: -5px
}

.btn-effect2:after {
    border-bottom-width: 2px;
    border-color: #152A3F;
    /* border-right-width: 2px; */
    bottom: -5px;
    right: -5px
}

.btn-effect2:hover:before,
.btn-effect2:hover:after {
    height: 100%;
    width: 100%
}

.btn-effect2:hover {
    background-color: #152A3F;
    color: #fff;
}

.site-button-secondry.btn-effect:before,
.site-button-secondry.btn-effect:after {
    border-color: #000
}

.site-button.btn-effect:before,
.site-button.btn-effect:after {
    border-color: #c81c24
}

.site-button:hover.btn-effect:before,
.site-button:hover.btn-effect:after {
    border-color: #c81c24
}

.introbottom img:before {
    border-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: red;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {

    /* STYLES HERE */
    .header-style-two .header-upper .logo-box img {
        height: auto;
        margin-top: 0;
        width: 50% !important;
    }
}




/* end */