﻿/* header Section
-------------------------------------- */

#header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    z-index: 2;
    border-bottom: solid 1px #b1b1b1;
}

#logo img {
    float: left;
    height: 50px;
    padding: 7px 0 0 0px;
}

@media only screen and (min-width:768px) {
    #logo img {
        width: 200px;
        height: auto;
        padding-top: 22px;
    }
}

@media only screen and (min-width:992px) {
    #logo img {
        width: 300px;
        height: auto;
        padding-top: 20px;
    }
}

#header .container {
    padding: 0;
}

#header .cta-bar {
    float: right;
    text-align: right;
    width: 90px;
}

@media only screen and (min-width:768px) {
    #header .cta-bar {
        width: 207px;
    }
}

#header .cta-bar li {
    float: left;
}

#header .cta-bar li.xxs-contact {
    /*border-left: 1px solid #000;
        border-right: 1px solid #000;*/
}

#header .cta-bar li a, #header .cta-bar li .fakea {
    display: block;
    text-align: center;
    padding: 5px 10px;
    min-height: 58px;
    position: relative;
}

@media only screen and (min-width:768px) {
    #header .cta-bar li a, #header .cta-bar li .fakea {
        padding: 20px;
        /*min-height: 90px;*/
    }

    #header .cta-bar li .fakea a {
        padding: 0;
        /*min-height: auto;*/
    }
}

#header .cta-bar li a.xs-button span {
    padding-top: 34px;
}

#header .cta-bar li a:hover, #header .cta-bar li .fakea:hover > .dwsSiteNumber {
    color: #737373;
}

#header .cta-bar img,
#header .cta-bar .sprite-icon {
    width: 34px;
    height: 24px;
    text-align: center;
    margin: 7px auto 5px auto;
}

#header .cta-bar span {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
}

#header .cta-bar .owl-page span {
    display: none;
}

.mobile-cta {
    position: fixed;
    right: 0;
    bottom: 20px;
    padding: 10px 24px 10px 24px;
    background-color: #b4ec51;
    border-radius: 10px 0px 0px 10px;
}

#header .cta-bar strong {
    display: block;
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    font-weight: 400;
    color: black;
    font-size: 24px;
}
/* ==========  menu icon css3 ==========*/

.menu-icon {
    position: relative;
    top: 0px;
    display: block;
    width: 55px;
    height: 18px;
    cursor: pointer;
    padding: 20px 0 0 0;
    margin: 0 auto;
    float: none;
}

@media only screen and (min-width:560px) {
    .menu-icon {
        width: 70px;
    }
}

#header .cta-bar.visible-xs li:last-child {
}

.menu-icon > i {
    position: absolute;
    top: 23px;
    left: 14px;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width:560px) {
    .menu-icon > i {
        top: 22px;
        left: 22px;
    }
}

.menu-icon > i:before,
.menu-icon > i:after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #e6e6e6;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-icon > i:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.menu-icon > i:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
/* OPENED */

.menu-icon.open i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open > i:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-icon.open > i:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* ========================= Nav Styles ========================= */

#nav {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 0;
}

.navbar {
    margin-bottom: 0px;
}

#nav.navbar {
    background: #1f1f1f;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    min-height: 0;
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
}

@media only screen and (min-width:768px) {
    #nav.navbar {
        min-height: 53px;
        border-bottom: 1px solid #333;
    }
}

#nav li {
    display: block;
    text-align: center;
}

@media only screen and (min-width:768px) {
    #nav li {
        display: inline-block;
    }
}

#nav li a {
    display: block;
    padding: 16px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}

#nav li .quick-search input {
    float: left;
    width: 64%;
    margin-left: 20px;
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
}

#nav li a.classy-button {
    display: block;
    padding: 9px;
    color: #bb95df;
    font-size: 10px;
    margin-right: 20px;
}

@media only screen and (min-width:992px) {
    #nav li a {
        padding: 16px 12px;
    }
}

#nav li a:hover {
    background: #000;
}

li.search a {
    display: block;
    padding: 16px 10px;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: url(https://www.destinology.co.uk/Content/images/holidaysearch-icon-lg.svg) no-repeat 50% #9544eb;
}

@media only screen and (min-width:992px) {
    #nav li.search a {
        width: 180px;
        padding: 16px 10px;
    }
}

#nav li.search a:hover {
    background: url(https://www.destinology.co.uk/Content/images/holidaysearch-icon-lg.svg) no-repeat 50% #652ea0;
}

li.search a span {
    float: right;
}

#nav .dropdown-menu {
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    background: #1f1f1f;
}

#nav .dropdown-menu li {
    display: block;
    text-align: center;
}

@media only screen and (min-width:992px) {
    #nav .dropdown-menu li {
        text-align: left;
    }
}

#nav ul.destinations-menu li a, #nav ul.holiday-types-dropdown li a {
    padding: 0;
}

.na #breadcrumb {
    border-bottom: 1px solid #333;
}
/*-- Mobile Nav --*/

#nav .navbar.navbar-inverse {
    height: 0;
}

#nav .navbar-inverse .navbar-collapse,
#nav .navbar-inverse .navbar-form {
    border: none;
    box-shadow: none;
}

#nav .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

#nav .navbar-nav {
    margin: 0 0 0 -10px;
}

@media only screen and (max-width:767px) {
    #nav .navbar-collapse {
        box-shadow: none;
        border: none;
        background: #1f1f1f;
        /* Old browsers */
        background: -moz-linear-gradient(top, #1f1f1f 0%, #2e1b41 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f1f1f), color-stop(100%, #2e1b41));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f1f1f 0%, #2e1b41 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1f1f1f 0%, #2e1b41 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1f1f1f 0%, #2e1b41 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #1f1f1f 0%, #2e1b41 100%);
        /* W3C */
        filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#2e1b41', GradientType=0)";
        /* IE6-9 */
    }
}

.mobile-panel ul {
    display: table;
    width: 100%;
}

.mobile-panel li {
    display: table-cell;
}

.mobile-panel li.search {
    width: 100%;
}

.mobile-panel li.search a {
    width: 100%;
}

.mobile-panel .my-account a {
    display: block;
    padding: 16px 25px 14px;
    position: relative;
}

.mobile-panel .my-account a:hover {
    background: #000;
}

.circle {
    color: #fff;
    font-size: 10px;
    padding-top: 3px;
    padding-right: 2px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    background: #f5a623;
    width: 19px;
    height: 19px;
    top: 5px;
    right: 15px;
}

@media only screen and (min-width:768px) {
    .circle {
        right: 46px;
        top: 16px;
    }
}
