/************ Header footer design update 28-april-2025 start************/
header .header {
    background: #000;
    padding: 0 50px;
}
header .header div.wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
header .header .units-row .unit-20,
header .header  .book_btn_main{
    width: 15%;
}
header .header .units-row .unit-80 {
    width: 70%;
    margin: 0;
    text-align: center;
    justify-content: center;
}
header .header nav li a, 
header .header nav li a:visited {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px;
    letter-spacing: 0.8px;
}
header .header .logo img {
    display: inline-block;
    max-height: 60px;
    width: auto;
}
header .header nav li {
    padding: 0;
    position: relative;
    display: inline-block;
    width: auto;
}
header .header nav li ul.dropdown{
    padding-top: 0;
}
header .header nav {
    display: flex;
    align-items: center;
}
.book_btn_main a {
    margin-left: 0px;
    border-radius: 8px;
    background: #DBAE5D;
    background: linear-gradient(135deg, #DBAE5D 0%, #B19056 100%);
    border: 0;
    padding: 13px 20px;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
}
.book_btn_main a span {
    position: relative;
    z-index: 4;
}
.book_btn_main a:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #000;
    border-radius: 8px;
    transition: all .3s ease;
}
.book_btn_main a:hover:after {
    opacity: 0;
}
header .header nav li.book{
    display: none;
}
header .top {
    background: #191718;
    padding: 5px 10px;
}
header .top a, header .top a span, header .top a i{
    color: #fff;
}
header .header nav li ul.dropdown,
.btn, a.btn, button.btn, input[type="submit"],
footer .top .subscribe input[type="submit"]{
    background: #DBAE5D;
    background: linear-gradient(135deg, #DBAE5D 0%, #B19056 100%);
    border-radius: 8px;
/*    border: 2px solid transparent;*/
}
.btn:hover, a.btn:hover, button.btn:hover, input[type="submit"]:hover,
footer .top .subscribe input[type="submit"]:hover {
    background: #B19056;
    background: linear-gradient(135deg, #B19056 0%, #DBAE5D 100%);
/*    border: 2px solid #DBAE5D;*/
    color: #fff;
}
.table .tr > div .btn:hover, .table tr .btn:hover {
    background: #B19056;
    background: linear-gradient(135deg, #B19056 0%, #DBAE5D 100%);
}

footer .top {
    background: #191718;
    padding: 40px 50px;
    
}
footer .top div.wrapper{
    width: 100%;
}
footer .top h2{
    font-size: 18px;
}
footer .top p{
    line-height: 24px;
}
footer .top p,
footer .top nav ul li a, footer .top nav ul li a:visited {
    color: #BEB8AD;
}
footer .top .subscribe input[type="text"], footer .top .subscribe input[type="email"]{
    font-size: 14px;
}
.table:before, .table:after {
    background: #f5eddf;
    z-index: -1;
}
/************ Header footer design update 28-april-2025 end************/


@media only screen and (max-width: 1000px) {

    div.wrapper {
        /* padding-right: 20px; */
        /* padding-left: 20px; */
    }
}

@media only screen and (max-width: 910px) {

    header nav ul.navbar.fullwidth ul li:nth-child(4) a,
    header nav ul.navbar.fullwidth ul li:nth-child(5) a,
    header nav ul.navbar.fullwidth ul li:nth-child(6) a{
      padding: 15px 0 20px 0;
    }

}

@media only screen and (max-width: 900px) {
/*
    header a.logo {
        line-height: 92px;
    }*/

    section.boxes {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {

    table td .text,table tr th .text{
        display: none;
    }

    table td{
        height: 61px;
    }

    table td .symbol, table tr th .symbol{
        display: inline-block;
    }


    #checklist.table .tr > div,
    #checklist.table tr td {
        padding-left: 0;
        text-align: center;
    }
    #delegates th:nth-child(2), #delegates td:nth-child(2){
        display:none;
    }

    form .packages .package{
        min-width: 250px;
        margin-left: 0;
        margin: 20px auto;
        width:100%;
    }

    .unit-push-60.unit-10{
        display: inline-block;
        width: 40px;
        position: absolute;
        left: -10px;
    }

    .packages .quantity input[type="text"]{
        width: 60px;
        float: right;
    }

    form .extras .extra{
        margin: 20px auto;
        border-bottom: 1px solid #EFEFEF;;
    }

    form .extras .extra .units-row > div{
        display: inline-block;
        margin-bottom: 0px;
    }

    form .extras .extra .extra-enabled, .extras .extra .extra-quantity{
        width: 10%;
    }

    form .extras .extra .extra-name{
        width: 77%;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        float: left;
    }

    header {
        border-bottom: 0;
    }
    header nav {
        display: none;
    }

    header .contacts a{
        float: none;
    }

    header .contacts{
        margin-top: 30px;
    }

    .slicknav_menu {
        display: block;
    }
    header a.logo {
        text-align: center;
        font-size: 2.35em !important;
        margin: 0 auto;
}
    }
    header div {
        margin-bottom: 0 !important;
    }
    /*h1 {
        font-size: 3.4em;
        margin-top: 21px;
    }*/

    section.titleimage {
        height: 237px;
        background-position: center -380px;
    }
    section.boxes {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.boxes .box .img {
        height: auto;
    }
    section.boxes .box .img img {
        position: static;
    }
    section.news li.story {
        height: auto;
    }
    section.story img.story_image {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        display: block;
        float: none;
        max-width: inherit;
    }
    section.career a .title {
        display: none !important;
    }
    footer {
        margin-top: 0;
    }
    /*footer,*/
    /*footer .copyright,*/
    footer .weboptic{
    /*footer .social {*/
        text-align: right;
    }
    footer .social a {
        margin: 0 5px;
    }
    footer ul li a, footer ul li a:visited {
        padding-bottom: 10px;
    }
    footer .copyright {
        margin-top: 5px;
    }


a.menu_click {
    display: none;
}
@media only screen and (max-width: 767px) {
    a.menu_click {
        display: block;
    }
    header .top .wrapper {
        flex-wrap: wrap;
    }
    header .top .phone {
        order: 1;
    }
    header .top a {
        margin: 5px 0;
    }
    header nav.active {
        display: block;
        position: absolute !important;
        left: 0;
        background: #fee9ee;
        top: 118px;
        width: 100% !important;
    }
    header .header nav li a {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 640px) {
	header nav.active {
  top: 148px;
}
}


/************ Header footer design update 28-april-2025 start************/
@media only screen and (max-width: 1199px) {
    header .header {
        padding: 0 15px;
    }
    footer .top {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 767px) {
    header .header nav, .book_btn_main{
        display: none;
    }
    header .header nav.active {
        display: block;
        background: #000;
        border-top: 1px solid #333;
    }
    header .header nav li.book{
        display: initial;
    }
    header .header .units-row .unit-20{
        width: auto;
        margin:  5px 0;
    }
    a.menu_click, .menu_click_close {
        color: #fff;
    }
    header nav.active {
        top: 140px;
    }
   footer .top .units-row .unit-25 {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }
}
/************ Header footer design update 28-april-2025 end************/