/*
 * Theme Name: 
 * Theme URI: 
 * Author: Milan Savov
 * Version: 1.0
 * */

/*
 * C O N T E N T
 * =====================================================================
 *
 *  # CUSTOM RESETS
 *  # LAYOUT
 *
 * ======================================================================
 */

/* CUSTOM RESETS
================================================== */

a {
    color: #e30512;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
    color:#980000;
}
p {
    line-height: 1;
    margin: 10px 0;
    font-size: 14px;
    color: #231f20;
}

h1 {
    color: #e20612;
    font-size: 36px;
    font-weight: 700;
    margin: 40px 0 10px 0;
    line-height: 50px;
    text-transform:none;
}

h2 {
    color: #e20612;
    font-size: 30px;
    font-weight: 700;
}

h3 {
    color: rgba(0,0,0,0.8);
    font-size: 24px;
}

h4 {
    color: rgba(0,0,0,0.8);
    font-size: 16px;
}

label {font-weight: normal;}

/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
    color: #231f20;
}

#overall_content {background:#fff; margin-bottom: 500px;position: relative;z-index: 2;}
#footer-section {min-height: 493px;position: fixed;bottom: 0;width: 100%;z-index: 1}

.site-header {
    top: 0;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    min-height: 160px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out
}

.site-logo {
    display: block;
    margin: 10px auto 20px;
    text-align: center;
    width: 170px;
}
.site-logo img {width: 170px;}

.slideshow {
    position: relative;
}
.slideshow img {min-width: 100%;min-height: 100%;max-width: 100%;}

.carousel-inner {
    z-index: 1;
}

.hombanwrp .carousel-inner, .directoryItemDescription .carousel-inner {
    background: #000;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      margin: auto;
      opacity: 1;
}

.carouselButtons {
    position: absolute;
    bottom: 50px;
    width: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.carouselButtons .btn-primary {
    background-color: #0b090a;
    border: 0 none;
    border-radius: 0;
    font-size: 10px;
    padding: 6px 10px;
    color: #fff;
    margin: 0;
    float: left;
}

.carouselButtons .left-slider-nav {
    background-color: #0b090a;
    border: 0 none;
    border-radius: 0;
    font-size: 10px;
    padding: 6px 10px;
    color: #fff;
    float: left;
}

.carouselButtons .right-slider-nav {
    background-color: #0b090a;
    border: 0 none;
    border-radius: 0;
    font-size: 10px;
    padding: 6px 10px;
    color: #fff;
    float: left;
}
.carouselButtons a:hover .glyphicon,
.carouselButtons a:hover i {
    color: #e32125
}

.carouselButtons .play-slider-nav {
    display: none;
}




.header-soc {
    background:#fff;
}
.header-soc-net {
    height: 30px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 405px;
    z-index: 999;
}

.net-btn-cont {
    width: 185px;
    height: auto;
    display: inline-block;
}

.net-btn-cont a {
    color: #231f20;
    display: block;
    float: left;
    font-size: 16px;
    margin: 3px 10px;
}
.net-btn-cont a:hover {
    color: #ed1c24;
}
.net-btn-cont a:first-child {
    margin-left: 20px;    
}

.header-sight {float: left;width: 211px;}

.contrast-btn {
    background-color: #f3f3f4; 
    color: #231f20;
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfeff), to(#e9e9ea)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #fdfeff, #e9e9ea);
    
    float: left;
    font-size: 12px;
    margin: 0 20px 0 0;
    padding: 5px 12px 0;
    height:29px;
    text-transform: uppercase;
    border: 1px solid #c9caca;
}
.contrast-btn:hover {
    background-color: #f3f3f4; 
    background-repeat: repeat-x; 
    color:#ed1c24;
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9ea), to(#fdfeff)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #e9e9ea, #fdfeff)
}

.fonts-btn {
    background-color: #f3f3f4; 
    color: #231f20;
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfeff), to(#e9e9ea)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #fdfeff, #e9e9ea); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #fdfeff, #e9e9ea);
    
    float: left;
    margin: 0 0 0 -1px;
    padding: 10px 12px 10px;
    border: 1px solid #c9caca;
    font-size: 12px
}
.fonts-btn:hover {
    color:#ed1c24;
    background-color: #f3f3f4; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9ea), to(#fdfeff)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #e9e9ea, #fdfeff); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #e9e9ea, #fdfeff);
}


.header-cont-details {
    position: absolute;
    width: 270px;
    height: 30px;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.header-subscribe-icon {
    color: #353132;
}
.header-subscribe-icon:focus,
.header-subscribe-icon:hover {
    color: #ed1c24;
}

.header-search-icon {
    float: left;
    font-size: 16px;
    color: #353132;
}
.header-search-icon:focus,
.header-search-icon:hover {
    color: #ed1c24;
}

.header-user {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #231f20;
}
.header-user:hover {
    color: #ed1c24;
}

.header-phone {
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 16px;
}
.header-phone a {
    font-weight: 700;
    color: #231f20;
}
.header-phone a:focus,
.header-phone a:hover {
    color: #ed1c24;
}

/* Agent Login */
.agent-login-content {
    background: #fff none repeat scroll 0 0;
    border-top: 5px solid #1c191a;
    min-height: 140px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 40px;
    width: 260px;
    z-index: 999;
    box-shadow: 0 2px 5px #727272;
    opacity: 0;
    visibility: hidden;
    padding:20px; 
    transform:translate(0,20px);
    -webkit-transform:translate(0,20px);
    -moz-transform:translate(0,20px);
    -ms-transform:translate(0,20px);
    -o-transform:translate(0,20px);
}

.agent-login-content .form-group {margin-bottom: 10px;}
.agent-login-content .red-btn {margin: 0;}
.agent-login-content a {color: #e30512;text-decoration: none;}
.agent-login-content a:hover {color: #e30512;text-decoration: underline;}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.agent-login-content span {
    color: #231f20;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 0 0;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
.register-agent-btn {
    color: #ed1c24;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 15px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
}
.register-agent-btn:hover {
    color: #231f20; 
}

.header-cont-details.open > .agent-login-content {
    opacity:1;
    visibility: visible;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);    
}

/*
Responsive YouTube Video Container

padding-bottom: 
- 50.50% = not sure what aspect it is but that is what australind video uses.
- 56.25% = 16:9
- 75% = 4:3
*/
.resVideoWrapper {
    position: relative;
    padding-bottom: 50.50%;
    padding-top: 25px;
    height: 0;
}
.resVideoWrapper iframe {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Search Overlay */
.overlay-search {
    background: rgba(0,0,0,0.9);
    position: fixed;    
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay-search.open-search {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 9999;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
}

.close-search-overlay {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 40px;
    z-index: 2;
}
.close-search-overlay span {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.close-search-overlay .x1 {
    -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-search-overlay .x2 {
    -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}           

.close-search-overlay:hover .x1{
    -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.close-search-overlay:hover .x2{
    -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

}

.full-search-container {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding: 25px 40px;
    -webkit-transform: translate(0,-20px);
      -ms-transform: translate(0,-20px);
          transform: translate(0,-20px);    
}
.overlay-search.open-search .full-search-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);   
}

#full-search-form label {
    width: 100%;
    margin: 10px 0 20px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:400;
}

#full-search-form input {
    width: 100%;
    margin: 10px 0;
    color: #fff;
    height: auto;
    background: none;
    border: 0 none;
    border-radius: 0px;
    font-size: 70px;
    outline: none;
}

#full-search-form input:active,
#full-search-form input:focus {
    border: 0 none;
    box-shadow: none;
    outline: none;
}


/* Navigation - Main Menu */
 
.navbar-static-top {
     margin-bottom: 0;
     min-height: auto;
     height: auto;
}
.navbar-default {
    color: #231f20;
    background: none;
    border: 0 none;
}  
/*   
.navbar-default .navbar-nav > li {
    margin: 0 5px;      
} */
/*
.navbar-default .navbar-nav > li > a {
    color:#231f20;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 12px;
    margin-bottom: 10px;         
}      
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color:#fff;
    background: #231f20;
}    */

.navbar-default .navbar-nav > li > a:hover > .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-default .navbar-nav > li > a:focus > .caret {
    border-bottom-color: #231f20;
    border-top-color: #231f20;
}

.navbar-default .navbar-nav > li.active > a {
    color:#fff;
    background: #231f20;
}
.navbar-default .navbar-nav > li.active > a:hover {
    color:#fff;
    background: #231f20;
}                   
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #231f20;
    border-bottom-color: #231f20;
}
.navbar-static-top .navbar-collapse .navbar-nav {
    float: none;
    margin: 0 auto;
}
.navbar-default .navbar-brand {
    color:#231f20;
}


/* 3D Menu */
@media all and (min-width: 768px) {
    ul.rollovermenu3d{
        padding: 0;
        width: 100%;
        text-align: center;
    }

    ul.rollovermenu3d li {
        display:inline-block;
        list-type:none;
        /*-webkit-perspective: 1000;
        perspective: 1000;
        -webkit-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;*/
        float: none; /* float left to left align menu items with no gap */
    }

    ul.rollovermenu3d a.main_menu{
        font-weight: 500;
        display: inline-block;
        position: relative;
        color: #231f20 !important; /* default color */
        background: none; /* default bg color */
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        height: 2em; /* height of each button. */
        
      margin: 0;
      margin-bottom: 2px;
        /* transform-style: preserve-3d; */ /* Forgo using "preserve-3d", since it's not supported in IE11 */
        -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    ul.rollovermenu3d li.active > a.main_menu {
        background: none !important;
    }
    ul.rollovermenu3d li.active > a.main_menu span {
        background: #231f20 !important;
        color: #fff !important;
    }

    ul.rollovermenu3d a.main_menu > *{ /* all child elements */
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    ul.rollovermenu3d a.main_menu > span{ /* chidren span inside button */
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px 10px; /* padding of button. .3em value helps vertically center menu item text */
        -webkit-transform: translate3d(0, 0, 1em); /* 1em here should be half of menu item height (default 2em) */
        transform: translate3d(0, 0, 1em); /* 1em here should be half of menu item height (default 2em) */
        top: 0;
        text-align: center;
        left:0;
    }

    ul.rollovermenu3d a.main_menu:before{ /* hidden, relatively positioned element to help set each menu item dimensions */
      content: attr(data-text); /* Duplicate text of span markup */
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding: 5px 10px; /* padding of button. .3em value helps vertically center menu item text */
      -moz-box-sizing: border-box;
        box-sizing: border-box; 
      visibility: hidden;
      text-align: center;
    }

    ul.rollovermenu3d a.main_menu > span i {position: absolute;right: 5px;top: 8px;}

    ul.rollovermenu3d a.main_menu:after{ /* Generated content to create menu item when it's flipped */
        content: attr(data-text); /* Duplicate text of span markup */
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        visibility: hidden;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px; /* padding of button. .3em value helps vertically center menu item text */
        position: absolute;
        background: #231f20; /* background color of flipped menu item */
        -webkit-transform: rotateX(-90deg) translate3D(0, -1em, 1em); /* 1em here should be half of menu item height (default 2em) */
        transform: rotateX(-90deg) translate3D(0, -1em, 1em); /* 1em here should be half of menu item height (default 2em) */
        -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-align: center;
        color: #fff;
    }

    ul.rollovermenu3d li:not(.active):hover a.main_menu > span{ /* inner span style when mouse hovers over parent A element */
        -webkit-transform: rotateX(90deg) translate3D(0, 1em, 1em); /* 1em here should be half of menu item height (default 2em) */
        transform: rotateX(90deg) translate3D(0, 1em, 1em); /* 1em here should be half of menu item height (default 2em) */
        text-align: center;
    }

    ul.rollovermenu3d li:not(.active):hover a.main_menu::after{ /* inner ::after content style when mouse hovers over parent A element */
        -webkit-transform: rotateX(0deg) translate3D(0, 0, 1em); /* 1em here should be half of menu item height (default 2em) */
        transform: rotateX(0deg) translate3D(0,0,1em); /* 1em here should be half of menu item height (default 2em) */
      visibility: visible;
        -moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        
    }

}

ul.rollovermenu3d li ul.nav.navbar-nav{
    display: none;
    position: absolute;
    top: 40px;
    width: 170px;
    background:#fff;
    border-top: 5px solid #1a1617;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
ul.rollovermenu3d li ul.nav.navbar-nav li {
    display: block;
    position: relative;
}
ul.rollovermenu3d li ul.nav.navbar-nav li a {
    display: block;
    padding: 10px 20px;
    color: #231f20 !important;
    font-size: 15px;
}
ul.rollovermenu3d li ul.nav.navbar-nav li a i {display: none;}

ul.rollovermenu3d li ul.nav.navbar-nav li a:hover {
    background:#f2f2f2;
}

ul.rollovermenu3d li.m-dropdown-item {
    width: 100%
}

ul.rollovermenu3d li ul.nav.navbar-nav li ul {
    left: 170px;
    top: -5px;
}
/* END 3D Menu */



.menu-large{
  position: static !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {background:transparent;}

.megamenu { 
  width:100%;
  border-top: 5px solid #1a1617;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.open > .dropdown-menu {
    display: none;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:400;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;  
}        
.megamenu> li ul > li > span:hover,
.megamenu> li ul > li > span:focus {
  text-decoration: none;
}
.megamenu.disabled > span,
.megamenu.disabled > span:hover,
.megamenu.disabled > span:focus {
  color: #999999;
}
.megamenu.disabled > span:hover,
.megamenu.disabled > span:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.megamenu-part {
   padding-top: 20px; 
   padding-bottom: 20px; 
   overflow: hidden;
}

.megamenu-part h3 {
    color: #eb1e25;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.megamenu-part ul {
    padding: 0 7px; 
    float: left;
}
.megamenu-part ul li {
    margin: 0;
    list-style: none;
    background: none;
    display: block;
}

.megamenu-part ul li:hover {
    background: none;
    color: #eb1e25;
}
.megamenu ul li a,
.megamenu ul li span{
    padding: 5px 0;
    display: block;
    color: #231f20;
    cursor: pointer;
}
.megamenu ul li a span {padding: 0;}
.megamenu ul li span i {
    padding: 0 0 0 5px;
}

.megamenu ul li span:hover,
.megamenu ul li a:hover {
    color: #eb1e25;
    background: none;
}   

.megamenu .part-one {
    border-right: 1px solid #dcdcdc;
}

.megamenu .part-one ul {
    width: 48%;
}
.megamenu .part-two ul {
    width: 32%;
}  

.megamenu .destinationList {overflow: hidden;}
.megamenu .destinationList ul {
    width: 100%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#master{
    perspective: 1000;
    perspective-origin: 50% 50%;
    position: relative;
}

#front, #left{
width: 200px;
height: 200px;
background: red;
position: absolute;
top: 0;
}


#left{
    background: green;
    transform: rotateX(89deg) translate3D(0,-400px,0);
    -ms-transform: rotateX(89deg) translate3D(0,-400px,0);
    -webkit-transform: rotateX(89deg) translate3D(0,-400px,0);
}

/*--------------------*/





.offset-top-20 {
    margin-top: 20px !important;
}

/* Footer */
.site-footer {
    background: #1b1b1b;
    color: #fff;
    padding: 0 0 30px;
    min-height: 405px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #2f2f2f;
}

.copyright-section {
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    height: 88px;
}

.footer-col-item {
    width: 100%;
    height: auto;
}
.site-footer .col-md-3:first-child > .footer-col-item {
}
.site-footer .col-md-3:nth-child(2) > .footer-col-item {
}
.site-footer .col-md-3:nth-child(3) > .footer-col-item {
}
.site-footer .col-md-3:last-child > .footer-col-item {
}

.footer-col-item h3 {
    border-bottom: 2px solid #5d5d5d;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 15px;
    padding: 0 0 15px;
    text-transform: uppercase;
    width: 100%;
}
.footer-col-item p {
    color: #999999;
    line-height: 26px;
    margin: 0;;
}
.footer-col-item p a {
   color: #fff; 
}
.footer-col-item p a:hover {
   color: #fff;
   text-decoration: underline;
}
.footer-col-item ul {
    margin: 0;
    padding: 0;
}
.footer-col-item li {
    list-style: none;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px dotted #5d5d5d;
}
.footer-col-item li:first-child {
    padding: 0 0 10px 0;
}
.footer-col-item li:last-child {
    padding: 10px 0 0 0;
    border: 0 none;
}
.footer-col-item li a {
     color: #fff !important;
}
.footer-col-item li a:hover {
     color: #fff;
     text-decoration: underline;
}

.footer-social-net {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0 18px;
}
.footer-social-net a {
    color: #8e8c8a;
    float: left;
    font-size: 28px;
    margin: 0 18px;
}
.footer-social-net a:hover {
    color: #fff;
}
.footer-winner-img {background:#000000;padding: 20px 5px;}
.footer-social-net a:first-child {
    margin: 0 18px 0 0;
}
.footer-social-net a:last-child {
    margin: 0 0 0 18px;
}

.conversation-img {
    margin: 0 auto;
}

.members-cont {
    width: 100%;
    height: auto; 
}
.members-cont a {
    float: left;
    margin: 0 0 6px 0;
    
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.members-cont a:nth-child(odd) {
    margin: 0 6px 6px 0;
}
.members-cont a img {
    border: 3px solid #000;
    width: 140px;
}

.members-cont a:hover img {
    border-color: #8e8c8a; 
}

.copyright {
    text-align: left;
    color: #999999;
    margin-top: 38px;
}
.copyright span {color: #fff;}

.powered-by {
    text-align: right;
    color: #999999;
    margin-top: 38px;
}
.powered-by a {
    color: #ffffff;
}
.powered-by a:hover {
    text-decoration: underline;
    color: #fff;
}



/* Homepage content */

.page_filler {height: 164px;}

.section2 {padding: 30px 0;}

.section2 h3.section_header {display: none;}

.banner-section {position:relative;background:#e20612;margin-bottom:40px;}
.banner-section-content {text-align:center;padding:55px 0;}
.banner-section-content p {z-index:999;position:relative;margin:0;font-size:30px;font-weight:bold;color:#fff;display:inline-block;padding:0 240px 0 0px;}
.banner-section-content a {position:absolute;}
.banner-section-content a.left {top:-30px;left:0;}
.banner-section-content a.right {top:-33px;right:0;}

.banner-section canvas {
    position: absolute;
    top: 0;
    width: 100%;
}

.item-fnd-col {
    background: #ebebeb;
    min-height: 340px;
    border: 1px solid #d4d4d4;
    margin: 0 0 25px 0;
}
.item-fnd-col:hover {
    border-color:transparent;
}
.item-fnd-txt {
    padding: 20px;
    min-height: 195px;
}

.item-fnd-col img {
    width: 100%;
}

/* Special case */
.mhVid .item-fnd-txt {
    min-height: 145px;
}


.awards-section {
    background: url("/HeadOffice/img/back-texas.jpg") no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.home-bg-txt {
    height: auto;
    padding: 45px 15px;
    margin: 0 auto;
    max-width: 1400px;
}
.home-bg-txt h1,
.home-bg-txt h2 {
    color: #231f20;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.home-bg-txt p {
    color: #231f20;
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.blurb-middle-content {
    padding: 20px 0;
    font-weight: bold;
    font-size:16px;
    color: #ed1c24;
}

.blurb-middle-content p { 
    font-size: 16px;
    color: #ed1c24;
}



.top-holiday {
    background: url("/HeadOffice/img/holiday-back.jpg") no-repeat fixed center center transparent;
    padding: 50px 0;
}
.top-holiday .container {
    z-index: 9;
    position: relative;
}

.top-holiday-slider {
    width: 670px;
    margin: 20px auto;
    z-index: 9;
}

.transparent-bg1 {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;    
}

.holiday-title {
     color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.holiday-content {
    text-align: center;
}
.holiday-content span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin: 10px 0;
    display: block;
}
.holiday-content span.h-con-title {
    font-size: 28px;
    margin-top: 20px;
}
.holiday-content span.h-con-title a {
    color: #fff !important;
}
.holiday-content p {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
}

.red-btn, .dFormSubmit, .searchSubmitButtonStd, .basicSearchFormSubmitBtn, .changeSearchTypeButtonContainer input[type=submit], #verdiLoginForm .btn_submit {
    background-color: #b1000e; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c6000c), to(#9b0010)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #c6000c, #9b0010); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #c6000c, #9b0010); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #c6000c, #9b0010); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #c6000c, #9b0010);
    
    color: #fff !important;
    text-decoration:none !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    padding: 12px 34px 9px;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    border-radius: 0px;
}

.red-btn:hover, .red-btn a:hover, .default-content .red-btn a:hover, .dFormSubmit:hover, .searchSubmitButtonStd:hover, .basicSearchFormSubmitBtn:hover, .changeSearchTypeButtonContainer input[type=submit]:hover {
    color: #fff !important;
}

.red-btn.right, .dFormSubmit {margin:0 auto;display:block;}


input.red-btn,
button.red-btn {min-height: 48px;}

.subscribe-section {
    background: #eaeaea;
    padding: 60px 0;
}

.subscribe-section h2 {
    text-align: center;
    font-size: 34px;
    color: #e30613;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.subscribe-section p {
     font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}

.subscribe-section {
    text-align: center;
}

.subscribe-section .input-holder {position: relative;height: 51px;padding: 0 205px 0 0;max-width: 640px;margin: 0 auto;}

.subscribe-section input#email-subscribe{
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #231f20;
    font-size: 16px;
    padding: 13px 10px 12px;
    width: 100%;
    height: 50px;
}
.subscribe-section input#email-subscribe:focus{border-color: #ba000d}

.subscribe-section .red-btn {position: absolute;right: 0;top: 0;margin: 0;}


/* latest-deals-slider */
.latest-deals-slider .slick-next {
    background: none;
    border-radius: 0px;
    border: 0 none;
}
.latest-deals-slider .slick-next i {
    background: #eaeaea;
    color: #333333;
    font-size: 16px;
    padding: 10px 14px 10px 15px;
    
      -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.latest-deals-slider .slick-next:hover > i {
    background: #231f20;
    color: #fff;
}


.latest-deals-slider .slick-prev {
    background: none;
    border-radius: 0px;
    border: 0 none;
}
.latest-deals-slider .slick-prev i {
    background: #eaeaea;
    color: #333333;
    font-size: 16px;
    padding: 10px 15px 10px 14px;
    
      -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.latest-deals-slider .slick-prev:hover > i {
    background: #231f20;
    color: #fff;
}

.latest-deals-slider .slick-prev,
.latest-deals-slider .slick-next {
    position: absolute;
    top: 35%;
    display: block;
    margin-top: -10px;
     z-index: 9;
}
.latest-deals-slider .slick-prev {
    left: -45px;
}
.latest-deals-slider .slick-next {
    right: -45px;
}


/* Holyday slider */
.top-holiday-slider .slick-next {
    background: none;
    border-radius: 0px;
    border: 0 none;
}
.top-holiday-slider .slick-next i {
    background: #eaeaea;
    color: #666666;
    font-size: 16px;
    padding: 10px 14px 10px 15px;
    
      -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.top-holiday-slider .slick-next:hover > i {
    background: #231f20;
    color: #fff;
}


.top-holiday-slider .slick-prev {
    background: none;
    border-radius: 0px;
    border: 0 none;
}
.top-holiday-slider .slick-prev i {
    background: #eaeaea;
    color: #666666;
    font-size: 16px;
    padding: 10px 15px 10px 14px;
    
      -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.top-holiday-slider .slick-prev:hover > i {
    background: #231f20;
    color: #fff;
}

.top-holiday-slider .slick-prev,
.top-holiday-slider .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -10px;
}
.top-holiday-slider .slick-prev {
    left: -90px;
}
.top-holiday-slider .slick-next {
    right: -90px;
}


/* Dots */
.slick-loading .slick-list
{
    background: #fff url('/HeadOffice/img/ajax-loader.gif') center center no-repeat;
}

.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    padding: 40px 0 0;
}
.slick-dots li
{
    position: relative;
    background:none !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*-------------------------*/


.latest-deals-section h2, .blurb-middle-content h2 {
    color: #e30613;
    font-size: 34px;
    font-weight: 700;
    margin: 30px 0 40px;
    text-align: center;
}

.blurb-middle-content h2 {
    margin: 0 0 20px;
}

.deals-slide-item {
    width: 100%;
}
.deals-slide-item:focus {outline: none}

.deals-slide-item a {
    outline: none;
    color: #ed1c24;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-weight: 700;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 0;
}
.deals-slide-item a:hover {
    color: #231f20;
}


.item-fnd-txt .item-title {
     font-size: 28px;
     color: #ed1c24;
     font-weight: 700;
     text-align: center;
     display: block;
     line-height: 30px;
}
.item-fnd-txt p {
    color: #231f20;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

#find-agent-form {
    margin-top: 30px;
    position: relative;
    widows: 1005;
}
#find-agent-form .input-holder {height: 45px}
#find-agent-form input#search-agent{
    height: 48px;
    position: absolute;
    top: 0;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #231f20;
    font-size: 16px;
    margin: 0;
    padding: 8px 10px 8px;
    width: 100%;
    z-index: 9;
}
#find-agent-form input#search-agent:focus{border-color: #ba000d}
#find-agent-form .red-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    padding: 9px 34px;
    font-size: 16px;
}

.item-fnd-txt .featured-small-txt {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;;
}
.item-fnd-txt .featured-small-txt a {
    text-decoration: underline;
    font-size: 12px;
    font-weight:400;
    color: #ed1c24;
}
.item-fnd-txt .featured-small-txt a:hover {
     color: #231f20;
}


.item-fnd-txt .read-online {
    margin: 26px 0 0 0;
    text-align: center;
}
.item-fnd-txt .read-online a {
    font-size: 16px;
    margin: 5px 0 0;
}

.home-slider-txt {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    height: auto;
    line-height: 22px;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 400px;
}

.carousel-inner > .item a {position: relative;display: block;}
.carousel-inner > .item a img {position: relative;z-index: 1}
.carousel-inner > .item a .overlay {background: rgba(0, 0, 0, 0.6) url("/HeadOffice/img/slider_search.png") no-repeat scroll center center;opacity: 0;visibility: hidden; height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 2;}
.carousel-inner > .item a:hover .overlay {opacity: 1;visibility: visible;}

.page_cover {height: 500px;position: relative;width: 100%;overflow: hidden;background:#000}
.page_cover img {min-height: 100%;position: absolute;bottom: 0;z-index: 1;width:100%;}
.page_cover h2 {margin: 0;position: absolute;right: 0;bottom: 0;z-index: 2; font-size: 20px;font-style: italic;color: #fff;margin: 0;padding: 14px 25px;background:rgba(0,0,0,0.8);font-weight: 300;}

#slider-search {
    bottom: 0;
    height: 106px;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#slider-search #search-holiday {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    color: #231f20;
    font-size: 20px;
    line-height: 22px;
    margin: 0 -4px 0 0;
    padding: 16px 10px 14px;
    width: 305px;
    height: 58px;
    font-weight: 500;
}
#slider-search #search-holiday:focus {box-shadow: 0 0 0 2px #999 inset;-webkit-box-shadow: 0 0 0 2px #999 inset;-moz-box-shadow: 0 0 0 2px #999 inset;-o-box-shadow: 0 0 0 2px #999 inset;-ms-box-shadow: 0 0 0 2px #999 inset;}

#slider-search #search_main_button {
    height: 58px;
    background-color: #1d1d1d; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a3a3a), to(#010101)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #3a3a3a, #010101); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #3a3a3a, #010101); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #3a3a3a, #010101); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #3a3a3a, #010101);
    margin: 0;
}

#slider-search #search_main_button:hover {
    background-color: #1d1d1d; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#010101), to(#3a3a3a)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #010101, #3a3a3a); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #010101, #3a3a3a); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #010101, #3a3a3a); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #010101, #3a3a3a);
}

.slider-main-txt {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px #444;
}
#slider-search.od .slider-main-txt {max-width: 800px;margin: 0 auto}

#slider-search .input-holder {
    text-align: center;
}

.competition_articles_section .container {max-width: 1050px;}
.competition_article {text-align: center;margin: 45px 0;}
.competition_article + .dotted_separator {display: none;}
.competition_article a.red-btn {margin: 0}
.competition_article img {max-width: 100%;margin: 0 auto;xmax-height:154px;}
.competition_article .competition_article_content {padding: 0 20px 28px 20px;font-size: 16px;line-height: 24px;min-height:150px;}
.our_difference_section .competition_article .competition_article_content {min-height:180px;}
.competition_article .competition_article_content p {font-size: 16px;line-height: 24px;}
.competition_article h3 {font-weight: 700;font-size: 24px;}
.competition_article h3 a:hover {text-decoration:underline;color:#231f20;}


/* Product Promo Style Listing Page */
.directoryItemPromos .competition_article {
    margin: 0 0 45px;
    position: relative;
}
    .alllink {
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 3;
        background: transparent;
        border: 0px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
    }
    .alllink:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
.directoryItemPromos .competition_article_content {
    padding: 5px;
    min-height: 240px;
}
.directoryItemPromos .competition_article_content h2,
.directoryItemPromos .competition_article_content h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    min-height: 58px;
}
.directoryItemPromos .article_teaser {
margin: 15px 0 0;
}
.directoryItemPromos .product_info i {
    float: none;
    display: inline;
}
.directoryItemPromos .product_info{
    xfloat: left;
    margin: -1px 0 15px 0;
}
.directoryItemPromos .competition_article img {
    width: 100%;
}
.XdirectoryItemPromos .info_line {display: inline-block}
.directoryItemPromos .info_line.v2 {padding: 0px;display: inline-block; white-space: normal !important;}
.directoryItemPromos .info_line.v2 .label_info {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    left: auto;
    top: auto;
}

.media-left .info_line.v3 {
    white-space: normal !important;
}

.directoryItemPromos {
    margin-top: 20px;
}

.ccmorecruise {
    display: block; 
    margin: 0 auto 55px auto; 
    width: 460px;
}

.shwhdecontentitm .shwhdecontent {
    display: none;
}
.shwhdecontentitm .shwhdecontentswtch {
    position: relative;
}
.shwhdecontentitm .shwhdecontentswtch img {max-width: 100%;}

.promotions_page .gray-form-content {
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}

.promotions_page .gray-form-content p {
    font-size: 16px;
    margin: 15px 0 15px;
}

.promotions_right_affix .RadComboBoxDropDown { 
    width: 100% !important;
}

/* /END: Product Promo Style Listing Page */


#ribon-wrapper {position: absolute;top: 50%;left: 0;right: 0;margin: -120px auto 0;}
#ribon-wrapper h2 {text-align: center;color: #fff;line-height: 85px;font-weight: 700;font-size: 70px;text-transform: uppercase;}
#ribon-wrapper p {padding: 33px 0 0 0; text-align: center;color: #fff;line-height: 32px;font-weight: 700;font-size: 32px;background:url(/HeadOffice/img/ribon-wrapper.png) no-repeat scroll 0 0;width: 956px;height: 156px;margin: 0 auto;}

.scroll-top-btn {opacity: 0;visibility: hidden;position: fixed;right: 20px;bottom: 20px;z-index: 11;width: 42px;height:42px;display: block;border: 1px solid #3b3b3b;text-align: center;
    background-color: #1a1a1a; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#030303), to(#2f2f2f)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #030303, #2f2f2f); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #030303, #2f2f2f); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #030303, #2f2f2f); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #030303, #2f2f2f);
    padding: 3px 0 0 0;
    transform:translate(0,10px);
    -webkit-transform:translate(0,10px);
    -moz-transform:translate(0,10px);
    -ms-transform:translate(0,10px);
    -o-transform:translate(0,10px);
}
.scroll-top-btn:hover {
    background-color: #1a1a1a; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#030303)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #2f2f2f,#030303); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #2f2f2f,#030303); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #2f2f2f,#030303); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #2f2f2f,#030303);
}
.scroll-top-btn i {font-size: 30px;color: #a1a1a1;text-shadow: 0 -1px 1px rgba(0,0,0,0.75);}
.scroll-top-btn.sticky-btn {
    opacity: 1;
    visibility: visible;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
}

.fadeInUp {
  animation-name: fadeInUp;
}

.form-group {margin: 0 0 30px;}
.form-control {border:1px solid #d1d1d1;height: 47px;color: #111;}
.form-group input[type="checkbox"] {margin:10px 10px 0 0}
.form-group label {margin:0;}/*bkel removed color:#fff; might be required somewhere? */
.contact-form-content .form-left {
    width: 48%;
    float: left;
}
.contact-form-content .form-right {
    width: 48%;
    float: right;
}
#newsletterSubscriptionContainer .RadComboBox {
    width: 100% !important;
} 
.contact-form-content .form-right .RadComboBox .rcbInput,
#newsletterSubscriptionContainer .RadComboBox .rcbInput {
    height: 43px !important;
    color: #111 !important;
    padding: 0 12px !important;
    font-size: 14px !important;
}
.contact-form-content .form-right .RadComboBox_Default .rcbInner,
#newsletterSubscriptionContainer .RadComboBox_Default .rcbInner {
    border: 1px solid #d1d1d1 !important;
    border-radius: 0 !important;
    height: 47px !important;    
    background-color:transparent !important;
}
@media (max-width: 767px){
    .contact-form-content .form-right, .contact-form-content .form-left {
        width: 100%;
    }
    .filter button
    {
        width:30% !important;
        float:left;
        margin-right:10px !important;
    }
}

.checkbox {display:inline;margin:4px 5px 0 0 !important;}
.checkboxLabel {margin-bottom: 4px;padding-left: 27px;font-size: 15px;line-height: 27px;color: #404040;cursor: pointer;position: relative;display: block;}
.form-group p {margin: 0 !important;} 
    
.input-group .form-control {height: 47px;border-color: transparent;font-size: 16px;border:1px solid #d1d1d1;margin: 0 12px}
.input-group.date .form-control {margin: 0}
textarea.form-control {height: 280px;resize: none;}
.form-control:focus,
.input-group .form-control:focus {box-shadow: none;border-color: #6b6b6b}


.verdiForm iframe,
.form-group iframe {margin: 0}

.standart-content {padding: 35px 0 65px;}

.read_more_content .all_content {display: none;}
.read_more_content a.toggle_all_content {color: #e20612}
.read_more_content.all .short_content {display: none;}
.read_more_content.all .all_content {display: block;}

/* Desination intro content "show more" section */
.read_more_content .expand-dest-content {
    display: none;
    padding: 0!important;
    background: none!important;
}

.optional_logo_divider {margin: 50px 0;}

#right_affix {}
#right_affix.stick {}
#right_affix.affix-top {position: relative !important;}
#right_affix.affix {top: 151px;position: fixed !important;}
.noskin #right_affix.affix {top: 30px;position: fixed !important;}
#right_affix.affix-bottom {position: relative !important;}

#right_affix_v2 {width: 424px;}
#right_affix_v2.affix-top {position: relative !important;}
#right_affix_v2.affix {top: 151px;position: fixed !important;margin: 0}
#right_affix_v2.affix-bottom {position: relative !important;}

.blogLandingPage {margin-top: 63px;}

.gray-form-content {background: #ebebeb;padding: 35px;margin-bottom: 35px;}
.gray-form-content.categories {padding: 35px 35px 15px 35px;}
.gray-form-content.darker {background: #4a4a4a;}
.gray-form-heading {color: #989898;display: block;font-size: 28px;line-height: 1;font-weight: 700;margin-bottom: 15px;}
.gray-form-content .chosen-container-single .chosen-single {font-size: 16px;}
.gray-form-content.darker .gray-form-heading {color: #fff;}
.gray-form-content .form-group {margin: 0 12px 10px;}
.gray-form-content .form-group .red-btn {margin: 0;}
.gray-form-content .form-control {text-align: center;font-size:16px}
.gray-form-content option {text-align: center;}
.gray-form-content textarea.form-control {height: 140px;resize: none;}
.gray-form-content .input-group-btn .btn {
    border: none;
    height: 47px;
    width: 51px;
    color: #fff;
    background-color: #6a6a6a; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), to(#585858)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #7c7c7c,#585858); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #7c7c7c,#585858); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #7c7c7c,#585858); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #7c7c7c,#585858);
}

.gray-form-content .input-group-btn .btn:hover {
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#7c7c7c)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #585858,#7c7c7c); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #585858,#7c7c7c); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #585858,#7c7c7c); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #585858,#7c7c7c);
}

.gray-form-content .btn.large {
    border: none;
    color: #fff;
    height: 50px;
    font-size: 20px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: #6a6a6a; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), to(#585858)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #7c7c7c,#585858); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #7c7c7c,#585858); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #7c7c7c,#585858); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #7c7c7c,#585858);
}
.gray-form-content .btn.large:hover {
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#7c7c7c)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #585858,#7c7c7c); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #585858,#7c7c7c); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #585858,#7c7c7c); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #585858,#7c7c7c);
}

.darker label {color:#fff;}

.single-line-slider {padding: 0 50px;}
.single-line-slider .slick-arrow {position: absolute;left: 0;top: 52px;border:none;background:none;padding: 0;}
.single-line-slider .slick-arrow i {background: #eaeaea none repeat scroll 0 0;color: #333333;padding: 10px 15px 10px 14px;}
.single-line-slider .slick-arrow:hover i {background: #231f20;color: #fff;}
.single-line-slider .slick-arrow.slick-next {left: auto;right: 0}
.single-line-slider .slick-dots {padding-top: 20px;}

.logo-slider {padding: 0 50px;}
.logo-slider .slick-arrow {position: absolute;left: 0;top: 52px;border:none;background:none;padding: 0;}
.logo-slider .slick-arrow i {background: #eaeaea none repeat scroll 0 0;color: #333333;padding: 10px 15px 10px 14px;}
.logo-slider .slick-arrow:hover i {background: #231f20;color: #fff;}
.logo-slider .slick-arrow.slick-next {left: auto;right: 0}
.logo-slider .slick-dots {padding-top: 20px;}

.gray-form-content .chosen-container-single .chosen-single span {text-align: center;margin: 0 38px;}
.gray-form-content p {font-size: 16px;margin: 15px 0 30px;text-align: center;line-height: normal;}
/*.gray-form-content .red-btn {width: 100%;} */

.gray-form-content.darker .gray-form-heading {color: #fff;}
.gray-form-content.darker p {color: #fff;}

.gray-form-content h3 {margin:0 0 15px 0}
.gray-form-content.categories ul {padding: 0}
.gray-form-content.categories ul li  {padding: 0;list-style-type: none;}
.gray-form-content.categories ul li a {display: block;font-size: 16px;color: #1b1b1b;padding: 10px 0;}
.gray-form-content.categories ul li a:hover {background:#dedede;padding: 10px 0 10px 10px;}

.gray-form-content.menu ul {padding: 0}
.gray-form-content.menu ul li {padding: 0;list-style-type: none;}
.gray-form-content.menu ul li span {display: block;font-size: 16px;color: #1b1b1b;position: absolute;width:20px; height:40px;cursor:pointer;}
.gray-form-content.menu ul li span::before {display: block;content: "\f054";font-size: 14px;position: absolute;left: 0;top: 12px;color: #1b1b1b;font-family: 'Font Awesome 6 Free';}
.gray-form-content.menu ul li.dropped span::before {content: "\f078";top: 9px}
.gray-form-content.menu ul li a:hover {color: #ed1d24;}
.gray-form-content.menu ul li ul {display: none;padding: 0 0 0 20px;}
.gray-form-content.menu ul li a{display: block;font-size: 16px;color: #1b1b1b;padding: 10px 10px 10px 5px;margin-left:20px;position: relative;}
.gray-form-content.menu ul li ul li a {font-size: 13px;}
/*.gray-form-content.menu ul li ul li a:hover {color: #ed1d24;}*/
.gray-form-content.menu ul li ul li span::before,
.gray-form-content.menu ul li.dropped ul li span::before {content: ''}
.gray-form-content.menu ul li.dropped ul {display: block;}

/* breadcrumb - section */
.breadcrumb_section {padding: 32px 0 0 0}

.breadcrumbNavigation ol {
    float: left;
    margin: 0;
    line-height: normal;
    padding: 0;
    border: none;
    border:1px solid #e5e5e5;
    background-color: #f9f9f9; 
    background-repeat: repeat-x; 

    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f1f1f1)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #fff,#f1f1f1); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #fff,#f1f1f1); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #fff,#f1f1f1); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #fff,#f1f1f1);
}
.breadcrumbNavigation ol li:first-child a:first-child {display:none;}
.breadcrumbNavigation ol a {color: #e40517;font-size: 13px;}
.breadcrumbNavigation ol a:hover {color: #333;}
.breadcrumbNavigation ol > li:first-child {position: relative;width: 50px;height: 33px;}
.breadcrumbNavigation ol > li:first-child a {font-size: 20px;}
.breadcrumbNavigation ol > li:first-child a i {position: absolute;top:6px;left: 10px;}
.breadcrumbNavigation ol li {line-height: normal;position: relative;display: block;float: left;}

.breadcrumbNavigation ol > li + li::before {content: ""}
.breadcrumbNavigation ol li::after {background: rgba(0, 0, 0, 0) url("/HeadOffice/img/breadcrumb_separator.png") no-repeat scroll 0 0;content: "";display: block;height: 32px;right: 0;position: absolute;top: 0;width: 13px;}
.breadcrumbNavigation ol > li + li {min-height: 33px;padding: 7px 23px 0 0;}
.breadcrumbNavigation ol > li:last-child {padding-right: 15px;padding-top: 8px; color: #666666;font-size: 13px;}
.breadcrumbNavigation ol > li:last-child::after {background:none;}

/* Our difference section */

.our_difference_section {padding: 0 0 30px 0}
.our_difference_section .container {max-width: 940px;}
.our_difference_section .default-content {text-align: center;}
.our_difference_section .default-content p {font-size: 20px;line-height: 30px}

/* Competition landing page section */

.competition_landing_page {}
.competition_landing_page .container {max-width: 940px;}
.competition_landing_page .default-content {text-align: center;}
.competition_landing_page .default-content p {font-size: 20px;line-height: 30px}
.competition_landing_page h1 {
    color: #e50416;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.025em;
}
h1.h1RedCenter {
    color: #e50416;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.025em;
    text-align: center;
    margin-bottom: 20px;
}

/* Events */

.eventSummaryContainer .product_info {
    font-size: 21px;
}

.eventSummaryContainer .eventSummary {
    font-size: 16px;
    font-weight: normal;
    margin-top: 18px;
}


/* Eiffel-Tower-section
 */
.understanding_and_passion {
    background: url("/HeadOffice/img/eiffel_tower_paralax.jpg") no-repeat right 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

.understanding_and_passion .text {max-width: 640px;margin: 0 auto;padding: 128px 15px;}
.understanding_and_passion .text p {text-align: center;font-size: 34px;line-height: 42px;font-weight: 700;color: #fff;}

.understanding_and_passion .text_v1 {xmax-width: 580px;margin: 0 auto;padding: 128px 15px;text-align: center;}
.understanding_and_passion .text_v1 p {text-align: center;font-size: 34px;line-height: 42px;font-weight: 700;color: #fff;}
.understanding_and_passion .text_v1 a {display: inline-block; text-align: center;font-size: 16px;line-height: 25px;font-weight: 700;color:#fff;}

#aspnetForm{overflow: auto;}
#aspnetForm p {font-size: 16px;}

.default-content {padding: 10px 0 0 0;line-height: 1.7;font-size: 16px;}
.default-content h2.main_heading,.default-content h1.main_heading {color: #e20612;font-size: 36px;font-weight: 700;margin: 40px 0 10px 0;line-height: 50px;}
.default-content .enquire_now_btn {display: none;}
.default-content .enquire_now_btn.share {margin: 18px 0 0 10px;}
.default-content .enquire_now_btn.right {float: right;}
.default-content .share-content {/*margin: 30px 0 50px;*/margin: 0;}
.default-content .share-content label {float: left;text-transform: uppercase;font-weight: 700;font-size: 14px;padding: 4px 12px 0 0;}
.default-content .product_info + .share-content {}
.default-content h2.main_heading + .share-content {}
.default-content .share-content + h2.main_heading {margin: 0px 0 10px 0 }
.default-content h3 {color: #e50416;font-size: 30px;font-weight: 700;letter-spacing: -0.025em}
.default-content h4 {color: #1b1b1b;font-size: 24px;font-weight: 700;letter-spacing: -0.025em;line-height: 32px;margin: 25px 0}
.default-content h5 {color: #1b1b1b;font-size: 16px;font-weight: 700;letter-spacing: -0.025em}
.default-content p, .agentDescription {color: #1b1b1b;font-size: 16px; margin: 25px 0;line-height: 24px;}
.agentDescription {margin: 25px 0;}
.default-content a {color: #e30512;text-decoration: underline;}
.default-content a:hover {color: #980000;}
.default-content ul,
.default-content ol {padding: 0 0 0 10px;margin-bottom: 25px;}
.default-content li {list-style-type: none;background: url('/HeadOffice/img/list_square.png') no-repeat scroll 0 16px;list-style-type: none; font-size: 16px;line-height: 1.7;padding: 5px 0 0 22px;margin-bottom: 5px;}
.default-content table {font-size: 16px;width: 100%;border-left: 1px solid #cdcdcd;border-top: 1px solid #cdcdcd;border-bottom: 1px solid #cdcdcd;margin: 25px 0;}
.default-content table tr{width: 100%;}
.default-content table th {background: #333333;color: #fff;padding: 15px;border-right:1px solid #cdcdcd;font-weight: 700;}
.default-content table td {padding: 15px;font-size: 14px;border-right:1px solid #cdcdcd;vertical-align: top;}
#aspnetForm .default-content table td p{font-size:14px;}
.default-content table tbody tr:nth-child(even) {background: #eaeaea}

/* HOPEFULLY Temp fix to allow removal of overly liberal table styling */
.default-content table.cleanT,
.default-content .cleanT table {background: none;color: #231f20;border: none;}
.default-content table.cleanT th,
.default-content .cleanT table th {background: none;color: #231f20;border: none;}
.default-content table.cleanT td,
.default-content .cleanT table td {border: none;}
.default-content table.cleanT tbody tr:nth-child(even),
.default-content .cleanT table tbody tr:nth-child(even) {background: none;}



.details_section {margin: 25px 0}
.details_section h4 {margin: 0;}
.Xdetails_section p {margin: 0;}
.details_section p.info {color: #999999;font-style: italic;font-weight: 300;}
.details_section .article_info {margin: 25px 0 0 0}
.details_section ul  {padding-left: 34px;}

.red-btn:hover,.red-btn a:hover,.link .red-btn:hover,.read-online a:hover,.read-online .red-btn:hover,.item-fnd-txt .read-online a:hover, .dFormSubmit a:hover,.dFormSubmit:hover {
    background-color: #b1000e; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b0010), to(#c6000c)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #9b0010, #c6000c); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #9b0010, #c6000c); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #9b0010, #c6000c); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #9b0010, #c6000c);
    
     color: #fff !important;
}

/* Blog Styles */
.articleItem {
    position: relative;
}
.articleEditLinks{
    z-index: 999;
    position: absolute;
    top: 30px;
    left: 20px;
}

.addPostLink, 
.editLinkContainer a {
    padding: 4px 12px;
    background: #396eea;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
}
.addPostLink:hover, 
.editLinkContainer a:hover {
    background: #e20612;
    border: 1px solid #000;
    color: #fff;
}
.publishedStatusContainer {
    padding: 4px 12px;
    background: #fff;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    margin-top: 4px;
}

.landing-blog-article {margin: 20px 0;}
.landing-blog-article .text-content a.red-btn {margin: 0;}
.landing-blog-article .share-content {margin: 15px 0 35px;}

.blogPostField input
{
    margin-left: 10px;
    padding: 3px 8px;
    width: 90%;
}
.blogPostField {
    border-bottom: 1px dashed #ccc;
    margin-top: 15px;
    padding-bottom: 15px;
    float:left;
    width:100%;
}
#drop
{
    border: 3px solid #ccc !important;
    width: 89%;
}
#upload ul
{
    border: none !important;    
}
#upload ul li
{
    background-image: none;
}
.imgPreview ~ label {
    margin-left: 10px;
    position: relative;
    top: 13px;
}

.RadEditor ol {}
.RadEditor li {background-image: none;}
.RadEditor table {font-size: 16px;width: 100%;border-left: 1px solid #cdcdcd;border-top: 1px solid #cdcdcd;border-bottom: 1px solid #cdcdcd;margin: 0 0;}
.RadEditor table th {background: #333333;color: #fff;padding: 15px;border-right:1px solid #cdcdcd;font-weight: 700;}
.RadEditor table td {padding: 0; font-size: 12px;border-right:1px solid #cdcdcd;}
.RadEditor table tbody tr:nth-child(even) {background: #eaeaea}

.RadTreeView ol {padding:0;}
.RadTreeView li {padding:0;}
.comments-container{display:none;}

#BlogPostControlRow button {
    margin: 25px 10px;
    width: 20% !important;
}
.formRow input {
    margin-bottom: 5px;
    padding: 3px 8px;
    width: 85%;
}

.formRow input.remPassField{
    width: 1%;
}

#contentWig {
    margin-bottom: 10px;
}
#descriptionWig
{
    margin-bottom:25px;
}
.formRow label
{
    font-weight:bold;
    width: 20%;
}

.loginForgotPWordFormFields .formRow label{
    width: 27%;
}

.loginForgotPWordFormFields .formRow input{
    width: 72%;
}
/* /Blog Styles */

iframe,
.popup,
.banner,
.content_carousel {margin: 25px 0}

.slideshow .content_carousel {margin-top: 0}

.popup img {margin: 0 auto}
.popup_row .col-md-4:first-child .popup img {margin: 0}
.popup_row .col-md-4:last-child .popup img {margin: 0;float: right;}

.dotted_separator {border-bottom: 2px dotted #d6d6d6;margin: 10px 0 30px;}
.dotted_separator.v1 {margin: 0;}

.product_info {font-size: 24px;font-weight: 700;margin: -10px 0 0 1px}
.product_info span {xfloat: left; xdisplay: block;width: 18px;height: 21px;xmargin: 9px 10px 0 0; xbackground:url(/HeadOffice/img/color_calendar.png) no-repeat scroll 0 0;}
.product_info i,
.product_info em {float: left; color: #7b7b7b; display: block;width: 18px;height: 21px;margin: 7px 15px 0 0;}

.info_line {display: inline-block;padding: 5px 25px 5px 0;color: #1b1b1b;font-size: 16px;font-style: italic;font-weight: 700;}
.info_line span.label_info {display: inline-block;color: #7a7a7a;font-style: normal;font-weight:400;}
.info_line span.label_info.text {padding: 0 5px 0 0;}
.info_line span.label_info i {font-size: 22px;margin: 0 8px 0 0;width: 26px;text-align: center;}
.info_line a {text-decoration: none;color: #1b1b1b;}
/*.info_line a:hover {color: #980000;}*/

.default-content .article_info + h2.main_heading {margin-top: 20px;}
.info_line.v2 {font-style: normal;padding: 27px 25px 5px 33px;position: relative;width: 100%;}
.info_line.v2 .label_info {color: #1b1b1b;display: block;font-weight: 700;position: absolute;left: 0;top: 0;}
.info_line.v2 .label_info i {color: #7b7b7b;}
.info_line.v2 a {font-weight:400;color: #e30512;text-decoration: underline;}
.info_line.v2 a:hover {color: #980000;}

.info_line.v3 {font-size:15px;font-style: normal;display: block;font-weight:400;padding: 0;position: relative;padding-left: 42px;}
.info_line.v3 i.fa {position: absolute;left: 0;top: 0;color: #7b7b7b;margin: 0 15px 0 0;font-size: 22px;width: 22px;text-align: center;}
.info_line.v3 span.label_info {color: #1d1d1d;font-weight: 700;}
.info_line.v3 .label_info i {}
.info_line.v3 a {color: #e30512;text-decoration: underline;}
.info_line.v3 a:hover {color: #980000;}

.info_line.v4 {font-size:15px;font-style: normal;display: block;font-weight:400;padding: 0;margin: 25px 0}
.info_line.v4 span.label_info {color: #1d1d1d;font-weight: 700;width: 40px;}
.info_line.v4 .label_info i {color: #7b7b7b;margin: 0 15px 0 0;font-size: 18px;}
.info_line.v4 a {color: #e30512;text-decoration: underline;}
.info_line.v4 a:hover {color: #980000;}

.banner img {width:100%;max-width:420px;}

.search_tags {margin: 25px 0}
.search_tags label {display: block;font-style: italic;color: #797979;font-weight:400;font-size: 16px;margin-bottom: 5px;}
.search_tags .tag, .racToken {
    color: #797979;
    margin:0 5px 5px 0;
    display: inline-block;
    min-height: 35px;
    border:1px solid #e5e5e5;
    background-color: #f8f8f8; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f1f1f1)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #ffffff,#f1f1f1); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #ffffff,#f1f1f1); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #ffffff,#f1f1f1); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #ffffff,#f1f1f1);
    position: relative;
    line-height: 1;
    padding: 10px 40px 9px 10px;
}
.search_tags .tag a, .racToken a  {position: absolute;right: 5px;top: 5px;width: 22px;height: 22px;border: 1px solid #e6e6e6;}
.search_tags .tag a span {width: 11px;height: 1px;background:#797979;display: block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);position: absolute;left: 5px;top: 10px;}
.search_tags .tag a span + span {transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.search_tags .tag a:hover {background: #797979;border-color:#737373;}
.search_tags .tag a:hover span {background: #fff;}
.changeSearchTypeButtonContainer { display:none; }

.default-content-inner .tag {
    font-size: 14px;
}

.sort {margin: 25px 0}
.sort label {display: block;font-style: italic;color: #797979;font-weight:400;font-size: 16px;margin: 11px 15px 0 0;float: left;}
.sort select {width: 200px;height: 48px;color: #444;font-size: 14px;line-height: 24px;margin: 0 0 10px 0;padding-left: 15px;}
.sort .chosen-container {float: left;width: 150px;}

.filter {padding-bottom: 40px;}
.filter h4 {margin:20px 0 15px;}
.filter .row {margin-left: -5px;margin-right: -5px;}
.filter .col-md-3 {padding-left: 5px;padding-right: 5px;}
.filter .chosen-container {margin: 0 0 10px 0}
.filter select {width: 100%;height: 48px;color: #444;font-size: 14px;line-height: 24px;margin: 0 0 10px 0;padding-left: 15px;background:#fff;border: 1px solid #ccc;}
.filter button {margin: 0 0 10px 0;padding: 12px 5px 9px;width: 100%;}

.filter_shadow {height: 16px;width:100%; background:url(/HeadOffice/img/filter_shadow.png) repeat-x scroll 0 0;margin-bottom: 35px;}

.pagination_nav {text-align: center;}
.pagination_nav .pagination {padding: 0;}
.pagination_nav .pagination > li  {display: block;float: left;padding: 3px;margin: 0 2px;background:none;}
.pagination_nav .pagination > li > a {
    font-size: 14px;
    color: #1b1b1b;
    border-color: #dcdcdc;
    background-color: #fafafa; 
    background-repeat: repeat-x; 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f6f6f6)); 
    background: -webkit-linear-gradient(top, #fafafa,#f6f6f6); 
    background: -moz-linear-gradient(top, #fafafa,#f6f6f6); 
    background: -ms-linear-gradient(top, #fafafa,#f6f6f6); 
    background: -o-linear-gradient(top, #fafafa,#f6f6f6);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.pagination_nav .pagination > li.active, .searchResultsPageSelection .searchPageLinkSelected {background:#f2f2f2;}
.pagination_nav .pagination > li.active > a,
.pagination_nav .pagination > li.active > a:hover,
.pagination_nav .pagination > li > a:hover {
    background: #f8f8f8;
    border-color: #cdcdcd;
    color: #333;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}

.social-media a {padding: 0 40px 0 0;color: #353132;font-size: 28px;}
.social-media a:hover {color: #e30613;}

.opening-hours {margin-top: 30px;}
.opening-hours .opening-hours-content  {background:#f6f6f6;padding: 30px 20px;}
.opening-hours img {margin: 0 auto 25px}
.opening-hours h4 {text-align: center;margin-top: 0}
.opening-hours ul li {float: left;list-style: outside none none;padding: 0;width: 50%;padding: 0 0 10px;background:none;margin-left:0;}
.opening-hours ul li:nth-child(odd) {padding-right: 10px;}
.opening-hours ul li:nth-child(even) {padding-left: 10px;}
.opening-hours ul li p {float: left;width: 50%;margin:0;font-weight: 700;font-size: 14px}
.opening-hours ul li p.v2 {float: none;width: 100%;}
.opening-hours ul li p + p {font-weight:400;text-align: left;}


#cuGoogMap {height: 400px; width: 100%;}
.google_map {width: 100%;height: 600px;margin: 35px 0}
.google_map .gmapopos {margin-top:-35px;position:absolute;}

.search_map_page_filler {height: 135px;}
.promotions_filler {height: 165px;}

.map-search {position: relative;min-height: 745px}
.over-map-search-form {width: 100%;min-height: 90px;z-index: 2;top: 0;left: 0;background:rgba(27,27,27,0.7);padding: 29px 0 0 0;}
.over-map-search-form .clear {display: none;}
.over-map-search-form.result {position: relative;}
.over-map-search-form label {font-size: 24px;float: left;padding: 4px 25px 0 0;margin: 0;}
.over-map-search-form form {width: 695px;margin: 0 auto;}
.over-map-search-form .agent_form {text-align:center;}
.over-map-search-form .form_line {float: left;padding: 0 7.5px;width: 25%;}
.over-map-search-form .form_line{float:none;display:inline-block;}
.over-map-search-form .form_line .red-btn {width: 100%;}
.over-map-search-form input,
.over-map-search-form select {height: 37px;padding: 0 10px;color: #1b1b1b;border:1px solid #cfd3d6;width: 210px;font-size: 13px;width: 100%;background:#fff}
.over-map-search-form input:focus {border-color: #7c7c7c}
.over-map-search-form .chosen-container {width: 100%;}
.over-map-search-form .chosen-container-single .chosen-single {height: 37px;padding: 6px 0 0 10px;color: #1b1b1b}
.over-map-search-form .chosen-container-single .chosen-single div {width: 30px;}
.over-map-search-form .chosen-container-single .chosen-single div b {background:#000;width: 27px;height: 26px;margin: 4px 0 0 0; background-color: #6b6b6b; background-repeat: repeat-x; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7b7b7b), to(#595959)); background: -webkit-linear-gradient(top, #7b7b7b,#595959); background: -moz-linear-gradient(top, #7b7b7b,#595959); background: -ms-linear-gradient(top, #7b7b7b,#595959); background: -o-linear-gradient(top, #7b7b7b,#595959);}
.over-map-search-form .chosen-container-single .chosen-single div b::before {font-family: 'Font Awesome 6 Free';content: "\f078";position: absolute;left: 6px;color: #fff;}
.over-map-search-form .chosen-container-single .chosen-single abbr {display: none;}
.over-map-search-form button {height: 37px;padding: 0 20px;margin: 0;min-height: 0;}
.over-result-map {width: 100%;height: 745px;z-index: 1;position: relative;}
.over-result-map .google_map {height: 745px;margin: 0}

#searchViewList {float: right;height: 37px;position: relative;padding: 7px 16px 0 35px;margin: 0;color: #fff}
#searchViewList.v2 {padding-left: 45px !important;}
#searchViewList i {position: absolute;left: 10px;color: #fff;font-size: 22px;}

.searchMapPopup {padding: 0 15px 15px;}
.searchMapPopup h2 {font-size: 21px!important;font-weight: 700!important;line-height: 25px; color: rgba(0,0,0,0.8)!important;}
.searchMapPopup p {font-size: 14px !important;font-weight:400;line-height: 18px;margin: 0;}
.searchMapPopup p.phone {margin-top: 20px;}
.searchMapPopup a {font-size: 14px;color: #ed1c24; font-weight: 700;line-height: 25px;margin-top: 20px;display: block;}

.map-result {margin-bottom: 40px;}
.map-result .row {border-bottom: 2px dotted #d6d6d6}
.map-result .row:first-child {border-top: 2px dotted #d6d6d6}
.searchMapListBox {padding: 40px 0;}
.searchMapListBox h1 {font-size: 16px;font-weight: 700;line-height: 25px;text-transform: none;margin-top: 0;}
.searchMapListBox p {font-size: 13px;font-weight:400;line-height: 18px;margin: 0;}
.searchMapListBox p.phone {margin-top: 20px;}
.searchMapListBox a {font-size: 16px;color: #ed1c24; font-weight: 700;line-height: 25px;margin-top: 20px;display: block;}
.searchMapListBox a:hover {color: #980000; text-decoration: underline;}

.map-search-content {color: #7a7a7a;font-style: italic;font-size: 16px;padding: 0 0 10px 0}
.map-search-content p {color: #7a7a7a;}

.gray-form-content.search_results {height: 600px;margin: 78px 0 0;overflow: auto;}
.gray-form-content.search_results h3 {font-weight: 700;}
.gray-form-content.search_results .dotted_separator {margin: 25px 0;}

.sarch_result_line {text-align: left;margin: 25px 0}
.sarch_result_line h4 {text-align: left;margin: 0;font-weight: 700;color: #e10715;font-size: 18px;line-height: 24px;}
.sarch_result_line p {text-align: left;margin: 0;line-height: 20px;}
.sarch_result_line p span.sep {color: #c5c5c5}
.sarch_result_line a {color: #e10715;text-decoration: underline;}

.media.author .media-left {padding-right: 35px;}
.media.author .media-body h4 {margin: 10px 0 25px 0;}
.media.author .media-body h5,
.media.author .media-body p {margin: 0}
.media.author .media-body .social-media a {padding: 0 10px 0 0;font-size: 24px;}
.media.author a.more_articles {text-decoration: underline;color: #e30613;font-size: 16px;}
.media.author a.more_articles:hover {color: #980000;}

.media.related-media {padding: 15px 0}
.media.related-media .media-left {display:block;padding-right:0px;}
.media.related-media .media-left img {max-width:100%;}
.media.related-media .media-body {line-height: 24px;padding-top:10px;}
.media.related-media h4.media-heading, .media.related-media h4.media-heading a {font-size: 16px;margin: 0;font-weight: 700;line-height: 24px;text-decoration:none;}
.media.related-media .related-media-content {text-align: left;line-height: 24px;}
.media.related-media .related-media-content p {margin: 0;text-align: left;line-height: 24px;}
.media.related-media a.find_out_more,
.media.related-media a.read_more {text-decoration: underline;color: #e30613;font-size: 16px;}
.media.related-media a.find_out_more:hover,
.media.related-media a.read_more:hover {color: #980000;}
.related-articles-row {background:#ebebeb none repeat scroll 0 0;padding: 1px 25px;}

.listing .media-left {padding-right: 45px;}
.listing h4.media-heading, .listing h4.media-heading a {text-decoration:none;}
.listing .media-body h4.media-heading {margin: 0 0 10px 0;}
.listing a.red-btn,.listing a.red-btn:hover {margin-top: 25px;text-decoration:none;color:#fff !important;}

.divLinkedDirectoryItems {
    margin-bottom: 35px;
}

/* Blog Error */
.blogPostValidationError {
    background-color: #ebebeb;
    color: #e20612;
    padding: 20px;
}

/**/
.content_magazine_banner {min-height: 225px;width: 100%;padding: 20px 15px 35px 55%;position: relative;overflow: hidden;}
.magazine_content {float:right;}
.content_magazine_banner img.magazine-cover {position: absolute;left: 0;top: 0;width: 100%;}
.content_magazine_banner h4 {font-size: 28px;color: #e20612;margin: 0;text-align:center;}
.content_magazine_banner p {margin: 0;}
.content_magazine_banner a {margin: 0;}
.content_magazine_banner .content {padding:5px;xfont-weight:bold;position:absolute;}
.content_magazine_banner .link {text-align:center;margin-top:5px;}

.panel-default {border:none;}
.panel-default > .panel-heading {padding: 0;}
.panel-default > .panel-heading a {display: block; background: #eaeaea;border-color:#eaeaea;padding: 0;font-size: 20px;color: #1b1b1b;padding: 9px 22px 7px;min-height: 50px;position: relative;font-weight: 300;text-decoration: none;}
.panel-default > .panel-heading a::after {content: "\f054";color: #333333;display: block;font-family: 'Font Awesome 6 Free';font-size: 16px;position: absolute;right: 20px;top: 13px;color: #333333;}
.panel-default > .panel-heading a[aria-expanded="true"]::after {content: "\f078";}
.panel-default > .panel-collapse {border:1px solid #cccccc;border-top: none;}
.panel-default > .panel-collapse .panel-body {padding: 20px;font-size: 16px;line-height: 24px;}

blockquote {
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px 0.35em 100px;
    line-height: 1.45;
    font-weight: 300;
    position: relative;
    color: #999999;margin: 0;
    font-size: 30px;
    line-height: normal;
    border:none;
    margin-bottom: 35px;
}


blockquote:before {
    display: block;
    content: "\201C";
    font-size: 200px;
    position: absolute;
    left: -40px;
    top: -40px;
    color: #ededed;
}

blockquote cite {
    color: #ededed;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.clear {clear: both;}
.ta_right {text-align: center;}

.animated {
    opacity: 0;
    visibility: hidden;
    transform:translate(0,40px) scale(0.98);
    -webkit-transform:translate(0,40px) scale(0.98);
    -moz-transform:translate(0,40px) scale(0.98);
    -ms-transform:translate(0,40px) scale(0.98);
    -o-transform:translate(0,40px) scale(0.98);
}

.animated.shown {
    opacity: 1;
    visibility: visible;
    transform:translate(0,0) scale(1) !important;
    -webkit-transform:translate(0,0) scale(1) !important;
    -moz-transform:translate(0,0) scale(1) !important;
    -ms-transform:translate(0,0) scale(1) !important;
    -o-transform:translate(0,0) scale(1) !important;
}

.circular_parent {
    font-style: italic;
    text-align: center;
    color: #7a7a7a;
    font-size: 16px;
    margin: 50px auto 20px;
}
.circular_loader_wrapper {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 7px;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.7) inset;
    -ms-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.7) inset;
    -o-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.7) inset;
}

.circular_loader {
  font-size: 10px;
  position: relative;
  box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
  -ms-box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px  rgba(0,0,0,0.3);
  border-top: 8px solid #e5e5e5;
  border-right: 8px solid #e5e5e5;
  border-bottom: 8px solid #e5e5e5;
  border-left: 8px solid red;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.circular_loader,
.circular_loader:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} 

.border0,
.breadcrumb,
.btn.large,
.form-control,
.input-group-btn .btn,
.input-group .form-control {border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}

.border3,
.pagination_nav .pagination > li,
.pagination_nav .pagination > li > a,
.scroll-top-btn {border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;}

.border50p,
.search_tags .tag a {border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}

.delay01 {transition-delay:.1s;-webkit-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s}
.delay02,
.full-search-container {transition-delay:.2s;-webkit-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}
.delay03 {transition-delay:.3s;-webkit-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}
.delay04 {transition-delay:.4s;-webkit-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}
.delay05 {transition-delay:.5s;-webkit-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}

.duration02,
.single-line-slider .slick-arrow i,
.carousel-inner > .item a .overlay,
#subscribe-form input#email-subscribe,
#slider-search #search-holiday,
#find-agent-form input#search-agent,
.full-search-container,
.close-search-overlay .x1,
.close-search-overlay .x2,
.site-logo img,
.agent-login-content,
.members-cont a img,
.scroll-top-btn,
.item-fnd-col {transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-ms-transition-duration:.2s;-o-transition-duration:.2s}

.duration05,
.animated {transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;-ms-transition-duration:.5s;-o-transition-duration:.5s}

#slider-search input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    color: #231f20;
    font-size: 20px;
    line-height: 22px;
    padding: 16px 0 14px;
    height: auto;
    font-weight: 500;
}
#slider-search .racTokenList {min-height: 62px;padding: 2px;}
#slider-search .RadAutoCompleteBox .racToken {font-size:15px !important;min-height: 46px !important;padding: 14px 40px 13px 10px !important;}
#slider-search .RadAutoCompleteBox .racToken .racRemoveTokenLink {top:12px;}
#slider-search .racTokenList:hover {box-shadow: 0 0 0 2px #ba000d inset;-webkit-box-shadow: 0 0 0 2px #ba000d inset;-moz-box-shadow: 0 0 0 2px #ba000d inset;-o-box-shadow: 0 0 0 2px #ba000d inset;-ms-box-shadow: 0 0 0 2px #ba000d inset;}

#slider-search input[type=submit] {
    height: 58px;
    background-color: #1d1d1d; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a3a3a), to(#010101)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #3a3a3a, #010101); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #3a3a3a, #010101); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #3a3a3a, #010101); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #3a3a3a, #010101);
    margin: 0;
}

#slider-search input[type=submit]:hover {
    background-color: #1d1d1d; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#010101), to(#3a3a3a)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #010101, #3a3a3a); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #010101, #3a3a3a); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #010101, #3a3a3a); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #010101, #3a3a3a);
}


#find-agent-form input[type=text]{
    height: 48px;
    position: absolute;
    top: 0;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #231f20;
    font-size: 16px;
    margin: 0 0 0 -5px;
    padding: 8px 10px 8px;
    width: 100%;
    z-index: 9;
}

#find-agent-form input[type=text]:focus{border-color: #ba000d}

#slider-search input[type=text],
#find-agent-form input[type=text]
{transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-ms-transition-duration:.2s;-o-transition-duration:.2s}

.megamenu ul .arrowDownDestination span::after
{
    content: "\25BC";
    font-size: 10px;
    margin: 0 0 0 5px;
}
.megamenu ul li a span::after
{
    content: " " !important;
}
#slider-search input[type="submit"]
{
    height: 61px !important;
    position: relative !important;
    top: 3px !important;
    left: -4px;
}

#slider-search .RadAutoCompleteBox {
    border: 0 none;
    float: none;
    height: 100%;
    width: 450px !important;
}

#find-agent-form .red-btn
{
    right:-4px;
}
#stayUpdatedFrm
{
    text-align:center;
}
#email-subscribe
{
     border: 1px solid #d1d1d1;
    border-radius: 0;
    color: #231f20;
    font-size: 16px;
    left: 5px;
    padding: 13px 5px;
    position: relative;
    top: -1px;
    width: 47%;
}
.home-slider-txt
{
    z-index:11;
}
ul.rollovermenu3d li ul.nav.navbar-nav
{
    xmargin: 0 15px;
}

ul.rollovermenu3d li ul.nav.navbar-nav li ul 
{
    margin: 0;
}

.gray-form-content .RadAutoCompleteBox_Default .racTokenList
{
    float:left !important;
}
.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell
{
    background-image:none !important;
}
.RadComboBoxDropDown {
    width: 250px !important;
}

.RadComboBox {
    height: 48px;
    background:url("/HeadOffice/img/downArrow.png") no-repeat scroll 97% center;
   
}

.RadComboBox table {
    height: 48px;
}

.RadComboBoxDropDown .rcbList > li {
    font-size: 16px;
    color: #231f20;
    line-height: 20px;
}

.RadComboBoxDropDown .rcbList { max-height: 400px; }

.RadAutoCompleteBoxPopup_Default, .RadAutoCompleteBoxPopup, .racList, .gray-form-content .racTokenList {
    width: 100% !important;
    font-size: 16px;
    color: #231f20;
    line-height: 20px;
}

.RadAutoCompleteBox_Default .racRemoveTokenLink {background:none !important;}

.racSlide {
    min-width: 21.5em !important;
}

.over-map-search-form .agent_form {width: 695px;margin: 0 auto;}

.map-result .default-content { margin-top: 60px; }

.gray-form-content .RadComboBox .form-control,.dFormTable input[type=text],.dFormTable select{
    xbackground-color: #fff;
    xbackground-image: none;
    xborder-radius: 4px;
    color: #a5a5a5;
    display: block;
    font-size: 16px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

#slider-search .RadAutoCompleteBox, .gray-form-content .RadAutoCompleteBox {
   margin: 0; 
   padding: 0;
}

/* Find an Agent Styling */
.RadComboBoxDropDown .rcbScroll {height:auto !important;background:#fff;}



/* Right hand style fixes */

.gray-from-content .racInput {
    
}

.gray-form-content .RadComboBox table {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.gray-form-content .RadComboBox table:focus {
    border-color: #6b6b6b;
}

.gray-form-content .rcbHovered .rcbInput {
    color: #a5a5a5 !important;
}

.gray-form-content .RadComboBox table .rcbFocused {
   border-color: #6b6b6b !important;
   box-shadow: none;
}

.gray-form-content .input-holder, .gray-form-content .input-group, .gray-form-content .racTokenList, .gray-form-content .racInput {
    width: 100% !important;
}

.gray-form-content .racTokenList {
    height: auto;
    min-height: 47px;
    border: 0 !important;
    text-align: center;
    wdith: 100%;
}
.gray-form-content .racTokenList input {
    height: 42px;
    border: 0 !important;
    text-align: center;
    wdith: 100%;
}

.input-group .form-control.RadAutoCompleteBox_Default {
    height:auto
}

.form-control.RadAutoCompleteBox,
.gray-form-content .RadComboBox {
    float: left;
    width: 86% !important;
}

.gray-form-content .RadComboBox{
    float:none;
    height:auto;
}

.gray-form-content .input-holder .RadComboBox{float:left}
.gray-form-content .RadComboBox .rcbInner {
    border: medium none;
    padding: 0 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.gray-form-content .RadComboBox .rcbInner input {font-size:16px;text-align:center;height:47px;}

.gray-form-content .RadComboBox:focus, .gray-form-content .RadAutoCompleteBox:focus, .gray-form-contact input:focus{
    border-color: #6b6b6b; box-shadow:none;
}

.gray-form-content .input-group-btn {
    float: left;
}

.gray-form-content .form-holder {
    width: 100%;
}

.gray-form-content .RadComboBox_Default .rcbHovered, .gray-from-content .RadComboBox_Default .rcbFocused {
    xbackground: none;
}

.directoryItemTAC {
    display: none;
}

.xdirectoryItemDetailed #description,.xdirectoryItemDetailed .details_section{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.directoryItemContentDetailed p.info, .details_section .redBoldLink {
    xcolor: #999999;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
    
}

/*.default-content .tacLink {color:#e30512;text-decoration:underline !important;}
.default-content .tacLink:hover,.default-content .tacLink:focus{color:#980000;text-decoration:underline;cursor: pointer;}*/
.default-content .tacLink, #countriesMoreLink, #regionMoreLink, #countriesLessLink, #regionLessLink {color:#e30512;text-decoration:underline !important;}
.default-content .tacLink:hover,.default-content .tacLink:focus, 
#countriesMoreLink:hover, #regionMoreLink:hover, #countriesMoreLink:focus, #regionMoreLink:focus, #countriesLessLink:hover, #regionLessLink:hover, #countriesLessLink:focus, #regionLessLink:focus
 {color:#980000;text-decoration:underline;cursor: pointer;}

#countriesMoreLink, #regionMoreLink, #countriesLessLink, #regionLessLink {font-size:12px;}

/* Form Styles */
.dynamicForms, .dynamicFormCon, .widgetbg {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dynamicForms td, .dynamicFormCon td {
    border-right: none !important;
    padding: 0 !important;
}


.dFormHeader, .dFormRequiredFieldInstruction, .dFormDescription, .frmHdeFld{
    display: none;
}

.dynamicFormSectionTitles {background: #333333;color: #fff !important;border-right:1px solid #cdcdcd;font-weight: 700;}
.default-content .dynamicFormSectionTitles .dynamicFormTitle {padding: 15px; color: #fff !important;}
.dynamicFormSectionTitles .dynamicFormSubTitle {padding: 15px 15px 15px 15px; }
.dynamicFormSectionTitles p { margin:0;color:#fff; }

.dfCheckRadioCon input {
    position: absolute;
}
.dfCheckRadioCon label {
    margin-left: 23px;
}

.default-content .widgetbg table {font-size: 16px;width: 100%;border: 1px solid #cdcdcd;margin: 25px 0;}
.default-content .widgetbg table th {background: #333333;color: #fff;border-right:1px solid #cdcdcd;font-weight: 700;}
.default-content .widgetbg table td {font-size: 16px;border-right:1px solid #cdcdcd; padding:0;}
.default-content .widgetbg table tbody tr:nth-child(even) {background: #eaeaea}

.dynamicFormSectionTitles:parent { margin: 0 !important; padding: 0 !important; }
.dFormLabel {width: 40%;}
.dFormTable textarea {width: 100%;color:#a5a5a5;}
.default-content .dFormSubmit {xmargin-right: 15px;}
.default-content .dFormTable .dFormLabel, .default-content .dFormTable .dFormField {padding: 15px !important;}
.dFormTable input[type=text],.dFormTable select,.dFormTable textarea{border: 1px solid #d1d1d1;}
.dFormTable input[type=text]:focus,.dFormTable select:focus,.dFormTable textarea:focus {border-color: #6b6b6b; box-shadow:none;}

#enquire_now_form .RadComboBox {width:100% !important;}
#enquiry_now_form .RadComboBox .rcbInput {height: 47px !important;}


.media .media-left img {xwidth:210px;margin:auto;}
.listing .media-left {width: 45%;}

.dynamicForms .dFormTable tbody tr .dFormHeader, 
.dynamicForms .dFormTable tbody tr .requiredFieldInstruction{
    display:none !important;
}
.dynamicForms .dFormTable tbody tr input, 
.dynamicForms .dFormTable tbody tr textarea, 
.dynamicForms .dFormTable tbody tr select,
.dynamicForms .dFormTable tbody tr select option{
    color: #777777;
    opacity: 1;
}

.dynamicForms .dFormTable tbody tr select{
    background-color: #ffffff;
}

/* Search Styling */
.simpleSearchPageTitle, .searchTitle {display: none;}
.full-search-container label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.full-search-container .RadComboBox {height:auto;width:100% !important;}
.full-search-container .RadComboBox .rcbInner {height:auto;background:none;border:none;}
.full-search-container .RadComboBox .rcbInner .rcbInput { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    height: auto;
    margin: 10px 0;
    outline: medium none;
    width: 100%;
    display:block;
}
.rcbSlide {z-index:10000 !important;}



.full-search-container .searchOptions {float:left;}
.pmPublicSearch .formSubmitRow {float:left;margin-right:10px;}
.pmPublicSearch #srchControlConClearer {clear:both;}
.pmPublicSearch .RadComboBox {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.pmPublicSearch .RadComboBox .rcbInner, .pmPublicSearch .RadComboBox .rcbInner input  {
    color: #a5a5a5;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 0 5px;
    width: 100%;
    border:none;
}
.xpmPublicSearch .instructionMessageText, .xpmPublicSearch .searchResultsMessageDiv {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.pmSearchResultsView {margin-top: 10px;}
.pmSearchResultsView .button {
    background-color: #b1000e; 
    background-repeat: repeat-x; 
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c6000c), to(#9b0010)); 
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #c6000c, #9b0010); 
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #c6000c, #9b0010); 
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #c6000c, #9b0010); 
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #c6000c, #9b0010);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    padding: 4px 10px;
    text-align: center;
    border: 0 none;
    border-radius: 0px;
}
.resultsTable .searchResultsTypeHeading input {background:none;border:none;}
.resultsTable a, .pmSearchResultsView a  {color: #e30512;text-decoration: underline;}
.resultsTable a:hover, .pmSearchResultsView a:hover {color: #980000 !important}
.pmSearchResultsView .noResults {padding-top:20px;font-weight:bold;}

/* Filter Styling */
.filter .RadAutoCompleteBox {
    width: 100% !important;
    min-height: 48px;
    font-size: 16px;
    color: #231f20;
    border: 1px solid #ccc !important;
    xpadding:10px;
}

.filter .racTokenList {height:100%;line-height:1.42857;}
.filter .RadAutoCompleteBox .racTokenList {border:none;}
.filter .racInput {height:43px !important;}

.RadAutoCompleteBox .racToken {
    color: #797979 !important;
    margin:5px !important;
    display: inline-block !important;
    min-height: 35px !important;
    border:1px solid #e5e5e5 !important;
    background-color: #f8f8f8 !important;
    background-repeat: repeat-x !important;
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f1f1f1)) !important;
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #ffffff,#f1f1f1) !important;
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #ffffff,#f1f1f1) !important;
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #ffffff,#f1f1f1) !important;
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #ffffff,#f1f1f1) !important;
    position: relative !important;
    line-height: 1 !important;
    padding: 10px 40px 9px 10px !important;
    border-radius:0 !important;
    -ms-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -o-border-radius:0 !important;
}

.RadAutoCompleteBox .racToken .racRemoveTokenLink {
    border-radius:50% !important;
    -ms-border-radius:50% !important;
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    -o-border-radius:0 !important;
    border: 1px solid #e6e6e6;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 22px;
    padding:2px 0 0;

}

.RadAutoCompleteBox_Default .racTokenList {
    background:none;
    border:none;
}
.RadAutoCompleteBox .racLoadingIcon {
    right:10px;
}

.gray-form-content {
    
}

/* Competition Pages */
.text_v1 .competition-content p {font-size: 20px; line-height:15px;}
.text_v1 .competition-content {padding-top: 10px;}
.text_v1 .tacLink {background:none !important;text-decoration:underline;}
.text_v1 .directoryItemTAC {color: #fff;background-color:rgba(0, 0, 0, 0.4);}


/* Travel Tools (Extras) page tweaks */
.four-columns{
    margin: 20px 0;
}

.four-columns .column{
    width: 23%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    vertical-align: top;
    background-color: #ebebeb;
    padding: 5px 5px;
    height: 225px;
}

.four-columns .column img{
    height: 60px;
}

.four-columns .column-title{
    font-weight: bold;
    font-size: 18px;
}

.four-columns .column-content{
    height: 65px;
    font-size: 16px;
}

.four-columns .column-link a{
    font-size: 16px;
    padding: 10px 9px;
    width: 190px;
}

.two-columns{
    margin: 20px 0;
}

.two-columns .column{
    width: 47%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    vertical-align: top;
    background-color: #ebebeb;
    padding: 5px 5px;
    height: 225px;
}

.two-columns .column img{
    height: 60px;
}

.two-columns .column-title{
    font-weight: bold;
    font-size: 18px;
}

.two-columns .column-content{
    height: 65px;
    font-size: 16px;
}

.two-columns .column-link a{
    font-size: 16px;
    padding: 10px 9px;
    width: 190px;
}

.middle-section-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.middle-section-content .left-row, .middle-section-content .right-row{
    display: inline-block;
    width: 49%;
    padding: 5px;
}

.middle-section-content .left-row{
    border-right: 1px dotted #999;
}

.middle-section-content .middle-section-row{
    border: 1px dotted #999;
    border-collapse: collapse;
    height: 85px;
}

.middle-section-content .travel-tools-icon{
    float: left;
}

.middle-section-content .travel-tools-text{
    float: left;
    width: 80%;
    padding: 8px;
    font-size: 16px;
    height: 75px !important;
}

.middle-section-content .travel-tools-text a{
    color: #ED1C24;
    text-decoration: underline;
}

/* Skinless template fixes */
.noskin {
    padding-top: 0;
}

/* Banner fixes */

.noskin .banner-message {
    top: 0;
}

/* Homepage fixes */
.find_an_agent_section .item-fnd-col {height:425px;}
.feature_agent_section .item-fnd-col {height:425px;}
.feature_agent_section .item-fnd-txt p {height: 122px;margin-top:4px;}
.feature_agent_section .item-fnd-txt .featured-small-txt {height:100%;font-size: 22px;line-height:30px;margin-top: 2px;}
.feature_agent_section .read-online {margin:13px 0 0;}
.magazine_section .item-fnd-txt p {height: 102px;}
.magazine_section .item-fnd-col {height:425px;}

td:empty {display:none;}
.recaptchatable td:empty,
.resultsTable td:empty {display:table-cell;}

#crumbHolderDiv {float:left;}

/*Promotion page fixes */
.competition_article_content h2 a,
.competition_article_content h3 a {color: #e30512;text-decoration:none;}
.competition_article_content h2 a:hover,
.competition_article_content h3 a:hover {color: #980000;text-decoration:none;}


/*
    FancyBox Core Style
*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/includes/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/includes/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/includes/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/includes/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

                      
.secCodeHelpContent {
    background: #fff;
    padding: 6px 12px;
    width: 500px;
    border: solid 4px #000;

}
.cardSecImages {
    margin: 12px auto;
}
.cardSecImage {
    text-align: center;
}
.cardSecImage p {
    margin: 17px 0 7px;
}



/* 
   Vertical Bootstrap Carousel
*/
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}
/* 
   /Vertical Bootstrap Carousel
*/


/* Club Med banner fix */
.page_cover img, .slideshow img{
    object-fit: cover;
}


@media all and (max-width: 1199px) {
    .over-map-search-form .agent_form {width: 628px;}
}

@media all and (min-width: 992px) and (max-width: 1199px){
    .breadcrumbNavigation ol > li:last-child{
        padding-left: 37px;
    }
}

@media all and (max-width: 991px) {
    #searchViewList {margin-bottom:10px;}
    .over-map-search-form .agent_form {width: 100% !important;clear: both;}
    .over-map-search-form .agent_form .form_line {
        width: 33%;
        padding: 0 10px;
    }
    .over-map-search-form .agent_form .form_line:first-child{
        width: 100%;
    }
    .over-map-search-form .agent_form .form_line input, .over-map-search-form input{
        max-width: 100%;
    }
    .over-map-search-form .agent_form .form_line button.red-btn{
        margin: 0px;
        float: none;
    }
    .over-map-search-form .agent_form button {width:100%;}
    .over-map-search-form .chosen-container{width:100% !important;}
    .four-columns .column {width:22%;height:auto;}
    .four-columns .column-link a {width:auto;padding:5px 10px;}
    .four-columns .column {width:47%;margin-bottom:15px;min-height:180px;}
    .two-columns .column {height:auto;}
    .two-columns .column-link a {width:auto;padding:5px 10px;}
    .two-columns .column {width:47%;margin-bottom:15px;min-height:180px;}
    .middle-section-content .travel-tools-text {width:78%;}
    .filter button
    {
        width:30% !important;
        float:left;
        margin-right:10px !important;
    }
    /*.listing .media-left
    {
        width:100%;
    }*/
    .listing .media-left a img
    {
        width:100%;
    }
    
     .banner
    {
        text-align:center;
    }
    .details_section table
    {
        width:100% !important;
    }
}

@media all and (max-width: 767px) {
    #slider-search .RadAutoCompleteBox {width:330px !important;}
    #slider-search input[type="submit"] {display: block;margin: 0 auto;padding: 0 !important;top: 0 !important;width: 200px;left:0;}
    
    .four-columns .column {width:100%;margin:0 0 15px 0;}
    
    .two-columns .column {width:100%;margin: 0 0 15px 0;}
    
    .middle-section-content .middle-section-row {height:auto;border:none;}
    .middle-section-content .left-row, .middle-section-content .right-row {width:100%;border: 1px dotted #999;}
    
     .listing .media-left
    {
        width:100%;
    }
    .listing .media-left a img
    {
        width:100%;
    }
  
     .banner
    {
        text-align:center;
    }
    .details_section table
    {
        width:100% !important;
    }
}

@media all and (max-width: 666px){
    .breadcrumbNavigation ol > li:last-child{
        padding-left: 37px;
        padding-bottom: 10px;
    }
}

@media all and (max-width: 479px) {
    #slider-search .RadAutoCompleteBox {width:300px !important;}
    #slider-search input[type="submit"] {width:200px !important;}
    
    .middle-section-content .travel-tools-text {width: 74%;}
    
    .over-map-search-form .agent_form .form_line {
        width: 100%;
    }
    .over-map-search-form .agent_form .form_line input{
        width: 100%;
    }
}

@media print {
   body {
      color: #000;
      background: #fff;
   }
   
   html, body,article {
      width: 100%;
      margin: 0;
      padding: 0;
   }
   
   h2, h3 {
       page-break-after: avoid;
   }
    
   img {
       max-width: 100% !important;
   }
   ul, img {
       page-break-inside: avoid;
   }
   
   .header-soc-net, .header-search-icon, .header-user, #slider-search {display:none;}
   .header-cont-details {float:left;width:100%}
   .awards-section {min-height:100%;}
   .xslick-list {overflow:visible;}
   .animated {visibility:visible !important;}
   .bg-img-holiday-ideas-behind {display:none;}

   @page {
      margin: 2cm;
   }
   
   @media print and (color) {
       * {
          -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
       }
    }
}

/* 
   Banner Message
*/
.banner-message-text {
    display: none;
}

.banner-message {
    z-index: 10;
    display: none;
    position: relative;
    top: 162px;
    width: 100%;
    padding: 15px 0;
    background: #4a4a4a;
    color: #fff;
    text-align: center;
}

    .banner-message i {
        position: absolute;
        right: 25px;
        font-size: 16px;
        padding-top: 2px;
    }

        .banner-message i:hover {
            cursor: pointer;
        }

    .banner-message a {
        color: #fff;
        text-decoration: underline;
    }

.banner-message-sticky {
    position: fixed;
    top: 112px;
    width: 100%;
}

@media (min-width:360px) {
    .banner-message {
        position: absolute;
        top: 250px;
        width: 100%;
    }
}

@media (min-width:768px) {
    .banner-message {
        position: absolute;
        top: 160px;
        width: 100%;
    }
}

@media (min-width:980px) {
    .banner-message {
        position: relative;
        top: 194px;
        width: 100%;
    }

    .banner-message-sticky {
        position: fixed;
        top: 144px;
        width: 100%;
    }
}

@media (min-width:1280px) {
    .banner-message {
        position: relative;
        top: 160px;
        width: 100%;
    }

    .banner-message-sticky {
        position: fixed;
        top: 114px;
        width: 100%;
    }
}

/* Styles by Arshad */
.awards-section .container h1
{
    font-size:32px;
    color:#231f20 ;
    text-align:center;
}
.awards-section .container p
{
    font-size:16px;
    color:#231f20 ;
    text-align:center;
    line-height:20px;
}
.dest-exp-wrapper
{
    float:left;
    margin-top:20px;
    background:rgba(255,255,255,0.8);
    padding:15px;
}
.dest-exp-component
{
    float: left;
    width: 100%;
    margin-right: 2%;
    background: #ebebeb;
    border: 1px #d4d4d4 solid;
    padding: 20px 20px 10px 20px;
}
.dest-exp-img
{
    float:left;
    width:36%;
}
.dest-exp-img img
{
    float:left;
    width:100%;
}
.dest-exp-explanation
{
    float:left;
    width:59%;
    margin-left:5%;
}
.dest-exp-explanation h3 {
    color: #ed1c24;
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-top:0px;
}
.dest-exp-explanation p{
    font-size:16px;
    line-height:20px;
    color:#231f20 ;
    text-align:left !important;
    margin:0px 0px 5px !important;
}
.dest-exp-explanation .read-online
{
    margin-top:5px;
}
.dest-exp-second-head
{
    color:#e30512;
    font-size:22px !important;
}
.dest-exp-item
{
    padding-top:20px;
}
.dest-exp-item h3 a
{
    text-decoration:none !important;
    font-size:24px !important;
    
}
.dest-exp-item .red-btn
{
    margin-top:0px !important;
    margin-bottom:30px !important;
}

/** Arshad's styles **/
.silderText
{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 6%;
    margin-top: 5%;
    padding: 5px 35px;
    position: absolute;
    width: 50%;
    z-index: 99;
}
.silderText p
{
    line-height:22px;
    color:#231F20;
    font-size:16px;
}
.silderText p .redBoldLink 
{
    font-size:11px;
}
.silderText  h1{
    color: #EE1D22;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align:left;
     text-transform: inherit;
     margin-bottom:10px;
     text-align:center;
}
.silderText  h3 {
    color: #231F20;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align:left;
    margin-top:0px;
}

.enquireForm
{
    position:absolute;
    width:80%;
  padding-top:15px;
    z-index:99;
}
.promotions_page
{
    padding-top:10px;
}

.right_affix {margin-bottom: 20px;}
.right_affix.stick {}
.right_affix.affix-top {position: relative !important;}
.right_affix.affix {top: 151px;position: fixed !important;}
.noskin .right_affix.affix {top: 30px;position: fixed !important;}
.right_affix.affix-bottom {position: relative !important;}
/* @bkel 20170405: removed width 30% and right 30px for promo page. Unsure if required for other pages! */
.right_affix
{
    position:absolute;
    right: 0;
    z-index:99;
}

.promotions_page .directoryItemDetailed
{
    display:none;
}
.promotions_page .directoryItemContentDetailed
{
    padding:10px 10px;
    border:1px #ddd solid;
    margin-top: 10px;
}
.red-btn
{
    cursor:pointer;
    margin-top:0px;
}
.listing a.red-btn, .listing a.red-btn:hover
{
    margin-top:0px !important;
}
.article_info
{
    margin-top:15px;
}
#membersList
{
    width:100%;
    display:block !important;
}
#membersList thead
{
    width:100%;
    display:block !important;
}
#membersList tbody
{
    width:100%;
    display:block !important;
}
#membersList tr
{
    width:100%;
    display:block !important;
}

.promotions_right_affix
{
    top:-63.5%;

}
.promotions_right_affix.stick
{
    top:18% !important;
}

/* Number of destinations */
.page-title-number-destinations {
    display: none;
    font-size: 20px;
    color: #a8a8a8;
    padding: 0 20px;
    background-color: #eeeeee;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
    bottom: 5px; 
}    
.page-title-number-destinations span {
    color: #231f20;
    font-style: italic;
}

/* Sticky Button There is more */
.sticky-more {
    position: fixed;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    bottom: 20px;
    right: 0;
    width: 85px;
    z-index: 11;
    font-style: italic;
    text-decoration: none!important;
    margin: 0;
    line-height: 1;
    display: block;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.sticky-more img {
    display:block;
    margin: 15px auto 0;
    width: 30px;
    height: 50px;
    background: #e20612;
}

/*product listing page */
.product-row {
    margin-top: 30px;
}

.product-header-description h6 {
    font-size: 14px;
}

.currently-show label {
    color: #666;
    font-size: 14px;
}

.product-text-left {
    color: #666;
    border: 1px solid #e5e5e5;
    margin-top: 2px;
    padding: 3px 0;
    width: 100%;
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f1f1f1));
    background: -webkit-linear-gradient(top,#fff,#f1f1f1);
    background: -moz-linear-gradient(top,#fff,#f1f1f1);
    background: -ms-linear-gradient(top,#fff,#f1f1f1);
    background: -o-linear-gradient(top,#fff,#f1f1f1);
}

.product-text-left span {
    font-size: 14px;
    margin-left: 10px;
    font-size: 12px;
}

.product-text-left em {
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}

.product-search-input {
    height: 38px;
}

.product-search-input::placeholder {
    font-style: italic;
}

.product-search-btn {
    min-height: 20px !important;
    padding: 5px 20px;
}

.product-sort-display {
    background: #6e6e6e;
}

.product-sort-display span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-left: 9px;
}

.product-sort-display button {
    border: 0;
    background: 0;
    font-size: 12px;
}

.product-sort-display button:hover {
    background-color: #b1000e;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#9b0010),to(#c6000c));
    background: -webkit-linear-gradient(top,#9b0010,#c6000c);
    background: -moz-linear-gradient(top,#9b0010,#c6000c);
    background: -ms-linear-gradient(top,#9b0010,#c6000c);
    background: -o-linear-gradient(top,#9b0010,#c6000c);
}

.product-sort-display button em {
    margin-left: 10px;
    font-size: 10px;
}

.product-sort-display .sort-selection {
    border-right: 1px solid #fff;
}

.product-places .panel {
    border-top: 3px solid #e20612;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
}

.product-places .panel-heading {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 0;
    background: #fff;
    min-height: 100px;
}

.product-places .panel-heading .col-md-8 {
    font-size: 16px;
    color: #e20612;
    margin-top: 10px;
    padding-left: 25px;
}

.product-places .panel-heading .col-md-4 {
    color: #666;
    margin-top: 11px;
    text-align: center;
    font-size: 12px;
    line-height:20px;
}

.product-places .panel-heading .col-md-4 span {
    font-size: 16px;
    font-weight: 700;
}

.product-places .panel-heading .col-md-4 span sup,
.product-places .panel-heading .col-md-4 span span {
    font-size: 8px;
    font-weight: normal;
}

.product-places .panel-heading a:after {
    right: 5px;
}

.product-places .panel-body {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding-bottom: 0px;
    padding-top: 0px;
    /*min-height: 480px;*/
    min-height: 420px;
    position: relative;
}

.product-places .panel-body > div:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product-places .panel-body .product-image {
    padding: 0;
}


/* There was a height setting on this element but it was distorting images
    TC may want to re-introduce a height for mobile view to restict height but it should only be applied to small screens.
*/
.product-places .panel-body .product-image img {
    width: 100%;
}

.product-image-details {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.product-image-details span {
    font-size: 12px;
}

.product-image-info em {
    margin-right: 10px;
}

.product-image-info {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 5px;
}

.product-image-info-border {
    border-bottom: 1px solid #e6e6e6;
}

.product-image-info .col-md-12, .product-image-info .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}

.product-image-info .col-md-4 {
    padding-right: 0;
}

.product-places .find-out-more {
    font-size: 16px; 
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.product-places .red-btn.enquire-now {
    font-size: 16px;
    width: 100%;
    padding: 0;
    background-color: #e6e6e6 !important;
    background: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    color: #666 !important;
    margin-bottom: 0;
}

.product-load-more {
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.product-load-more-link {
    font-size: 12px;
    text-decoration: none !important;
    color: #4d4d4d !important;
    padding: 0 10px;
    background: #fff;
}

.product-pagination .col-md-12 {
    font-size: 12px;
}

.product-pagination .col-md-12 a {
    text-decoration: none !important;
    color: #4d4d4d !important;
    padding: 0 10px;
}

.product-pagination .col-md-12 a:hover {
    text-decoration: underline !important;
}

.product-pagination .col-md-12 input {
    width: 40px; margin-right: 10px;
}

.product-pagination .col-md-12 .product-pagination-active {
    color: #e20612 !important;
}

.product-discover-magazine .row {
    background: url("/HeadOffice/img/discover.png") no-repeat;
    background-size: 100%;
    min-height: 250px;
    width: 100%;
    margin: 0;
}

.product-discover-magazine .row .col-md-12 {
    min-height: 250px;
    padding-left: 67%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #5bafed);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #5bafed);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #5bafed);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #5bafed);
}

.product-discover-magazine .row .col-md-12 h3 {
    color: #fff;
}

.product-discover-magazine .row .col-md-12 span {
    font-size: 12px;
    color: #fff;
}

.product-discover-magazine .row .col-md-12 input {
    margin-top: 50px;
    min-height: 20px !important;
    padding: 5px 20px;
}

.enquire-now-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%, -50%);
    -moz-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    -o-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
    font-size: 12px;
    background: #6a6a6a;
    color: #fff;
    margin-bottom: 0;
    min-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    border-radius: 0;
    font-weight: 700;
    min-width: 130px;
    padding-top: 15px;
}

.enquire-now-fixed:active, .enquire-now-fixed:focus, .enquire-now-fixed:hover, .enquire-now-fixed:visited {
    background-color: #6a6a6a !important;
    border-color: #6a6a6a !important;
}

#enquire-now-modal .modal-content {
    background-color: #4a4a4a;
}

#enquire-now-modal .close {
    color: #fff;
    opacity: 1;
    margin-right: 10px;
    margin-top: 10px;
}

#enquire-now-modal .modal-content .row .col-md-12 h2 {
    color: #fff !important;
}

#enquire-now-modal .modal-content .row .col-md-12 h4 {
    padding: 10px 50px;
    color: #fff !important;
}

#enquire-now-modal .modal-content .row .form-group {
    padding: 0 75px;
    margin-bottom: 10px;
}

#enquire-now-modal .modal-content .row .form-check {
    padding: 0 75px;
}

#enquire-now-modal .modal-content .row .form-check .form-check-label {
    color: #fff;
}

#enquire-now-modal .modal-content .row .form-check .form-check-label span {
    margin-left: 10px;
}

#enquire-now-modal .modal-content .row .enquire-now-modal-button {
    text-align: left;
    padding: 20px 75px;
}

/* product details page */
.details-page-title {
    color: #e20612;
}

.details-page-title h3{
    color: #e20612;
}

.details-page-info {
    font-size: 16px;
    color: #666;
    line-height: 2em;
}

.details-page-info span {
    font-size: 8px;
}

.details-page-info strong {
    font-size: 18px;
}

.details-page-info em {
    margin-right: 10px;
}

.details-page-social {
    color: #666;
    line-height: 2em;
    margin-top: 20px;
}

.details-page-social em {
    margin-right: 10px;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m{
    float: none !important;
}

.addthis_toolbox a {
    color: #666;
}

.details-page-social #addthisContainer a{
    margin: 0px 5px;
}

.details-page-social #addthisContainer .pin_it_iframe_widget{
    display: none;
}

.details-page-social #addthisContainer .google_plusone_iframe_widget{
    display: none;
}

.details-page-description-title{
    margin-top: 5px;
}

.details-page-description-title h4 {
    color: #e20612;
    font-weight: normal;
    line-height: 1em;
}

.details-page-description {
    font-size: 16px;
    color: #666;
}

.details-page-hr {
    width: 100%;
    height: 17px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.details-page-details {
    font-size: 20px;
    color: #e20612;
    padding: 0 10px;
    background: #fff;
}

.details-page-panel .panel-heading {
    border: 0;
    background-color: #f7f7f7;
    padding: 15px 10px;
    border-radius: 0;
}

.details-page-panel .panel-heading div, .details-panel-carousel .panel-heading div, .details-panel-enquire .panel-heading div {
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.details-page-panel .panel-heading span {
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    background: #f7f7f7;
}

.details-page-panel .panel-body, .details-panel-carousel .panel-body, .details-panel-enquire .panel-body {
    background-color: #f7f7f7;
    border-radius: 0;
    min-height: 300px;
}

.details-page-panel .panel-body div, .details-page-condition {
    font-size: 14px;
    color: #666;
}

.details-page-panel .panel-body ul {
    padding-left: 15px;
}

.details-page-panel .panel-body li {
    background: none;
    list-style-type: initial;
    padding: 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.details-panel-carousel .panel-heading, .details-panel-enquire .panel-heading {
    border: 0;
    background-color: #f7f7f7;
    padding: 20px 15px;
    border-radius: 0;
}

.details-panel-carousel .panel-heading span, .details-panel-enquire .panel-heading span {
    font-size: 18px;
    color: #000;
    padding: 5px 10px;
    background: #f7f7f7;
}

.details-panel-carousel .panel-body img {
    height: 250px;
}

.details-panel-carousel .panel-body h3 {
    color: #e20612;
}

.details-panel-carousel .panel-body p {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.details-panel-carousel .carousel-control {
    height: 75px;
    top: 34%;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 30px;
}

.details-panel-carousel .left {
    left: 30px;
}

.details-panel-carousel .right {
    right: 30px;
}

.details-panel-carousel .left span, .details-panel-carousel .right span, .blog-details-multiple-carousel .left span, .blog-details-multiple-carousel .right span {
    color: #666;
    font-size: 18px;
    line-height: 1.4em;
}

.details-find-agent {
    background: #f7f7f7;
    padding: 15px;
}

.details-find-agent .label-agent {
    padding: 10px;
    font-size: 16px;
}

.details-find-agent .input-group input::placeholder {
    font-style: italic;
}

.details-find-agent button {
    height: 47px;
    color: #666;
    font-size: 16px;
}

.details-find-agent .input-group .RadComboBox {
    width: 100% !important;
}
    
.details-panel-enquire .enquire-left {
    padding-left: 0;
}

.details-panel-enquire .enquire-right {
    padding-right: 0;
}

.details-panel-enquire input::placeholder, .details-panel-enquire textarea::placeholder {
    font-style: italic;
}

/* Blog Listing Page */
.blog-listing-header {
    border-bottom: 1px solid #b5b5b5;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
}

.blog-listing-top-area {
    min-height: 140px;
}


.blog-listing-header .col-md-5 {
    padding-left: 0;
}

.blog-listing-first img {
    /*min-height: 400px;*/
    width: 100%;
    padding: 15px;
}

.blog-listing-first-description h5 {
    color: #e20612;
    padding-left: 30px;
    margin-top: 30px;
}

.blog-listing-first-description .blog-listing-first-description-details {
    padding-left: 45px;
    font-size: 16px;
    color: #666;
}

.blog-listing-first-description .blog-listing-first-description-details span {
    font-size: 16px;
    color: #666;
}

.blog-listing-first-border {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 15px;
}

.blog-listing-first-reading .blog-listing-first-col {
    padding-left: 45px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 2em;
    color: #666;
}

.blog-listing-first-reading .blog-listing-first-col em {
    margin-right: 10px;
}

.blog-listing-first-reading .text-right a.red-btn {
    font-size: 16px;
    padding-left: 30px;
    background-color: #e6e6e6 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    color: #666 !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.blog-listing-second .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border: 0;
    background: #fff;
    overflow: hidden;
}

.blog-listing-second .panel-heading img {
    /*width: 100%;*/
    height: 300px;
    margin-left: -200px;
}

.blog-listing-second .panel-body h5 {
    color: #e20612;
}

.blog-listing-second .blog-listing-second-description {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    min-height: 90px;
}

.blog-listing-second .blog-listing-second-top, 
.blog-listing-second .blog-listing-second-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.blog-listing-second .blog-listing-second-details {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    padding: 5px 0;
    min-height: 70px;
}

.blog-listing-second .blog-listing-second-tag {
    font-style: italic;
}

.blog-listing-second .blog-listing-second-details em {
    margin-right: 10px;
}

.blog-listing-second .panel-body .text-center a.red-btn {
    font-size: 16px;
    padding-left: 30px;
    background-color: #e6e6e6 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    color: #666 !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.blog-listing-second .blog-listing-second-social em {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    margin-right: 10px;
}

.blog-listing-second .panel .panel-heading a:after {
    content: "";
}

.blog-listing-search {
    background: #f7f7f7;
    padding: 15px;
}

.blog-listing-search .label-search {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding-top: 0;
    padding: 10px;
    font-size: 16px;
}

.blog-listing-search .label-search span {
    font-size: 18px;
    color: #000;
    padding: 5px 10px;
    background: #f7f7f7;
}

.blog-listing-search .input-group input {
    margin-left: 0;
}

.blog-listing-search .input-group input::placeholder {
    font-style: italic;
}

.blog-listing-search .input-group button {
    height: 47px;
    color: #666;
    font-size: 16px;
}

.categories-destinations {
    padding: 10px 0;
}

.label-search-or {
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    margin-top: 15px;
}

.label-search-or span {
    font-size: 18px;
    color: #000;
    padding: 5px 10px 5px 0;
    background: #f7f7f7;
}

#right_affix .details-panel-carousel #detailsCarouselRight .item{
    min-height: 240px;
}

#right_affix .details-panel-carousel #detailsCarouselRight .item a{
    position: static;
    display: inline;
}

#right_affix .details-panel-carousel .panel-body{
    min-height: 200px;
}

#right_affix .blog-listing-search #blogFilterCategory, #right_affix .blog-listing-search #blogFilterDestination{
    width: 111%;
}

#right_affix .blog-listing-search .label-search-or{
    text-align: center;
}


/* blog details page */
.blog-details-header h1, .blog-details-info h1,
.blog-details-info h4 {
    color: #e20612;
}

.blog-details-header .blog-details-below-header {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    line-height: 2em;
    color: #666;
    font-size: 14px;
}

.blog-details-below-header .fa-pencil, .blog-details-below-header .fa-tag, .blog-details-below-header .blog-details-social {
    margin-left: 25px;
}

.blog-details-below-header .blog-details-font {
    font-style: italic;
    padding-left: 5px;
}

.blog-details-below-header .blog-details-social em {
    margin-right: 10px;
}

.blog-details-introduction p, .blog-details-info p, 
.blog-details-last p, .blog-details-info .col-md-12,
.blog-details-info ul li {
    font-size: 16px;
    color: #666;
}

/* Select the first <p> element - only if it is the first child of its container */
.blog-details-info .col-md-12 > p:first-child {
    margin-top: 0;
}

.multiple-carousel-slide .carousel-big-image, .product-details-carousel-first .carousel-big-image{
    width: 100%;
    min-height: 200px;
}

.blog-details-last {
    border-bottom: 1px solid #e7e7e7;
}

.blog-details-question h6 {
    color: #666;
    padding: 20px 0;
}

.blog-details-question h6 em {
    margin-right: 10px;
}

.blog-details-info table tbody tr:nth-child(even) {
    background: #fff;
}

/*multiple carousel */
#detailsCarousel .carousel-inner > .item {
  -webkit-transition: 200ms linear left;
  transition: 200ms linear left;
}
/*#detailsCarousel .carousel-inner .active.left {
  left: -25%;
}
#detailsCarousel .carousel-inner .active.right {
  left: 25%;
}
#detailsCarousel .carousel-inner .next {
  left: 25%;
}
#detailsCarousel .carousel-inner .prev {
  left: -25%;
}*/

.multiple-carousel-slide .left, .multiple-carousel-slide .right,
.product-details-carousel-first .left, .product-details-carousel-first .right {
    z-index: 1;
}

.product-details-carousel-first #detailsCarousel {
    margin-top: 20px;
}

.product-details-carousel-first .carousel-inner .item img {
    min-height: 150px;
}

.product-details-carousel-first .carousel-control {
    width: 50px;
    height: 100px;
    opacity: 1;
    background: #fff;
    margin-top: 25px;
    color: #666;
}

.details-page-main-carousel .carousel-indicators {
    margin-bottom: -50px;
}

.details-page-main-carousel .carousel-indicators li {
    border: 1px solid #666;
    background: #fff;
    padding: 7px;
    margin: auto !important;
}

.details-page-main-carousel .carousel-indicators .active {
    background: #e20612;
}

.details-page-main-carousel .carousel-inner .item img {
    width: 100%;
    min-height: 200px;
}

.details-page-main-carousel .carousel-inner .item h3 {
    font-size: 18px;
    color: #e20612;
}

.details-page-main-carousel .carousel-inner .item p {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.blog-details-multiple-carousel .carousel {
    margin-bottom: 30px;
}

.blog-details-multiple-carousel .carousel-inner .item div:first-child {
    padding-left: 0;
}

.blog-details-multiple-carousel .carousel-inner .item div:last-child {
    padding-right: 0;
}

.blog-details-multiple-carousel .carousel-inner .item img {
    width: 100%;
    height: 250px;
}

.blog-details-multiple-carousel .carousel-control {
    height: 75px;
    top: 15%;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 30px;
}

.blog-details-multiple-carousel .left {
    left: 15px;
}

.blog-details-multiple-carousel .right {
    right: 15px;
}

.blog-details-multiple-carousel .carousel-big-image {
    width: 100%;
    min-height: 500px;
}

.new-old-posts a {
    text-decoration: none !important;
    color: #4d4d4d !important;
    padding: 0 10px;
    font-size: 12px;
}

.new-old-posts a:hover {
    text-decoration: underline;
}

/* Agent Map Hover */
.agent-map-hover .col-md-4 {
    /*height: 350px;*/
    height: auto;
    border: 1px solid #666;
}

.agent-map-hover .col-md-4 .agent-sort-by {
    background: #6e6e6e;
    margin-top: 10px;
    width: 200px;
}

.agent-map-hover .col-md-4 .agent-sort-by > span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-left: 9px;
}

.agent-map-hover .agent-sort-by button {
    border: 0;
    background: 0;
    width: 140px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.agent-map-hover .agent-sort-by button em {
    margin-left: 70px;
}

.agent-map-hover .collapse_search_results_container{
    margin-top: 10px;
}

#expandSidePanelContainer {
    float: right;
}

.agent-map-hover .agent-map-ul {
    list-style: none;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    border-top: 1px solid #aaa;
}

.agent-map-hover .agent-map-ul li {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.agent-map-hover .agent-map-ul li:hover {
    background: #e6e6e6;
}

.agent-map-hover .agent-map-ul li .first-li {
    margin-top: 2px;
/*    color: #e20612;
*/
}

.agent-map-hover .agent-map-ul li .second-li div:first-child {
    color: #666;
    font-size: 12px;
}

.agent-map-hover .agent-map-ul li .second-li div span:first-child {
    font-size: 24px;
    color: #666;
}

.agent-map-hover .agent-map-ul li .second-li div span:last-child {
    font-size: 14px;
    color: #666;
}

.sort .col-md-4 label {
    font-style: normal;
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
}

.sort .col-md-4 {
    background: rgb(110, 110, 110);
}

.sort .chosen-single{
    border-right: 1px solid;
    height: 32px;
    padding-top: 5px;
}


.sort .chosen-container-single .chosen-single, .sort .chosen-container-single a.chosen-single {
    background: rgb(110, 110, 110);
    border: 0;
    color: #fff !important;
}

.sort .chosen-single span,
.sort .chosen-single span {
    font-size: 12px;
}

.sort .chosen-single div b,
.sort .chosen-single div b {
    background: url(/HeadOffice/img/chosen-sprite.png) no-repeat 0 8px;
}

.sort .chosen-with-drop .chosen-single div b,
.sort .chosen-with-drop .chosen-single div b {
    background-position: -16px 7px;
}

.product-places .panel-default > .panel-heading a {
    font-size: 16px;
    color: #e20612;
    background: #fff;
    font-weight: bold;
    padding: 0;
}

.product-places .panel-default > .panel-heading a::after {
    display: none;
}

.product-image-info .col-md-8 a,
.blog-listing-first-description .col-md-12 a,
.blog-listing-first-reading .blog-listing-first-col a,
.blog-listing-second .panel-body a,
.blog-details-header .blog-details-below-header .blog-details-font a,
.details-page-info a,
.details-page-condition {
    color: #666;
    text-decoration: none;
    box-shadow: none;
}

.row .col-md-12 #verdiSection7455 .default-content .pagination_nav .pagination li.active,
.row .col-md-12 #verdiSection7409 .pagination_nav .pagination li.active {
    background: none;
}

.row .col-md-12 #verdiSection7455 .default-content .pagination_nav .pagination li.active a,
.row .col-md-12 #verdiSection7455 .default-content .pagination_nav .pagination li a:hover,
.row .col-md-12 #verdiSection7409 .pagination_nav .pagination li.active a,
.row .col-md-12 #verdiSection7409 .pagination_nav .pagination li a:hover {
    box-shadow: none;
    color: #e20612;
    text-decoration: underline;
}

.row .col-md-12 #verdiSection7455 .default-content .pagination_nav .pagination li a,
.row .col-md-12 #verdiSection7409 .pagination_nav .pagination li a {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    color: #4d4d4d;
    background: #fff;
}

.row .col-md-12 #verdiSection7455 .default-content .pagination_nav .pagination li #pageNumber,
.row .col-md-12 #verdiSection7409 .pagination_nav .pagination li #pageNumber {
    width: 50px;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer {
    background: url("/HeadOffice/img/Discover-Autumn17-Web-Banner_w1920.jpg") no-repeat;
    background-size: 100% 100%;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #5bafed);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #5bafed);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #5bafed);
    min-height: 250px;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner img {
    display: none;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner .content h4 {
    color: #fff;
    text-align: left;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner .content p {
    font-size: 12px;
    color: #fff;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner .content .link {
        text-align: left;
}

#defaultControl_ctl00_segment7540_ctl00_place7457_ctl00_divInlineContentOutput .inLineContentContainer .content_magazine_banner .content .link .red-btn {
    margin-top: 50px;
    min-height: 20px !important;
    padding: 5px 20px;
}

.blog-listing-header .sort-selection  {
    margin-left: 10px;
}

.blog-listing-header #blogSortBy,
.blog-listing-header #blogPageSize {
    border: 0;
    background: url('/HeadOffice/img/down-arrow-black.png') no-repeat 95% center;
    color: #fff;
    font-size: 12px;
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
}

.blog-listing-header #blogSortBy{
    padding: 10px 20px 10px 10px;
}

.blog-listing-header #blogPageSize{
    padding: 10px;
}

.details-panel-carousel .carousel-inner .item .text-center {
    margin: auto;
    width: 75%;
}

#aspnetForm .details-page-description-title p,
#aspnetForm .details-page-description-title .col-md-12,
#aspnetForm .details-page-description ul li,
#aspnetForm .details-page-description p {
    font-size: 16px;
    color: #666;
}

#aspnetForm .details-page-description p{
    margin: 23px 0px;
}

#aspnetForm .details-page-description p:first-child{
    margin-top: 0px;
}

#aspnetForm .details-page-description p:last-child{
    margin-bottom: 0px;
}

.blog-listing-first-description .col-md-12 a, .blog-listing-second .panel-body h5 a {
    color: #e20612;
    font-size: 17px;
}

.blog-listing-second .panel-heading{
    padding: 0px;
}

.panel-default{
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.panel-default > .panel-heading a{
    background: transparent none;
    padding: 15px;
}

.product-row.blog-listing-second .col-md-6{
    border-bottom: 10px solid #f7f7f7;
}


/* Holiday page fixes */
.default-content .RadAutoCompleteBox{
    width: 100%;
}

.default-content .racTokenList .racInput{
    width: 100% !important; 
    height: 28px;
    font-size: 13px;
}

.default-content .row .search_tags{
    margin-top: 0px;
}

.default-content .sort{
    border-bottom: 1px solid #c0c0c0;
}

.default-content .sort label{
    background: #6E6E6E;
    margin: 0px;
    font-size: 12px;
    font-style: normal;
    padding: 7px 0px 5px 6px;
    color: #ffffff;
}

.default-content .sort label::after{
    content: ":";
}

.product-places .panel-heading{
    min-height: 71px;
}

.product-places .panel-default > .panel-heading a{
    font-size: 18px;
    line-height: 20px;
}

.product-places .prodtitle {
    padding-top: 7px;
}

.product-places .panel-heading .col-md-4 span{
    font-size: 26px;
}

.product-places .panel-body .product-row{
    margin-top: 10px;
}

.product-places .panel-body .row:nth-child(2) .product-image-details .col-md-8{
    /* background: url('/HeadOffice/img/fa-shopping-bag.png') left center no-repeat;
    background-size: 14px; */
    padding-left: 25px;
    text-indent: -14px;
}

.product-places .panel-body .row:nth-child(2) .product-image-details .col-md-8 em{
    margin-right: 6px;
}


/* Product Detail page styling */
.details-find-agent .RadComboBox .rcbInput{
    background-color: #ffffff;
    height: 48px;
    padding-left: 5px;
    font-size: 14px;
}

.default-content .product-row.details-page-info .col-md-4{
    padding-left: 43px;
    text-indent: -15px;
    /*background: url('/HeadOffice/img/fa-shopping-bag.png') 5% center no-repeat;
    background-size: 14px;*/
    background: none transparent;
}

.default-content .details-page-info .col-md-2{
    /*padding-left: 25px;
    text-indent: -2px;*/
    padding-left: 35px;
    text-indent: -12px;
    text-align: left;
}

.default-content .details-page-info .col-md-2 em{
    margin-right: 8px;
}

.default-content .details-page-info .col-md-4{
    text-indent: -14px;
    padding-left: 43px;
}

.default-content .details-page-info .col-md-2 strong, .default-content .details-page-info .col-md-2 span{
    font-size: 23px;
}

.default-content .product-row.details-page-info{
    border-top: 1px solid #c0c0c0;
    border-bottom: 0px none;
    padding-top: 5px;
}

.default-content .product-row.details-page-info .col-md-2{
    padding-left: 21px;
}

.default-content .details-page-info{
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.details-panel-enquire .RadComboBox{
    width: 100%;
}

.details-panel-enquire .RadComboBox .rcbInput{
    height: 34px;
}

.product-details-carousel-first .carousel-inner .item {
    margin-left: 0px;
    padding: 0px 35px;
}

.product-details-carousel-first .carousel-inner .item img{
    object-fit: cover;
}

.product-details-carousel-first .carousel-inner .item img:hover, .product-details-carousel-first .carousel-inner .item img:focus{
    cursor: pointer;
}

.default-content .details-page-description p:last-child, .default-content .directoryItemTAC p{
    margin-bottom: 0px;
    margin-top: 1px;
}

.default-content .directoryItemTAC, .default-content .directoryItemTAC p{
    font-size: 14px !important;
    color: #666;
    text-align: justify;
}


/* Find An Agent Map fixes */
.over-map-search-form .agent_form .form_line:first-child span{
    color: #e30512 !important;
}

.product-row.agent-map-hover{
    position: absolute;
    z-index: 999;
    top: 7%;
    margin-top: 0px;
    right: 1%;
    width: 260px;
}

.agent-map-hover .col-md-4{
    width: 70%;
    background: #fff;
    float: right;
    min-width: 260px;
}

.searchMapPopup h2, .gm-style-iw .searchMapPopup h2{
    color: #e30512 !important;
}

.searchMapPopup p.phone{
    margin-top: 0px;
}


.searchMapPopup a{
    font-size: 14px;
    color: #ed1c24;
    font-weight: 400;
    line-height: 1px;
    margin-top: 20px;
    display: inline-block;
}

.searchMapPopup a.red-btn{
    line-height: 20px;
}

.searchMapPopup .marker-bold-address{
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.searchMapPopup .phone a{
    color: #666;
}


/* Hide all elements that have visuallyhidden class */
.standart-content .visuallyhidden{
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    width: 1px; 
    margin: -1px; 
    padding: 0; 
    border: 0; 
}

/* Add some space after intro text on Find An Agent page */
.find_agent_intro{
    margin-bottom: 25px;
}

.find_agent_intro #pageTitle h1{
    margin-top: 0px;
}

/* Find An Agent small screen fixes */
.over-map-search-form .agent_form{
    clear: both;
}

/* Embedded iFrame Responsive Container - YouTube */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


/* Newsletter slide in pop up */
.floating-box{
    -webkit-box-shadow: 20px 20px 20px rgba(0,0,0,.4);
    box-shadow: 20px 20px 20px rgba(0,0,0,.4);
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
    opacity: 1;
    border: 0px none;
    background-color: #fff;
    padding: 0px;
    position: fixed;
    right: 40px;
    z-index: 103;
    bottom: -500px;
    width: 400px;
}

.bordered-content-header.primary {
    background: #e30512;
    color: #fff;
}

.bordered-content-header.primary h3{
    color: #ffffff !important;
    font-weight: bold;
    margin-top: 12px;
}

.bordered-content-header {
    position: relative;
    padding: 5px 20px;
}

.bordered-content-header .close{
    display: block;
    position: absolute;
    right: .25em;
    width: 36px;
    height: 36px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #fff !important;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.bordered-content-body{
    padding: 10px;
    background: #ebebeb;
}

.email-subscribe label {
    margin-bottom: 12px;
    padding-left: 80px;
    height: 56px;
    position: relative;
    display: block;
    font-weight: 400;
    color: #222;
}

.email-subscribe label::before {
    width: 60px;
    height: 56px;
    content: " ";
    left: 0;
    top: -3px;
    position: absolute;
    background-image: url('/HeadOffice/img/envelope-solid.svg');
    background-repeat: no-repeat;
}

.email-subscribe .input-container {
    margin-bottom: 6px;
}

.input-container.single {
    display: table;
    position: relative;
    border-collapse: separate;
}

.input-container.single .input-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 0;
    height: 54px;
    display: table-cell;
    font-size: 14px;
}

.input-container.single .input-control--single--btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-container.single .btn {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 20px;
    min-width: 0;
    height: 54px;
}

.btn.primary {
    border-color: #e30512;
    background-color: #e30512;
    color: #fff;
    display: inline-block;
    transition: background-color .3s,color .3s,padding .3s,border .3s,border-color .3s;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

/* Cookie Popup mods /form disclaimer text */
.cc-banner {
    border-top: 3px solid #444;
    z-index: 2000000001 !important;
}
.cc-compliance a.fText, #stayUpdatedFrm .frmDisclaimerTxt.fLink a, #enquire-now-modal .frmDisclaimerTxt.fLink a, #enquire_now_form.gray-form-content .frmDisclaimerTxt.fLink a {
    color: #fff !important;
}
.frmDisclaimerTxt {
    margin-top: 12px;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}


@media screen and (max-width:768px){
    .floating-box{
        max-width: 100%;
        right: 0px;
    }
}


/* START: Image snippets */
.blog-details-info img{
    max-width: 100%;
}

.image-snippets{
    width: 100%;
}

.image-snippets .item{
    margin-bottom: 20px;
}
    
.image-snippets img{
    max-width: 100%;
}

/* Forcing the images not to stack before 650px screen wide */
@media screen and (min-width:651px) and (max-width:768px){
    .blog-details-info #set-of-two .col-xs-12{
        width: 50% !important;
    }
    
    .blog-details-info #set-of-three .col-xs-12{
        width: 33.33333333% !important;
    }
    
    .blog-details-info #set-of-four .col-xs-12{
        width: 50% !important;
    }
}
/* END: Image snippets */


/* START: Coronavirus Alert */
.corona.banner-message{
    position: relative;
    top: 0px;
    background-color: #e30512;
}

.corona.banner-message .fa-exclamation-triangle{
    position: relative;
    top: 0px;
    right: 5px;
}

.corona.banner-message a{
    color: #fff !important; 
    text-decoration: underline;
}

/* END: Coronavirus Alert */

/* START: Page header banner fixes */
@media all and (min-width: 992px) and (max-width: 1090px){
    #overall_content .slideshow .slider-main-txt{
        top: 30px;
    }
    
    #overall_content .slideshow #slider-search .input-holder{
        margin-top: 50px;
    }
}

@media all and (max-width: 991px) {
    .page_cover{
        height: auto !important;
    }
    
    .page_cover img{
        position: relative !important;
    }
}

@media all and (max-width: 768px) {
    .site-header{
        background: #ffffff !important;
    }
    
    #masthead .logo{
        margin: auto;
        max-width: 80%;
        height: 100% !important;
    }
    
    #overall_content .slideshow .slider-main-txt{
        top: -55px;
    }
    
    #overall_content .slideshow #slider-search .input-holder{
        margin-top: -50px;
    }
    
    #overall_content .slideshow #slider-search input[type="submit"]{
        width: 150px !important;
        height: 40px !important;
    }
}

@media all and (min-width: 767px) and (max-width: 768px){
    .header-soc-top .header-cont-details {
        text-align: center;
        width: 80% !important;
    }
}

@media all and (max-width: 493px){
    .header-soc-top .header-soc-net .contrast-btn, .header-soc-top .header-soc-net .verdiSection{
        display: inline-block;
        float: none;        
    }
    
    .header-soc-top .header-soc-net .fonts-btn{
        text-align: center;
        float: none;
        padding: 5px 10px !important;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont{
        display: block;
        margin: 10px auto;
        width: 100% !important;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont a {
        float: none !important;
        display: inline;
    }
    
    .header-soc-top .header-cont-details {
        margin: 25px auto 5px;
    }
    
    header .navbar-static-top .navbar-toggle{
        top: 5px;
    }
}

@media all and (max-width: 479px){
    #overall_content .slideshow #slider-search .RadAutoCompleteBox{
        width: 250px !important;
    }
    
    #overall_content .slideshow #slider-search .racTokenList{
        min-height: 50px;
    }
    
    #overall_content .slideshow #slider-search input[type=text]{
        font-size: 16px;
        line-height: 16px;
        padding: 12px 0px;
        text-align: center;
    }
}

/* END: Page header banner fixes */


/* START: Promotions page fixes */
.promoListingPage .promotions_header {height: 500px;position: relative;width: 100%;overflow: hidden;background:#fff}
.promoListingPage .promotions_header #myCarousel{position: absolute; bottom: 0; margin: 0px;}
.promoListingPage  .promotions_header img {min-height: 100%;position: relative;bottom: 0;z-index: 1;width:100%;}
.promoListingPage  .promotions_page{padding: 32px 0px 0px 0px;}
.promoListingPage .directoryItemPromos .competition_article{background-color: #ebebeb; border: 1px solid #d4d4d4; padding-bottom: 20px;}
.promoListingPage .directoryItemPromos .competition_article_content{min-height: 123px;}
.promoListingPage .directoryItemPromos .competition_article_content h3{padding-bottom: 0px; min-height: 30px;}
.promotions_right_affix.stick{
    top:23% !important;
}

@media all and (max-width: 991px) {
    .promoListingPage .promotions_header{
        height: auto !important;
    }
    
    .promoListingPage .promotions_header img{
        position: relative !important;
    }
    
    .promoListingPage .promotions_header #myCarousel{
        position: relative;
    }
}


@media all and (max-width: 767px) { 
    .promoListingPage .promotions_header {height: 170px}
    .promoListingPage .promotions_header img {width: 100%;}
    .promoListingPage .promotions_page{padding: 0px;}
    .promoListingPage .directoryItemPromos .competition_article{padding-bottom: 15px;}
}
/* END: Promotions page fixes */


/* START: Slider controls styles */
@media screen and (max-width: 991px){
    .carouselButtons{
        display: none;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .carouselButtons{
        bottom: 10px;
    }
}
/* END: Slider controls styles */

/* Find an Agent fixes */
#overall_content .parallax .text.animated.shown{
    margin-top: 10px;
}

/* Table images small issue fix - found on PLTAC team page */
.imgMin250 img{
    min-width: 250px;
    max-width: 100%;
}

/* small italic text */
.bylineText {
    color: #231f20 !important;
    font-size: 11px !important;
    font-style: italic;
}

/* Footer Disclaimers Text */
.footerDisclaimer{
    color: #fff;
    font-size: 11px !important;
    margin: 17px 50px 40px 50px !important;
}

/* Table with auto width columns */
.autoColWidthTable{
    display: table;
}

.autoColWidthTable thead td{
    background-color: #ededed;
}

.autoColWidthTable tr{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.autoColWidthTable tr td{
    display: flex;
    flex: 1;
    padding: 8px 3px;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* Social links style */
.blog-details-social a,
.details-page-social a{
    margin: 0px 5px;
    color: #666;
    text-decoration: none;
}


/* ATIA & CLIA logo changes */
.members-cont a {
    background-color: #000000;
    display:block;
    float:none;
    margin:0 0 20px 0;
    text-align:center; 
    min-width:130px;
}

.members-cont a:nth-child(2n+1) {margin:0 0 20px 0;}

.members-cont a img {
    width: 160px; 
    padding: 10px 0px;
    border: none;
}

.members-cont a:first-child img{
    min-width: 160px;
    padding: 10px 0px;
}


.member-of-logos{
    text-align: center;
}

.member-of-logos a{
    text-align: center;
    display: inline-block;
}

.member-of-logos a img{
    max-width: 100%;
}

.member-of-logos a img.atia-logo{
    width: auto;
    height: 71px;
    padding: 1px 0px 0px;
}

.member-of-logos a + a{
    margin-left: 22px;
}

@media (max-width: 1200px){
    .member-of-logos a{
        display: inline-block;
        width: 28%;
    }
    
    .member-of-logos a img.img-responsive{
        margin: 0px auto;
        height: auto;
    }
}


@media (max-width: 991px){
    #footer-section .members-cont a{
        width: 100%;
    }
    
    /*#footer-section .members-cont a:nth-child(odd) {
        margin: 0 6px 6px 0;
    }*/
    
    #footer-section .members-cont a img{
        width: 100%;
        max-width: 180px;
    }  
}


@media (max-width: 768px){
    #footer-section .members-cont a{
        width: 48%;
    }
    
    .member-of-logos a{
        display: inline-block;
        width: 28%;
    }
    
    .member-of-logos a img.img-responsive{
        margin: 0px auto;
        height: auto;
    }
}


@media (max-width: 614px){
    #footer-section .members-cont a{
        width: 100%;
    }
}
