@font-face {
    font-family: OpenSans;
    src: url(/fonts/OpenSans-Regular-webfont.eot);
    src: url(/fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(/fonts/OpenSans-Regular.ttf) format("truetype"),
        url(/fonts/OpenSans-Regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
    font-family: OpenSansBold;
    src: url(/fonts/OpenSans-Regular-webfont.eot);
    src: url(/fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Regular-webfont.woff2) format("woff2"), url(/fonts/OpenSans-Regular.ttf) format("truetype"),
        url(/fonts/OpenSans-Regular-webfont.svg#svgFontName) format("svg");
}
body {
    position: relative;
    color: #444;
    padding-top: 90px;
    background-color: #f4f4f4;
    background-color: #f4f4f4;
    font-family: OpenSans, sans-serif;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#site {
    position: relative;
    background-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    body {
        padding-top: 155px;
    }
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    z-index: 500;
    overflow: visible;
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -ms-transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
html.reveal-out header {
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 90px 0 20px;
}
html.nav-up header {
    top: -118px;
}
html.nav-down header {
    top: 0;
}
html.nav-down header,
html.nav-up header {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
html.nav-down.reached-top header {
    -webkit-box-shadow: 0 1px 0 transparent;
    -moz-box-shadow: 0 1px 0 transparent;
    -ms-box-shadow: 0 1px 0 transparent;
    box-shadow: 0 1px 0 transparent;
}
html.nav-down.reached-top.reveal-out header,
html.reveal-out header {
    background-color: #fff;
}
header #logo {
    position: absolute;
    top: 15px;
    left: 35px;
    z-index: 501;
}
header #logo a {
    display: block;
    text-indent: -9999px;
}
header #logo a:active {
    position: relative;
    top: 1px;
}
@media (min-width: 480px) and (max-width: 767px) {
    header .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    header {
        -webkit-box-shadow: 0 1px 0 transparent;
        -moz-box-shadow: 0 1px 0 transparent;
        -ms-box-shadow: 0 1px 0 transparent;
        box-shadow: 0 1px 0 transparent;
    }
    html.reveal-out header {
        padding: 0;
        overflow: visible;
        bottom: auto;
    }
    header,
    header .container,
    html.reveal-out header {
        height: 155px;
    }
    header .container {
        position: relative;
    }
    header #logo {
        top: 30px;
    }
}
.content {
    padding: 16px 0;
    min-height: 645px;
}
.content.apc.banner {
    min-height: unset;
}
.content.short {
    padding: 8px 0;
}
@media (max-width: 767px) {
    .content #left-col,
    .content #mid-col,
    .content #right-col {
        padding-bottom: 24px;
    }
}
@media (min-width: 768px) {
    .content {
        padding: 24px 0;
    }
}
@media (min-width: 992px) {
    .content {
        padding: 32px 0;
    }
}
@media (min-width: 1200px) {
    .content {
        padding: 48px 0;
    }
}
footer {
    padding: 16px 0;
}
footer .company-details,
footer .quick-links {
    margin-bottom: 32px;
    color: #fff;
}
footer .company-details .heading,
footer .quick-links .heading {
    color: #fff;
}
@media (min-width: 768px) {
    footer .company-details,
    footer .quick-links {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer {
        padding: 24px 0;
    }
}
@media (min-width: 992px) {
    footer {
        padding: 32px 0 80px;
    }
    footer a:hover {
        text-decoration: none;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
    }
    footer p.heading {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    footer {
        padding: 44px 0 80px;
    }
}
footer p.heading {
    font-size: 16px;
    font-weight: 700;
}
.footer p {
    color: #fff;
    font-size: 13px;
    line-height: normal;
}
p.heading {
    margin-top: 0;
}
.footer img {
    width: auto;
}
html.reveal-out {
    overflow: hidden;
}
.navigation {
    position: relative;
    z-index: 5;
}
html.reveal-out .navigation {
    overflow: auto;
}
.navigation .reveal {
    display: none;
}
html.reveal-out .navigation .reveal {
    display: block;
}
header a.expand {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 300;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    cursor: pointer;
    background-color: #ff0042;
}
header a.expand em {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
header a.expand span {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 15px;
    background-color: #fff;
    background-color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    -ms-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
}
header a.expand.active span {
    -webkit-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
    -ms-transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
}
header a.expand span.top {
    top: 21px;
}
header a.expand span.mid {
    top: 29px;
}
header a.expand span.bottom {
    top: 37px;
}
header a.expand.active span.mid {
    width: 0;
}
header a.expand.active span.bottom,
header a.expand.active span.top {
    top: 29px;
}
header a.expand.active span.top {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
header a.expand.active span.bottom {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
@media (min-width: 768px) {
    html.reveal-out {
        overflow: auto;
    }
    html.reveal-out .navigation {
        overflow: visible;
    }
    header a.expand {
        display: none;
    }
    .navigation .reveal {
        display: block;
    }
}
.navigation nav.main {
    padding: 0 0 20px;
}
.navigation nav.main > ul {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.navigation nav.main ul > li {
    position: relative;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.navigation nav.main li a {
    display: block;
    padding: 18px 40px 0 15px;
    color: #fff;
    color: #fff;
    min-height: 37px;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;
    -ms-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    font-family: miramontebold;
    text-transform: uppercase;
}
.navigation nav.main li > a:hover {
    color: #fff;
    color: #fff;
}
.navigation nav.main li > a.active,
.navigation nav.main li > a.active:hover {
    color: #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.navigation nav.main ul li i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    color: #fff;
    color: #fff;
    background-color: #ff0042;
}
.navigation nav.main ul li i {
    width: 50px;
    min-height: 50px;
    padding-top: 16px;
    font-size: 20px;
}
.navigation nav.main ul li.open > i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.navigation nav.main ul ul {
    font-size: 16px;
    display: none;
}
.navigation nav.main ul li.open > ul {
    display: block;
}
.navigation nav.main ul li.open {
    background-color: rgba(24, 24, 24, 0.2);
}
@media (min-width: 768px) {
    .navigation,
    .navigation nav.main,
    .navigation nav.main ul,
    .navigation nav.main ul li {
        z-index: 500;
        position: relative;
        overflow: visible;
    }
    .navigation nav.main {
        position: absolute;
        top: 118px;
        right: 15px;
        left: 15px;
        height: 37px;
        background-color: #181818;
        background-color: #008b9f;
    }
    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 37px;
        position: absolute;
        top: 118px;
        right: 0;
        left: 0;
        background-color: #181818;
        background-color: #008b9f;
    }
    .navigation nav.main > ul {
        line-height: 0;
        overflow: visible;
        border: 0 none;
    }
    .navigation nav.main ul > li {
        float: left;
        position: relative;
        z-index: 1000;
        border: 0 none;
    }
    .navigation nav.main ul li {
        line-height: 1;
    }
    .navigation nav.main > ul > li > a {
        height: 37px;
        padding: 0;
    }
    .navigation nav.main ul > li:hover,
    .navigation nav.main ul > li:not(.has-child) a:not(.active):hover {
        background-color: #ed6d19;
        background-color: #ed6d19;
    }
    .navigation nav.main ul > li:not(.has-child):hover {
        background: 0 0;
    }
    .navigation nav.main ul li a span {
        display: block;
        padding: 11px 15px;
    }
    .navigation nav.main > ul > li.has-child > a span {
        padding-right: 40px;
    }
    .navigation nav.main ul li.has-child i {
        background: 0 0;
        color: #fff;
        color: #fff;
    }
    .navigation nav.main > ul > li.has-child > i {
        font-size: 15px;
        top: 0;
        right: -5px;
        height: 37px;
        padding-top: 12px;
    }
    .navigation nav.main ul ul {
        position: absolute;
        top: 37px;
        left: -999em;
        z-index: 2000;
        width: 240px;
        height: auto;
        display: block;
        text-align: left;
        background-color: #ed6d19;
        background-color: #ed6d19;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .navigation nav.main ul li ul {
        font-size: 14px;
    }
    .navigation nav.main ul li ul li {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
    }
    .navigation nav.main ul li ul a {
        padding: 0;
    }
    .navigation nav.main ul li ul a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .navigation nav.main ul li ul a:hover::before {
        background-color: rgba(255, 255, 255, 0.4);
    }
    .navigation nav.main ul li ul a.active::before {
        background-color: #181818;
    }
    .navigation nav.main ul li ul a span {
        display: block;
        padding: 18px 15px;
    }
    .navigation nav.main ul li ul li i {
        font-size: 15px;
        height: auto;
        padding-top: 18px;
    }
    .navigation nav.main ul ul ul {
        top: 0;
        left: -999em;
    }
    .navigation nav.main ul li.has-child.open {
        background-color: #ed6d19;
        background-color: #ed6d19;
    }
    .navigation nav.main ul li.has-child ul a:hover {
        background-color: rgba(24, 24, 24, 0.1);
    }
    .navigation nav.main ul li.open ul {
        left: 0;
    }
    .navigation nav.main ul li.open ul ul {
        left: -999em;
    }
    .navigation nav.main ul ul li.open ul {
        left: 240px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .navigation nav.main ul li.has-child a {
        position: relative;
        z-index: 1;
    }
    .navigation nav.main ul li.has-child i {
        z-index: 100;
    }
}
@media (min-width: 1200px) {
    .navigation nav.main ul li.has-child a {
        position: relative;
        z-index: 2;
    }
    .navigation nav.main ul li.has-child i {
        z-index: 1;
    }
    .navigation nav.main ul li.has-child:hover > i {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }
    .navigation nav.main ul li.has-child:hover {
        background-color: #ed6d19;
        background-color: #ed6d19;
    }
    .navigation nav.main ul li:hover ul {
        left: 0;
    }
    .navigation nav.main ul li:hover ul ul {
        left: -999em;
    }
    .navigation nav.main ul ul li:hover ul {
        left: 240px;
    }
}
.navigation nav.top {
    padding: 15px 0 0 15px;
}
.navigation nav.top ul .dropdown-menu,
.navigation nav.top > ul {
    font-size: 14px;
}
.navigation nav.top ul > li {
    display: block;
    margin: 15px 0;
}
.navigation nav.top li a {
    color: #fff;
    color: #fff;
}
@media (min-width: 0) and (max-width: 767px) {
    .navigation nav.top ul .dropdown-menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        float: none !important;
        width: auto;
        background: 0 0;
        border: 0 none;
        box-shadow: none;
    }
    .navigation nav.top ul .dropdown-menu li a {
        padding: 0;
        background: 0 0 !important;
    }
}
@media (min-width: 768px) {
    .navigation nav.top {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 0;
    }
    .navigation nav.top ul .dropdown-menu,
    .navigation nav.top > ul {
        font-size: 12px;
    }
    .navigation nav.top ul > li {
        display: block;
        float: left;
        margin: 0 0 0 10px;
    }
    .navigation nav.top li a {
        display: block;
        padding: 13px 0 5px;
        height: 40px;
        color: #ed6d19;
        color: #ed6d19;
    }
    .navigation nav.top ul .dropdown-menu {
        top: 30px;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .navigation nav.top ul .dropdown-menu li {
        margin: 0;
        float: none;
    }
    .navigation nav.top ul .dropdown-menu li a {
        display: block;
        padding: 10px 10px 12px;
        height: auto;
    }
}
nav.sub {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}
nav.sub p.heading {
    font-size: 18px;
    margin: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
}
nav.sub p.heading a,
nav.sub.categories p.heading {
    display: block;
    color: #181818;
    color: #181818;
}
nav.sub ul {
    margin: 0;
}
nav.sub ul ul {
    font-size: 16px;
}
nav.sub ul li {
    position: relative;
}
nav.sub ul li a {
    display: block;
    padding: 10px 0;
    background: 0 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
nav.sub ul li a:hover {
    padding-left: 3px;
}
nav.sub ul li.active > a {
    color: #181818;
    color: #181818;
}
nav.sub ul ul {
    font-size: 13px;
}
nav.sub ul ul li a {
    padding: 6px 0 6px 10px;
    font-weight: 400;
}
nav.sub ul ul li a:hover {
    padding-left: 13px;
}
nav.sub ul ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: rgba(24, 24, 24, 0.2);
}
nav.sub ul li.active,
nav.sub ul li.active > a,
nav.sub ul li.active > a:hover {
    font-family: montserratregular, sans-serif;
    font-weight: 400;
}
nav.sub ul li.active > a,
nav.sub ul li.active > a:hover {
    padding-left: 0;
}
nav.sub ul ul li.active > a,
nav.sub ul ul li.active > a:hover {
    padding-left: 10px;
}
.breadcrumb-trail {
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-color: rgba(24, 24, 24, 0.1);
}
.breadcrumb-trail ol {
    padding: 0;
    margin: 0;
    background: 0 0;
    font-size: 14px;
}
.breadcrumb-trail ol li {
    display: block;
}
.breadcrumb-trail {
    padding: 20px 0 30px 0;
}
.breadcrumb-trail ol li {
    position: relative;
}
.breadcrumb-trail ol li::after,
.breadcrumb-trail ol li::before {
    content: "";
}
.breadcrumb-trail ol li::after {
    content: ">";
}
.breadcrumb-trail ol li.active {
    background: 0 0;
    padding-left: 10px;
    opacity: 1;
}
.breadcrumb-trail ol li.active::after,
.breadcrumb-trail ol li.active::before {
    display: none;
}
.breadcrumb-trail ol li.active span {
    color: #ff0042;
    font-weight: 400;
    opacity: 1;
}
.breadcrumb-trail ol li,
.breadcrumb-trail ol li a {
    display: inline-block;
    color: #ccc;
    font-size: 13px;
}
.breadcrumb-trail ol li a {
    padding: 0 10px;
    font-weight: 400;
    color: #181818;
}
.breadcrumb-trail ol li:first-child a {
    padding-left: 0;
}
nav#pagination {
    margin: 20px 0 0;
}
nav#pagination.post {
    margin-bottom: 30px;
}
nav#pagination .pagination {
    overflow: hidden;
    height: 100%;
    margin: 0;
    display: block;
    font-size: 0;
}
.listing.shop nav#pagination {
    margin: 0;
}
.listing.shop nav#pagination .pagination {
    border: 0 none;
}
nav#pagination .pagination li {
    border: 0 none;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
}
nav#pagination .pagination li.next,
nav#pagination .pagination li.prev {
    float: left;
}
nav#pagination .pagination li.next {
    float: right;
}
nav#pagination .pagination li a {
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
    padding: 13px 20px;
    color: #ed6d19;
    color: #ed6d19;
}
nav#pagination .pagination li:not(.active) a:hover {
    color: #fff;
    color: #fff;
    background-color: #ed6d19;
    background-color: #ed6d19;
}
nav#pagination .pagination li.next,
nav#pagination .pagination li.prev {
    margin: 0;
}
nav#pagination .pagination li.active a {
    font-weight: 700;
    color: #fff;
    color: #fff;
    background-color: #181818;
    background-color: #181818;
}
nav.sitemap {
    overflow: hidden;
    height: 100%;
    position: relative;
}
nav.sitemap ul {
    margin: 0;
    padding: 0 0 8px;
}
nav.sitemap ul li {
    display: block;
    padding: 0;
    margin: 0;
    background: url(/images/bg/sitemap-line.png) no-repeat left -31px;
}
nav.sitemap ul ul {
    margin-left: 16px;
}
nav.social {
    margin-bottom: 30px;
}
nav.social ul {
    line-height: 0;
}
nav.social ul li {
    display: inline-block;
    position: relative;
    margin: 0 2px 5px 0;
}
nav.social ul li a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(/images/icons/social.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
}
nav.social ul li.facebook a {
    background-position: left top;
}
nav.social ul li.twitter a {
    background-position: left -40px;
}
nav.social ul li.linkedin a {
    background-position: left -80px;
}
nav.social ul li.google_plus a {
    background-position: left -120px;
}
nav.social ul li.pinterest a {
    background-position: left -160px;
}
nav.social ul li.instagram a {
    background-position: left -200px;
}
nav.social ul li.flickr a {
    background-position: left -240px;
}
nav.social ul li.tumblr a {
    background-position: left -280px;
}
nav.social ul li.vimeo a {
    background-position: left -320px;
}
nav.social ul li.youtube a {
    background-position: left -360px;
}
nav.social ul li.dribble a {
    background-position: left -400px;
}
nav.social ul li.skype a {
    background-position: left -440px;
}
nav.social ul li.rss a {
    background-position: left -480px;
}
nav.social ul li.soundcloud a {
    background-position: left -560px;
}
nav.social ul li.behance a {
    background-position: left -600px;
}
.quick-links {
    color: #fff;
}
.quick-links ul li {
    margin-bottom: 10px;
}
.quick-links ul li a {
    display: block;
    padding-left: 10px;
}
.quick-links ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 15px;
    display: block;
    width: 5px;
    height: 1px;
    background-color: rgba(24, 24, 24, 0.3);
}
@media (min-width: 992px) {
    .quick-links ul li a:hover {
        padding-left: 13px;
    }
}
nav.footer {
    padding: 80px 0 0;
}
nav.footer ul {
    font-size: 11px;
}
nav.footer ul li {
    display: block;
    padding: 10px 0;
}
nav.footer ul li a,
nav.footer ul li div {
    display: inline;
    padding: 0;
}
footer nav.footer ul li.site-credit a,
footer nav.footer ul li.site-credit a:active,
footer nav.footer ul li.site-credit a:focus,
footer nav.footer ul li.site-credit a:hover {
    color: #ed6d19;
    color: #ed6d19;
}
@media (min-width: 768px) {
    nav.footer ul li {
        margin: 0 8px 0 0;
        padding: 0;
        display: inline-block;
    }
    nav.footer ul li.site-credit {
        clear: both;
        display: block;
        padding: 40px 0 0;
    }
}
@media (min-width: 992px) {
    nav.footer ul li a:hover {
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
    }
    nav.footer ul li.site-credit {
        float: right;
        clear: none;
        padding: 0;
    }
}
.slick-next,
.slick-prev {
    display: table;
}
.slick-next i,
.slick-prev i {
    position: relative;
    margin: 0 !important;
    display: block;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.slick-next,
.slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 42.5%;
    z-index: 200;
    background: 0 0;
    border: 0 none;
    cursor: pointer;
    background-color: rgba(237, 0, 56, 0.8);
    color: #fff;
    color: #fff;
}
.slick-prev {
    left: 0;
    background-color: rgba(237, 0, 56, 0.8);
}
.slick-next {
    right: 0;
}
.slick-next:hover,
.slick-prev:hover {
    background-color: #ed6d19;
}
.slick-next i,
.slick-prev i {
    font-size: 20px;
}
ul.slick-dots {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
ul.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
}
ul.slick-dots li button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: rgba(24, 24, 24, 0.4);
    -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    -ms-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
ul.slick-dots li.slick-active button {
    background-color: #181818;
    background-color: #181818;
}
.banner ul.slick-dots li button,
.c1-bg ul.slick-dots li button,
.c2-bg ul.slick-dots li button,
.c3-bg ul.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.4);
}
.banner ul.slick-dots li.slick-active button,
.c1-bg ul.slick-dots li.slick-active button,
.c2-bg ul.slick-dots li.slick-active button,
.c3-bg ul.slick-dots li.slick-active button {
    background-color: #fff;
    background-color: #fff;
}
.image-carousel ul.slick-dots {
    position: relative;
    bottom: auto;
    top: 19px;
    display: none !important;
}
@media (min-width: 768px) {
    .image-carousel .slick-next,
    .image-carousel .slick-prev {
        top: 35%;
    }
}
@media (min-width: 992px) {
    .banner .slick-next,
    .banner .slick-prev {
        width: 50px;
        height: 50px;
    }
    .image-carousel .slick-next,
    .image-carousel .slick-prev {
        top: 36.5%;
    }
    .image-carousel ul.slick-dots {
        display: block !important;
    }
}
.promo-pods {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.promo-pods .item {
    position: relative;
    margin-bottom: 24px;
}
.promo-pods .item a:hover .heading,
.promo-pods .item a:hover .text {
    text-decoration: none;
}
.promo-pods .item .image {
    margin: 0 0 15px;
}
.promo-pods .item img {
    overflow: hidden;
}
.promo-pods .item .heading {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    text-decoration: none;
}
.promo-pods .item .text {
    display: block;
    margin-bottom: 20px;
}
.promo-pods .item .text p {
    margin: 0;
}
.promo-pods .item .link {
    margin: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
    .promo-pods .item {
        width: 50% !important;
        float: left !important;
    }
}
@media (min-width: 1200px) {
    .promo-pods .item .heading {
        font-size: 18px;
    }
}
.listing {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.apc .listing {
    padding: 0;
    margin: 0;
}
.listing .item {
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.listing .item .image {
    margin-bottom: 15px;
}
.listing .item .heading {
    display: block;
    font-size: 16px;
    margin: 0 0 8px;
}
.listing .item .text {
    display: block;
    margin: 0 0 16px;
}
.listing .item .meta a,
.listing .item .text a {
    display: inline;
}
@media (max-width: 767px) {
    .spc.listing .item .pull-right {
        float: none;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .listing .item .heading {
        font-size: 18px;
    }
}
.listing.blog .item .image {
    margin-bottom: 16px;
}
div.meta {
    margin: 30px 0;
}
.listing div.meta {
    margin: 0;
}
.meta .author-date {
    padding-bottom: 10px;
}
.item div.meta {
    margin-top: 40px;
}
.small .item div.meta {
    margin-top: 20px;
}
div.meta .categories {
    padding-top: 10px;
}
@media (min-width: 768px) {
    div.meta .categories {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .listing.blog .item .heading {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .listing.blog .item .heading {
        font-size: 24px;
    }
}
.listing.search {
    margin-top: 30px;
}
.listing.section {
    margin-top: 30px;
}
.listing.grid .item {
    margin-bottom: 30px;
    padding-bottom: 0;
    overflow: hidden;
}
.listing.grid .item .image img {
    width: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
    .listing.grid .item {
        width: 50% !important;
        float: left !important;
    }
}
.swp .item {
    position: relative;
    margin-bottom: 30px;
}
.swp .item .heading a {
    text-decoration: none;
}
.swp .item .heading i {
    font-size: 15px;
    display: none;
}
.swp .item .link {
    margin-bottom: 0;
}
.swp blockquote p {
    font-size: 16px;
}
@media (min-width: 992px) {
    .swp blockquote p {
        font-size: 20px;
    }
}
.swp .item.listing-pod .inner > .heading {
    margin-bottom: 30px;
}
.swp .item.listing-pod .link {
    margin: 20px 0 0;
}
.swp .listing {
    margin: 0;
    padding: 0;
}
.swp .listing .item {
    margin: 0;
    padding: 0;
}
.swp .listing .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 15px;
    background-color: #e3e3e3;
    background-color: #e3e3e3;
}
.swp .listing .item .heading {
    font-size: 16px;
}
.swp .listing .item .meta {
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.spc {
    position: relative;
    margin-bottom: 24px;
}
.spc.listing,
.spc.textblock {
    margin: 0;
}
nav.tabs .nav {
    font-size: 14px;
    border: 0 none;
}
.spc nav.tabs .nav li:first-child {
    margin-left: 0;
}
.spc nav.tabs .nav li:last-child {
    margin-right: 0;
}
nav.tabs .nav li a {
    padding: 10px 15px;
    background: 0 0;
    min-width: 50px;
    border-width: 2px 1px 1px;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
    background-color: #fff;
    background-color: #fff;
}
nav.tabs .nav li:not(.active) a:hover {
    border-top-color: #ccc;
    border-top-color: #ccc;
    background-color: rgba(255, 255, 255, 0.5);
}
nav.tabs .nav li.active a {
    border-width: 2px 1px 1px;
    border-top-color: #ed6d19;
    border-top-color: #ed6d19;
    border-bottom-color: #fff;
    border-bottom-color: #fff;
    background-color: #fff;
    background-color: #fff;
}
.c1-bg nav.tabs .nav li a,
.c2-bg nav.tabs .nav li a,
.c3-bg nav.tabs .nav li a,
.c4-bg nav.tabs .nav li a,
.c6-bg nav.tabs .nav li a {
    border-width: 2px 0 0;
}
.c1-bg nav.tabs .nav li:not(.active) a,
.c2-bg nav.tabs .nav li:not(.active) a,
.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #ed6d19;
    border-top-color: #ed6d19;
    background-color: #fff;
    background-color: #fff;
}
.c2-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #ccc;
    border-top-color: #ccc;
}
.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #181818;
    border-top-color: #181818;
}
.c1-bg nav.tabs .nav li:not(.active) a:hover,
.c2-bg nav.tabs .nav li:not(.active) a:hover {
    border-top-color: #181818;
    border-top-color: #181818;
}
.c1-bg nav.tabs .nav li.active a {
    border-top-color: #181818;
    border-top-color: #181818;
    background-color: #fff;
    background-color: #fff;
}
.tabbed .tab-content {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
}
@media (min-width: 1200px) {
    nav.tabs .nav {
        font-size: 15px;
    }
}
.accordion .panel {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
}
.accordion .heading {
    margin: 0;
    font-size: 14px;
}
.accordion .heading a {
    position: relative;
    display: block;
    padding: 15px 45px 15px 15px;
    background-color: #fff;
    background-color: #fff;
    border-width: 1px 1px 1px 2px;
    border-style: solid;
    border-color: #e1e1e1;
    border-color: #e1e1e1;
    text-decoration: none !important;
}
.accordion .heading a,
.accordion .heading a.collapsed:hover {
    border-left-color: #ed6d19;
    border-left-color: #ed6d19;
}
.accordion .heading a.collapsed {
    border-color: #e1e1e1;
    border-color: #e1e1e1;
}
.accordion .heading i {
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.accordion .panel-body {
    padding: 15px 0;
}
@media (min-width: 1200px) {
    .accordion .heading {
        font-size: 15px;
    }
}
.spc.quotes blockquote p {
    font-size: 22px;
}
@media (min-width: 992px) {
    .spc.quotes blockquote {
        padding-top: 40px;
    }
    .spc.quotes blockquote p {
        font-size: 28px;
    }
    .spc.quotes blockquote cite {
        font-size: 14px;
    }
    .quotes blockquote::before {
        font-size: 40px;
    }
    .quotes blockquote::after {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .spc.quotes blockquote p {
        font-size: 32px;
    }
}
.spc.image {
    margin-bottom: 16px;
}
.spc.image img {
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.spc.image .info .text {
    margin: 10px 0 0;
    font-size: 90%;
    font-style: italic;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
}
.gallery .item {
    margin-bottom: 24px;
}
.gallery .item .image {
    position: relative;
}
@media (max-width: 767px) {
    .spc.gallery .item:nth-child(2n + 1) {
        clear: both;
    }
}
@media (min-width: 768px) {
    .spc.gallery .item:nth-child(3n + 1) {
        clear: both;
    }
}
.resources .item {
    padding: 16px;
}
.resources .item .heading {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}
.resources .item .size {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .resources .item .heading {
        font-size: 18px;
    }
}
table {
    width: 100%;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
}
thead {
    background-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #181818;
    color: #181818;
}
table td,
table th {
    padding: 15px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
}
.tables .body .item.even,
.tables table .even td {
    background-color: #fff;
    background-color: #fff;
}
table th {
    font-weight: 500;
    font-size: 15px;
}
table tr p:first-of-type {
    margin-top: 0;
}
table tr p:last-of-type {
    margin-bottom: 0;
}
.author-bio {
    overflow: hidden;
    height: 100%;
}
.author-bio p.heading {
    margin-bottom: 0;
}
.author-bio .image {
    margin-top: 16px;
}
.author-bio .image img {
    width: auto;
    max-width: 100%;
}
.author-bio .info {
    padding: 16px 0;
}
.author-bio .info p.heading {
    font-size: 16px;
}
@media (min-width: 768px) {
    .author-bio .info {
        padding: 16px 16px 16px 0;
    }
}
@media (min-width: 992px) {
    .author-bio .image {
        float: right;
        margin: 0 0 16px 48px;
    }
}
.slideshow .item {
    display: block;
}
.slideshow .item .image img {
    display: block;
    overflow: hidden;
}
.slideshow .item .info .text {
    padding: 10px 0 0;
    font-size: 80%;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
}
.pricing-menu .head {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #ed6d19;
    border-color: #ed6d19;
}
.pricing-menu .head .heading {
    margin: 0;
    font-size: 14px;
}
.pricing-menu .item {
    padding: 15px 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-color: #e3e3e3;
}
.pricing-menu .item:last-of-type {
    border: 0 none;
}
.pricing-menu .item .heading {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0 0 8px;
}
.pricing-menu .item .text p {
    margin: 0 0 5px;
    font-size: 90%;
    font-style: italic;
}
.pricing-menu .price p {
    margin: 5px 0 0;
}
@media (min-width: 992px) {
    .pricing-menu .item .heading {
        font-size: 18px;
    }
    .pricing-menu .item .price {
        text-align: right;
    }
    .pricing-menu .price p {
        margin: 0 0 10px;
    }
}
.apc {
    position: relative;
    padding: 24px 0;
    overflow: hidden;
    height: 100%;
}
.apc .overview {
    margin-bottom: 24px;
}
.apc .overview .text :last-child {
    margin-bottom: 0;
}
.apc .outro {
    margin-top: 24px;
}
.apc .outro .text :first-child {
    margin-top: 0;
}
.apc.no-padding .overview {
    margin-top: 24px;
}
.apc.no-padding .outro {
    margin-bottom: 24px;
}
.apc .image.video {
    position: relative;
}
.apc.banner {
    padding: 0 !important;
}
.apc.banner,
.apc.promo-pods {
    margin: 0;
}
.apc .heading.main {
    font-size: 25px;
    color: #fff;
}
@media (min-width: 768px) {
    .apc {
        padding: 32px 0;
    }
    .apc.no-padding .overview {
        margin-top: 32px;
    }
    .apc.no-padding .outro {
        margin-bottom: 32px;
    }
}
@media (min-width: 992px) {
    .apc {
        padding: 48px 0;
    }
    .apc.no-padding .overview {
        margin-top: 48px;
    }
    .apc.no-padding .outro {
        margin-bottom: 48px;
    }
    .apc .heading.main {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .apc {
        padding: 34px 0;
    }
    .apc.no-padding .overview {
        margin-top: 64px;
    }
    .apc.no-padding .outro {
        margin-bottom: 64px;
    }
    .apc .heading.main {
        font-size: 35px;
    }
}
.apc.banner {
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 0;
}
.apc.banner .item {
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.apc.banner .item.takeover,
.apc.banner .item.takeover .container,
.apc.banner .item.takeover .row {
    height: 100vh;
    height: calc(100vh - 90px);
    height: -o-calc(100vh - 90px);
    height: -webkit-calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
}
.apc.banner .item.takeover .image {
    display: none;
}
.apc.banner img {
    display: none;
    overflow: hidden;
}
.apc.banner .info {
    width: 100%;
    z-index: 100;
}
.apc.banner .item.takeover .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
.apc.banner .info .heading {
    font-size: 24px;
}
.apc.banner .info p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.apc.banner .info p.link {
    margin: 30px 0 0;
}
.apc.banner blockquote::before,
.banner blockquote::after {
    display: none;
}
.apc.banner .scroll-prompt {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.apc.banner .scroll-prompt a {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none !important;
}
.apc.banner .scroll-prompt a i {
    font-size: 30px;
    line-height: 40px;
    display: block;
    padding: 0;
    margin: 0 0 0 2px;
}
.apc.banner .scroll-prompt .mouse-scroll {
    position: relative;
    width: 21px;
    height: 35px;
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-color: #fff;
    border-radius: 10px;
}
.apc.banner .scroll-prompt .mouse-scroll::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 7px;
    width: 3px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    background-color: #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@media (max-width: 991px) {
    .apc.banner .item.medium .info,
    .apc.banner .item.short .info {
        padding: 30px 0 50px;
    }
}
@media (min-width: 768px) {
    .apc.banner .info .heading {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .apc.banner .item.short,
    .apc.banner .item.short .container,
    .apc.banner .item.short .row {
        height: 50vh;
        min-height: 400px;
        height: calc(50vh - 240px);
        height: -o-calc(50vh - 240px);
        height: -webkit-calc(50vh - 240px);
        height: -moz-calc(50vh - 240px);
    }
    .apc.banner .item.medium,
    .apc.banner .item.medium .container,
    .apc.banner .item.medium .row {
        height: 70vh;
        min-height: 480px;
        height: calc(70vh - 240px);
        height: -o-calc(70vh - 240px);
        height: -webkit-calc(70vh - 240px);
        height: -moz-calc(70vh - 240px);
    }
    .apc.banner .item.takeover,
    .apc.banner .item.takeover .container,
    .apc.banner .item.takeover .row {
        height: 100vh;
        height: calc(100vh - 240px);
        height: -o-calc(100vh - 240px);
        height: -webkit-calc(100vh - 240px);
        height: -moz-calc(100vh - 240px);
    }
    .apc.banner .info .heading {
        font-size: 35px;
    }
}
.apc.banner .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .apc.banner .info .heading {
        font-size: 40px;
    }
    .apc.banner .scroll-prompt a {
        height: auto;
        padding-bottom: 20px;
    }
    .apc.banner .scroll-prompt a span {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 0.09em;
        display: block;
        margin-top: 15px;
        display: none;
    }
    .apc.banner .scroll-prompt a i {
        font-size: 20px;
    }
}
@media (min-width: 1025px) {
    .apc.banner .item {
        background-size: cover;
    }
}
.apc.cta-strip .heading.main {
    margin-bottom: 0;
}
.apc.cta-strip p.link {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .apc.cta-strip {
        background-position: center !important;
    }
}
@media (min-width: 1025px) {
    .apc.cta-strip {
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .apc.promo-pods .item:nth-child(2n + 1) {
        clear: both !important;
    }
}
.apc.text-with-image-or-video .info {
    padding-top: 20px;
}
.apc.text-with-image-or-video .info .heading {
    margin-top: 0;
}
.apc.text-with-image-or-video p.link {
    margin-top: 30px;
    margin-bottom: 0;
}
.apc.text-with-image-or-video .overlayicon {
    font-size: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .apc.text-with-image-or-video.wide .image {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .apc.text-with-image-or-video.wide {
        padding: 0;
    }
    .apc.text-with-image-or-video .item {
        display: table;
    }
    .apc.text-with-image-or-video .info {
        padding-top: 0;
        display: table-cell;
        vertical-align: middle;
    }
    .apc.text-with-image-or-video.wide .info {
        padding: 48px 0;
    }
    .apc.text-with-image-or-video .overlayicon {
        font-size: 100px;
    }
    .apc.text-with-image-or-video:not(.wide) .pull-right .image {
        margin-left: -15px;
    }
    .apc.text-with-image-or-video:not(.wide) .pull-left .image {
        margin-right: -15px;
    }
    .apc.text-with-image-or-video.wide .image {
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .apc.text-with-image-or-video.wide .info {
        padding: 64px 0;
    }
    .apc.text-with-image-or-video .overlayicon {
        font-size: 140px;
    }
}
.apc.signup-listing .listing .item {
    margin: 20px 0 0;
    position: relative;
}
.apc.signup-listing .listing .item:first-of-type {
    margin-top: 40px;
}
.apc.signup-listing .listing .item .heading {
    font-size: 16px;
}
.apc.signup-listing .listing .item .meta {
    margin: 10px 0 0;
}
@media (min-width: 768px) {
    .apc.signup-listing .listing .item .heading {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .apc.signup-listing .listing .item .heading {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .apc.signup-listing .listing .item .heading {
        font-size: 22px;
    }
}
.apc.tabbed .tab-content {
    border: 0 none;
    padding: 30px 0 0;
    background: 0 0;
}
.apc.tabbed .listing {
    margin: 0 0 30px;
}
.apc.standard-components {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .apc.standard-components {
        padding-bottom: 8px;
    }
}
@media (min-width: 992px) {
    .apc.standard-components {
        padding-bottom: 24px;
    }
}
@media (min-width: 1200px) {
    .apc.standard-components {
        padding-bottom: 40px;
    }
}
body .apc.umb-grid.c1-bg {
    color: #fff;
    color: rgba(255, 255, 255, 0.95);
}
body .apc.umb-grid.c3-bg {
    color: #e3e3e3;
    color: #e3e3e3;
}
body .apc.umb-grid.c1-bg a,
body .apc.umb-grid.c1-bg a:active,
body .apc.umb-grid.c1-bg a:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}
body .apc.umb-grid.c1-bg .heading,
body .apc.umb-grid.c1-bg h1,
body .apc.umb-grid.c1-bg h2,
body .apc.umb-grid.c1-bg h3,
body .apc.umb-grid.c1-bg h4,
body .apc.umb-grid.c1-bg h5,
body .apc.umb-grid.c1-bg h6 {
    color: #fff;
    color: #fff;
}
body .apc.umb-grid.c3-bg .heading,
body .apc.umb-grid.c3-bg h1,
body .apc.umb-grid.c3-bg h2,
body .apc.umb-grid.c3-bg h3,
body .apc.umb-grid.c3-bg h4,
body .apc.umb-grid.c3-bg h5,
body .apc.umb-grid.c3-bg h6 {
    color: #fff;
    color: #fff;
}
.apc.image-carousel .heading.main {
    margin-bottom: 0;
}
.apc.image-carousel .item .image {
    margin: 0 1px 0 0;
}
.apc.image-carousel .gallery .item a .overlayicon {
    right: 1px;
}
@media (min-width: 992px) {
    .apc.image-carousel .heading.main {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .apc.image-carousel .heading.main {
        font-size: 28px;
    }
}
.apc.text-listing .listing .item .heading {
    margin: 0;
}
@media (min-width: 992px) {
    .apc.text-listing .heading.main {
        padding-top: 10%;
    }
    .apc.text-listing .listing .item .heading {
        font-size: 20px;
    }
}
textarea {
    resize: none;
}
fieldset {
    margin: 0 0 16px;
}
legend {
    padding: 0 0 8px;
    margin: 8px 0 16px;
}
em.req {
    font-style: normal;
}
.input-validation-error {
    border-color: #a94442;
}
.input-validation-error:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(169, 68, 68, 0.5);
}
.field-validation-error {
    display: block;
    padding: 5px;
    font-size: 12px;
    background-color: #a94442;
    color: #fff;
    color: #fff;
}
.field-validation-valid {
    display: none;
}
.validation-summary-valid {
    display: none;
}
footer .newsletter fieldset {
    position: relative;
}
footer .newsletter .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 40px;
}
.site-search {
    position: relative;
    margin: 15px;
}
.site-search fieldset {
    position: relative;
    pointer-events: all;
}
.site-search .form-control {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding-right: 40px;
}
.site-search button {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    text-align: center;
    border: 0 none;
}
@media (min-width: 768px) {
    header .site-search {
        margin: 0;
        position: absolute;
        top: 40px;
        right: 15px;
        width: 25%;
    }
}
.ajax-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.ajax-wrap .ajax-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
}
.ajax-wrap .ajax-loading .loading {
    margin: 0;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}
.ajax-wrap .ajax-loading .loading span.message {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/icons/loading-on-white.gif);
}
.cookies {
    padding: 1em;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.cookies p.link {
    padding: 0;
}
.cookies a.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 700;
}
.cookies a.close:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    opacity: 0.7;
}
.swp {
    margin-bottom: 30px;
}
.inner {
    padding: 15px;
}
.spc.quick-links .inner {
    padding-bottom: 5px;
}
.has-borders {
    border-width: 1px;
    border-style: solid;
}
.item .table {
    margin: 0 0 0 15px;
}
.table-cell {
    padding: 32px;
}
.item-square {
    padding-bottom: 100%;
}
.item-square .info {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}
.item-square .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div.table {
    display: table;
    width: 90%;
    height: 100%;
    margin: 0;
}
div.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
div.table-cell.align-top {
    vertical-align: top;
    padding-top: 140px;
}
div.table-cell.align-bottom {
    vertical-align: bottom;
    padding-bottom: 140px;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
@media (max-width: 991px) {
    .item-square {
        padding-bottom: 75%;
    }
    .apc.banner .item.medium div.table-cell,
    .apc.banner .item.short div.table-cell {
        padding: 0 !important;
    }
}
@media (min-width: 768px) {
    .item-square {
        padding-bottom: 50%;
    }
    .item-square .info {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .inner {
        padding: 20px;
    }
    .spc.quick-links .inner {
        padding-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .container-fluid .item-square {
        padding-bottom: 35%;
    }
    .inner {
        padding: 30px;
    }
    .spc.quick-links .inner {
        padding-bottom: 20px;
    }
}
.image a {
    display: block;
    position: relative;
    overflow: hidden;
}
.overlayicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    color: #fff;
    text-align: center;
    font-size: 40px;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}
.item.video-pod a .overlayicon,
div.video a .overlayicon {
    background-color: rgba(0, 0, 0, 0.25);
}
.item.video-pod a .overlayicon,
a:hover .overlayicon,
div.video a .overlayicon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
.overlayicon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.masonry .overlayicon::before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: 35%;
}
@media (min-width: 992px) {
    .item.video-pod a:hover .overlayicon,
    a:hover .overlayicon,
    div.video a:hover .overlayicon {
        background-color: rgba(0, 0, 0, 0.75);
    }
    .overlayicon {
        font-size: 50px;
    }
}
@media (min-width: 1200px) {
    .overlayicon {
        font-size: 60px;
    }
}
a {
    color: #e71046;
    font-size: 16px;
}
a:hover {
    color: #008b9f;
}
p {
    margin: 0 0 8px 0;
}
.divide {
    margin: 0 15px 0 15px;
}
img.divide {
    width: auto;
    height: auto;
}
.callDiv {
    color: #005a6c;
    font-family: DINBold;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    float: right;
    margin-right: 40px;
    margin-top: 35px;
    float: right;
}
.callDiv a {
    font-size: 15px;
}
.dateDiv {
    color: #5e5f5f;
    display: inline-block;
    font-family: DINRegular;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    vertical-align: middle;
}
.red {
    color: #ff004e;
}
.topnav-right {
    float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: miramontebold, sans-serif;
    letter-spacing: -1.5px;
    color: #008b9f;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
h1,
h2 {
    font-size: 32px;
}
h3 {
    font-size: 23px;
}
.content {
    min-height: 100px;
}
#site {
    min-height: 200px;
}
@media (min-width: 1200px) {
    h2 {
        font-size: 26px;
    }
}
.search-cont-holder {
    position: absolute;
    top: -30px;
    width: 100%;
    max-width: 1140px;
    border: 2px solid #bbb;
    background-color: #fff;
    padding: 0 8px;
    display: block;
}
.search-cont {
    margin: 0 auto;
    width: 100%;
    padding: 8px;
}
.master-container {
    padding-top: 10px;
    position: relative;
}
label[for="s_query"],
label[for="search_field"] {
    background-image: url(/images/search_icon.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    font-size: 0;
    float: left;
    padding: 0 10px 0 0;
}
.navigation nav.main ul ul {
    background-color: #33a2b2;
}
.navigation nav.main ul > li:hover,
.navigation nav.main ul > li:not(.has-child) a:not(.active):hover {
    background-color: #ff0042;
}
input#s_query,
input#search_field {
    float: left;
    box-shadow: none;
    border: 0;
    padding: 6px 0 6px 8px;
    width: 75%;
    font-size: 20px;
    color: #777;
    display: inline-block;
    font-family: OpenSans, sans-serif;
}
button#s_search {
    float: right;
    padding: 8px 16px;
    color: #fff;
    background-color: #ff0042;
    border: 0;
    display: inline-block;
    font-size: 18px;
    font-family: OpenSans, sans-serif;
    text-transform: uppercase;
}
input#newsletter_submit {
    font-size: 0;
    height: 65px;
    width: 65px;
    background-color: #ff0042;
}
.newsletter-subscribe {
    border: 1px solid #aaa;
    height: 82px;
}
.newsletter-subscribe p {
    font-size: 14px;
    color: #777;
    margin: 0 0 4px 0;
}
.newsletter-subscribe span {
    font-size: 18px;
    color: #ff8a00;
    font-weight: 700;
    font-family: miramontebold, sans-serif;
    text-transform: uppercase;
}
.newsletter-subscribe .newsletter-left {
    float: left;
    width: 40%;
    margin: 6px 10px 6px 10px;
    border-right: 1px solid #aaa;
}
.newsletter-subscribe input[name="newsletter_email"] {
    color: #999;
    width: 40%;
    display: inline-block;
    border: 0;
    font-size: 18px;
    padding: 8px;
    font-family: OpenSans, sans-serif;
    margin-top: 19px;
}
input[name="newsletter_email"]::-webkit-input-placeholder {
    color: #999;
}
.newsletter-subscribe button {
    float: right;
    display: inline-block;
    background-position: center center;
    background-color: #ff0042;
    background-repeat: no-repeat;
    background-image: url(/images/newsletter_submit.png);
    font-size: 0;
    border: 0;
    height: 80px;
    width: 80px;
}
.text-left {
    background-color: rgba(40, 151, 208, 0.7);
    padding: 20px;
    width: 40%;
    color: #fff;
    font-family: miramontebold, sans-serif;
}
.text-left h2 {
    color: #fff;
    margin: 0;
}
.text-left .text p {
    margin: 0;
}
.apc.banner .info p {
    margin: 0;
}
.apc.banner .info p.link {
    text-transform: uppercase;
    font-size: 16px;
}
.apc.banner .info p.link a {
    font-size: 20px;
}
.btn {
    padding: 15px 15px 14px;
}
.apc.banner .info .table-cell {
    vertical-align: unset;
    display: block;
    margin-top: 50px;
}
.hol-destinations {
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
}
.hol-destinations .destination-cont {
    color: #fff;
    position: relative;
    margin: 0 0 15px 0;
    height: 245px;
}
.hol-destinations .destination-cont img {
    height: 100%;
    width: 100%;
    position: relative;
}
.hol-destinations .destination-cont span {
    position: relative;
    top: 0;
    z-index: 9999;
    font-size: 24px;
    padding: 5px 15px 0 0;
    font-weight: 700;
}
.hol-destinations .destination-cont:hover .holi-pod-overlay {
    display: block;
}
.hol-destinations .destination-cont .holi-pod-overlay {
    position: absolute;
    top: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: block;
    width: 100%;
    padding: 11px 15px 15px 15px;
}
.hol-destinations .destination-cont .holi-pod-overlay p span {
    font-size: 14px;
}
.hol-destinations .destination-cont .holi-pod-overlay p {
    margin: 0 0 8px 0;
    font-size: 14px;
}
.hol-destinations a article .holi-pod-text p {
    color: #444;
}
.holidayresults a:hover article {
    margin-top: 1px;
    min-height: 634px;
}
.container.master-container .row.home-top-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
.container.master-container.holidaysearch .row.home-top-section {
    margin: 30px -15px 25px -15px;
}
.container.master-container.destinations .row.home-top-section {
    margin: 85px -15px 60px -15px;
}
.destination-box {
    margin: 0 0 15px 0;
    min-height: 355px;
}
.destination-box a p {
    color: #777;
    font-size: 14px;
}
.article-content-title {
    height: 50px;
}
.destination-box a:hover {
    text-decoration: none;
    color: #777;
}
.destination-box a:focus {
    text-decoration: none;
    color: #777;
}
.homepage-pod {
    position: relative;
}
.homepage-pod p {
    padding: 14px;
}
.end-blocks .homepage-pod {
    border: 1px solid #aaa;
}
.lower-block-grey {
    background-color: #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 0 40px 0;
}
.lower-block-grey h2 {
    color: #555;
    font-weight: 400;
    font-size: 30px;
    font-family: miramonteregular, sans-serif;
    margin-bottom: 20px;
}
.lower-block-grey h3 {
    text-transform: none;
    color: #555;
    font-weight: 400;
    font-size: 22px;
    font-family: OpenSans, sans-serif;
}
.newsletter-cont {
    margin-top: 25px;
    margin-bottom: 60px;
}
.news-section div article img {
    width: 40%;
    float: left;
    padding: 0 20px 0 0;
}
.news-section div article {
    min-height: 120px;
    margin-bottom: 30px;
}
.news-section .article-content {
    float: left;
    padding: 0;
    width: 55%;
}
.news-section .article-content span {
    text-transform: uppercase;
    font-size: 19px;
    color: #7c7c7c;
    font-family: miramontebold, sans-serif;
    letter-spacing: -1px;
    line-height: normal;
}
.lower-block-grey .homepage-pod p {
    position: relative;
    top: unset;
    padding: 0;
}
.team-list li img {
    border-radius: 0;
    width: 70px;
    height: 70px;
}
.team-list li a:focus,
.team-list li a:hover {
    text-decoration: none;
}
.team-list li a {
    color: #444;
    text-decoration: none;
}
.team-list li {
    list-style: none;
    float: left;
    text-align: center;
    padding: 0 16px 0 0;
}
.team-list {
    margin: 18px 0 0 0;
}
.team-list li span {
    display: block;
    padding: 8px 0 0 0;
}
.travel-style {
    margin-top: 50px;
    margin-bottom: 60px;
}
.trav-first-col article {
    margin: 0 0 15px 0;
    height: 245px;
}
.trav-col-1 {
    position: relative;
}
.trav-col-1,
.trav-col-2 {
    cursor: pointer;
}
.trav-row-2 {
    cursor: pointer;
}
.trav-first-col .trav-row-1 .trav-col-1 {
    width: 47.6%;
    float: left;
    margin: 0 25px 0 0;
    height: 245px;
    overflow: hidden;
}
.trav-first-col .trav-row-1 .trav-col-1.travelstylebox.box-right {
    margin: 0;
}
.trav-first-col .trav-row-1 .trav-col-1 img {
    width: auto;
    height: 100%;
    max-width: unset;
}
.trav-first-col .trav-row-1 .trav-col-2 {
    width: 47%;
    float: right;
}
.travel-style span {
    position: absolute;
    top: 33%;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    left: 0;
}
.travel-style span.small {
    position: absolute;
    top: 55%;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    left: 0;
}
.trav-col-2,
.trav-row-2 {
    position: relative;
    height: 245px;
}
.trav-col-2 img,
.trav-row-2 img {
    width: 100%;
    height: 100%;
}
.trav-first-col .trav-row-1 {
    height: 245px;
}
.trav-first-col .trav-row-2 {
    height: 245px;
    position: relative;
}
.trav-first-col .trav-row-2 img {
    height: auto;
    width: auto;
}
.holi-pod-overlay {
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #0ff;
    width: 100%;
    height: 100%;
    padding: 35% 10px 10px 10px;
}
.travelstylebox .holi-pod-overlay {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    color: #444;
    background-color: #ddd;
    width: 100%;
    height: 73px;
    padding: 8px 9px 8px 9px;
    top: unset;
    font-size: 14px;
}
.trav-second-col .trav-row-1 {
    height: 245px;
    margin: 0 0 15px 0;
}
.trav-second-col .trav-row-1 {
    position: relative;
    cursor: pointer;
}
.trav-second-col .trav-row-1 img {
    width: 100%;
    height: 100%;
}
.trav-third-col .trav-row-1 {
    height: 245px;
    position: relative;
    margin: 0 0 15px 0;
}
.trav-third-col .trav-row-1 img {
    width: 100%;
    height: 100%;
}
.trav-third-col .trav-row-2 {
    height: 245px;
    position: relative;
}
a.yellow-link {
    padding: 10px 20px;
    background-color: #ffc000;
    color: #fff;
    margin: 15px 0 0 0;
    display: inline-block;
}
a.yellow-link:hover {
    background-color: #008b9f;
    text-decoration: none;
}
a.red-link {
    padding: 10px 20px;
    background-color: #ff0042;
    color: #fff;
    margin: 2px 0 0 15px;
    display: inline-block;
}
a.red-link:hover {
    background-color: #008b9f;
    text-decoration: none;
}
ul.moreinfo-list li {
    display: inline-block;
    padding: 0 12px 0 0;
}
ul.moreinfo-list li a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
ul.moreinfo-list li a:hover {
    color: #e71046;
}
.moreinfo-list {
    list-style: none;
    margin: 0;
}
.greyline {
    background: #ddd;
    height: 1px;
    margin: 12px 15px;
    display: block;
}
.end-icons {
    margin: 40px 0 60px 0;
}
.similartrips-left {
    float: left;
    width: 47.5%;
}
.similartrips-right {
    float: right;
    width: 48%;
}
.holiday-banner .text-left {
    background: 0 0;
    width: 70%;
    background: rgba(0, 0, 0, 0.5);
}
.holiday-banner .text-left h1 {
    font-size: 50px;
}
.apc.banner.holiday-banner .info .heading {
    font-size: 36px;
}
.apc.banner.holiday-banner .info .table-cell {
    margin-top: 90px;
}
.apc.banner.holiday-banner .slides .slick-dots {
    bottom: 80px;
}
.holiday-banner .btn {
    background-color: #e71046;
    color: #fff;
}
.promo-text {
    text-align: center;
    background-color: #ff0042;
    color: #fff;
    font-size: 21px;
    padding: 5px 0;
    letter-spacing: -1px;
}
.promo-holder {
    padding: 0;
    width: 100%;
}
.promo-holder .promo-text {
    text-transform: uppercase;
}
.holiday-subnav-holder {
    position: relative;
    width: 100%;
    margin-top: -48px;
}
.holiday-subnav-holder .container {
    padding: 0;
}
.holiday-subnav {
    height: 48px;
    background-color: #008b9f;
}
.holiday-subnav ul {
    list-style: none;
    display: inline-block;
    line-height: 1;
    width: 100%;
}
.holiday-subnav ul li {
    float: left;
    line-height: unset;
}
.holiday-subnav ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #008b9f;
    line-height: unset;
    padding: 16px 26px;
    display: block;
}
.holiday-subnav ul li a.active {
    color: #008b9f;
    background-color: #fff;
}
.home-top-section article {
    border: 1px solid #ccc;
    margin: 0;
}
.home-top-section div.holiday-fullbox a:nth-child(2n + 2) article.similartrips-left {
    margin: 0 30px 0 0;
}
.home-top-section div.holiday-fullbox a:nth-of-type(1) article.similartrips-left {
    margin: 0 30px 0 0;
}
.home-top-section div.holiday-fullbox a:nth-of-type(0) article.similartrips-left {
    margin: 0;
}
article.similartrips-left {
    border: 0 solid #ddd;
    min-height: 530px;
}
.holiday-overview-article {
    border: 1px solid #ccc;
}
.similartrips-left img {
    margin: 0 0 12px 0;
}
.similartrips-left span {
    font-weight: 700;
    font-size: 18px;
    color: #008b9f;
}
.similartrips-left p {
    margin: 6px 0 6px 0;
    color: #111;
    font-size: 14px;
}
.home-top-section article .map {
    float: left;
    width: 39%;
}
.holiday-overview {
    margin: 20px 0 30px 0;
}
.map {
    margin: 0 35px 0 0;
}
.holiday-overview-article {
    padding: 30px;
}
.holiday-overview-article a.yellow-link {
    margin: 15px 0 15px 0;
}
span.blue-title {
    font-size: 24px;
    font-family: miramonteregular, sans-serif;
    color: #008b9f;
}
.overview-center {
    float: left;
    margin: 0 20px 0 0;
    width: 28%;
}
.overview-right {
    float: left;
    width: 27%;
}
.package-details {
    margin: 5px 0 0 0;
}
.package-details ul {
    list-style: none;
    margin: 0;
}
.package-details ul li div:first-child {
    margin: 0 8px 0 0;
    width: 110px;
    display: inline-block;
    float: left;
}
.package-details ul li div {
    color: #ff7800;
}
.package-details ul li span {
    margin: 0;
    float: right;
    width: 175px;
    word-break: break-word;
}
.package-details ul li {
    padding: 0 0 6px 0;
    display: inline-block;
}
a.btn.link-red {
    padding: 10px 16px;
    background-color: #ff0042;
    color: #fff;
    margin: 8px 0 0 0;
    font-size: 20px;
    display: inline-block;
}
a.btn.link-blue {
    padding: 10px 25px;
    background-color: #209bad;
    color: #fff;
    margin: 8px 0 0 0;
    font-size: 20px;
    display: inline-block;
}
.overview-right a.btn.link-red {
    margin: 35px 0 0 0;
}
.social-links a {
    font-size: 25px;
    color: #fff;
    padding: 8px 10px;
    margin: 5px 0 0 5px;
}
.social-links a.fa-envelope-o {
    background-color: #0885b8;
    margin: 0;
}
.social-links a.fa-twitter {
    background-color: #00aced;
}
.social-links a.fa-google-plus {
    background-color: #d34836;
}
.social-links a.fa-facebook {
    background-color: #3b5998;
    padding: 8px 13px 8px 13px;
}
.map img {
    margin: 0 0 20px 0;
}
.gallery-modal {
    background-color: #008b9f;
    border: 0;
    font-size: 24px;
    padding: 12px 20px 10px 40px;
    color: #fff;
    font-family: miramontebold, sans-serif;
}
.viewgallery {
    position: relative;
    text-align: right;
    cursor: pointer;
}
.viewgallery img {
    position: absolute;
    width: 87px;
    height: 75px;
    left: -1px;
    top: -10px;
}
.red-subtitle {
    font-weight: 700;
    color: #ff0042;
    font-size: 16px;
}
.modal-content h1 {
    font-size: 24px;
    color: #fff;
}
.modal-content {
    padding: 25px;
    background-color: #444;
}
.rg-image-wrapper {
    background: 0 0 !important;
    padding: 0 !important;
}
.rg-image img {
    width: 80%;
}
.rg-view {
    display: none;
}
.modal-content button.close {
    float: right;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    font-weight: lighter;
}
.modal-content h1 {
    float: left;
}
.holsubpage {
    min-height: 645px;
}
.holidaysearch {
    margin-top: 70px;
}
.chckboxlist input[type="radio"] {
    float: left;
    height: 19px;
    width: 19px;
    padding: 0 10px 0 0;
    margin: 0 7px 0 0 !important;
}
.chckboxlist input[type="radio"] {
    float: left;
    height: 19px;
    width: 19px;
    padding: 0 10px 0 0;
    margin: 0 7px 0 0 !important;
}
.form-horizontal.form-group input[type="radio"] {
    height: 19px;
    width: 19px;
    padding: 0 10px 0 0;
    margin: 0 7px 0 0 !important;
}
.form-horizontal.form-group input[type="radio"] {
    height: 19px;
    width: 19px;
    padding: 0 10px 0 0;
    margin: 0 2px 0 0 !important;
}
.form-horizontal.form-group .radiorow input[type="radio"] {
    margin: 0 10px 0 0 !important;
}
.form-horizontal.form-group .chckboxlist input[type="radio"] {
    margin: 0 4px 0 0 !important;
}
.form-horizontal.form-group label.radiolabel {
    vertical-align: top;
    margin: 0 7px 0 0;
}
.radiorow {
    margin: 0 0 5px 0;
}
input.chk-box {
    width: 19px;
    height: 19px;
}
.chckboxlist label {
    vertical-align: super;
    margin: 0 0 0 5px;
}
.holi-top-bar {
    top: 0;
    padding: 12px 0 0 0;
    color: #008b9f;
    width: 100%;
    min-height: 64px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    background-color: #eee;
}
.listing.search .holi-top-img {
    border: 1px solid #ccc;
    max-width: 260px;
    float: right;
}
.holi-pod-title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    color: #008b9f;
    letter-spacing: 0;
}
.holi-pod-title-small {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #008b9f;
}
.holi-age-range {
    color: #fff;
    font-size: 18px;
    background-color: #61c8e2;
    position: absolute;
    top: 12px;
    right: 26px;
    padding: 1px 10px 1px 10px;
    text-align: left;
    line-height: 29px;
}
.holi-promo {
    position: absolute;
    background-color: #ed0038;
    color: #fff;
    top: 145px;
    font-size: 18px;
    padding: 0 12px;
}
.holidayresults .holi-promo {
    top: 142px;
}
.holi-country {
    background-color: #ccc;
    color: #444;
    font-size: 16px;
    padding: 6px 12px 4px 11px;
    letter-spacing: 0;
    height: 54px;
}
.holi-lower-hold {
    border: 1px solid #ccc;
    padding: 8px 8px 0 8px;
    min-height: 325px;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.55);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.holi-lower-hold .holi-pod-text {
    padding: 0;
}
.holi-lower-left,
.holi-lower-right {
    list-style: none;
    margin: 0;
    float: left;
}
.holi-lower-right {
    width: 69%;
}
.holi-lower-left {
    width: 31%;
}
.holi-lower-left,
.holi-lower-right {
    font-weight: 700;
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    text-transform: uppercase;
}
.holi-lower-right .blue {
    color: #1795a7;
}
.holi-pod-dates {
    margin: 10px 0 5px 0;
}
.holi-pod-dates .red-button {
    background-color: #ed0038;
    color: #fff;
    padding: 4px 11px;
    float: right;
    margin: 10px 10px 0 0;
}
.holi-pod-dates img {
    width: auto;
    margin: -10px 10px 0 10px;
}
.holi-pod-dates .blue-large {
    color: #0080c9;
    font-weight: 700;
    font-size: 27px;
    font-family: OpenSansBold, sans-serif;
    letter-spacing: -2px;
}
.holi-pod-dates .grey-small,
.holi-pod-dates span {
    display: inline-block;
    font-size: 15px;
    color: #888;
    letter-spacing: 0;
    text-transform: uppercase;
}
.holi-pod-dates a {
    display: inline-block;
}
.holi-pod-dates .grey-small-line {
    padding: 0 10px 0 30px;
    display: inline-block;
    font-size: 22px;
    color: #aaa;
}
.holidayresults article {
    min-height: 635px;
    margin: 0 0 20px 0;
}
.hol-destinations article {
    min-height: 660px;
    margin: 0 0 20px 0;
}
.holi-booking-link {
    float: right;
}
.form-horizontal .form-group {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 10px;
    margin-top: unset;
}
.greyback {
    padding: 30px;
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
}
.birthdate-fields select {
    display: inline-block;
}
.birthdate-fields label {
    display: block;
}
label.error {
    color: red;
}
#dateOfBirth_day,
#dateOfBirth_month,
#dateOfBirth_year {
    width: auto;
}
button,
input,
select,
textarea {
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.firsttitle {
    margin: 0 0 20px 15px;
}
.secondtitle {
    margin: 20px 0 20px 15px;
}
.button.submit {
    background-color: #ff0042;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 8px 23px;
    border: 0;
    text-transform: uppercase;
    float: right;
    letter-spacing: -1px;
    font-weight: 700;
}
.button.submit:hover {
    background-color: #ed6d19;
}
.button.submit:active {
    background-color: #ed6d19;
}
label {
    font-weight: 700;
}
.tds label {
    font-weight: 400;
}
.cont-box label {
    font-weight: 400;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.small-select {
    width: auto;
}
div.cont-box label:first-child {
    margin-right: 8px;
}
div.cont-box input {
    margin-right: 4px;
}
.labellight {
    font-weight: 400;
    margin: 0 8px 0 0;
}
.labellight input {
    margin: 0 4px 0 0;
}
#capImg {
    width: auto;
    margin: 0 0 10px 0;
}
.capTxt {
    width: 40px;
}
.chk-box {
    width: 20px;
}
.inline-set label {
    float: left;
    width: 90%;
    display: inline-block;
    padding: 0 0 0 8px;
}
.inline-set input {
    float: left;
}
.bookformtop {
    margin-top: 0;
}
#NewsLetter,
#chkVerify {
    width: 19px;
    height: 19px;
}
.radiolist {
    float: left;
    height: 19px;
    width: 19px;
    padding: 0 10px 0 0;
    margin: 0 7px 0 0 !important;
}
.singlelabel {
    display: block;
}
.holiday-rightbox {
    float: right;
    margin: 60px 0 20px 0;
}
.holiday-leftbox {
    float: left;
    width: 49%;
}
.holiday-leftbox h2 {
    width: 100%;
}
.holi-booking-link {
    margin: 20px 0 0 0;
}
.departingsoon span.red-title {
    font-size: 27px;
    color: #ff0042;
    text-transform: uppercase;
    letter-spacing: -2px;
    display: inline-block;
}
.departingsoon h2,
.earlybirdoffers h2 {
    display: inline-block;
    margin-right: 10px;
}
.departing-soon-articles a {
    text-decoration: none;
    color: #444;
}
.holi-pod-dates {
    position: absolute;
    bottom: 70px;
    background-color: #008b9f;
    color: #fff;
    left: 8px;
    z-index: 1;
}
.depart-soon-holder div.holi-pod-dates {
    top: 94px;
    bottom: auto;
    top: 94px;
    height: auto;
}
.holi-pod-dates span {
    color: #fff;
    padding: 3px 12px;
}
.holi-pod-text {
    position: relative;
    bottom: 0;
    background-color: #eee;
    height: 53px;
    padding: 12px 0 0 0;
}
.holi-pod-text.earlyoffers {
    padding: 0;
}
.holi-pod-text p {
    margin: 0;
    padding: 7px 10px;
    overflow: hidden;
    font-size: 14px;
}
.depart-soon-holder .holi-pod-dates.earlyoffers {
    left: 0;
    bottom: 43px;
    background-color: #008b9f;
}
.holi-pod-dates.earlyoffers span {
    font-size: 17px;
}
.holi-pod-dates.earlyoffers span:first-child {
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 10px 0 9px;
    line-height: 24px;
}
.holi-pod-dates.earlyoffers span:nth-child(2n + 2) {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 0 11px 4px 10px;
    line-height: 16px;
}
.holi-pod-dates.earlyoffers span:nth-child(2n + 3) {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}
.departing-soon-articles div img {
    position: relative;
    max-width: 100%;
    height: auto;
}
.depart-soon-holder {
    position: relative;
    height: auto;
}
.depart-soon-holder .holi-pod-text {
    height: 81px;
    padding: 6px 0 0 0;
}
.depart-soon-holder div:first-child {
    position: relative;
    padding: 8px 14px;
}
.departing-soon-articles div div:first-child {
    position: relative;
}
.depart-titles {
    background-color: #008b9f;
}
.earlyoffer-titles {
    padding: 1px 8px 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(50, 50, 50, 0.5);
    width: 100%;
    height: 65px;
    display: table;
}
.earlyoffer-titles span.holi-pod-title-red {
    padding: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 24px;
    display: table-cell;
    text-align: center;
}
.earlyoffer-titles span.small-red {
    color: #fff;
    padding: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    font-size: 13px;
}
.earlybirdoffers {
    margin: 40px 0 0 0;
}
.departing-soon-articles {
    margin: 0 0 12px 0;
    cursor: pointer;
}
.small-white {
    color: #fff;
    font-size: 20px;
    float: right;
    padding: 5px 12px 0 0;
    letter-spacing: -0.65px;
}
.small-red {
    color: #ff0042;
    font-size: 17px;
    float: right;
    padding: 5px 12px 0 0;
    letter-spacing: -0.65px;
}
.destinations article .holi-pod-dates,
.holidayresults article .holi-pod-dates {
    background-color: transparent;
    position: relative;
    bottom: 0;
    left: unset;
    margin: 6px 0 5px 0;
}
.destinations article .holi-pod-dates span,
.holidayresults article .holi-pod-dates span {
    padding: 3px 2px;
}
.destinations article .holi-pod-text,
.holidayresults article .holi-pod-text {
    position: relative;
    background-color: transparent;
    margin: 0 0 8px 0;
    color: #444;
}
.destinations article .holi-pod-text p,
.holidayresults article .holi-pod-text p {
    padding: 0;
}
.holidayresults a article .holi-pod-text p {
    color: #444;
}
.holidayresults a article li {
    color: #444;
}
.holidayresults a article li span.blue {
    color: #008b9f;
}
.holidayresults a article {
    font-size: 14px;
}
.holidayresults a article .holi-pod-dates .grey-small-line {
    padding: 0 24px 0 26px;
    display: inline-block;
    font-size: 22px;
    color: #aaa;
}
.holidayresults a article .holi-pod-dates span {
    padding: 6px 2px;
}
.holidayresults a article .holi-pod-dates .red-button {
    background-color: #ed0038;
    color: #fff;
    padding: 4px 11px;
    float: right;
    margin: 14px 10px 0 0;
}
.destinations article .holi-pod-dates span {
    padding: 6px 4px;
}
.homepage {
    padding: 45px 15px 15px 15px;
}
.podblock {
    margin: 0 0 20px 0;
}
.company-details a {
    color: #fff;
    font-size: 13px;
}
header #logo {
    top: 20px;
}
.slick-next,
.slick-prev {
    top: 36.5%;
}
.depart-soon-holder .holi-pod-dates.earlyoffers {
    bottom: unset;
    top: 57%;
}
.apc.banner .item.medium {
    background-size: cover;
}
.slick-slider {
    z-index: 1;
}
.destinations .search-cont-holder {
    top: 28px;
}
.master-container.destinations {
    padding: 35px 15px 0 15px;
}
.master-container.destinations .hol-destinations {
    margin-top: 25px;
    margin-bottom: 20px;
}
.master-container.destinations .hol-destinations a .destination-cont:hover .holi-pod-overlay p {
    text-decoration: none !important;
}
.master-container.destinations .hol-destinations .destination-cont {
    min-height: 340px;
}
.master-container.destinations .hol-destinations .destination-cont img {
    height: auto;
}
.master-container.destinations .hol-destinations .destination-cont span {
    color: #fff;
    margin: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 4px 10px;
    line-height: 28px;
}
.master-container.destinations .hol-destinations .destination-cont .holi-pod-title-overlay {
    color: #fff;
    margin: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 10px;
    line-height: 28px;
}
.master-container.destinations .hol-destinations .destination-cont .holi-pod-overlay {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    color: #000;
    background-color: transparent;
}
.master-container.destinations .hol-destinations .destination-cont .holi-pod-overlay p {
    font-size: 14px;
    color: #777;
}
.newsholder article {
    margin-bottom: 25px;
    min-height: 425px;
}
.article-content p {
    color: #444;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 7px;
}
.newsholder .article-content img {
    margin-top: 7px;
}
.news-section .article-content span.redlink {
    font-weight: 400;
    font-size: 16px;
    color: #ff0042;
    float: right;
}
.news-section {
    margin: 30px -15px 0 -15px;
}
.travelstylebox a {
    font-size: 14px;
}
.travelstylebox a:hover .holi-pod-overlay {
    top: 0;
    z-index: 9999;
    height: 100%;
    visibility: visible;
}
.travelstylebox img {
    opacity: 0.5;
}
.onetwo {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog {
    width: auto;
    margin: 30px;
}
.embed-responsive-4by3 {
    padding-bottom: 0;
}
.home-testimonials h2 {
    margin: 0 0 15px 0;
    padding: 0;
}
.home-testimonials {
    margin: 0 0 30px 0;
}
.home-testimonials p {
    font-style: italic;
}
.home-testimonials img {
    margin: 0 0 10px 0;
    width: unset;
}
.testimonial-card {
    margin: 0 0 20px 0;
}
@media (min-width: 900px) {
    .row.home-testimonials article:first-of-type {
        padding-left: 0;
    }
    .row.home-testimonials .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0;
    }
}
#bigboxexpand,
#bigboxexpand-accommodation {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    background-color: #aaa;
    width: auto;
    display: inline-block;
    padding: 4px 9px;
}
.bigbox {
    height: 400px;
    overflow: hidden;
}
.full {
    height: 100% !important;
}
.bigbox.full {
    height: 100%;
}
.bigbox-accommodation {
    height: 0;
    overflow: hidden;
}
.bigbox-accommodation.full {
    height: 100%;
}
.stars img {
    width: auto;
    margin-bottom: 8px;
    margin-top: 8px;
}
.hol-destinations div a:focus,
.hol-destinations div a:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navigation nav.main ul li ul a span {
        padding: 12px 15px;
    }
}
.master-container.booking fieldset {
    padding: 0 10px;
    margin: initial;
}
.holiday-fullbox a:focus,
.holiday-fullbox a:hover {
    text-decoration: none;
    color: #008b9f;
}
.holiday-fullbox a {
    color: #ff0042;
    font-size: 1.1em;
    text-decoration: underline;
}
.navigation nav.main ul li.has-child:hover {
    background-color: #aaa;
}
.footerlinks {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.footerlinks ul {
    margin: 0;
}
.footerlinks ul li {
    color: #fff;
    font-weight: 700;
    list-style: none;
}
.footerlinks ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.footerlinks ul li a:focus,
.footerlinks ul li a:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
body {
    background-color: #fff;
}
.holiday-banner .text-left span {
    font-size: 21px;
}
.videoclass .homepage-pod iframe {
    border: none;
}
.videoclass .homepage-pod {
    border: none;
}
.destinations .news-section .article-content {
    float: left;
    padding: 0;
    width: 100%;
}
.holi-booking-link {
    font-size: 20px;
    font-weight: 700;
}
.holi-booking-link a:first-child {
    margin: 0 5px 0 0;
}
.holi-booking-link a:last-child {
    margin: 0 0 0 5px;
}
.subtab {
    margin: 40px 0;
}
#carousel-example-generic .carousel-inner {
    width: 89%;
    margin: 0 auto;
}
#carousel-example-generic .carousel-control.right {
    background-image: none;
    filter: none;
}
#carousel-example-generic .carousel-control.left {
    background-image: none;
    filter: none;
}
#carousel-example-generic .carousel-control {
    width: 50px;
    font-size: 24px;
    color: #444;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left {
    width: 41px;
    height: 41px;
    font-size: 45px;
    left: 8%;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-right {
    width: 41px;
    height: 41px;
    font-size: 45px;
    right: 8%;
}
.holiday-rightbox.embed-responsive {
    overflow: unset;
    height: auto;
    width: 49%;
    position: relative;
}
.holiday-rightbox.embed-responsive .embed-responsive-item {
    position: relative;
    height: 305px;
}
.holi-info {
    width: 100%;
    list-style: none;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.holi-info li div {
    width: 41%;
    float: left;
}
.holi-info .blue {
    color: #1795a7;
    float: left;
    width: 59%;
}
.end-icons .title {
    font-size: 20px;
}
.apc {
    padding: 15px 0;
}
.link-grey {
    padding: 15px 15px 14px 0;
}
.breadcrumb-trail {
    padding: 0 0 30px 0;
}
.footerlogos img {
    margin: 0 40px 0 0;
    max-height: 135px;
}
.footerlogos {
    text-align: center;
}
.heading.main {
    color: #008b9f;
}
#Package {
    width: 100%;
}
#DepartureDate {
    width: 100%;
}
#message span {
    font-size: 30px;
    font-weight: 700;
}
#message {
    display: none;
}
.search-cont-holder.searchpage {
    position: relative;
    top: 0;
    height: 57px;
    margin: 10px 0 15px 0;
}
.testimonial-list {
    padding: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.holiday-list {
    padding-left: 15px;
    padding-right: 15px;
}
span.large-title {
    font-size: 24px;
}
a.red-link.reviews {
    margin: 20px 0;
    text-transform: uppercase;
}
a.yellow-link.reviews {
    margin: 10px 10px 20px 0;
}
a.red-link.reviews,
a.yellow-link.reviews {
    text-transform: uppercase;
}
.testimonial-list ul {
    list-style: none;
    margin: 0;
}
.testimonial-list ul li {
    margin: 0 0 30px 0;
}
.listing.search .item span.title {
    color: #008b9f;
    font-size: 16px;
}
.listing.search .item a p {
    color: #444;
    font-size: 12px;
}
.listing.search .item a p {
    color: #444 !important;
}
.listing.search .item a .holi-top-img {
    float: right;
    width: 30%;
}
.listing.search .item {
    padding-bottom: 16px;
    margin-bottom: 24px;
    clear: both;
    min-height: 176px;
    border-bottom: 1px solid #eee;
}
.search-results-left {
    float: left;
    width: 60%;
}
p {
    line-height: 21px;
}
.holi-booking-link-left {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0 0;
}
a#pacepop {
    display: inline;
}
.package-details ul li span.pacepopname {
    width: 15px;
    float: left;
}
#pacepoptext {
    position: absolute;
    width: 70%;
    left: 30px;
    display: none;
}
li.pace {
    width: 100%;
    position: relative;
}
.show {
    display: block;
    visibility: visible;
}
.footerlinks li {
    display: inline-block;
}
.footerlinks li a {
    color: #fff;
    font-size: 14px;
    padding-right: 8px;
    font-weight: 400;
}
.martop30 {
    margin: 30px 0;
}
.articletitlebox {
    min-height: 60px;
}
.whiteback {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tourcategories {
    margin: 20px 0 60px 0;
}
.tourcategories ul {
    margin: 20px 0 0 0;
}
.tourcategories ul li {
    list-style: none;
    float: left;
    margin: 0 15px 10px 0;
    height: 40px;
}
.tourcategories ul li a {
    border: 1px solid #ddd;
    padding: 8px 15px;
    color: #008b9f;
}
.tourcategories ul li a.active {
    border: 1px solid #ddd;
    padding: 8px 15px;
    color: #fff;
    background-color: #ff0042;
}
.tourcategories ul li a:hover {
    border: 1px solid #ddd;
    padding: 8px 15px;
    color: #fff;
    background-color: #ff0042;
}
#pacepoptext {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 5px solid #dfdfdf;
    color: #717171;
    font-size: 13px;
    height: auto;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    top: -89px;
    left: 40px;
    padding: 10px 20px;
    z-index: 9999;
}
.leftarrow {
    position: relative;
    z-index: 99999;
    cursor: pointer;
}
.rightarrow {
    position: relative;
    z-index: 99999;
    cursor: pointer;
}
@media (max-width: 1250px) {
    .navigation nav.main ul li a span {
        padding: 11px 13px;
    }
    .navigation nav.main ul:nth-child(2n + 2) {
        margin: 0 5px 0 -15px;
        background-color: #5f9ea0;
    }
}
@media (max-width: 1200px) {
    .depart-soon-holder {
        height: auto;
    }
    .search-cont-holder {
        max-width: 940px;
    }
    .depart-soon-holder .holi-pod-dates.earlyoffers {
        bottom: 86px;
        top: unset;
    }
    .trav-second-col .trav-row-1 {
        height: 198px;
    }
    .trav-third-col .trav-row-1 {
        height: 198px;
    }
    .trav-col-2,
    .trav-row-2 {
        height: 198px;
    }
    .trav-third-col .trav-row-1 {
        height: 198px;
    }
    .trav-third-col .trav-row-2 {
        height: 198px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        height: 198px;
    }
    .trav-first-col article p {
        font-size: 12px;
    }
    .trav-first-col article {
        height: 198px;
    }
    .trav-first-col .trav-row-1 {
        height: 198px;
    }
    .holiday-subnav ul li a {
        padding: 16px 17px;
    }
    .destination-box {
        min-height: 385px;
    }
    article.similartrips-left {
        min-height: 455px;
    }
    .onetwo {
        height: 198px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        width: 46.6%;
        margin: 0 25px 0 0;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .text-left {
        width: 80%;
        margin-left: 20px;
    }
    .navigation nav.main ul li a span {
        padding: 11px 13px;
    }
    .navigation nav.main ul:nth-child(2n + 2) {
        margin: 0 0 0 -15px;
        background-color: #5f9ea0;
    }
    .apc.banner .info p.link a {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .holiday-subnav-holder {
        top: unset;
        margin-top: -48px;
    }
    .holiday-subnav-holder .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .holiday-subnav ul li {
        float: left;
    }
    .holiday-subnav ul li a {
        padding: 13px 19px;
    }
    .text-left {
        padding: 35px 0 0 60px;
    }
    .package-details ul li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .package-details ul li div {
        width: 43%;
    }
    .package-details ul li span {
        width: 59%;
    }
    .apc.banner .item.medium,
    .apc.banner .item.medium .container,
    .apc.banner .item.medium .row {
        height: 70vh;
        min-height: 480px;
        height: calc(70vh - 440px);
        height: -o-calc(70vh - 440px);
        height: -webkit-calc(70vh - 440px);
        height: -moz-calc(70vh - 440px);
    }
    .apc.banner.holiday-banner .slides .slick-dots {
        bottom: 104px;
    }
    .text-left {
        padding: 35px 0 0 30px;
    }
    .package-details ul li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .package-details ul li div {
        width: 43%;
    }
    .package-details ul li span {
        width: 59%;
    }
    .overview-center {
        margin: 0 5px 0 0;
        width: 46%;
    }
    .home-top-section article .map {
        width: 72%;
    }
    .overview-center {
        margin: 0 5px 0 0;
        width: 49%;
    }
    .overview-right {
        width: 100%;
    }
    a.btn.link-red {
        padding: 14px 18px;
        margin: 8px 12px 0 0;
    }
    .overview-right div:nth-child(2n + 1) {
        margin: 0 0 20px 0;
    }
    .home-top-section article .map {
        width: 46%;
    }
    .overview-center {
        margin: 0 5px 0 0;
        width: 46%;
    }
    .home-top-section div.holiday-fullbox a:nth-of-type(1) article.similartrips-left {
        margin: 0 20px 0 0;
    }
    .embed-responsive {
        position: unset;
        width: 400px;
        height: 300px;
    }
    .social-links {
        margin: 15px 0 0 0;
    }
    .holiday-overview-article {
        padding: 20px;
    }
    .embed-responsive .embed-responsive-item {
        height: auto;
        position: relative;
        width: 100%;
        height: 300px;
    }
    .embed-responsive .embed-responsive-item iframe {
        width: 400px;
        height: 300px;
    }
    .embed-responsive-4by3 {
        padding-bottom: 304px;
    }
    .master-container {
        padding: 0 15px 0 15px;
    }
    .master-container.booking {
        padding: 20px 15px 0 15px;
    }
    .homepage {
        padding: 40px 15px;
    }
    .hol-destinations {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .earlybirdoffers {
        margin: 20px 0 0 0;
    }
    .departingsoon h2,
    .earlybirdoffers h2 {
        margin: 0 10px 10px 0;
    }
    .travel-style {
        margin-top: 34px;
        margin-bottom: 20px;
    }
    .newsletter-subscribe p {
        font-size: 13px;
    }
    .newsletter-subscribe span {
        font-size: 18px;
    }
    .holi-pod-dates {
        bottom: 70px;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: unset;
        top: 61px;
    }
    .newsletter-subscribe input[name="newsletter_email"] {
        margin-top: 15px;
    }
    .depart-soon-holder .holi-pod-dates.earlyoffers {
        bottom: 85px;
    }
    .holi-pod-dates.earlyoffers span {
        font-size: 21px;
    }
    .earlyoffer-titles span.holi-pod-title-red {
        font-size: 24px;
    }
    .master-container.homepage {
        padding: 30px 15px 0 15px;
    }
    .lower-block-grey {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .slick-next,
    .slick-prev {
        top: 36.5%;
    }
    .callDiv {
        font-size: 28px;
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 25px;
        margin-top: 13px;
        float: right;
        border-left: 1px solid #ddd;
        padding-left: 21px;
    }
    .callDiv span.red {
        line-height: 30px;
        display: block;
    }
    img.divide {
        display: none;
    }
    .dateDiv {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
    header #logo {
        top: 20px;
    }
    .holi-pod-dates {
        bottom: 83px;
    }
    .departingsoon span.red-title {
        font-size: 30px;
    }
    .home-top-section div:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .depart-soon-holder .holi-pod-dates.earlyoffers {
        bottom: 85px;
    }
    .homepage-pod iframe {
        width: 100%;
    }
}
@media (max-width: 1024px) and (orientation: portrait) {
    .callDiv {
        font-size: 28px;
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 25px;
        margin-top: 13px;
        float: right;
        border-left: 1px solid #ddd;
        padding-left: 21px;
    }
    .callDiv span.red {
        line-height: 30px;
        display: block;
    }
    img.divide {
        display: none;
    }
    .dateDiv {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
    .master-container.homepage {
        padding: 30px 15px 0 15px;
    }
    .newsletter-subscribe span {
        font-size: 14px;
    }
    .newsletter-subscribe .newsletter-left {
        width: 42%;
    }
    #site > div > section.row.travel-style > div.col-lg-6.col-md-6.col-sm-6.col-xs-12.trav-first-col > div > div > a > div.onetwo > img {
        height: 100%;
        object-fit: none;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    .master-container.homepage {
        padding: 30px 15px 0 15px;
    }
}
@media (max-width: 990px) {
    .container.master-container.holidaysearch .row.home-top-section {
        margin: 80px 0 25px 0;
    }
    .container.master-container.holidaysearch {
        margin-top: 0;
    }
    .holiday-subnav-holder {
        margin-top: -41px;
    }
    .holiday-subnav {
        background-color: #008b9f;
        height: 41px;
    }
    .promo-text {
        font-size: 21px;
    }
    .newsletter-cont {
        margin-bottom: 45px;
    }
    .holiday-subnav ul li a {
        padding: 12px 30px;
    }
    .search-cont-holder {
        max-width: 990px;
        width: calc(100% - 32px);
    }
    .depart-soon-holder {
        height: 302px;
    }
    .holi-pod-dates {
        bottom: 67px;
    }
    .departingsoon span.red-title {
        font-size: 23px;
    }
    .depart-soon-holder .holi-pod-dates.earlyoffers {
        bottom: 91px;
    }
    .hol-destinations .destination-cont .holi-pod-overlay p {
        font-size: 12px;
    }
    .homepage-pod p {
        font-size: 14px;
        position: relative;
        padding: 0 0 14px 0;
    }
    .hol-destinations .destination-cont {
        height: 162px;
        overflow: hidden;
    }
    .trav-second-col .trav-row-1 {
        height: 146px;
    }
    .trav-third-col .trav-row-1 {
        height: 146px;
    }
    .trav-col-2,
    .trav-row-2 {
        height: 146px;
    }
    .trav-third-col .trav-row-1 {
        height: 146px;
    }
    .trav-third-col .trav-row-2 {
        height: 146px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        height: 146px;
    }
    .trav-first-col article p {
        font-size: 14px;
    }
    .trav-first-col article {
        height: 184px;
    }
    .trav-first-col .trav-row-1 {
        height: 146px;
    }
    a.yellow-link {
        padding: 3px 8px;
        margin: 0;
    }
    .trav-first-col article h2 {
        margin: 0;
    }
    .travelstylebox .holi-pod-overlay p {
        font-size: 12px;
    }
    .travel-style span {
        top: 31%;
    }
    .earlybirdoffers {
        margin: 40px 0 0 0;
    }
    .travel-style {
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .news-section {
        margin: 40px -15px 0 -15px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        height: 277px;
    }
    .travelstylebox .holi-pod-overlay {
        height: 124px;
    }
    .trav-second-col .trav-row-1 {
        height: 183px;
    }
    .trav-third-col .trav-row-1 {
        height: 182px;
    }
    .trav-third-col .trav-row-2 {
        height: 249px;
    }
    .trav-col-2 img,
    .trav-row-2 img {
        height: 100%;
        object-fit: cover;
    }
    .travel-style span {
        top: 17%;
    }
    .trav-col-2,
    .trav-row-2 {
        height: 249px;
    }
    .trav-second-col .trav-row-1 img {
        height: 100%;
        object-fit: cover;
    }
    .trav-first-col .trav-row-1 .trav-col-1 img {
        height: auto;
    }
    .trav-third-col .trav-row-1 img {
        height: 100%;
        object-fit: cover;
    }
    .container.master-container .row.home-top-section {
        margin: 40px 0 10px 0;
    }
    article.similartrips-left {
        min-height: 385px;
    }
    .promo-holder {
        top: unset;
    }
    footer .container-fluid.whiteback {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .apc.banner .item.medium .container {
        min-height: 436px;
    }
    .promo-holder {
        top: unset;
        position: relative;
    }
    .holiday-subnav-holder {
        top: unset;
        margin-top: -81px;
    }
    .master-container {
        padding: 0 15px 0 15px;
    }
    a.btn.link-blue {
        margin: 19px 0 0 0;
    }
    .overview-right a.btn.link-red {
        margin: 20px 0 0 0;
    }
    .holiday-rightbox.embed-responsive {
        height: 0;
    }
    .container.master-container .row.home-top-section {
        margin: 10px 0 10px 0;
    }
    .videoclass .homepage-pod iframe {
        width: 100%;
        height: auto;
    }
    .travel-style span.small {
        top: 42%;
        z-index: 9999;
    }
    #site > div > section.row.travel-style > div.col-lg-6.col-md-6.col-sm-6.col-xs-12.trav-first-col > div > div > a > span.small {
        top: 32%;
        z-index: 9999;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-2.travelstylebox > a > span.small {
        top: 32%;
        z-index: 9999;
    }
    .depart-soon-holder div.holi-pod-dates {
        bottom: unset;
        top: 62px;
    }
}
@media (max-width: 767px) {
    .search-results-left {
        float: left;
        width: 100%;
    }
    .item .table {
        margin: 0 0 0 55px;
    }
    .holiday-fullbox p {
        margin: 0 0 20px 0;
    }
    .map {
        margin: 0 12px 0 0;
    }
    .apc.banner .info p.link {
        margin: 10px 0 0;
    }
    .apc.banner .info p.link a {
        font-size: 13px;
        margin: 0 0 20px 0;
        padding: 10px;
    }
    .apc.banner .item.medium .container,
    .apc.banner .item.medium .row {
        min-height: 436px;
    }
    .apc.banner.holiday-banner .info .heading {
        font-size: 27px;
    }
    .holiday-subnav ul li a {
        color: #333;
        background-color: #ccc;
    }
    .listing.search .holi-top-img {
        min-height: 175px;
        max-height: unset;
        max-width: 100%;
        float: left;
    }
    .promo-holder {
        top: unset;
    }
    .similartrips-left {
        width: 47.2%;
    }
    .navigation nav.main ul li ul a span {
        padding: 9px 15px;
    }
    .depart-soon-holder .holi-pod-text {
        height: 90px;
    }
    .trav-first-col article {
        height: 182px;
    }
    .destination-box {
        min-height: 319px;
    }
    .callDiv span.red {
        line-height: 30px;
        display: block;
    }
    img.divide {
        display: none;
    }
    .dateDiv {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
    .navigation nav.main ul li a span {
        padding: 11px 13px;
    }
    .navigation nav.main ul li ul a span {
        padding: 11px 15px;
    }
    .navigation nav.main ul:nth-child(2n + 2) {
        margin: 0 0 0 -15px;
        background-color: transparent;
    }
    .master-container {
        padding-top: 0;
    }
    .master-container.holidaysearch {
        padding-top: 5px;
    }
    .holiday-subnav-holder {
        top: 0;
    }
    .destinations .home-top-section div:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-top-section div:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .home-top-section div:first-child .holiday-leftbox {
        width: 100%;
    }
    .home-top-section div:first-child .holiday-rightbox.embed-responsive {
        width: 100%;
        height: auto;
    }
    .home-top-section {
        margin: 25px 0 10px 0;
    }
    .holiday-subnav-holder .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .apc.banner.holiday-banner .info .table-cell {
        margin-top: 0;
    }
    .apc.banner .item {
        height: 415px;
    }
    .apc.banner.holiday-banner .slides .slick-dots {
        bottom: 29px;
    }
    .holiday-subnav-holder .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .holiday-subnav ul li {
        float: left;
    }
    .holiday-subnav ul li a {
        line-height: 32px;
        padding: 5px 7px;
    }
    .text-left {
        padding: 10px;
        margin: 0;
        width: unset;
    }
    .apc.banner .info .table-cell {
        vertical-align: unset;
        display: block;
        margin-top: 0;
    }
    .toptext h1 {
        margin: 0;
    }
    .package-details ul li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .package-details ul li div {
        width: 43%;
    }
    .package-details ul li span {
        width: 47%;
    }
    .overview-right {
        width: 100%;
    }
    a.btn.link-red {
        padding: 14px 18px;
        margin: 8px 12px 0 0;
    }
    .overview-right div:nth-child(2n + 1) {
        margin: 0 0 20px 0;
    }
    .home-top-section article .map {
        width: 46%;
    }
    .overview-center {
        margin: 0;
        width: 51%;
    }
    .home-top-section div.holiday-fullbox a:nth-of-type(1) article.similartrips-left {
        margin: 0 20px 0 0;
    }
    .embed-responsive {
        position: unset;
        width: 400px;
        height: 300px;
    }
    .social-links {
        margin: 15px 0 0 0;
    }
    .holiday-overview-article {
        padding: 20px;
    }
    .embed-responsive .embed-responsive-item {
        height: auto;
        position: relative;
        max-width: 100%;
        height: auto;
    }
    .holiday-rightbox.embed-responsive .embed-responsive-item {
        height: 300px;
    }
    .embed-responsive .embed-responsive-item iframe {
        width: auto;
        height: auto;
    }
    .embed-responsive-4by3 {
        padding-bottom: 304px;
    }
    .newsletter-subscribe span {
        font-size: 14px;
    }
    .departingsoon span.red-title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .news-section div article img {
        width: 100%;
        float: left;
        padding: 0;
    }
    .news-section .article-content {
        float: left;
        margin: 15px 0 0 0;
    }
    .news-section .article-content p {
        margin: 7px 0 10px 0;
    }
    .news-section div article {
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px;
    }
    .lowerblock {
        margin: 0 0 15px 0;
    }
    .apc.banner .item.medium,
    .apc.banner .item.medium .container,
    .apc.banner .item.medium .row {
        height: 70vh;
        min-height: 280px;
        height: calc(70vh - 410px);
        height: -o-calc(70vh - 410px);
        height: -webkit-calc(70vh - 410px);
        height: -moz-calc(70vh - 410px);
    }
    .item .medium {
        background-size: contain;
    }
    .apc.banner {
        height: 314px;
    }
    .master-container.homepage {
        padding-top: 10px;
    }
    .image.hidden-lg.hidden-md img {
        display: none;
    }
    .apc.banner .item.medium .info,
    .apc.banner .item.short .info {
        padding: 20px 0 50px;
    }
    ul.slick-dots {
        bottom: 31px;
    }
    input#s_query,
    input#search_field {
        padding: 0 0 6px 8px;
        width: 55%;
        font-size: 19px;
    }
    input#search_field {
        padding: 0 0 6px 8px;
        width: 55%;
        font-size: 19px;
    }
    button#s_search {
        padding: 3px 7px;
        font-size: 18px;
    }
    .search-cont-holder {
        top: -40px;
        width: 96%;
        padding: 0 2px;
    }
    label[for="s_query"],
    label[for="search_field"] {
        height: 32px;
        width: 32px;
        padding: 0;
        background-size: 93%;
    }
    .newsletter-subscribe .newsletter-left {
        width: 42%;
    }
    .newsletter-subscribe {
        border: 1px solid #aaa;
        height: 71px;
    }
    .newsletter-subscribe button {
        height: 70px;
        width: 70px;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: 84px;
    }
    .depart-soon-holder .holi-pod-text {
        height: 101px;
    }
    .depart-soon-holder .holi-pod-text.earlyoffers {
        height: 60px;
        padding: 3px 0 0 0;
    }
    header #logo a {
        height: 58px !important;
        background-position: left;
        background-position: left !important;
        background-size: contain;
    }
    header #logo {
        height: 58px !important;
        top: 10px;
        left: 15px;
    }
    .slick-next,
    .slick-prev {
        top: 37.5%;
    }
    .depart-soon-holder .holi-pod-dates.earlyoffers {
        bottom: 106px;
    }
    .callDiv {
        font-size: 16px;
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 0;
        margin-top: 12px;
        float: left;
        border-left: 0;
        padding-left: 21px;
        z-index: 9999;
        position: absolute;
        top: 57px;
        line-height: 3px;
        text-align: left;
    }
    .callDiv span.red {
        line-height: 15px;
        font-size: 16px;
        display: inline-block;
    }
    .dateDiv {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        display: none;
    }
    .departing-soon-articles {
        width: 50%;
    }
    .depart-soon-holder {
        height: auto;
    }
    .search-cont-holder {
        max-width: 990px;
    }
    .search-cont-holder {
        max-width: 768px;
    }
    .travel-style span {
        position: relative;
        top: unset;
        color: #777;
        width: 35%;
        text-align: left;
        padding: 11px 0 0 20px;
        line-height: 31px;
        float: left;
        left: unset;
    }
    .travelstylebox .holi-pod-overlay {
        position: relative;
        top: unset;
        color: #777;
        background-color: transparent;
        width: 45%;
        height: auto;
        padding: 10px 0 0 0;
        display: block;
        float: left;
    }
    .trav-first-col .trav-row-1 .trav-col-1 img {
        width: 46%;
        float: left;
        height: 195px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        height: 146px;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        width: 100%;
        float: left;
        margin: 0 10px 0 0;
        height: 240px;
    }
    .trav-second-col .trav-row-1 {
        height: 295px;
        width: 100%;
        margin: 15px 0 15px 0;
        float: left;
    }
    .trav-second-col .trav-row-1 img {
        width: 48%;
        height: 100%;
        float: right;
    }
    .trav-col-2,
    .trav-row-2 {
        height: 295px;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .trav-col-2 img,
    .trav-row-2 img {
        width: 48%;
        height: 100%;
        height: 295px;
        margin: 15px 0 0 0;
        float: left;
    }
    .trav-third-col .trav-row-1 img {
        width: 49%;
        height: 100%;
        float: right;
    }
    .trav-third-col .trav-row-1 img {
        width: 49%;
        height: 100%;
    }
    .trav-third-col .trav-row-1 {
        height: 295px;
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .trav-third-col .trav-row-2 {
        height: 146px;
    }
    .travelstylebox:hover span {
        display: block;
    }
    .destination-box {
        width: 49%;
        height: 235px;
        margin: 0 0 20px 0;
    }
    .hol-destinations .destination-cont {
        height: 235px;
    }
    .navigation nav.main ul > li:hover,
    .navigation nav.main ul > li:not(.has-child) a:not(.active):hover {
        background-color: #bbb;
    }
    .navigation nav.main li a {
        display: block;
        padding: 17px 15px;
        color: #008b9f;
        min-height: 45px;
        height: 45px;
        padding-right: 60px;
    }
    .navigation nav.main ul li i {
        position: relative;
        color: #008b9f;
        background-color: #fff;
    }
    .navigation nav.main ul li i {
        width: auto;
    }
    .navigation nav.main ul li.open {
        background-color: #fff;
    }
    .navigation nav.main ul li.has-child:hover {
        background-color: #fff;
        color: #008b9f;
    }
    .navigation nav.main ul ul {
        background-color: #fff;
    }
    .navigation nav.main li > a.active span {
        background-color: #fff;
        color: #ff0042;
    }
    .navigation nav.main ul li.open > ul {
        width: 90%;
        margin: 0 0 0 13px;
    }
    .navigation nav.main ul.topnav-right.main {
        margin: 0;
    }
    .navigation nav.main li > a.active,
    .navigation nav.main li > a.active:hover {
        color: #008b9f;
        background-color: #fff;
    }
    .navigation nav.main ul li a span {
        color: #008b9f;
        padding: 0;
    }
    .navigation nav.main ul li i {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 45px;
        height: 45px;
        margin: 0;
        padding-top: 14px;
        text-align: center;
        color: #008b9f;
        min-height: 22px;
    }
    .holiday-subnav {
        background-color: #ccc;
        height: 42px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .promo-holder {
        top: unset;
    }
    .holiday-subnav ul li a {
        padding: 5px 10px;
    }
    .holiday-subnav-holder {
        top: unset;
        margin-top: -34px;
    }
    .holiday-rightbox.embed-responsive .embed-responsive-item {
        height: 320px;
    }
    .home-top-section div:first-child .holiday-rightbox.embed-responsive {
        width: 100%;
        height: 0;
    }
}
@media (max-width: 540px) {
    .home-top-section article {
        border: 0;
    }
    .onetwo {
        margin: 9px 0 0 0;
    }
    .card-header .row div a.link-red {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        padding: 7px 5px;
        width: 96%;
    }
    .card-header .row div button.btn-link {
        padding: 7px 0 0 0 !important;
        font-size: 11px;
    }
    .card-header .row {
        margin: 0 -10px 0 -13px;
    }
    .slick-next,
    .slick-prev {
        top: 75.5%;
    }
    .holiday-banner .text-left span {
        font-size: 19px;
    }
    .container.master-container .row.home-top-section {
        margin: 86px 0 10px 0;
    }
    .footer img {
        width: 30%;
        padding: 0 5px;
        margin: 10px 10px;
    }
    .footerlogos {
        text-align: center;
        margin: 20px 0;
    }
    .footerlogos img {
        vertical-align: top;
    }
    .similartrips-left {
        width: 47.2%;
    }
    article.similartrips-left {
        min-height: 385px;
        margin: 0 0 20px 0;
    }
    .home-top-section div.holiday-fullbox a:nth-child(2n + 2) article.similartrips-left {
        margin: 0 0 30px 0;
    }
    .apc.banner {
        height: 280px;
    }
    div.table {
        height: auto;
    }
    .hol-destinations .destination-cont img {
        height: auto;
    }
    .destination-box {
        min-height: 300px;
    }
    .earlyoffer-titles {
        top: 5px;
    }
    .trav-first-col .trav-row-1 {
        height: auto;
        margin: 26px 0 0 0;
    }
    .travel-style span {
        width: 100%;
        padding: 20px 0 0 0;
        float: none;
    }
    .travelstylebox .holi-pod-overlay {
        width: 100%;
        float: none;
        visibility: visible;
    }
    .trav-first-col .trav-row-1 .trav-col-1 img {
        width: 100%;
        float: none;
        margin: 0;
        height: 100%;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        float: none;
        height: auto;
    }
    .trav-second-col .trav-row-1 {
        height: auto;
        width: 100%;
        margin: 15px 0 15px 0;
        float: none;
    }
    .trav-second-col .trav-row-1 img {
        width: 100%;
        height: 245px;
        float: right;
        margin: 0 0 15px 0;
        position: absolute;
        top: 0;
    }
    .trav-second-col .trav-row-2 {
        height: auto;
    }
    .trav-col-2,
    .trav-row-2 {
        height: 620px;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .trav-col-2 img,
    .trav-row-2 img {
        width: 100%;
        height: auto;
        margin: 0;
        float: left;
    }
    .trav-third-col .trav-row-1 img {
        width: 100%;
        height: 100%;
        float: right;
    }
    .trav-third-col .trav-row-1 img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .trav-third-col .trav-row-1 {
        height: auto;
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .trav-third-col .trav-row-2 {
        height: auto;
        clear: both;
    }
    .travelstylebox:hover span {
        display: block;
    }
    .destination-box {
        width: 100%;
        height: 285px;
        margin: 0 0 20px 0;
    }
    .hol-destinations .destination-cont {
        height: auto;
    }
    .departing-soon-articles {
        width: unset;
    }
    .holiday-overview-article {
        padding: 0;
    }
    .embed-responsive {
        width: auto;
    }
    .map {
        width: 100%;
    }
    .greyline {
        margin: 28px 0 25px 0;
    }
    .home-top-section article .map {
        float: left;
        width: 100%;
        margin: 0;
    }
    .holiday-overview {
        margin: 30px 0 12px 0 !important;
        padding: 0;
    }
    .holiday-overview-article .social-links {
        float: left;
        margin: 0 0 10px 0;
    }
    .holiday-overview-article .social-links a:first-child {
        margin: 0;
    }
    .holiday-overview-article a.yellow-link {
        margin: 2px 0 19px 0;
    }
    .map img {
        margin: 0 0 10px 0;
    }
    .overview-center {
        margin: 10px 20px 0 0;
        width: 100%;
    }
    .package-details ul li span {
        width: 64%;
    }
    .package-details ul li div:first-child {
        width: 31%;
    }
    .package-details ul li {
        width: 100%;
    }
    .overview-right {
        width: 100%;
    }
    a.btn.link-red {
        margin: 15px 0 0 0;
        width: 100%;
    }
    a.btn.link-blue {
        margin: 15px 0 15px 0;
        width: 100%;
    }
    .holiday-rightbox iframe {
        max-width: 378px;
    }
    .embed-responsive {
        position: relative;
        display: block;
        height: inherit;
        padding: unset;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: unset;
    }
    .holiday-rightbox {
        margin: 10px 0 20px 0;
    }
    .holiday-fullbox table {
        display: block;
        overflow: scroll;
    }
    .holi-booking-link a {
        margin: 0 15px;
        display: inline-block;
    }
    .holi-booking-link a:first-child {
        margin: 0 5px 0 0;
    }
    .holi-booking-link a:last-child {
        margin: 0 0 0 5px;
    }
    .similartrips-left {
        float: left;
        width: 100%;
    }
    .newsletter-subscribe .newsletter-left {
        float: left;
        width: 92%;
        margin: 6px 10px 6px 10px;
        border-right: 0;
    }
    .newsletter-subscribe {
        border: 1px solid #aaa;
        height: 100%;
    }
    .newsletter-subscribe input[name="newsletter_email"] {
        width: 100%;
        padding: 8px;
        margin-top: 0;
    }
    .newsletter-subscribe button {
        background-image: none;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        height: 40px;
        width: 100%;
    }
    .master-container {
        padding-top: 0;
    }
    .master-container.booking {
        padding-top: 0;
        padding: 0 15px 0 15px;
    }
    .apc.banner.holiday-banner .info .table-cell {
        margin-top: 0;
    }
    .apc.banner.holiday-banner .slides .slick-dots {
        bottom: 23px;
    }
    .promo-text {
        padding: 5px 9px;
    }
    .breadcrumb-trail {
        display: none;
    }
    .viewgallery {
        margin: 15px 0 0 0;
    }
    .home-top-section div {
        padding: 0 4px;
        margin: 0;
    }
    .holi-booking-link {
        font-size: 20px;
        font-weight: 700;
    }
    .holiday-subnav-holder {
        position: relative;
        top: unset;
        width: 100%;
        z-index: 2;
        -webkit-backface-visibility: hidden;
        margin-top: 0;
        background-color: #ddd;
    }
    .holiday-subnav ul li {
        float: left;
    }
    .holiday-subnav ul li a {
        line-height: 33px;
        padding: 0 6px;
        background-color: #ddd;
        color: #333;
        display: block;
        text-align: left;
    }
    .holiday-subnav ul li.odd {
        float: left;
        width: 50%;
    }
    .holiday-subnav ul li.even {
        float: left;
        width: 50%;
    }
    .holiday-subnav {
        background-color: unset;
        height: auto;
    }
    .promo-holder {
        top: 0;
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .apc.banner .item.medium,
    .apc.banner .item.short {
        background-size: cover;
    }
    .topnav-right {
        float: none;
    }
    header #logo a {
        width: 280px !important;
        height: 80px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    header #logo {
        position: absolute;
        top: -4px !important;
        left: 12px !important;
        z-index: 501;
        height: auto !important;
        width: unset !important;
    }
    .departingsoon h2,
    .earlybirdoffers h2 {
        margin: 0 10px 10px 0;
    }
    .apc.banner .info p.link {
        margin: 7px 53px 0;
    }
    .callDiv {
        font-size: 16px;
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 0;
        margin-top: 0;
        float: left;
        border-left: 0;
        padding-left: 21px;
        z-index: 9999;
        position: absolute;
        top: 68px;
        line-height: 3px;
        text-align: left;
    }
    .callDiv span.red {
        line-height: 15px;
        font-size: 16px;
        display: inline-block;
    }
    .dateDiv {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        display: none;
    }
    .item .table {
        margin: 0 0 0 15px;
    }
    .apc.banner .info p.link a {
        font-size: 13px;
        margin: 0 0 3px 0;
        padding: 10px;
    }
    .holiday-banner .text-left {
        width: 100%;
    }
    .promo-text {
        font-size: 18px;
    }
    .modal-dialog {
        width: auto;
        margin: 0;
    }
    .modal-content {
        padding: 13px;
    }
    .modal-content button.close {
        font-size: 37px;
    }
    .rg-image-nav a {
        font-size: 54px !important;
        padding: 14% 0 0 0 !important;
        width: 40px !important;
    }
    .rg-image {
        margin-top: 25px;
    }
    .master-container.homepage {
        padding-top: 0 !important;
    }
    .travel-style {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    a.red-link {
        max-width: 90%;
    }
    .master-container.destinations,
    .master-container.holidaysearch {
        padding-top: 0 !important;
    }
    .holidaycategory article {
        margin: 0 0 20px 0;
    }
    .newsletter-cont {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .depart-soon-holder .holi-pod-text {
        height: 64px;
        padding: 7px 0 0 0;
    }
    .depart-soon-holder {
        position: relative;
        height: auto;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: 62px;
    }
    .earlybirdoffers {
        margin: 40px 0 0 0;
    }
    .listing.search .holi-top-img {
        min-height: 125px;
        max-height: unset;
    }
    .home-testimonials,
    .news-section {
        margin: 0 -15px 20px -15px;
    }
    .home-testimonials h2 {
        margin: 0 15px 15px 15px;
        padding: 0;
    }
    .news-section .article-content {
        width: 100%;
    }
    .form-group select {
        max-width: 100%;
    }
    .master-container.booking h1,
    h2 {
        font-size: 23px;
    }
    .videoclass .homepage-pod iframe {
        width: 99.5%;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-1.travelstylebox > a > div.onetwo {
        height: 245px;
        position: relative;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 358px;
        top: 0;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-2.travelstylebox > a > div.onetwo > img {
        margin: 1px 0 15px 0;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-2.travelstylebox > a > img {
        position: absolute;
        top: 17px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-1.travelstylebox > a > span.small {
        top: 37%;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-1.travelstylebox > a > div.onetwo {
        height: 357px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-1.travelstylebox > a > img {
        position: absolute;
        top: 54px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 359px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-2.travelstylebox > a > img {
        position: absolute;
        top: 24px;
    }
    .img-overlay {
        position: relative;
        max-width: 500px;
    }
    .project-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 47%;
    }
    .text {
        max-width: 500px;
    }
}
@media (max-width: 376px) {
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-1.travelstylebox > a > div.onetwo {
        height: 323px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 324px;
        top: 0;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 323px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    .depart-soon-holder div.holi-pod-dates {
        bottom: unset;
        top: 123px;
    }
}
@media (max-width: 321px) {
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-1.travelstylebox > a > div.onetwo {
        height: 272px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-third-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 271px;
        position: relative;
        z-index: 2;
        top: 6px;
    }
    #site > div > section.row.travel-style > div.col-lg-3.col-md-3.col-sm-3.col-xs-12.trav-second-col > div.trav-row-2.travelstylebox > a > div.onetwo {
        height: 272px;
        top: 0;
    }
    .depart-soon-holder div.holi-pod-dates {
        bottom: unset;
        top: 101px;
    }
}
@media (max-width: 420px) and (orientation: portrait) {
    #prices_li {
        width: 50%;
    }
    #accommodation_li {
        width: 50%;
    }
    #overview_li {
        width: 50%;
    }
    #inclusions_li {
        width: 50%;
    }
    #itinerary_li {
        width: 50%;
    }
    .holiday-subnav ul li a {
        padding: 0 0 0 10px;
        text-align: left;
    }
    .holiday-rightbox.embed-responsive .embed-responsive-item {
        height: 212px;
    }
    .holidayresults a article .holi-pod-dates .grey-small-line {
        padding: 0;
    }
}
@media (max-width: 420px) {
    .holiday-subnav {
        height: auto;
    }
    .holidayresults .holi-promo {
        top: 190px;
    }
    .depart-soon-holder {
        position: relative;
        height: auto;
        padding: 5px 0 0 0;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: unset;
        top: 132px;
    }
    .promo-holder {
        top: 0;
    }
    .master-container {
        padding-top: 0;
    }
    .trav-first-col .trav-row-1 .trav-col-1 {
        margin: 0 10px 16px 0;
    }
    .trav-col-2,
    .trav-row-2 {
        margin: 0 0 20px 0;
    }
    .departingsoon span.red-title {
        font-size: 22px;
    }
    .search-cont-holder {
        width: 93%;
    }
    .search-cont-holder {
        top: 18px;
    }
    .holi-pod-dates .red-button {
        padding: 4px 6px;
        margin: 11px 0 0 0;
        font-size: 15px;
    }
    .holi-top-bar {
        top: 0;
        padding: 8px 0 4px 8px;
        color: #fff;
        width: 100%;
    }
    .holi-pod-dates .grey-small-line {
        padding: 0;
        font-size: 22px;
    }
    .holi-top-img {
        min-height: 225px;
    }
    .destination-box {
        height: auto;
        margin: 0 0 20px 0;
    }
    article.similartrips-left {
        min-height: unset;
    }
    .visible-xs {
        visibility: visible;
        margin-right: 0;
        width: 9px;
        float: left;
        display: inline-block !important;
        font-size: 20px;
        margin-right: 14px !important;
        margin-left: 5px !important;
    }
    .hidden-xs {
        visibility: hidden;
    }
    .callDiv a {
        font-size: 13px;
        width: 40px;
    }
    .callDiv {
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 0;
        margin-top: 0;
        float: left;
        border-left: 0;
        padding-left: 21px;
        z-index: 9999;
        position: absolute;
        top: 66px;
        line-height: 3px;
        text-align: left;
        width: 289px;
    }
    .callDiv span.red {
        line-height: 15px;
        font-size: 14px;
        display: inline-block;
        float: left;
        width: 217px;
    }
}
@media (max-width: 375px) {
    .holidayresults .holi-promo {
        top: 135px;
    }
    .depart-soon-holder {
        position: relative;
        height: auto;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: unset;
        top: 125px;
    }
    .promo-holder {
        top: 0;
    }
    .master-container {
        padding-top: 0;
    }
    .holi-age-range {
        top: 12px;
    }
    .holi-top-img {
        min-height: 220px;
    }
    .visible-xs {
        visibility: visible;
        margin-right: 0;
        width: 9px;
        float: left;
        display: inline-block !important;
        font-size: 20px;
        margin-right: 14px !important;
        margin-left: 5px !important;
    }
    .hidden-xs {
        visibility: hidden;
    }
    .callDiv a {
        font-size: 13px;
        width: 40px;
    }
    .callDiv {
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 0;
        margin-top: 0;
        float: left;
        border-left: 0;
        padding-left: 21px;
        z-index: 9999;
        position: absolute;
        top: 66px;
        line-height: 3px;
        text-align: left;
        width: 289px;
    }
    .callDiv span.red {
        line-height: 15px;
        font-size: 14px;
        display: inline-block;
        float: left;
        width: 217px;
    }
}
@media (max-width: 360px) {
    header #logo a {
        width: 267px !important;
    }
    .depart-soon-holder {
        position: relative;
        height: auto;
    }
    .depart-soon-holder .holi-pod-dates {
        bottom: 60px;
    }
    .holi-top-img {
        min-height: 180px;
    }
}
@media (max-width: 320px) {
    .holidayresults .holi-promo {
        top: 145px;
    }
    .depart-soon-holder {
        position: relative;
        height: auto;
    }
    .depart-soon-holder .holi-pod-dates {
        top: 96px;
        bottom: unset;
    }
    header #logo a {
        width: 206px !important;
        height: 75px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    header #logo {
        position: absolute;
        top: -5px !important;
        left: 12px !important;
        z-index: 501;
        height: auto !important;
        width: unset !important;
    }
    .apc.banner .item.medium,
    .apc.banner .item.short {
        background-size: cover;
    }
    .promo-holder {
        top: unset;
        padding: 0;
        width: 100%;
    }
    input#s_query,
    input#search_field {
        padding: 0 0 6px 8px;
        width: 55%;
        font-size: 19px;
    }
    button#s_search {
        padding: 4px 7px;
        font-size: 18px;
    }
    .search-cont-holder {
        top: -20px;
        width: 90%;
        padding: 0 2px;
    }
    label[for="s_query"],
    label[for="search_field"] {
        height: 32px;
        width: 32px;
        padding: 0;
        background-size: 93%;
    }
    .master-container {
        padding-top: 0;
    }
    .master-container.booking {
        padding-top: 0;
        padding: 0 15px 0 15px;
    }
    .embed-responsive {
        max-width: 100%;
    }
    .package-details ul li span {
        width: 57%;
    }
    .holi-top-img {
        min-height: 185px;
    }
}
visible-xs {
    visibility: hidden;
}
@media (max-width: 320px) and (orientation: portrait) {
    .holiday-rightbox.embed-responsive .embed-responsive-item {
        height: 160px;
    }
    .visible-xs {
        visibility: visible;
        margin-right: 0;
        width: 9px;
        float: left;
        display: inline-block !important;
        font-size: 26px;
        margin-right: 24px !important;
        margin-left: 5px !important;
    }
    .hidden-xs {
        visibility: hidden;
    }
    .callDiv a {
        font-size: 16px;
        width: 40px;
    }
    .callDiv {
        font-size: 16px;
        height: auto;
        display: block;
        width: auto;
        float: right;
        margin-right: 0;
        margin-top: 0;
        float: left;
        border-left: 0;
        padding-left: 21px;
        z-index: 9999;
        position: absolute;
        top: 56px;
        line-height: 3px;
        text-align: left;
        width: 217px;
    }
    .callDiv span.red {
        line-height: 15px;
        font-size: 16px;
        display: inline-block;
        float: left;
        width: 137px;
    }
}
@media (min-width: 990px) {
    .callDiv a {
        font-size: 20px;
    }
}
.leftdates {
    width: 49%;
    float: left;
}
.rightdates {
    width: 49%;
    float: left;
}
.leftdates ul {
    list-style: none;
    margin: 0;
}
.leftdates ul li {
    margin: 0 0 22px 0;
}
.rightdates ul {
    list-style: none;
    margin: 0;
}
a.btn.link-red.smallquote {
    font-size: 12px;
    padding: 11px 14px;
    margin: 0 0 8px 0;
}
.card-body {
    padding: 10px 0 30px 0;
}
.greyback.departures {
    padding: 12px 3px;
    margin: 0 -15px;
}
.card-header .row {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    display: flex;
    align-items: center;
}
.card-header .row div button.btn-link {
    padding: 10px 8px 0 9px;
}
.card-header .row div a.link-red {
    margin: 0;
}
#departures {
    margin: 50px 0;
}
.depart-soon-holder .depart-titles {
    background-color: transparent;
    color: #008b9f;
    margin-top: 10px;
}
.depart-soon-holder .depart-titles span {
    color: #008b9f;
}
.depart-soon-holder .holi-pod-text {
    background-color: transparent;
}
.depart-soon-holder .holi-pod-text p {
    padding: 0;
}
.depart-soon-holder {
    min-height: 260px;
}
.blogimage img {
    width: auto;
}
#logo_print {
    display: none;
}
.holi-lower-hold a ul.holi-info li div {
    color: #444;
    font-size: 14px;
}
.holi-lower-hold a ul.holi-info li {
    font-size: 14px;
}
a:focus,
a:hover {
    text-decoration: none;
}
.row.holidayresults {
    position: relative;
}
#loading {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/spinner.gif) #fff no-repeat center;
    opacity: 0.95;
    z-index: 9999;
    text-align: center;
    padding: 20% 0 0 0;
    font-size: 30px;
}
@media (min-width: 767px) {
    .newsholder article {
        margin-bottom: 25px;
        min-height: 465px;
    }
    .news-section .articletitlebox {
        min-height: 85px;
    }
}
@media (min-width: 990px) {
    .newsholder article {
        margin-bottom: 25px;
        min-height: 450px;
    }
    .news-section .articletitlebox {
        min-height: 113px;
    }
}
@media (min-width: 1200px) {
    .newsholder article {
        margin-bottom: 25px;
        min-height: 425px;
    }
    .news-section .articletitlebox {
        min-height: 59px;
    }
}
.departstatuslist {
    float: left;
}
.departstatuslist ul {
    list-style: none;
    margin: 0;
}
.departstatuslist ul li div {
    display: inline-block;
    width: 150px;
}
.departstatus_title {
    float: left;
    width: 95px;
}
.spc.author-bio .c4-bg {
    background-color: #eee;
}

.option_sels.disability .error:nth-child(2) {
    position: absolute;
    top: 92%;
    left: 16px;
}
.option_sels.assistance .error:nth-child(2) {
    position: absolute;
    top: 92%;
    left: 16px;
}
.option_sels.smoke .error:nth-child(2) {
    position: absolute;
    top: 92%;
    left: 16px;
}

@media (max-width: 767px) {
    .callDiv {
        display: none;
    }
}
