/*********************************************
            -    DEFAULTS    -
**********************************************/



/* 	398e63 - Green
	898989 - Grey
	fffffe - white 
	ffebf1 light red
	be3d64 meddle red
	430c53 dark Grey
 */

.row {
    max-width: 100%;
    margin: 0px auto;
}
.omega {
    padding-right: 0px;
}
.alpha {
    padding-left: 0px;
}
,
h2,
h3,
h4,
h5,
h6,
.,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Arial, sans-serif;
}
a {
  color: #430c53; /* Dark Gray 100K */
  cursor: pointer;
}

a:hover {
  color: #430c53; /*398e63*/
}
.gray-bg-dark {
    background-color: #898989;
}
.gray-bg {
    background: #f5f5f5;
}

ul,li {
    margin: 0;
    padding: 0;
}
.general ul {
    padding-left: 13px;
    padding-bottom: 10px;
}
.xlarge-gap {
  padding: 25px 0 25px 0;
}
.big-gap {
  padding: 20px 0 20px 0;
}
.medium-gap {
  padding: 15px 0 15px 0;
}
.small-gap {
  padding: 10px 0 10px 0;
}
.xsmall-gap {
  padding: 5px 0 5px 0;
}

embed, img, object {
    max-width: 100%;
    height: auto;
}
.embed-responsive-16by9 {
    padding-bottom: 31.3%
}
/*********************************************
            -    SETTINGS FOR NAV    -
**********************************************/
.header-v6 {
    z-index: 88;
    position: fixed;
    width: 100%; /* 100%*/
    top: 100px; /***** original 90px control the top position ******/
}

@media (max-width: 991px) { 
    .header-v6 {
        position: fixed;
        top: 70px;
        background: #ffffff;
    }
    .navbar-collapse {
        height: 320px;
    }
    .tp-banner {
        margin-top: 140px !important;
    }
}
/*** original 991px */
@media (min-width: 768px) and (max-width: 991px) { 
    .header-v6 .menu-container {
        width: 100%;
/*        background: #ffffff; /*ffffff changed 02/02/2018*/
        margin-top: 15px;
    }
}
@media (max-width: 991px) { 
    .header-v6 .menu-container:before,
	.header-v6 .menu-container:after {
        content: " ";
        display: table;
    }
    .header-v6 .menu-container:after {
        clear: both
    }
    .header-v6 .menu-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-v6 > .navbar > .container {
        width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .header-v6 > .navbar > .container > .navbar-header,
    .header-v6 > .navbar > .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.header-v6 .navbar {
    border: none;
    margin-bottom: 0;
}
.header-v6 .navbar-brand {
    height: 93px;
    max-height: 93px;
    line-height: 65px;
}
.header-v6 .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.header-v6 ul :hover {
    background-color: #fffffe /* 2a2b2b */;
}
.header-v6 li :hover {
    background-color: #fffffe /* fffffe */;
}
.header-v6 .active {
    background-color: #333;
    color: #430c53; /*398e63*/
}
.header-v6 .enquire {
    background-color: #248467; /*green*/
    color: #430c53; /*398e63*/
}
.header-v6 .navbar-brand img.shrink-logo {
    display: none;
}
.header-v6 .navbar-brand img.default-logo {
    display: inherit;
}


/*********************/
/* Max Width: 991px */
/*********************/
@media (max-width: 991px) { 
    .header-v6 .navbar-brand {
        padding-top: 20px
    }
    .header-v6 .navbar-brand img.shrink-logo {
        display: inherit;
    }
    .header-v6 .navbar-brand img.default-logo {
        display: none;
    }
}
/*********************/
/* End of Max Width: 991px */
/*********************/

.header-v6 .navbar-toggle {
    border: none;
    margin: 0px 0 0px 15px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.header-v6 .navbar-toggle .icon-bar {
    height: 1px;
    width: 20px;
    font-size: 20px;
    background: #555555;
    margin-bottom: 5px;
}
.header-v6 .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}
.header-v6 .navbar-toggle,
.header-v6 .navbar-toggle:hover,
.header-v6 .navbar-toggle:focus {
    background-color: #fff;
    color: #430c53; /* dark red, 398e63*/
    border: 1px solid #430c53; /*398e63*/

}
.header-v6 .navbar-collapse {
    position: relative;
}
.header-v6 .navbar-nav > li > a {
    color: #430c53; /*change from fff 25/02/2018 menu text color */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-v6 .navbar-nav > li > a > h2 {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
}
.navbar-right {
    font-size: 12px;
    font-weight: 400;
}

.banner-text {
    font-size: 24px !important;
    color: #000000;
	margin-top: 8px;
	margin-right:25px;
   display: inline-block
}
.banner-text:hover {
    text-decoration: none
}

.tel:hover {
    text-decoration: none
}
.navbar-right h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
}
.header-v6 .nav > li > a:hover,
.header-v6 .nav > li > a:focus {
    background: inherit
}
@media (min-width: 992px) { 
    .header-v6 .navbar-nav {
        float: left
    }
}
.header-v6 .header-inner-right {
    float: left;
    z-index: 999;
    margin-left: -20px;
    position: relative;
}
@media (max-width: 350px) { 
    .header-v6 .header-inner-right {
        display: none
    }
}
.header-v6 .menu-icons-list {
    margin: 0;
    list-style: none;
}
.header-v6 li.menu-icons {
    position: relative;
    display: inline-block;
}
.header-v6 li.menu-icons:first-child {
    padding-right: 15px
}
.header-v6 li.menu-icons i.menu-icons-style {
    color: #fff;
    width: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 94px;
    text-align: center;
    display: inline-block;
}
.header-v6 li.menu-icons span.badge {
    top: 28px;
    left: 12px;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 4px;
    display: block;
    font-size: 11px;
    text-align: center;
    position: absolute;
    background: #430c53; /*398e63*/
    display: inline-block;
    border-radius: 50% !important;
}
.header-v6 .search-open {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: auto;
    display: none;
    padding: 10px;
    position: fixed;
    background: #fff;
}
.header-v6 .search-open .form-control {
    color: #555;
    border: none;
    height: 75px;
    font-size: 33px;
    font-weight: 200;
    box-shadow: none;
    background: #fff;
    padding: 0 14% 0 13%;
    text-transform: uppercase;
    font-family: 'Open Sans', Open Sans;
}
/*********************/
/* max-width: 991px */ 
/*********************/
@media (max-width: 991px) { 
    .header-v6 .search-open .form-control {
        padding: 0 28% 0 5%
    }
    .menu-container2 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        border: none;
    }
    .header-v6 {
        top: 30px;
        background: none;
    }
}

/********************/
/* Max Width 767px */
/*********************/
@media (max-width: 767px) { 
    .header-v6 .search-open .form-control {
        font-size: 20px
    }
    .menu-container2 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 80px; /* 50px ; changed 02/02/2018 */
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid#eeeeee;
    }
    .tel {
        display: inline-block
    }
    .tel h3 {
        margin-top: 12px
    }
}
/********************/
/*End
/********************/

.header-v6 .search-open .form-control::-moz-placeholder {
    color: #555
}
.header-v6 .search-open .form-control:-ms-input-placeholder {
    color: #555
}
.header-v6 .search-open .form-control::-webkit-input-placeholder {
    color: #555
}
.header-v6 .search-open .form-control:hover,
.header-v6 .search-open .form-control:active,
.header-v6 .search-open .form-control:focus {
    border: none;
    box-shadow: none;
}
.header-v6 .search-close {
    z-index: 999;
    position: relative;
}
.header-v6 li.menu-icons i.search-btn {
    color: #fff
}
.header-v6 li.menu-icons i.fa-times {
    color: #444
}

/********************/
/* Max-Width:991px */
/********************/
@media (max-width: 991px) { 
    /*Responsive code for max-width: 991px*/
    .header-v6 .navbar-header {
        float: none
    }
    .header-v6 .navbar-toggle {
        display: block
    }
    .header-v6 .navbar-collapse {
        border-color: #eee;
        border-bottom: 1px solid #eee;
    }
    .header-v6 .navbar-collapse.collapse {
        display: none !important
    }
    .header-v6 .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .header-v6 .navbar-nav {
        margin: 0;
        float: none !important;
    }
    .header-v6 .navbar-nav > li {
        float: none
    }
    .header-v6 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    /*Navbar Nav*/
    .header-v6 .navbar-nav > li > a {
        color: #fff /*444* Menu Text Color changed 02/02/2018/
    }
    /*Pull Right*/
    .header-v6 .dropdown-menu.pull-right {
        float: none !important
    }
    /*Dropdown Menu Slide Down Effect*/
    .header-v6 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a,
    .header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a {
        color: #777 /*777*/
    }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #430c53; /*398e63*/
        background-color: transparent;
    }
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a,
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #430c53; /*398e63*/
        background-color: transparent;
    }
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a,
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #430c53; /*398e63*/
        background-color: transparent;
    }
    .header-v6 .dropdown-menu.no-bottom-space {
        padding-bottom: 0
    }
    /*Design for max-width: 991px*/
    .header-v6 .navbar-collapse,
    .header-v6 .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-v6 .navbar-nav > li > a {
        font-size: 14px;
        padding: 12px 5px;
    }
    .header-v6 .navbar-nav > li a {
        border-bottom: none;
        border-top: 1px solid #eee;
    }
    .header-v6 .navbar-nav > li:first-child > a {
        border-top: transparent
    }
    .header-v6 .navbar-nav > li > a:hover {
        color: #398e63
    }
    .header-v6 .navbar-nav > .open > a,
    .header-v6 .navbar-nav > .open > a:hover,
    .header-v6 .navbar-nav > .open > a:focus {
        color: #ffffff; /*555*/
        background: inherit;
    }
    .header-v6 .navbar-nav > .active > a,
    .header-v6 .navbar-nav > .active > a:hover,
    .header-v6 .navbar-nav > .active > a:focus {
        background: inherit;
/*        color: #398e63 !important; */
        color: #430c53 !important;

    }
    .header-v6 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important; /* 555 -> ffffff changed 24/02/2018 */
        text-transform: uppercase;
    }
}
/*********************/
/*End of 991px
/*********************/



/*********************/
/* Min-width: 992px */
/*********************/

@media (min-width: 992px) { 
    /*Navbar Collapse*/
    .header-v6 .navbar-collapse {
        padding: 0
    }
    /*Navbar*/
    .header-v6 .navbar {
        min-height: 40px !important
    }
    .header-v6 .container > .navbar-header,
    .header-v6 .container-fluid > .navbar-header,
    .header-v6 .container > .navbar-collapse,
    .header-v6 .container-fluid > .navbar-collapse {
        margin-bottom: -10px
    }
    .header-v6 .navbar-nav {
        top: 2px;
        position: relative;
    }
    .header-v6 .navbar-nav > li > a {
        /*padding: 20px;*/
        /*line-height: 54px;*/
    }
    .header-v6 .navbar-nav > li > a,
    .header-v6 .navbar-nav > li > a:hover,
    .header-v6 .navbar-nav > li > a:focus,
    .header-v6 .navbar-nav > .active > a,
    .header-v6 .navbar-nav > .active > a:hover,
    .header-v6 .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: 200;
        background: none;
    }
    .header-v6 .navbar-nav > .open > a,
    .header-v6 .navbar-nav > .open > a:hover,
    .header-v6 .navbar-nav > .open > a:focus {
        color: #fff;
    }
    /*Dropdown Menu*/
    .header-v6 .dropdown-menu {
        border: none;
        padding: 15px 0;
        min-width: 230px;
        border-radius: 0;
        background: #fff;
        z-index: 9999 !important;
        border-bottom: solid 3px #430c53; /*398e63*/
    }
    .header-v6 .dropdown-menu li a {
        color: #777;
        font-size: 14px; /*13px*/
        font-weight: 400;
        padding: 6px 25px;
    }
    .header-v6 .dropdown-menu .active > a,
    .header-v6 .dropdown-menu li > a:hover {
        color: #430c53; /* was 398e63, changed on 02/02/2018 */;
        background: inherit;
        filter: none !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .header-v6 .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }
    .header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block
    }
    .header-v6 .open > .dropdown-menu {
        display: none
    }
}

/********************/
/* End 
/********************/

.container-dropdown {
    width: auto
}
.header-v6 .dropdown-submenu {
    position: relative
}
.header-v6 .dropdown-submenu > a:after {
    top: 9px;
    right: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

/********************/
/********************/
@media (max-width: 991px) { 
    .header-v6 .dropdown-submenu > a:after {
        content: " "
    }
}
/********************/
/* End
/********************/

.header-v6 .dropdown-submenu > .dropdown-menu {
    top: -20px;
    left: 100%;
    margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%
}
.header-v6 .dropdown-submenu:hover > .dropdown-menu {
    display: block
}
@media (max-width: 991px) { 
    .header-v6 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
.header-v6 .dropdown-submenu.pull-left {
    float: none
}
.header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.header-v6 .dropdown-menu li [class^="fa-"],
.header-v6 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.header-v6 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}
.header-v6 .mega-menu .nav,
.header-v6 .mega-menu .dropup,
.header-v6 .mega-menu .dropdown,
.header-v6 .mega-menu .collapse {
    position: static
}
.header-v6 .mega-menu .navbar-inner,
.header-v6 .mega-menu .container {
    position: relative
}
.header-v6 .mega-menu .dropdown-menu {
    left: auto
}
.header-v6 .mega-menu .dropdown-menu > li {
    display: block
}
.header-v6 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%
}
.header-v6 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0
}
.header-v6 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}
.header-v6 .mega-menu .mega-menu-content:before,
.header-v6 .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}
.header-v6 .mega-menu .mega-menu-content:after {
    clear: both
}
.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none
}
.header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}
@media (min-width: 992px) { 
    .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*Equal Height Lists*/
@media (min-width: 992px) { 
    .header-v6 .mega-menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header-v6 .mega-menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
/*Mega Menu Style Effect*/
.header-v6 .mega-menu .equal-height-list h3 {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}
/*Space for only Big Resolution*/
@media (min-width: 992px) { 
    .header-v6 .mega-menu .big-screen-space {
        margin-bottom: 20px
    }
}
/*Mega Menu Content*/
@media (min-width: 992px) { 
    .header-v6 .mega-menu .equal-height-in {
        padding: 20px 0 20px 20px;
        border-left: 1px solid #bbb;
    }
    .header-v6 .mega-menu .equal-height-in:first-child {
        border-left: none;
        /*margin-left: -1px;*/
    }
    .header-v6 .mega-menu .equal-height-list {
        width: 100%
    }
    .header-v6 .mega-menu .equal-height-list li a {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }
    .header-v6 .mega-menu .equal-height-list a:hover {
        text-decoration: none
    }
    /*Dropdown Arrow Icons*/
    .header-v6 .mega-menu .mega-menu-fullwidth li a {
        padding: 5px 10px 5px 30px
    }
    .header-v6 .mega-menu .mega-menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }
    /*Dropdown Arrow Icons Disable class*/
    .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px
    }
    .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
        display: none
    }
}
@media (min-width: 737px) and (max-width: 991px) { 
    .header-v6 .mega-menu .mega-menu-content .container {
        width: 690px !important
    }
    .header-v6 .mega-menu .equal-height {
        margin-right: 0
    }
    .header-v6 .mega-menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
    }
}
@media (max-width: 991px) { 
    .header-v6 .mega-menu .equal-height {
        margin-right: 0
    }
    .header-v6 .mega-menu .equal-height-in {
        padding-right: 0;
        padding-left: 5px;
    }
}
/*Equal Hight List Style*/
@media (max-width: 991px) { 
    .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto
    }
    .header-v6 .mega-menu .equal-height-in,
    .header-v6 .mega-menu .equal-height-list {
        display: block
    }
    .header-v6 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block
    }
    /*Equal Height List Style*/
    .header-v6 .mega-menu .equal-height-list h3 {
        color: #555;
        margin: 0 0 5px;
        font-size: 14px;
        font-weight: 400;
        padding: 6px 15px 5px;
    }
    .header-v6 .mega-menu .equal-height-list li a {
        color: #777;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
    }
    .header-v6 .mega-menu .equal-height-list > h3.active,
    .header-v6 .mega-menu .equal-height-list > .active > a,
    .header-v6 .mega-menu .equal-height-list > .active > a:hover,
    .header-v6 .mega-menu .equal-height-list > .active > a:focus {
        color: #430c53; /*398e63; pink in color  changed */
        background-color: transparent;
    }
    .header-v6 .mega-menu .equal-height-list li a:hover {
        color: #430c53; /* 398e63 02/02/2018*/
        text-decoration: none;
    }
}
@media (min-width: 992px) { 
    /*Header Sticky*/
    .header-fixed .header-v6.header-sticky {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        position: fixed;
    }
    .header-fixed .header-v6.header-fixed-shrink {
        border-bottom: none;
        box-shadow: 0 0 3px #bbb;
    }
    .header-fixed .header-v6.header-fixed-shrink .navbar {
        background: #fff
    }
    /*Navbar*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
        color: #555
    }
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
        color: #430c53; /* 398e63 change 02/02/2018*/
    }
    /*Navbar Brand*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
        display: none
    }
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: inherit
    }
    /*Menu Inner Right*/
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #555
    }
    /*Transition*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand,
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a,
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style,
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge,
    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open,
    .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
        -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
        transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    }
    /*Navbar Brand*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
        height: 70px;
        max-height: 70px;
        line-height: 39px;
    }
    /*Navbar Nav*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
        line-height: 30px
    }
    /*Menu Icons*/
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
        line-height: 70px
    }
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
        top: 17px
    }
    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open {
        top: 70px
    }
    /*Search*/
    .header-fixed .header-v6.header-fixed-shrink .search-open {
        border-bottom: 1px solid #eee
    }
    .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
        height: 49px;
        font-size: 25px;
    }
}
/*Media Queries*/
@media (max-width: 991px) { 
    /*Header*/
    .header-fixed .header-v6,
    .header-fixed .header-v6.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
    /*Header Inner Right*/
    .header-fixed .header-v6.header-fixed-shrink .header-inner-right,
    .header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
        margin-left: 0;
        margin-right: 20px;
    }
    /*Menu Icons*/
    .header-v6 li.menu-icons i.menu-icons-style {
        color: #555
    }
}
.header-v6.header-border-bottom .navbar {
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
    border-bottom: none
}
/*Media Queries*/
@media (min-width: 992px) { 
    .header-v6.header-border-bottom .navbar {
        background: transparent
    }
    .header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
        background: #ffffff; /*fff*/
    }
}
/*Navbar*/
.header-v6.header-white-transparent .navbar {
    background: rgba(255,255,255,0.5)
}
/*Media Queries*/
@media (min-width: 992px) { 
    .header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
        background: #fff
    }
}
/*Media Queries*/
@media (min-width: 992px) { 
    /*Header*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink {
        box-shadow: none;
        background: #fffffe /* fffffe */;
    }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar {
        background-color: inherit
    }
    /*Navbar Brand*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.default-logo {
        display: inherit
    }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: none
    }
    /*Navbar*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav > li > a {
        color: #fff
    }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a,
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
        color: #430c53; /*398e63; */
    }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #fff
    }
}
/*Media Queries*/
@media (min-width: 992px) { 
    /*Navbar*/
    .header-fixed .header-v6.header-dark-search.header-fixed-shrink {
        box-shadow: none
    }
    .header-fixed .header-v6.header-dark-search.header-dark-scroll.header-fixed-shrink .navbar {
        background: inherit
    }
    .header-fixed .header-v6.header-dark-search.header-classic-white.header-fixed-shrink {
        box-shadow: none
    }
    /*Search*/
    .header-v6.header-dark-search .search-open {
        background: #fffffe /* fffffe */;
        border-bottom: 1px solid #555;
    }
    .header-fixed .header-v6.header-dark-search.header-fixed-shrink .search-open {
        border-bottom-color: #555
    }
    .header-v6.header-dark-search .search-open .form-control {
        color: #fff;
        background: #fffffe /* fffffe */;
    }
    .header-v6.header-dark-search .search-open .form-control::-moz-placeholder {
        color: #fff
    }
    .header-v6.header-dark-search .search-open .form-control:-ms-input-placeholder {
        color: #fff
    }
    .header-v6.header-dark-search .search-open .form-control::-webkit-input-placeholder {
        color: #fff
    }
    .header-v6.header-dark-search li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-dark-search.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff
    }
}
/*Media Queries*/
@media (min-width: 992px) { 
    /*Dropdown*/
    .header-v6.header-dark-dropdown .dropdown-menu {
        background: #fffffe /* fffffe */
    }
    .header-v6.header-dark-dropdown .dropdown-menu li a {
        color: #ccc
    }
    .header-v6.header-dark-dropdown .dropdown-menu .active > a,
    .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
        color: #430c53; /*398e63 changed 02/02/2018*/
    }
    /*Equal Height List Style*/
    .header-v6.header-dark-dropdown .mega-menu .equal-height-in {
        border-left-color: #ffffff; /*777*/
    }
    .header-v6.header-dark-dropdown .mega-menu .equal-height-list h3 {
        color: #fff
    }
    .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a {
        color: #ffffff; /*ccc*/
    }
    .header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a,
    .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
        color: #430c53; /* 398e63; changed 02/02/2018*/
    }
}
/*Media Queries*/
@media (max-width: 991px) { 
    .header-v6.header-dark-res-nav {
        background: #fffffe /* fffffe */
    }
    /*Navbar Brand*/
    .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.default-logo {
        display: inherit
    }
    .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.shrink-logo {
        display: none
    }
    /*Toggle*/
    .header-v6.header-dark-res-nav .navbar-toggle .icon-bar {
        background: #fff
    }
    /*Menu Inner Right*/
    .header-v6.header-dark-res-nav li.menu-icons i.menu-icons-style {
        color: #fff
    }
    /*Search*/
    .header-v6.header-dark-res-nav .search-open {
        background: #fffffe /* fffffe */;
        border-bottom: 1px solid #555;
    }
    .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink .search-open {
        border-bottom-color: #555
    }
    .header-v6.header-dark-res-nav .search-open .form-control {
        color: #fff;
        background: #fffffe /* fffffe */;
    }
    .header-v6.header-dark-res-nav .search-open .form-control::-moz-placeholder {
        color: #fff
    }
    .header-v6.header-dark-res-nav .search-open .form-control:-ms-input-placeholder {
        color: #fff
    }
    .header-v6.header-dark-res-nav .search-open .form-control::-webkit-input-placeholder {
        color: #fff
    }
    .header-v6.header-dark-res-nav li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff
    }
    /*Navbar Collapse*/
    .header-v6.header-dark-res-nav .navbar-collapse {
        border-color: #ffffff;/*555;*/
        border-bottom-color: #555;
    }
    /*Navbar Nav*/
    .header-v6.header-dark-res-nav .navbar-nav > li a {
        color: #ccc;
        border-top-color: #ffffff; /*555;*/
    }
    .header-v6.header-dark-res-nav .navbar-nav > li a:hover {
        color: #430c53; /* 398e63 changed 02/02/2018 */
    }
    .header-v6.header-dark-res-nav .navbar-nav > .open > a,
    .header-v6.header-dark-res-nav .navbar-nav > .open > a:hover,
    .header-v6.header-dark-res-nav .navbar-nav > .open > a:focus {
        color: #fff
    }
    /*Dropdown*/
    .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;/*ccc*/ 
    }
    .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #430c53; /* 398e63; changed 2/2/2018 */
    }
    /*Submenu*/
    .header-v6.header-dark-res-nav .dropdown .dropdown-submenu > a {
        color: #fff !important
    }
    /*Mega Menu*/
    .header-v6.header-dark-res-nav .mega-menu .equal-height-list h3 {
        color: #fff
    }
	.navbar-brand {
	    padding: 1px 0px;
}

}
/*Shopping Cart*/
.header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
    background: #fffffe /* fffffe */;
    border-color: #555;
    border-top-color: #398e63;
}
.header-v6.header-classic-dark .shopping-cart-open span.shc-title {
    color: #fff;
    border-bottom-color: #555;
}
.header-v6.header-classic-dark .shopping-cart-open span.shc-total {
    color: #fff
}
/*Media Queries*/
@media (min-width: 992px) { 
    /*Header*/
    .header-v6.header-classic-dark,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink {
        box-shadow: none;
        background: #398e63;
    }
    .header-v6.header-classic-dark .navbar,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar {
        background-color: inherit
    }
    /*Navbar Brand*/
    .header-v6.header-classic-dark .navbar-brand img.default-logo,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
        display: inherit
    }
    .header-v6.header-classic-dark .navbar-brand img.shrink-logo,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: none
    }
    /*Navbar*/
    .header-v6.header-classic-dark .navbar-nav > li > a,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a {
        color: #fff
    }
    .header-v6.header-classic-dark .navbar-nav .active > a,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a,
    .header-v6.header-classic-dark .navbar-nav li > a:hover,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
        color: #fff
    }
    .header-v6.header-classic-dark li.menu-icons i.menu-icons-style,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #fff
    }
    /*Search*/
    .header-v6.header-classic-dark .search-open {
        background: #fffffe /* fffffe */
    }
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .search-open {
        border-bottom: none
    }
    .header-v6.header-classic-dark .search-open .form-control {
        color: #fff;
        background: #fffffe /* fffffe */;
    }
    .header-v6.header-classic-dark .search-open .form-control::-moz-placeholder {
        color: #fff
    }
    .header-v6.header-classic-dark .search-open .form-control:-ms-input-placeholder {
        color: #fff
    }
    .header-v6.header-classic-dark .search-open .form-control::-webkit-input-placeholder {
        color: #fff
    }
    .header-v6.header-classic-dark li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff
    }
    /*Dropdown*/
    .header-v6.header-classic-dark .dropdown-menu {
        background: #ffffff /* 123021  Menu area background color*/
    }
    .header-v6.header-classic-dark .dropdown-menu li a {
        color: #ffffff;/*ccc*/
    }
    .header-v6.header-classic-dark .dropdown-menu .active > a,
    .header-v6.header-classic-dark .dropdown-menu li > a:hover {
        color: #398e63
    }
    /*Equal Height List Style*/
    .header-v6.header-classic-dark .mega-menu .equal-height-in {
        border-left-color: #ffffff; /*777*/
    }
    .header-v6.header-classic-dark .mega-menu .equal-height-list h3 {
        color: #fff
    }
    .header-v6.header-classic-dark .mega-menu .equal-height-list li a {
        color: #ffffff; /*ccc */
    }
    .header-v6.header-classic-dark .mega-menu .equal-height-list .active > a,
    .header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
        color: #398e63
    }
}
/*********************************************
        -    CUSTOM SETTINGS FOR NAV    
**********************************************/
.navbar-brand {
    padding: 5px 0px /* Banner Padding */
}
.fixed-top {
    position: fixed;
    z-index: 89;
    background: none repeat scroll 0% 0%;
	background-color:#817d6d;
/*    background: none repeat scroll 0% 0% rgb(255, 255, 255);*/
    width: 100%;
    height: 100px; /*90*/
    top: 0px;
}
.navbar-right> li > a {
    padding: 15px 11px
}
/*********************************************
        		-    BUTTONS    -
**********************************************/
.btn-ghost {
    background: none
}
.btn-ghost.btn-primary {
    color: #398e63
}
.btn-ghost.btn-primary:hover {
    background: #398e63
}
.btn-ghost.btn-success {
    color: #c6faff
}
.btn-ghost.btn-success:hover {
    background: #c6faff
}
.btn-ghost.btn-info {
    color: #398e63
}
.btn-ghost.btn-info:hover {
    background: #398e63
}
.btn-ghost.btn-warning {
    color: #f0ad4e
}
.btn-ghost.btn-warning:hover {
    background: #f0ad4e
}
.btn-ghost.btn-danger {
    color: #d9534f
}
.btn-ghost.btn-danger:hover {
    background: #d9534f
}
.btn-ghost.btn-primary-invert {
    color: #127cdc
}
.btn-ghost.btn-primary-invert:hover {
    background: #127cdc
}
.btn-ghost:hover {
    color: #fff
}
.btn-ghost.btn-default:hover {
    color: #454545
}
.btn-ghost.btn-purple-inverse {
    background: #fff none repeat scroll 0 0;
    border-color: #398e63;
    color: #398e63;
    margin-top: 5px;
}

.btn-ghost.btn-purple-inverse:hover {
    background: #398e63 none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}

.btn-ghost.btn-white {
    border-color: #fff;
    color: #fff;
}
.btn-ghost.btn-white:hover {
    background: #fff;
    color: #737373;
}
.btn-ghost.btn-essentials {
    border-color: #398e63;
    color: #398e63;
}
.btn-ghost.btn-essentials:hover {
    background: #398e63;
    color: #fff;
}
.btn-ghost.btn-holder {
    border-color: #fff;
    color: #fff;
}
.btn-ghost.btn-holder:hover {
    background: #398e63;
    color: #fff;
    border-color: #398e63;
}
.btn-ghost.btn-inspire {
    border-color: #398e63;
    color: #398e63;
    width: 100%;
    margin-top: 15px;
}
.btn-ghost.btn-inspire.active,.btn-ghost.btn-inspire:hover {
    background: #398e63;
    color: #fff;
}
.btn-ghost.btn-dest {
    border-color: #398e63;
    color: #398e63;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
.btn-ghost.btn-dest:hover {
    background: #398e63;
    color: #fff;
}
.btn-ghost.btn-red {
  border-color: #398e63;
  color: #fff;
  margin-top: 5px;
  background: #398e63;
}
/*.btn-ghost.btn-red {
  border-color: #248467;
  color: #fff;
  margin-top: 5px;
  background: #248467;
}*/
.btn-ghost.btn-red:hover {
  background-color: #fff;
  color: #398e63;
  border-color: #398e63;
}
.btn-ghost.btn-red-inverse {
  border-color: #398e63;
  color: #398e63;
  margin-top: 15px;
  background: #fff;
}

.btn-ghost.btn-red-inverse:hover {
  background-color: #398e63;
  color: #fff;
  border-color: #398e63;
}
.btn-ghost.btn-postcode-inverse {
  border-color: #398e63;
  color: #398e63;
  margin-top: 25px;
  margin-left: 10px;
  background: #fff;
}
.btn-ghost.btn-postcode-inverse:hover {
  background-color: #398e63;
  color: #fff;
  border-color: #398e63;
}
.btn-ghost.btn-green {
  border-color: #248467;
  color: #fff;
  margin-top: 15px;
  background: #248467;
}
.btn-ghost.btn-green:hover {
  background-color: #fff;
  color: #248467;
  border-color: #248467;
}
.btn-ghost.btn-green-inverse {
  border-color: #248467;
  color: #248467;
  margin-top: 15px;
  background: #fff;
}
.btn-ghost.btn-green-inverse:hover {
  background-color: #248467;
  color: #fff;
  border-color: #248467;
}
.btn-ghost.btn-book-now {
  border-color: #248467;
  color: #fff;
  margin-top: 5px;
  background: #248467;
}
.btn-ghost.btn-book-now:hover {
  background-color: #fff;
  color: #248467;
  border-color: #248467;
}
.btn-ghost.btn-book-now-inverse {
  border-color: #248467;
  color: #248467;
  margin-top: 5px;
  background: #fff;
}
.btn-ghost.btn-book-now-inverse:hover {
  background-color: #248467;
  color: #fff;
  border-color: #248467;
}
.view-tour {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.cta-btn {
  width: 100%;
  font-size: 20px;
}
#datesandprices .btn-success, #datesandprices .btn-danger, #datesandprices .btn-warning {
  width: 110px;
}

.expert-profile .btn {
    margin-top: 0px;
}
.view-more-tours {
    display: block;
    margin: 0 auto;
}
/*********************************************
    		-    INSPIRATION    -
**********************************************/
.inspire {
    padding: 20px 0 30px 0
}
.item-ha h3 {
    font-weight: 300;
    margin: 0px;
    font-size: 18px !important;
    padding: 0px;
    color: #ffffff !important;
    padding: 7px 10px;
}
.item-ha h3:hover {
    background: #398e63;
    color: #fff;
    text-decoration: none;
}
.theme-blocks {
    margin-top: 15px;
    width: 100%;
}
.theme-blocks::before,
.theme-blocks::after {
    content: ' ';
    display: table;
}
.theme-blocks::after {
    clear: both
}
.theme-blocks .tile {
    position: relative;
    height: 250px;
    background-position: 50% 50%;
}
.theme-blocks .tile:hover {
    text-decoration: none
}
.theme-blocks .tile:hover .sub-text,
.theme-blocks .tile:hover .sub-text i {
    color: rgb(94,170,255)
}
.theme-blocks .theme-pic-note {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
}
.theme-blocks .theme-pic-note.full-width {
    width: 100%
}
.theme-blocks .theme-pic-note.flush-left {
    /*max-width: 80%;_NO__DOTCOMMA__AFTER__*/
}
.theme-blocks .theme-pic-note.flush-right {
    left: 0px;
    bottom: 10px;
    /*left: auto;
    right: 0px;
    max-width: 80%;
    text-align: right;*/
}
.theme-blocks .theme-pic-note .main-text,
.theme-blocks .theme-pic-note .sub-text {
    font-family: Open Sans;
    font-weight: 300;
}
.theme-blocks .theme-pic-note .main-text a,
.theme-blocks .theme-pic-note .sub-text a {
    font-weight: 300
}
.theme-blocks .theme-pic-note .main-text {
    font-size: 130%;
    color: rgb(255,255,255);
}
.theme-blocks .theme-pic-note .main-text a {
    color: rgb(255,255,255)
}
.theme-blocks .theme-pic-note .sub-text {
    font-size: 130%;
    color: rgb(94,170,255);
}
.theme-blocks .theme-pic-note .sub-text a {
    color: rgb(94,170,255)
}
.theme-blocks .theme-pic-note .sub-text i {
    font-size: 110%;
    width: auto;
}
.theme-blocks .jahia-tile-row-top {
    margin-bottom: 20px
}
.theme-blocks .jahia-tile-row-top .fluid-tiles {
    margin-right: 320px
}
.theme-blocks .jahia-tile-row-top .adblock {
    display: block;
    float: right;
    width: 300px;
}
.theme-blocks .jahia-tile-row-top .adblock .jahia-ad,
.theme-blocks .jahia-tile-row-top .adblock .adspace,
.theme-blocks .jahia-tile-row-top .adblock .adspace-footer {
    position: absolute;
    width: 300px;
}
.theme-blocks .jahia-tile-row-top .adblock .adspace-footer {
    top: 250px
}
.theme-blocks .jahia-tile-row-top .adblock .jahia-ad {
    height: 100%;
    display: block;
}

.featured-listings .carousel-inner {
    margin: 0px auto;
    width: 580px;
}

    .carousel-inner .item img,.tp-banner>img {
        width:100%;max-width:2800px;
    }
.span6 {
    width: 460px
}
.span3 {
    width: 220px
}
.row-fluid {
    width: 100%
}
.row-fluid::before,
.row-fluid::after {
    display: table;
    content: '';
    line-height: 0;
}
.row-fluid::after {
    clear: both
}
.row-fluid::before,
.row-fluid::after {
    display: table;
    content: '';
    line-height: 0;
}
.row-fluid::after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0px
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.12765957%
}
.row-fluid .span12 {
    width: 100%
}
.row-fluid .span11 {
    width: 91.4893617%
}
.row-fluid .span10 {
    width: 82.9787234%
}
.row-fluid .span9 {
    width: 74.46808511%
}
.row-fluid .span8 {
    width: 65.95744681%
}
.row-fluid .span7 {
    width: 57.44680851%
}
.row-fluid .span6 {
    width: 48.93617021%
}
.row-fluid .span5 {
    width: 40.42553191%
}
.row-fluid .span4 {
    width: 31.91489362%
}
.row-fluid .span3 {
    width: 23.40425532%
}
.row-fluid .span2 {
    width: 14.89361702%
}
.row-fluid .span1 {
    width: 6.38297872%
}
/*********************************************
 -  DESTINATIONS & TOUR TYPES & HIGHLIGHTS  -
**********************************************/
.types {
    padding: 40px 0 0 0
}
.destinations {
    padding: 20px 0 40px 0;
}
.home-intro {
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.cover-info h3 {
    position: absolute;
    bottom: 0px;
    /*left: 0px;*/
    right: 0px;
    float: right;
    font-weight: 300;
    margin: 0px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 7px;
    text-align: left;
}
.offer-link h3 {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    font-weight: 300;
    margin: 0px;
    font-size: 18px !important;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    text-align: left;
}
.dest-link h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-weight: 300;
    margin: 0px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 7px;
    text-align: left;
    width: 100%;
}
.dest2-link h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-weight: 300;
    margin: 0px;
    font-size: 18px !important;
    width: 100%;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 7px;
    text-align: left;
}
.dest-link h3:hover {
    background: #398e63;
    color: #fff;
    text-decoration: none;
}
.dest-link {
    display: block;
    width: 100%;
    height: 100%;
}
.dest-desc h3{
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-weight: 300;
    margin: 0px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
}
.cities-desc h3{
    position: absolute;
    bottom: 3px;
    left: 3px;
    /*right: 0px;*/
    /*height: 50px;*/
    font-weight: 300;
    margin: 0px;
    font-size: 18px !important;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 7px;
}
.hig, .high2, .high3, .high4, .high5, .high6 {
    margin-bottom: 15px;
    height: 40% !important;
} 
.destination-height {
    height: 600px
}
.dest2-height {
    height: 530px
}
.destinations .col-sm-4, .types .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.destinations .col-sm-12, .types .col-sm-12 {
    border: #fff solid 3px
}
.destinations .col-sm-6, .types .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.city .dest-link h3 {
    color: #ffffff;
    font-size: 18px;
}
.city .destination-height .col-sm-12 {
    margin-bottom: 15px;
}
/*********************************************
      		-    FOOTER and USPS   -
**********************************************/
#social-follow {
    position: fixed;
    left: 0;
    top: 35%;
    width: 45px;
    z-index: 1001;
}
.box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    border-left: 1px solid #fff;
    max-height: 100px;
}
.box1 {
    max-height: 160px
}
.box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
    border-left: 1px solid #cacaca;
    max-height: 100px;
}
.usp-container {
    padding-top: 20px
}
.tick {
    background:  url(/resource/images/icons/tick.png%22) no-repeat !important;
}
.footer-tel {
    margin-top: 0px;
}
.footer-tel a {
    font-size: 24px !important;
}
.main-footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.section {
    padding: 15px;
    color: rgb(255,255,255);
    background: #398e63;
}
.section>:first-child {
    margin-top: 0px
}
.section>:last-child {
    margin-bottom: 0px
}
.section--secondary {
    color: rgb(153,153,153);
    background: #BCBDC1;
}
.terms {
    color: #333333;
    background: #eeefef;
    line-height: 20px;
    font-size: 12px;
}
.main-header>.row {
    position: relative
}
.main-header-sticky .top-nav-enquire-phone .button+.top-nav-phone {
    margin-left: 0px
}
.main-header-sticky .sticky-nav-search .form-element {
    display: none;
    border: 1px solid rgb(229,229,229);
    position: absolute;
    right: 0px;
    padding: 10px;
    z-index: 1;
    background: rgb(240,240,240);
}
.main-header-sticky .sticky-nav-search-active .form-element {
    display: block
}

.site-popover-mask{
z-index: 9998;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
    background-color: rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#40000000,endColorStr=#40000000);
/* css hack: rgba background with IE filter alternative: IE9 renders both! */
display:none
}

.site-footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(64,64,64);
}
.site-footer-wrapper,
.site-footer-wrapper a,
.site-footer-wrapper p {
    color: rgb(148,148,148);
    font-size: 14px;
}
.site-footer-wrapper a {
    font-weight: 700
}
.site-footer-wrapper a:hover {
    text-decoration: none
}
.site-footer-wrapper a:visited {
    color: rgb(148,148,148)
}
.site-footer-content-wrapper {
    float: left;
    width: 100%;
}
.site-footer-sponsors img {
    margin: 0 auto
}
.small-award {
    padding-top: 25px
}
.quali {
    margin-top: 23px;
    margin-left:20px;
}
/*STYLE*/
.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}
/*********************************************
    -    SETTINGS FOR BANNER CONTAINERS    -
**********************************************/
.tp-banner {
    position: relative;
    margin-top: 150px !important; /* 140 original */
    width: 100%;
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}
/*********************************************
    	-    ITINERARY & PAGES    -
**********************************************/
.panel-heading {
    background-color: #ffffff;
    font-size: 25px !important; /** 20px **/
/**	text-align:left; /** add **/
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5; /*f5f5f5*/
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align:center;
  font-size:16px;
}

.panel {
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    font-size: 16px;
}

/* Panel Modify starts */
/* Original color 337ab7 */
.panel-primary {
  border-color: #398e63;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #398e63;
  border-color: #398e63;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #398e63;
}
.panel-primary > .panel-heading .badge {
  color: #398e63;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #398e63;
}
/* Panel Modify End */


.mainpagetitle , .tour , .city , .country , .experts , .general  {
  font-size: 40px; 
  color: #430c53; /*398e63*/
}
.mainpagetitle {
  text-align: center;
 }

.tour h2, .city h2, .country h2, .experts h2, .general h2 {
  font-size: 30px;
  color: #430c53; /*398e63*/
  margin-top: 0;
}
.tour h3, .city h3, .country h3, .experts h3, .general h3 {
  font-size: 22px;
  color: #430c53; /*398e63*/
}
.info-box h3, .info-box p{
  padding: 10px 0px;
  margin: 0px;
}
.tour h4, .city h4, .country h4, .experts h4, .general h4 {
  font-size: 20px;
  color: #430c53; /*398e63*/
}
.general h2, .general h3, .general h4 {
  padding: 15px 0px 7px;
}
.panel h4 {
  color:#000;
  font-size:20px;
}
.larger-map {
  font-style: italic;
  font-size: 13px;
}
.tour-map {
  border: 2px solid #430c53; /*398e63*/
}
.desc-itinerary {
  float:right;
}
.servicebox h3 {
  margin: 0px;
  color:#430c53; /*398e63*/
  line-height:24px;
}
.experts .servicebox h3 {
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 1px solid #430c53; /*398e63*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border-color: #398e63 transparent;
    background-color: #430c53; /*398e63*/
}
.nav-tabs > li > a {
    border-radius: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.tour-offers a{color:#fff;}

.tourdetails,.tourdetails-dossier  {
  color:#430c53; /*398e63*/
  padding: 7px;
  background: #ffffff;/*f2f2f2*/;
}


/*********************************************
    		-    MEDIA QUERIES    -
**********************************************/

@media (max-width: 1920px)/*was 1200*/ { 
    .tel h3 {
        font-size: 18px !important
    }
    .wwt-logo {
        padding-top: 2px
    }
    .navbar-nav > li > a {
        padding: 15px 10px
    }
    .header-v6 .navbar-nav > li > a > h2 {
        font-size: 14px
	    color: #000000;
    }
    .search-wrapper {
        left: 3%;
        bottom: 35px;
    }
    .btn-lg,
    .btn-group-lg > .btn {
        font-size: 17px
    }
    .home-intro {
        font-size: 15px
    }
    .destination-height {
        height: 500px
    }
     .similar-tours .col-md-3 {
          margin-bottom: 10px;
        }
        .header-v6 .navbar-nav > li > a {
        letter-spacing: 0;
    }
    .menu-container .fa-search {
            display: none;
        }
        .navbar-nav > li > a {
    padding: 15px 11px;
    }
    #social-follow {
        display: none;
    }
}
@media (max-width: 992px) { 
    .fixed-top {
        height: 100px;
    }
    .header-v6 {
        z-index: 100;
    }
    .similar-tours .col-md-3 {
          margin-bottom: 10px;
        }
    .cta-btn {
    	width: 100%;
    }
    .city-info {
             background-color: #ffffff;/*f2f2f2*/;
        }
    .nth {
        margin-bottom: 20px;
    }
    .country-climate .col-md-3 {
            padding: 0px;
        }
    .bg-holder > .bg-parallax {
        background-attachment: scroll;
        background-position: center center;
    }
    .bg-holder > .bg-front.bg-front-mob-rel {
        position: relative
    }
    .destination-height {
        height: 400px
    }
    .tel h3 {
        font-size: 24px !important;
        margin: 7px 40px 0px 0px;
    }
    .tp-banner {
        margin-top: 98px
    }
    .tourlist-box-header h3 {
        font-size: 20px;
    }
    .price {
        font-size: 24px;
    }
    .tourlist-box-footer .btn {
        min-width: 80px;
    }
    .item-ha .row-fluid .span3,
    .item-ha .row-fluid .span6 {
        width: 31.91489362%
    }
    /*.dest-desc {
            display: none;
        }*/
        .dest-link h3 {
            bottom: 8px;
        }
    .endusp-header {
        font-size: 14px
    }
    .header-v6 .active, .header-v6 .enquire {
            background-color: #ffffff !important;
        }
        .header-v6 ul *:hover {
            background-color: #ffffff !important;
        }
        .menu-container .fa-search {
            display: none;
        }
}
@media (max-width: 767px) { 
    body {
        font-size: 16px !important;
    }
    .xlarge-gap {
	  padding: 20px 0 20px 0;
	}
	.big-gap {
	  padding: 15px 0 15px 0;
	}
	.medium-gap {
	  padding: 10px 0 10px 0;
	}
	.small-gap {
	  padding: 5px 0 5px 0;
	}
	.xsmall-gap {
	  padding: 5px 0 5px 0;
	}
    .tour-carousel .carousel-control {
          display: none;
        }
        .nav-tabs {
		    border-bottom: none;
		}
        .nav-tabs > li {
            width: 50%;
        }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
          background-color: #430c53; /*398e63*/
          color: #ffffff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          border-color: #430c53; /*398e63*/
        }
        .nav-tabs > li > a {
          border-color: #430c53; /*398e63*/
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;          
          margin-bottom: 4px;
          text-align: center;
        }
        #itinerary .panel-heading, #accordion-information .panel-heading {
            padding: 10px 15px 10px 3px;
            font-size: 16px !important;
        }
        #itinerary .panel-body, #accordion-other .panel-body {
          padding: 15px 0px;
        }
        #accordion-other .panel-body, .hotel .col-md-4, .hotel .col-md-8, #extensions .col-md-6 {
          padding: 0px;
        }
        #itinerary .panel-body .col-md-7, #itinerary .panel-body .col-md-5, #accordion-other .panel-body .col-md-12, #accordion-information .panel-body {
          font-size: 16px;
        }
        .similar-tours .col-md-2 {
          margin-bottom: 10px;
        }
        .similar-tours img {
            margin: 0 auto;
        }
        .city-tours .img-responsive {
            max-width: none;
            width: 100% !important;
        }
        .tour-style-height .col-sm-12 {
            height: 180px !important;
            margin-bottom: 15px;
        }
        .btn {
            font-size: 16px;
        }
        #datesandprices .dropdown {
            margin-top: 15px;
            text-align: center;
        }
        .attractions-carousel, .city-wrap .alpha {
            padding-right: 0px;
        }
        .tour-list .col-lg-4 {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 15px;
        }
        /*.dest-desc {
            display: none;
        }*/
        .dest-link h3 {
            bottom: 8px;
        }

    .item-ha .row-fluid .span3,
    .item-ha .row-fluid .span6 {
        width: 100%;
        height: 125px;
        margin: 3px 0px;
    }
    .btn-ghost.btn-inspire {
        padding: 5px
    }
    .tel {
        margin-top: 10px
    }
    .header-v6 {
        top: 70px
    }
    .item-ha h3 {
        font-size: 16px
    }
    .menu-container,
    .menu-container2 {
        background: #d7e6f9; /* #ffffff changed 02/02/2018 * small container background */ 
    }
    .fixed-top {
        z-index: 80
    }
    .navbar-collapse {
        height: 273px
    }
    .tp-banner {
        margin-top: 120px
    }
    .box {
        border: none;
        box-shadow: none;
    }
    .tp-banner {
        height: auto
    }
    .footer-tel {
        font-size: 22px
    }
    .site-footer-wrapper ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .site-footer-wrapper ul li {
        padding-bottom: 5px
    }
    .site-footer-wrapper ul {
        padding-top: 10px !important
    }
    .site-footer-wrapper .col-xs-12 {
        text-align: center;
    }
    .destination-height {
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .site-footer-sponsors {
        margin: 7px 0px;
        min-height: 90px;
    }
    .view-all {
        background: #398e63
    }
}
/*********************************************
                -    TOUR LIST    -
**********************************************/

input[type=text] {
    display: inline-block;
}

