﻿/* Iconfont made with icomoon.com */
@font-face {
    font-family: 'cbp-tmicons';
    src: url('../fonts/tmicons/cbp-tmicons.eot');
    src: url('../fonts/tmicons/cbp-tmicons.eot?#iefix') format('embedded-opentype'), url('../fonts/tmicons/cbp-tmicons.woff') format('woff'), url('../fonts/tmicons/cbp-tmicons.ttf') format('truetype'), url('../fonts/tmicons/cbp-tmicons.svg#cbp-tmicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.manage-booking-mobile{
    background-color:#ffc60a;
    display: none !important;
}
.blog-menu-mobile {
    background-color: #14b9db;
    display: none !important;
}
nav.main-navi-spr {
    background-color: #ff5313;
    clear: both;
}
li.nav-search input {
    border: none;
    background: none;
    width: inherit;
    padding-left: 12px;
    color: #14b9db;
}
li.search-mobile input.nav-search-box-m {
    color: #14b9db;
}
li.nav-search input:focus, li.search-mobile input.nav-search-box-m:focus {
    outline: none;
}
    li.nav-search input::placeholder, li.search-mobile input.nav-search-box-m::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8edbeb;
        opacity: 1; /* Firefox */
    }
    li.nav-search input:-ms-input-placeholder, li.search-mobile input.nav-search-box-m:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8edbeb;
    }
    li.nav-search input::-ms-input-placeholder, li.search-mobile input.nav-search-box-m::-ms-input-placeholder { /* Microsoft Edge */
        color: #8edbeb;
    }
li.nav-search ul.cbp-tm-submenu {
    width: 230px;
    /*left: -60px;*/
}
    li.nav-search ul.cbp-tm-submenu:after {
        left: 88%;
    }
img.menuArrow {
    position: absolute;
    top: 20px;
    right: -11px;
    width: 13px;
    height: 11px;
}
img.searchIcon {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}
.cbp-tm-menu > li:nth-child(2) { 
    margin-left: 0;
}
.cbp-tm-menu > li:last-child {
    margin-right: 0;
}
/* reset  list style */
.cbp-tm-menu, .cbp-tm-menu ul {
    list-style: none;
}
/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
    display: block;
    z-index: 1000;
    bottom: 0;
    text-align: center;
    /*padding: 0 2em;*/
    max-width: 1200px;
    margin: 0 auto;
    /*background: #47a3da;*/
}
    /* first level menu items */
    .cbp-tm-menu > li {
        display: inline-block;
        /*margin: 0 2.7em;*/
        position: relative;
    }

        .cbp-tm-menu > li > a {
            line-height: 4em;
            padding: 0 0.3em;
            font-size: 1.2em;
            display: block;
            color: #fff;
            border-bottom: 3px solid transparent;
            text-decoration: none;
        }

.no-touch .cbp-tm-menu > li > a:hover/*, .no-touch .cbp-tm-menu > li > a:active*/ {
    /*color: #02639d;*/
    border-bottom: 3px solid #fff;
}
/* sumbenu with transitions */
.cbp-tm-submenu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    text-align: left;
    pointer-events: none;
    -webkit-transition: visibility 0s, opacity 0s;
    -moz-transition: visibility 0s, opacity 0s;
    transition: visibility 0s, opacity 0s;
    background: #cdf1f7;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.cbp-tm-show .cbp-tm-submenu {
    /*width: 25em;*/
    left: 50%;
    /*margin: 0 0 0 -12em;*/
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
    z-index: 999;
}

.cbp-tm-show-above .cbp-tm-submenu {
    bottom: 100%;
    padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
    top: 100%;
    padding: 10px 0px 10px 7px;
    z-index: 99;
}
/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
    right: 0;
    left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
    left: 0;
}
/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
    right: 0;
}
/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/

.cbp-tm-submenu:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
    top: 100%;
    margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
    bottom: 100%;
    margin-bottom: -9px;
}

.cbp-tm-submenu:after {
    border-color: transparent;
    border-width: 16px;
    margin-left: -16px;
    left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
    border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
    border-bottom-color: #cdf1f7;
}

.cbp-tm-submenu > li {
    display: block;
    /*background: #fff;*/
}

    .cbp-tm-submenu > li > a {
        padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
        display: block;
        font-size: 1.2em;
        position: relative;
        /*color: #14b9db;*/
        color: #007189;
        /*border: 4px solid #fff;*/
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 2;
        text-decoration: none;
    }

.no-touch .cbp-tm-submenu > li > a:hover, .no-touch .cbp-tm-submenu > li > a:active {
    color: #000000;
    text-shadow: 0px 0px 1px #afafaf;
}

.cbp-tm-menu > li.search-mobile {
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
    color: #14b9db;
    font-size: 13pt;
    margin: 0;
}
input.nav-search-box-m {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 10px 0 36px;
    background-image: url(https://cdn.magicbreaks.co.uk/mb-media/Images/superbrand/menu/search-m.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px 15px;
}

.main-navi-mobile-ctn {
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 999999999;
    left: 0;
}
/* the icons (main level menu icon and sublevel icons) */
/*.cbp-tm-submenu li a:before, .cbp-tm-menu > li > a:before {
    font-family: 'cbp-tmicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.6em;
    -webkit-font-smoothing: antialiased;
}*/

/*.cbp-tm-submenu li a:before {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.5em;
}*/

/*.cbp-tm-menu > li > a:not(:only-child):before {
    content: "\f0c9";
    font-size: 60%;
    opacity: 0.3;
}*/

/*.cbp-tm-icon-archive:before {
    content: "\e002";
}

.cbp-tm-icon-cog:before {
    content: "\e003";
}

.cbp-tm-icon-users:before {
    content: "\e004";
}

.cbp-tm-icon-earth:before {
    content: "\e005";
}

.cbp-tm-icon-location:before {
    content: "\e006";
}

.cbp-tm-icon-mobile:before {
    content: "\e007";
}

.cbp-tm-icon-screen:before {
    content: "\e008";
}

.cbp-tm-icon-mail:before {
    content: "\e009";
}

.cbp-tm-icon-contract:before {
    content: "\e00a";
}

.cbp-tm-icon-pencil:before {
    content: "\e00b";
}

.cbp-tm-icon-article:before {
    content: "\e00c";
}

.cbp-tm-icon-clock:before {
    content: "\e00d";
}

.cbp-tm-icon-videos:before {
    content: "\e00e";
}

.cbp-tm-icon-pictures:before {
    content: "\e00f";
}

.cbp-tm-icon-link:before {
    content: "\e010";
}

.cbp-tm-icon-refresh:before {
    content: "\e011";
}

.cbp-tm-icon-help:before {
    content: "\e012";
}*/

/* Media Queries */


@media (max-width: 1200px) {
    .cbp-tm-menu {
        max-width: 960px;
    }
}
@media (max-width: 960px) {
    .cbp-tm-menu {
        max-width: 768px;
    }
    .cbp-tm-menu > li > a {
        font-size: 1em;
    }
    img.menuArrow {
        top: 18px;
        right: -7px;
        width: 9px;
        height: 8px;
    }
}
@media screen and (min-width: 769px) {
    .cbp-tm-menu {
        display: block!important;
    }
}
@media screen and (max-width: 55.6875em) {
    .cbp-tm-menu {
        font-size: 80%;
    }
}

@media screen and (max-width: 768px) {
    .manage-booking-mobile{
        display: block !important;
    }
    .blog-menu-mobile {
        display: block !important;
    }
    li.nav-search {
        display: none !important;
    }
    img.menuArrow {
        top: 24px;
        right: 20px;
    }
    .cbp-tm-menu > li > a {
        font-size: 14px;
        border-bottom: 1px solid #ffa14c;
        text-indent: 3%;
    }
    .no-touch .cbp-tm-menu > li > a:hover, .no-touch .cbp-tm-menu > li > a:active {
        border-bottom: 1px solid #ffa14c;
    }
    nav.main-navi-spr {
        background-color: #ff7a00;
        top: 65px;
    }
    .cbp-tm-menu > li.search-mobile {
        display: block;
        padding: 0 3%;
    }
    .cbp-tm-menu {
        display: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        padding: 0;
        top: auto;
    }

    .cbp-tm-menu > li:not(.nav-search) {
        display: block;
        margin: 0;
    }

            .cbp-tm-menu > li:first-child {
            }

    /*li.cbp-tm-show > a, .no-touch .cbp-tm-menu > li > a:hover, .no-touch .cbp-tm-menu > li > a:active {
        color: #fff;
        background: #02639d;
    }*/

    .cbp-tm-submenu {
        position: relative;
        display: none;
        width: 100%;
        border-radius: 0;
    }

        .cbp-tm-submenu > li {
            padding: 0px 4%;
        }

            .cbp-tm-submenu > li > a {
                font-size: 14px;
                padding: 15px 0;
                border: none;
                border-bottom: 1px solid #a7d9e3;
            }
            .cbp-tm-submenu > li:last-child > a {
                border-bottom: none;
            }
        .cbp-tm-submenu:after {
            display: none;
        }

    .cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
        display: block;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
    }
}
