@charset "UTF-8";
/* 20 MAR 2020 v1 */
/* RESET */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #323640; color: #fff; text-shadow: none; }
::selection { background: #323640; color: #fff; text-shadow: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: hidden; }
table button, table input { *overflow: hidden; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* END RESET */

/* FONTS */
@font-face { font-family: 'QuattrocentoSans';
    src: url('/flashcab/fonts/QuattrocentoSans/QuattrocentoSans.eot');
    src: local(☺), url('/flashcab/fonts/QuattrocentoSans/QuattrocentoSans.eot?#iefix') format('embedded-opentype'),
        url('/flashcab/fonts/QuattrocentoSans/QuattrocentoSans.woff') format('woff'),
        url('/flashcab/fonts/QuattrocentoSans/QuattrocentoSans.ttf') format('truetype'),
        url('/flashcab/fonts/QuattrocentoSans/QuattrocentoSans.svg#QuattrocentoSans') format('svg');
    font-weight: normal; font-style: normal; }
/* END FONTS */

/* RESPONSIVE BREAK POINTS */
/* DEFAULT SIZE = 1023px */
/* TABLET = 768px - 1024px */
/* PHONE = 320px - 767px */
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
}
/* END RESPONSIVE BREAK POINTS */

/* GENERAL */

body {
    background-color: #1d1208;
    color: #422a13;
    font-family: 'QuattrocentoSans', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1 {
    font-size: 46px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 42px;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 32px;
    margin: 15px 0 5px 0;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0 5px 0;
}

h4, h5, h6 {
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 15px 0 5px 0;
}

p {
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0 20px 0;
}

a, a:hover {
    color: #a49d22;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 5px 0 20px 0;
    padding: 0;
}

ul li {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/bullet.png) left 7px no-repeat;
    display: block;
    overflow: hidden;
    list-style-type: none;
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0;
    padding: 0 0 0 20px;
}

.text-right ul li {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/bullet.png) right 7px no-repeat;
    padding: 0 20px 0 0;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li {
    background-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center bottom no-repeat;
    display: inline-block;
    color: #342318;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 0 10px 0;
}

ol li a:hover {
    color: #FFF;
}



h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child,
ul:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    h1 { font-size: 25px; line-height: 27px; }
    h2 { font-size: 22px; line-height: 24px; }
    h3 { font-size: 19px; line-height: 21px; }
    h4, h5, h6 { font-size: 18px; line-height: 20px; }
    p { font-size: 12px; line-height: 18px; }
    .text-right { text-align: left; }
    .text-right ul li { background: url(/i/SITE_141223_12312272_4TRO1/templates/bullet.png) left 7px no-repeat; padding: 0 0 0 20px; }
}

/* END GENERAL */

/* HEADER */

header {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/header-bg.jpg) center top;
    color: #FFF;
    max-width: 1770px;
    margin: 0 auto;
}

header .box {
    overflow: hidden;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

header#respond .box {max-width: 400px;}

header .logo {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/logo.png) center center no-repeat;
    float: left;
    width: 400px;
    height: 150px;
}
header .logo a {
    display: block;
    width: 400px;
    height: 150px;
}
@media only screen and (max-width: 1024px) {
    header .logo { float: none; margin: 20px auto 0 auto; }
}
@media only screen and (max-width: 767px) {
    header .logo {
        background: url(/i/SITE_141223_12312272_4TRO1/templates/logo.png) center center no-repeat;
        background-size: 200px 75px;
        width: 200px;
        height: 75px;
        margin: 0 auto;
    }
    header .logo a {
        display: block;
        width: 200px;
        height: 75px;
    }
}

header .timetemp {
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 40px;
    left: 250px;
}
@media only screen and (max-width: 1024px) {
    header .timetemp { top: 60px; left: 0; width: 100%; padding: 0 0 0 220px; }
}
@media only screen and (max-width: 767px) {
    header .timetemp { top: 55px; left: 0; width: 100%; padding: 0 0 0 60px; }
}

header .booking {
    float: right;
    width: 550px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    header .booking { float: none; }
}
@media only screen and (max-width: 767px) {
    header .booking { width: auto; }
}

header .booking .row1 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/booking-div.png) center     bottom repeat-x;
    overflow: hidden;
    text-align: left;
    width: 550px;
    margin: 20px auto 0;
}
@media only screen and (max-width: 1024px) {
    header .booking .row1 { margin: 30px auto 0 auto; }
}
@media only screen and (max-width: 767px) {
    header .booking .row1 { background-image: none; width: 300px; height: auto; margin: 0 auto; }
}

header .booking .row1 a {
    color: #fff;
}

header .booking .row1 p {
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 20px 10px 0;
    padding: 0;
    float: left;
}

header .booking .row1 p:last-child{
    margin: 0 0 10px 0;
}

header .booking .row1 .number {
    font-family: georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    header .booking .row1 p {font-size: 12px;line-height: 16px;margin: 0;text-align: center;float: none;}
    header .booking .row1 .number { font-size: 15px; }
}

header .booking .row2 {
    margin: 0 auto;
    padding: 10px 0;
}
@media only screen and (max-width: 767px) {
    header .booking .row2 { width: 300px; height: auto; }
}

header .booking .row2 ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

header .booking .row2 li {
    background-image: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
header .booking .row2 .lastm {
    padding: 0 10px 0 0;
}
header .booking .row2 .specl {
    padding: 0 10px;
}
header .booking .row2 .bookf {
    padding: 0 0 0 10px;
}
header .booking .row2 .bookm {
    padding: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
    header .booking .row2 .lastm { padding: 0 5px 0 0; }
    header .booking .row2 .specl { padding: 0 0 0 5px; }
}

header .booking .row2 a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn2-bg.png) left center no-repeat;
    color: #342318;
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    header .booking .row2 a { font-size: 12px; width: 145px; }
}


header .booking .row2 .bookf a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) left center no-repeat;
}

header .booking .row2 .bookm a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) left center no-repeat;
    width: 190px;
}

header .booking .row2 .bookm {
    display: none;
}
@media only screen and (max-width: 767px) {
    header .booking .row2 .bookm { display: inline-block; }
    header .booking .row2 .bookf { display: none; }
}

/* END HEADER */


/* NAV 1 */

#nav1 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/nav1-bg.jpg) center top;
    border-bottom: 3px solid #050103;
}
@media only screen and (max-width: 767px) {
    #nav1 { display: none; }
}

#nav1 ul {
    text-align: center;
}

#nav1 li {
    background-image: none;
    display: inline-block;
    margin: 0;
    padding: 4px 0 0 0;
}

#nav1 li a {
    color: #fff;
    font-size: 13px;
    line-height: 43px;
    text-transform: uppercase;
    padding: 0 12px;
}

/* END NAV 1 */


/* MOBI NAV 1 */

#mobinav1 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/nav1-bg.jpg) center top;
    border-bottom: 3px solid #050103;
    display: none;
}
@media only screen and (max-width: 767px) {
    #mobinav1 { display: block; }
}

#mobinav1tog {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/nav1-bg.jpg) center top;
    border-bottom: 3px solid #050103;
}

#mobinav1tog h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/mobinav1-tog-btn.png) right top no-repeat;
    cursor: pointer;
    display: block;
    line-height: 47px;
    text-align: center;
}

#mobinav1tog.active h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/mobinav1-tog-btn.png) right bottom no-repeat;
}


#mobinav1 ul {
    display: none;
    text-align: center;
}

#mobinav1 li {
    background-image: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#mobinav1 li a {
    color: #fff;
    font-size: 13px;
    line-height: 47px;
    text-transform: uppercase;
    padding: 0 15px;
}

/* END MOBI NAV 1 */


/* NAV 2 */

.topper {
    max-width: 1550px;
    text-align: center;
    margin: 0 auto;
}

.topper h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/topper-bg.png) center 62px no-repeat;
    color: #422a13;
    display: block;
    font-size: 42px;
    line-height: 42px;
    margin: 0;
    padding: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .topper h2 { display: none; }
}

.topper h2 a {
    color: #422a13;
    text-decoration: none;
}

#nav2 {
    display: block;
}
@media only screen and (max-width: 767px) {
    #nav2 { display: none; }
}

#nav2 ul {
    display: inline-block;
    padding: 0 0 0 0px;
}

#nav2 li {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/nav2-div.png) right center no-repeat;
    display: inline-block;
    padding: 0 30px 0 0;
}

#nav2 li a {
    color: #422a13;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    padding: 0 0 0 5px;
}

#nav2 li:first-child a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/nav2-div.png) left center no-repeat;
    padding: 0 0 0 35px;
}

/* END NAV 2 */


/* MOBI NAV 2 */

#mobinav2 {
    display: none;
}
@media only screen and (max-width: 767px) {
    #mobinav2 { display: block; }
}

#mobinav2tog h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/mobinav1-tog-btn.png) right top no-repeat;
    border-bottom: 2px solid #050103;
    cursor: pointer;
    color: #422a13;
    display: block;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#mobinav2tog.active h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/mobinav1-tog-btn.png) right bottom no-repeat;
}

#mobinav2 ul {
    border-bottom: 2px solid #050103;
    display: none;
    text-align: center;
}

#mobinav2 li {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/topper-bg.png) center bottom no-repeat;
    display: block;
    margin: 0;
    padding: 0 0 1px 0;
}

#mobinav2 li a {
    color: #422a13;
    font-size: 13px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 15px;
}

/* END MOBI NAV 2 */


/* FOOTER */

footer {
    background: #1c1209 url(/i/SITE_141223_12312272_4TRO1/templates/footer-bg.jpg) center top no-repeat;
    color: #FFF;
    max-width: 1770px;
    margin: 0 auto;
    padding-bottom: 5px;
}

footer .ftinfo {
    text-transform: uppercase;
    padding: 20px;
}

footer .ftinfo a {
    color: #FFF;
}

footer .ftinfo ul {
    text-align: center;
}

footer .ftinfo li {
    background-image: none;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}


footer .seomaptrigger {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/footer-div.png) center bottom no-repeat;
    text-align: center;
    padding: 20px 20px 0 20px;
}
@media only screen and (max-width: 1024px) {
    footer .seomaptrigger { display: none; }
}

footer .seomaptrigger a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-arrow.png) left center no-repeat;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 20px;
}

footer .seomap {
    display: none;
}

footer .seomap img {
    display: block;
    margin: 0 auto;
}

footer .seomap .seomaptop {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/footer-div.png) center bottom no-repeat;
    padding: 0 0 1px 0;
}

footer .seomap .seomapbot {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/footer-div.png) center bottom no-repeat;
    padding: 0 0 1px 0;
}

footer #foot1 {
    overflow: hidden;
    width: 870px;
    margin: 0px auto;
    padding: 30px 0 10px;
}

footer #foot1 ul {
    overflow: hidden;
    margin: 0;
}

footer #foot1 li {
    background-image: none;
    float: left;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    footer { min-height: inherit; }
    footer ul { text-align: center; }
    footer li { float: none; display: inline-block; }
    footer #foot1 { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 { width: 760px; }
}

footer #foot1 a {
    display: block;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0;
}

footer #foot1 .share a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/foot-share.png) 70px 12px no-repeat;
    border-right: 1px solid #FFF;
    width: 165px;
    padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 .share a { background: url(/i/SITE_141223_12312272_4TRO1/templates/foot-share.png) 50px 12px no-repeat; width: 130px; }
}

footer #foot1 .like a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/foot-like.png) 40px 14px no-repeat;
    border-right: 1px solid #FFF;
    width: 125px;
    padding: 0 0 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 .like a { background: url(/i/SITE_141223_12312272_4TRO1/templates/foot-like.png) 20px 14px no-repeat; width: 90px; padding: 0 0 0 40px; }
}

footer #foot1 .follow a {
    border-right: 1px solid #FFF;
    width: 140px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 .follow a { width: 120px; }
}

footer #foot1 .email a {
    border-right: 1px solid #FFF;
    width: 200px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 .email a { width: 180px; }
}

footer #foot1 .search {
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: text-top;
    padding: 13px 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer #foot1 .search { padding: 10px 0 0 20px; }
}

footer #foot1 .search form {
    width: 210px;
}

footer #foot1 .search label {
    display: block;
    float: left;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    width: 60px;
    line-height: 19px;
    padding: 0;
}

footer #foot1 #search {
    border: none;
    border: 0;
    border-radius: 0;
    background-color: #FFF;
    float: left;
    height: 19px;
    width: 120px;
}

footer #foot1 #btnsearch {
    float: left;
    width: 25px;
}

.mobishare {
    display: none;
    width: 115px;
    margin: 0 auto;
    padding: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
    .mobishare { display: block; }
}

.mobishare a {
    display: block;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/foot-share.png) 50px Top no-repeat;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    width: 115px;
    padding: 0;
}

.mobilinks {
    display: none;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
    .mobilinks { display: block; }
}

.mobilinks ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.mobilinks li {
    background-image: none;
    list-style-type: none;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
}

.mobilinks a {
    color: #FFF;
    text-decoration: none;
    padding: 0 10px;
}

footer #foot2 {
    overflow: hidden;
    color: #fff;
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
}

footer #foot2 ul {
    text-align: left;
}

footer #foot2 a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    padding: 0 16px 0 0;
}

footer #foot2 .left {
    float: left;
    width: 47.5%;
    text-align: right;
    padding: 0;
}

footer #foot2 .right {
    float: right;
    width: 47.5%;
    padding: 5px 0 0 0;
}

@media only screen and (max-width: 1365px) {
    footer #foot2 a { padding: 0 8px; }
    footer #foot2 .left {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    footer #foot2 p{
        text-align: center!important;
    }
    footer #foot2 .right {
        float: none;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    footer #foot2 .right ul {
        text-align: center;
    }
}

footer #foot2 p {
    margin:  5px 0;
    text-align:  right;
    font-size: 12px;
    line-height: 22px;
    padding: 0 3px;
    text-transform: uppercase;
}


footer #foot2 a.mobileShow {
    display: none!important;
}

@media only screen and (max-width: 768px){
    footer span.mobiHide {
        display: none;
    }

    footer #foot2 a.mobileShow{
        display: inline-block!important;
    }
}

/* END FOOTER */


/* BACK TO TOP */

#btt {
    transition: all 500ms ease;
    background-color: rgba(233, 225, 211, 1);
    display: block;
    color: #342318;
    visibility: hidden;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 65px;
    height: 65px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height 18px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    animation: bttout 900ms ease-out;
}
#btt:hover {
    transition: all 500ms ease;
    color: #342318;
    background-color: rgba(233, 225, 211, .8);
}
#btt.killanim {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: none;
    -moz-animation: none
    -o-animation: none;
    animation: none;
}
#btt.active {
    visibility: visible;
    animation: bttin 1600ms ease-in;
}

#btt .bttarrow {
    display: block;
    overflow: hidden;
    font-size: 40px;
    width: 34px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 10px auto 0 auto;
}

@-webkit-keyframes bttin {
    0% { opacity: 0; transform: scale(0.9, 0.9); }
    1% { opacity: 0; transform: scale(0.9, 0.9); }
    100% { opacity: 1; transform: scale(1, 1); }
}
@-moz-keyframes bttin {
    0% { opacity: 0; transform: scale(0.9, 0.9); }
    1% { opacity: 0; transform: scale(0.9, 0.9); }
    100% { opacity: 1; transform: scale(1, 1); }
}
@-o-keyframes bttin {
    0% { opacity: 0; transform: scale(0.9, 0.9); }
    1% { opacity: 0; transform: scale(0.9, 0.9); }
    100% { opacity: 1; transform: scale(1, 1); }
}
@keyframes bttin {
    0% { opacity: 0; transform: scale(0.9, 0.9); }
    1% { opacity: 0; transform: scale(0.9, 0.9); }
    100% { opacity: 1; transform: scale(1, 1); }
}
@-webkit-keyframes bttout {
    0% { visibility: visible; opacity: 1; transform: scale(1, 1); }
    99% { visibility: visible; opacity: 0; transform: scale(0.9, 0.9); }
    100% { visibility: hidden; opacity: 0; transform: scale(0.9, 0.9); }
}
@-moz-keyframes bttout {
    0% { visibility: visible; opacity: 1; transform: scale(1, 1); }
    99% { visibility: visible; opacity: 0; transform: scale(0.9, 0.9); }
    100% { visibility: hidden; opacity: 0; transform: scale(0.9, 0.9); }
}
@-o-keyframes bttout {
    0% { visibility: visible; opacity: 1; transform: scale(1, 1); }
    99% { visibility: visible; opacity: 0; transform: scale(0.9, 0.9); }
    100% { visibility: hidden; opacity: 0; transform: scale(0.9, 0.9); }
}
@keyframes bttout {
    0% { visibility: visible; opacity: 1; transform: scale(1, 1); }
    99% { visibility: visible; opacity: 0; transform: scale(0.9, 0.9); }
    100% { visibility: hidden; opacity: 0; transform: scale(0.9, 0.9); }
}

/* END BACK TO TOP */


/* BRAND STANDARD LOGOS */

#brslogos {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 40px 0;
}

#brslogos p {
    color: white;
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    margin: 15px 0;
}

#brslogos p.tag {
    font-family: 'Arial Bold', Arial, sans-serif;
    color: white;
}

#brslogos ul {
    display: block;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

#brslogos li {
    background-image: none;
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    vertical-align: middle;
    text-indent: 100%;
    white-space: nowrap;
    width: 120px;
    height: 90px;
    margin: 0;
    padding: 0;
}

#brslogos li a {
    display: block;
    vertical-align: middle;
    width: 120px;
    height: 90px;
}

#brslogos .plux {
    background: url(/flashcab/brslogos/brslogos-inv-plux.png) center center no-repeat;
    width: 270px;
    height: 100px;
}

#brslogos .plux a {
    display: block;
    width: 230px;
}

#brslogos .lvx {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/brslogos-inv-lvx.png) center center no-repeat;
}

#brslogos .aaa {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/icons_aaa.png) no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 100px;
}

#brslogos .placeholder{
    width: 64px;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
    #brslogos li {
        width: 60px;
        height: 45px;
    }
    #brslogos li a {
        width: 60px;
        height: 45px;
    }
    #brslogos .plux {
        background: url(/flashcab/brslogos/brslogos-inv-plux.png) center center no-repeat;
        background-size: auto 65px;
        width: 115px;
        height: 65px;
    }
    #brslogos .plux a {
        width: 115px;
    }
    #brslogos .lvx {
        background: url(/i/SITE_141223_12312272_4TRO1/templates/brslogos-inv-lvx.png) center center no-repeat;
        background-size: 60px 45px;
    }

    #brslogos .aaa {
        background: url(/i/SITE_141223_12312272_4TRO1/templates/icons_aaa_mobile.png) no-repeat center center;
        background-size: contain;
        width: 75px;
        height: 60px;
    }
}

/* END BRAND STANDARD LOGOS */


/* SEO MAP */

#seomap {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/footer-div.png) center bottom no-repeat;
    margin: 0 0 20px 0;
    padding: 10px 20px 0 20px;
}

#seomap #seo {
    background-image: none;
    border-bottom: none;
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.seo-content.active{
    padding-bottom: 40px;
}

#seomap #seoBtn {
    background-image: none;
    height: auto;
}

#seomap #seoBtn a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-explore.png) center center no-repeat;
}

#seomap #seo .seobin {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/footer-div.png) center 36px no-repeat;
}

#seomap  #seo .seoheader .seoexplore {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-toggle.png) center top no-repeat;
}

#seomap  #seo .seoheader .seoexplore.active {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-toggle.png) center bottom no-repeat;
}

#seomap #seo .seobin .seoheader nav li a {
    color: #FFF;
}

#seomap #seo .seolist h3 {
    color: #FFF;
}

#seomap #seo .seolist a {
    color: #FFF;
}

#seomap #seo .seomap {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-map.png) center top no-repeat;
}

#seomap #seo .seomap .seoinfo {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/seomap-content-bg.png) center top no-repeat;
}

/* END SEO MAP */


/* MAIN */

#heroarea {
    overflow: hidden;
    max-width: 1770px;
    margin: 0 auto;
}

#headercap {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/header-cap.jpg) center center no-repeat;
    width: 100%;
    height: 27px;
}

#main {
    background: #f8f6ef url(/i/SITE_141223_12312272_4TRO1/templates/main-repeat-bg.jpg) center top;
    overflow: hidden;
    max-width: 1770px;
    margin: 0 auto;
}

#main .box {
    overflow: hidden;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/main-bg.jpg) center top no-repeat;
     margin: 0 auto;
     padding: 0;
}

#home #main .box {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/home-bg.jpg) center top no-repeat;
}

/* END MAIN */

/* HOME MID */

#homemid {
    background: #f8f6ef url(/i/SITE_141223_12312272_4TRO1/templates/home-mid-bg.jpg) center center;
    overflow: hidden;
    max-width: 1770px;
    margin: 0 auto;
}

#homemid .box {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/home-mid-shadow.png) center bottom repeat-x;
    overflow: hidden;
}

/* END HOME MID */

/* HERO 1 */

.hero01 {
    overflow: hidden;
    width: 100%;
}

 .hero01 img {
    width: 100%;
    height: auto;
}

/* END HERO 1 */


/* HERO 2 */

.hero02 {
    overflow: hidden;
    width: 100%;
}

 .hero02 img {
    width: 100%;
    height: auto;
}

/* END HERO 2 */


/* HOME 01 */

.hm01 {
    overflow: hidden;
    max-width: 1550px;
    margin: 0 auto;
    padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
    .hm01 { max-width: 760px; }
}
@media only screen and (max-width: 767px) {
    .hm01 { max-width: 300px; padding: 10px 0; }
}

@media only screen and (max-width: 767px) {
    .hm01 .vcenter { margin-top: 0 !important; }
}

.hm01 p {
    color: #342318;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.hm01 h1,
.hm01 h2 {
    color: #342318;
    margin: 0;
}

.hm01 h3 {
    color: #342318;
    margin: 0;
}

.hm01 .hm01col {
    overflow: hidden;
    width: 45%;
}
@media only screen and (max-width: 1280px) {
    .hm01 .hm01col { width: 47.5%; }
}
@media only screen and (max-width: 1024px) {
    .hm01 .hm01col { width: 100%; }
}

.hm01 .hm01col01 {
    float: left;
    margin: 0 0 0 3.25%;
}
@media only screen and (max-width: 1280px) {
    .hm01 .hm01col01 { margin: 0 0 0 1%; }
}
@media only screen and (max-width: 1024px) {
    .hm01 .hm01col01 { float: none; margin: 0; }
}

.hm01 .hm01col02 {
    float: right;
    margin: 0 3.25% 0 0;
}
@media only screen and (max-width: 1280px) {
    .hm01 .hm01col02 { margin: 0 1% 0 0; }
}
@media only screen and (max-width: 1024px) {
    .hm01 .hm01col02 { float: none; margin: 10px 0 0 0; }
}

.hm01 .hm01img {
    background-color: #FFF;
    width: 43%;
    padding: 5px;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01img { width: 100%; }
}

.hm01 .hm01img img {
    width: 100%;
    height: auto;
}

.hm01 .hm01img01 {
    float: right;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01img01 { float: none; margin-bottom: 15px; }
}

.hm01 .hm01img02 {
    float: left;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01img02 { float: none; margin-bottom: 15px; }
}

.hm01 .hm01txt {
    width: 52%;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01txt { width: 100%; }
}

.hm01 .hm01txt01 {
    float: left;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01txt01 { float: none; }
}

.hm01 .hm01txt02 {
    float: right;
}
@media only screen and (max-width: 767px) {
    .hm01 .hm01txt02 { float: none; }
}

.hm01 .hm01btn {
    padding: 10px 0 0 0;
}

.hm01 .hm01btn a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center center;
    color: #342318;
    display: inline-block;
    line-height: 29px;
    padding: 0 20px;
}

/* END HOME 01 */

/* HOME 02 */

.hm02 {
    overflow: hidden;
    max-width: 1550px;
    margin: 40px auto;
    padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
    .hm02 { margin: 25px 0; padding: 0 10px; }
}

.hm02video {
    float: left;
    width: 58.5%;
}
@media only screen and (max-width: 1024px) {
    .hm02video { float: none; width: 100%; }
}

.hm02video .hm02vidsize {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 56.25% 0;
}

.hm02video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hm02video video {
    width: 100% !important;
    height: auto !important;
}

.hm02group {
    float: right;
    width: 38.5%;
}
@media only screen and (max-width: 1024px) {
    .hm02group { float: none; width: 100%; padding: 20px 0 0 0; }
}

.hm02item1 {
    float: left;
    width: 47%;
}

.hm02item2 {
    float: right;
    width: 47%;
}

@media only screen and (max-width: 1024px) {
    .hm02item1 { float: left; width: 48.5%; }
    .hm02item2 { float: right; width: 48.5%; }
}

@media only screen and (max-width: 767px) {
    .hm02item1 { float: none; width: 100%; }
    .hm02item2 { float: none; width: 100%; padding: 20px 0 0 0; }
}

.hm02img {
    background-color: #85786c;
    padding: 4px;
}

.hm02img img {
    width: 100%;
    height: auto;
}

.hm02txt {
    padding: 10px 0 0 0;
}

/* END HOME 02 */

/* CC01 */

.cc01 {
    overflow: hidden;
    max-width: 1590px;
    margin: 40px auto;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .cc01 { padding: 0 10px; }
}

.cc01 h3 {
    text-transform: uppercase;
}

.cc01 ol {
    text-align: center;
}

.cc01 img {
    width: 100%;
    height: auto;
}

.cc01 .cc01col {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01col { width: 100%; }
}

.cc01 .cc01col1 {
    color: #422a13;
    float: left;
}
@media only screen and (max-width: 1200px) {
    .cc01 .cc01col1 { width: 45%; }
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01col1 { width: 100%; float: none; }
}

.cc01 .cc01col2 {
    float: right;
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01col2 { float: none; padding: 30px 0 0 0; }
}

.cc01 .cc01col3 {
    float: left;
    width: 47.5%;
}
@media only screen and (max-width: 480px) {
    .cc01 .cc01col3 { float: none; width: 100%; max-width: 265px; margin: 0 auto; }
}

.cc01 .cc01col4 {
    float: right;
    width: 47.5%;
}
@media only screen and (max-width: 480px) {
    .cc01 .cc01col4 { float: none; width: 100%; max-width: 265px; margin: 25px auto 0 auto; }
}

.cc01 .cc01row1 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/cc01-div.png) center bottom no-repeat;
    overflow: hidden;
    margin: 0 0 50px 0;
    padding: 0 13% 40px 7%;
}
@media only screen and (max-width: 1200px) {
    .cc01 .cc01row1 { padding: 0 5% 40px 5%; }
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01row1 { background-image: none; width: 100%; margin: 0; padding: 0 0 25px 0; }
}

.cc01 .cc01row2 {
    overflow: hidden;
    width: 72%;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .cc01 .cc01row2 { width: 90%; }
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01row2 { width: 100%; }
}

.cc01 .cc01img1 {
    background-color: #85786c;
    padding: 4px;
}

.cc01 .cc01img2 {
    background-color: #85786c;
    padding: 4px;
}

.cc01 .cc01img3 {
    background-color: #361f0f;
    max-width: 663px;
    padding: 5px;
}
@media only screen and (max-width: 767px) {
    .cc01 .cc01img3 { max-width: inherit; }
}

.cc01 .cc01txt1 {
    padding: 40px 0 0 0;
}

.cc01 .cc01txt2 {
    padding: 15px 0 0 0;
}

.cc01 .cc01txt3 {
    padding: 15px 0 0 0;
}

.cc01 .cc01txt4 {
    padding: 15px 0 0 0;
    max-width: 663px;
}

.cc01 .cc01vid {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 56.25% 0;
}

.cc01 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cc01 video {
    width: 100% !important;
    height: auto !important;
}

/* END CC01 */

/* CC02 */

.cc02 {
    overflow: hidden;
    max-width: 1390px;
    margin: 40px auto;
    padding: 0;
}

.cc02 img {
    width: 100%;
    height: auto;
}

.cc02 .cc02col {
    float: left;
    width: 258px;
    margin: 15px 10px;
}
@media only screen and (max-width: 644px) {
    .cc02 .cc02col { float: none; margin: 15px auto; }
}

.cc02 .cc02img {
    background-color: #85786c;
    padding: 4px;
}

.cc02 .cc02txt {
    padding: 10px 0 0 0;
}

.cc02 .cc02txt ol a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center center;
    display: inline-block;
    color: #342318;
    font-size: 15px;
    line-height: 29px;
    margin: 0;
    padding: 0 20px;
}

/* END CC02 */


/* CC03 */

.cc03 {
    max-width: 1380px;
    margin: 25px auto;
}

.cc03 h2 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/cc03-div.png) center 54px no-repeat;
    color: #422a13;
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 30px 0 0 0;
}

/* END CC03 */


/* CC04 */

.cc04 {
    max-width: 1380px;
    margin: 25px auto;
    padding: 0 25px;
}

.cc04row {
    position: relative;
    overflow: hidden;
}

.cc04video {
    float: left;
    width: 48.5%;
}
@media only screen and (max-width: 1024px) {
    .cc04video { float: none; width: 100%; }
}

.cc04video .cc04pad1 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 56.25% 0;
}

.cc04video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cc04video video {
    width: 100% !important;
    height: auto !important;
}

.cc04group {
    position: absolute;
    width: 48.5%;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 1024px) {
    .cc04group { position: relative; width: 100%; bottom: auto; right: auto; padding: 20px 0 0 0; }
}
@media only screen and (max-width: 767px) {
    .cc04group { display: none; }
}

.cc04img1 {
    float: left;
    width: 47%;
}

.cc04img2 {
    float: right;
    width: 47%;
}
@media only screen and (max-width: 1024px) {
    .cc04img1 { width: 48.5%; }
    .cc04img2 { width: 48.5%; }
}

.cc04img img {
    width: 100%;
    height: auto;
}

.cc04pad4 {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/cc04-div.png) center center no-repeat;
    height: 1px;
    margin: 25px 0;
}

.cc04txt1 {
    float: left;
    width: 60%;
}

.cc04txt2 {
    float: right;
    width: 37%;
}

@media only screen and (max-width: 1024px) {
    .cc04txt1 { width: 48.5%; }
    .cc04txt2 { width: 48.5%; }
}
@media only screen and (max-width: 480px) {
    .cc04txt1 { float: none; width: 100%; }
    .cc04txt2 { float: none; width: 100%; margin: 20px 0 0 0; }
}

/* END CC04 */



/* CC05 */

.cc05 {
    position: relative;
    width: 95%;
    max-width: 1600px;
    min-height: 570px;
    margin: 80px auto;
}

.cc05 .img {
    position: absolute;
    top: 50px;
    left: 0;
    width: 46.5%;
    height: 520px;
}
.cc05b .img {
    left: auto;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .cc05 .img, .cc05b .img { position: relative; top: auto; left: auto; right: auto; width: 100%; height: auto; }
}

.cc05 .img .pad {
    background-image: url(/i/SITE_151124_12223598_UKU1G/templates/tx01.png);
    height: 520px;
    padding: 20px 0 0 20px;
}
.cc05b .img .pad {
    padding: 20px 20px 0 0;
}
@media only screen and (max-width: 767px) {
    .cc05 .img .pad, .cc05b .img .pad { background-color: #ddc18f; height: auto; padding: 0; }
}

.cc05 .img .pad .scaleme {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px) {
    .cc05 .img .pad .scaleme { height: 300px; }
}

.cc05 .txt {
    border: 1px solid #ddc18f;
    width: 60%;
    min-height: 570px;
    margin: 0 0 0 auto;
}
.cc05b .txt {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .cc05 .txt, .cc05b .txt {
        background: -moz-linear-gradient(top, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
        border: none;
        width: 100%;
        min-height: 1px;
        margin: 0;
    }
}

.cc05 .txt .pad {
    padding: 40px 5% 40px 15%;
}
.cc05b .txt .pad {
    padding: 40px 15% 40px 5%;
}
@media only screen and (max-width: 767px) {
    .cc05 .txt .pad, .cc05b .txt .pad { padding: 30px; }
}

/* END CC05 */


/* CC06 */

.cc06 {
    position: relative;
    width: 95%;
    max-width: 1600px;
    min-height: 570px;
    margin: 80px auto;
    z-index: 1;
}

.cc06 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 36.25%;
    padding: 0 0 36.25% 0;
    z-index: -1;
}
.cc06b .img {
    left: auto;
    right: 0;
}
@media only screen and (max-width: 1170px) {
    .cc06 .img, .cc06b .img { position: relative; top: auto; right: auto; left: auto; width: 50%; height: auto; padding: 0; }
    .cc06b .img { margin: 0 0 0 auto; }
}
@media only screen and (max-width: 700px) {
    .cc06 .img, .cc06b .img { width: 100%; margin: 0; }
}

.cc06 .img .pad {
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1170px) {
    .cc06 .img .pad { position: relative; top: auto; left: auto; }
}

.cc06 .img .pad img {
    width: 100%;
    height: auto;
}

.cc06 .group {
    border-bottom: 1px solid #7e7057;
    width: 75%;
    margin: 50px 0 0 auto;
    padding: 0 0 10px 0;
}
.cc06b .group {
    margin: 50px 0 0 0;
}
@media only screen and (max-width: 1170px) {
    .cc06 .group, .cc06b .group { width: 100%; margin: 0; }
}

.cc06 .group .pad {
    background: -moz-linear-gradient(top, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(221, 193, 143, 0) 0%, rgba(221, 193, 143, 0.5) 100%);
    padding: 40px;
}

.cc06 .txt1 {
    float: left;
    width: 37%;
}
.cc06b .txt1 {
    float: right;
}
@media only screen and (max-width: 700px) {
    .cc06 .txt1, .cc06b .txt1 { float: none; width: 100%; }
}

.cc06 .txt2 {
    float: right;
    width: 60%;
}
.cc06b .txt2 {
    float: left;
}
@media only screen and (max-width: 700px) {
    .cc06 .txt2, .cc06b .txt2 { float: none; width: 100%; }
    .cc06 .vcenter { margin-top: 0 !important; }
}

.cc06 .txt1 h1,
.cc06 .txt1 h2,
.cc06 .txt1 h3,
.cc06 .txt1 h4,
.cc06 .txt1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
@media only screen and (max-width: 1200px) {
    .cc06 .txt1 h1, .cc06 .txt1 h2, .cc06 .txt1 h3, .cc06 .txt1 h4, .cc06 .txt1 p { font-size: 4vw; }
}
@media only screen and (max-width: 700px) {
    .cc06 .txt1 h1, .cc06 .txt1 h2, .cc06 .txt1 h3, .cc06 .txt1 h4, .cc06 .txt1 p { font-size: 38px; }
}

/* END CC06 */



/* CC09 */

.cc09 {
    overflow: hidden;
    margin: 25px auto;
    width: 95%;
}

.cc09 .cc09header {
    background: #c5b7ac url(/i/SITE_141223_12312272_4TRO1/templates/cc09-arrows.png) bottom right no-repeat;
    overflow: hidden;
    cursor: pointer;
    padding: 8px 15px;
}

.cc09 .cc09header.active {
    background: #c5b7ac url(/i/SITE_141223_12312272_4TRO1/templates/cc09-arrows.png) top right no-repeat;
}

.cc09 .cc09header h2 {
    color: #422a13;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}

.cc09 .cc09hide {
    display: none;
    overflow: hidden;
    padding: 20px 0;
}

.cc09 .cc09img {
    float: left;
    width: 40%;
}

.cc09 .cc09img img {
    width: 100%;
    height: auto;
}

.cc09 .cc09txt {
    float: right;
    width: 57%;
}

@media only screen and (max-width: 767px) {
    .cc09 .cc09img { float: none; width: 100%; }
    .cc09 .cc09txt { float: none; width: 100%; margin: 20px 0 0 0; }
}

.cc09 .cc09left {
    position: relative;
    overflow: hidden;
    width: 55%;
    float: left;
}

.cc09 .cc09txt2 {
    width: 42%;
    float: right;
}

.cc09 .cc09vdo2 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cc09 .cc09vdo2pad {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 56.25% 0;
}

.cc09 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.cc09 video {
    width: 100% !important;
    height: auto !important;
}

.cc09 .cc09img2 {
    display: block;
    position: relative;
    width: 100%;
}

.cc09 .cc09img2 img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

@media only screen and (max-width: 1000px) {
    .cc09 .cc09left { width: 48.5%; }
    .cc09 .cc09txt2 { width: 48.5%; }
}

@media only screen and (max-width: 767px) {
    .cc09 .cc09left { float: none; width: 100%; }
    .cc09 .cc09txt2 { float: none; width: 100%; margin: 20px 0 0 0; }
}

/* END CC09 */


/* CC10 */

.cc10 {
    max-width: 570px;
    margin: 40px auto;
}

.cc10 img {
    border: 4px solid #6c5a4c;
    width: 100%;
    height: auto;
}

/* END CC10 */


/* BORDER ON SC IMGS */

.sc01 img,
.sc02 img,
.sc03 img,
.sc04 img,
.sc05 img,
.sc06 img,
.sc07 img,
.sc08 img {
    border: 4px solid #6c5a4c;
}

/* END BORDER ON SC IMGS */

/* MOBILE TEXT SPACING */

@media only screen and (max-width: 767px) {
    .sctxt{margin-top: 15px;}
}

/* END MOBILE TEXT SPACING */


/* SC01 */
.sc01 {
    max-width: 1380px;
    margin: 40px auto;
}
/* END SC01 */

/* SC02 */
.sc02 {
    max-width: 1380px;
    margin: 40px auto;
}

.sc02 .scimg {
    padding:0 0 20px 0;
}

/* END SC02 */


/* SC03 */
.sc03 {
    max-width: 1380px;
    margin: 40px auto;
}
.sc03 a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center bottom no-repeat;
    color: #342318;
    font-size: 18px;
    text-decoration: none;
}
.sc03 a:hover {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center bottom no-repeat;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}
/* END SC03 */


/* SC04 */
.sc04 {
    max-width: 1380px;
    margin: 40px auto;
}
/* END SC04 */


/* SC05 */
.sc05 {
    max-width: 1380px;
    margin: 40px auto;
}
/* END SC05 */


/* SC06 */
.sc06 {
    max-width: 1380px;
    margin: 40px auto;
}
/* END SC06 */


/* SC07 */
.sc07 {
    max-width: 1380px;
    margin: 40px auto;
}
/* END SC07 */

/* SC08 */
.sc08 {
    margin: 0;
}
/* END SC08 */


/* GENERAL APP MARGINS */

.gam1590 {
    overflow: hidden;
    max-width: 1590px;
    margin: 40px auto;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .gam1590 { margin: 20px auto; padding: 0 10px; }
}

.gam900 {
    overflow: hidden;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .gam900 { margin: 20px auto; padding: 0 10px; }
}


/* END GENERAL APP MARGINS */


/* BANNER */

.banner {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/banner-bg.png) center center no-repeat;
    /* background-size: cover; */
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-position: top center;
}

.banner a {
    display: block;
    padding: 8px;
}

.banner img {
    border: 2px solid #5c3b1a;
    width: 100%;
    height: auto;
}

/* END BANNER */


/* AP01 */

.ap01 {
    border-bottom: 1px solid #603a1a;
    position: relative;
    min-height: 220px;
    margin: 20px 0;
    padding: 0 0 20px 0;
}

.ap01 .ap01img {
    position: absolute;
    top: 0;
    left: 0;
}

.ap01 .ap01img .ap01pad {
    border: 1px solid #a8793f;
    padding: 4px;
}

.ap01 .ap01txt {
    padding: 0 0 0 300px;
}

.ap01 .ap01addthis {
    /*max-width: 335px;*/
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .ap01 .ap01img { position: relative; top: auto; left: auto; width: 277px; margin: 0; }
    .ap01 .ap01txt { padding: 15px 0 0 0; }

}

/* END AP01 */

/* REVIEW */

.cc__review_pager { 
    overflow: hidden;
    width: 100%;
    height: 24px;
    margin: 0;
    text-align:center;
}

.cc__review_pager a {
    background: url(/flashcab/directory/navyTheme/images/specials-pager-marker.png);
    background-repeat:no-repeat;
    background-position:bottom;
    width:25px;
    height:25px;
    display:inline-block;
    *display:inline;
    zoom:1;
    outline:none;
}

.cc__review_pager a:hover, .cc__review_pager a:focus {
    text-decoration:none;
}

.cc__review_pager a.active {
    background-position:top;
    text-decoration:none;
}

.cc_review_body {
    font-style:italic;
    width:100%;
}

.cc_review_credit {
    font-variant:small-caps
}

.cc_review_rotator {
    height:300px;   
}

.cc_review_badges {
    margin:10px;
}

/* END REVIEW */

/* SEO FOOTER STYLES */

body #seo{
    border-bottom:solid 1px #aaa79d;
    margin-top:30px;
}
#seo .photo{
    border: solid 3px #b1aca2;
}
#seo .seolist h3{
    color:#98671f;
    font-style:normal;
}
#seo .seolist a{
    color:#595449;
    font-style:normal;
}
#seo .text p,#seo .branding p{
    color:#595449;
}
#seo .seoinfo .buttons a{
    background:#d1cec6;
    color:#595449;
    font-style:normal;
}
#seo .text h2,#seo .text h3 {
    color:#99681f;
    font-style:normal;
}
/*#seo .text.green h2,#seo .text.green h3{
    color:#72a900;
}*/
#seo .buttons a.res {
    background:#99681f;
    color:#ffffff;
}
/*#seo .buttons.green a {
    color:#72a900;
}
#seo .buttons.green a.res {
    background:#72a900;
    color:#ffffff;
}*/
#seo .seoinfo .text p{
    line-height:12px;
}
#seo .seobin .seoheader nav li a{
    color:#6b665b;
    font-style:normal;
}
#seo .seobin .seolist .seodiv{
    background-color:#e6e1da;
    float:none;
}
#seo .ir{
    overflow:hidden;
    text-align:left;
    text-indent:-999em;
}

/* END SEO FOOTER STYLES */


.TA_excellent {
    width: 150px;
    margin: 30px auto;
}


.icons li {
    background-image: none;
    display: inline-block;
    *display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widCOE{
    margin-left:auto !important;
    margin-right:auto !important;
}

@media only screen and (min-width: 1px) and (max-width: 1023px) {
    #seo { display: none; }
}

#nav1 .active a {
color: #8ac5af !important;
}

#nav2 .active a {
color: #619e87 !important;
}

.col-sm-9 .col-sm-9-col01{
    width: 45%;
    float: left;
}
@media only screen and (max-width: 767px) {
    .col-sm-9 .col-sm-9-col01{ float: none; }
}

.col-sm-9 .col-sm-9-col02{
    width: 50%;
    float: right;
}
@media only screen and (max-width: 767px) {
    .col-sm-9 .col-sm-9-col02 { float: none; }
}
@media only screen and (max-width: 767px) {
    .sc05g .row .col-sm-9 h1 { margin-top: 15px; }
}

@media only screen and (max-width: 767px) {
    .sc05g .row .col-sm-9 { margin-bottom: 15px; }
}

.OT_TableButton {
    color:#FFF;
    background-color:#da3743
}

#opentablebox h3 {
    font-size: 16px;
}

#opentablebox h2 {
    text-align: center;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/topper-bg.png) center 24px no-repeat;
}

sub {
    font-size: 16px;
    font-style: italic;
    font-family: Georgia, Serif;
}

.sc06b .col-sm-4 {padding-right: 55px !important;}
.sc06a .col-sm-4 {padding-left: 55px !important;}

.sc07c .sctxt1, .sc07a .sctxt1 {padding: 20px 0 20px 0;margin: 0 0 14px 0;}


/* SPECIALS AND PACKAGES */

.arrows {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    z-index: 150;
}
@media only screen and (max-width: 767px) {
    .arrows { left: auto; right: 0; }
}

.arrows .prev {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/hmback.png) center center no-repeat;
    background-size: 11px 23px;
    cursor: pointer;
    display: block;
    float: left;
    width: 11px;
    height: 23px;
}

.arrows .next {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/hmnext.png) center center no-repeat;
    background-size: 11px 23px;
    cursor: pointer;
    display: block;
    float: right;
    width: 11px;
    height: 23px;
}

/* END SPECIALS AND PACKAGES */


/* EVENTS */

.filters input {
    font-size: 12px !important;
}

#keywords, #category, #location {
    min-width: 80%;
}
@media (max-width: 1023px){
    #keywords, #category, #location { min-width: 0; }
}

.filters p {
    margin: 0 0 10px 0 !important;
}

.packages .sc01 a > img{
    border:none;
}

/* END EVENTS */




/* PHOTO GALLERY */

#heroarea .cycle-slideshow .photoGallery-pager{
    display:block;
    position:absolute;
    bottom:25px;
    left:25px;
    z-index:9999;
}
#heroarea .cycle-slideshow .photoGallery-pager a{
    display:inline-block;
    *display:inline;
    background:url(/i/SITE_141223_12312272_4TRO1/templates/bg-indicator.png) no-repeat top center;
    width:12px;
    height:12px;
    margin:0 4px;
}
#heroarea .cycle-slideshow .photoGallery-pager a.active{
    background-position:bottom center;
}

.photoGallery {
    overflow:hidden;
    max-width: 90%;
    margin: 40px auto;
}

.photoGallery .cycle-slideshow {
    height: 0 !important;
    padding: 0 0 66.25% 0;
}

.photoGallery .cycle-slideshow .desc{
    display: none;
}

.photoGallery .cycle-slide {
    width: 100%;
}

.photoGallery .cycle-slide img {
    border: 4px solid #6c5a4c;
    width: 100% !important;
    height: auto !important;
}

.photoGallery .photoGallery-desc p {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}

.photoGallery .photoGallery-pager {
    text-align: center;
}

.photoGallery .photoGallery-pager img {
    border: 4px solid #6c5a4c;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
}

/* END PHOTO GALLERY */



/* INTERACTIVE MAP */

.willows_local_wineries {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/map-bg.png);
    width: 1204px;
    margin: 40px auto;
    padding: 20px 46px 20px 20px;
}
@media only screen and (max-width: 1200px) {
    .willows_local_wineries { max-width: 418px; width: auto; padding: 20px; }
}

#main .box .willows_local_wineries .box {
    background-image: none;
}

.map-plotter-background {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/willows-map.jpg) no-repeat top center;
    border: 3px solid #FFF;
    float: left;
    width: 707px;
    height: 1425px;
}
@media only screen and (max-width: 1200px) {
    .map-plotter-background { display: none; }
}

.map-plotter-points {
    display: block;
    width: 707px;
    height: 1425px;
    margin: 0 auto;
    position: relative;
}

.map-plotter-plot-point {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/bg_map-point.png) no-repeat top center;
    cursor: pointer;
    position: absolute;
    width: 125px;
    height: 125px;
    margin: -62px 0 0 -62px;
}

.map-plotter-plot-point.active {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/bg_map-point.png) no-repeat bottom center;
}

.map-plotter-text {
    background:url(/flashcab/tiles/w70.png);
    width: 378px;
    height: 1431px;
    float: right;
    padding: 40px 20px;
}
@media only screen and (max-width: 1200px) {
    .map-plotter-text { float: none; height: auto; width: 100%; }
}

.map-plotter-point-text {
    display: none;
}
@media only screen and (min-width: 1px) and (max-width: 1200px) {
    .map-plotter-point-text { display: block !important; margin-top: 20px !important; }
}

.map-plotter-point-text .img {
    display:none;
}

.willows_local_wineries h1,
.willows_local_wineries h2,
.willows_local_wineries h3 {
    font-size: 41px;
    line-height: 41px;
    margin: 0;
    padding: 0;
}

.willows_local_wineries p {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0px;
    padding: 0;
}

.willows_local_wineries ul {
    margin: 15px 0;
}

.willows_local_wineries ul li {
    font-size: 15px;
    line-height: 18px;
    margin: 3px 0;
    padding: 0 0 0 20px;
}

.willows_local_wineries .maplink a {
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center bottom no-repeat;
    display: block;
    color: #342318;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px auto;
}

/* updates for mobile */

.map-plotter-point-text.active{
    display:block;
}
@media only screen and (max-width: 1200px) {
.map-plotter-text .txt .mobi-cont{
    display:none;
}
.map-plotter-text .txt.active .mobi-cont{
    display:block;
}
.map-plotter-text{
    padding:0;
}
.map-plotter-point-text{
    margin:0 0 25px !important;
}
.map-plotter-text h2{
    background:#c5b7ac url(/i/SITE_141223_12312272_4TRO1/templates/cc09-arrows.png) bottom right no-repeat;
    color:#422A13;
    font-size:16px;
    font-weight:normal;
    line-height:18px;
    padding:8px 15px;
    margin:0px;
    overflow:hidden;
    cursor:pointer;
}
.map-plotter-text .txt.active h2{
    background-position:top right;
}
.map-plotter-text .mobi-cont{
    padding:0 20px;
}
}

/* END INTERACTIVE MAP */



/* UNIVERSAL PACKAGES APP */

.upa {
    box-sizing: border-box;
    color: #414141;
    position: relative;
    z-index: 1;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 15px !important;
    margin: 30px auto !important;
}

.upa * {
    box-sizing: border-box;
}

.upa h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
}
@media (max-width: 900px) {
    .upa h1 { font-size: 5vw; }
}

.upa h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 5px 0;
}
@media (max-width: 1024px) {
    .upa h2 { font-size: 4vw; }
}
@media (max-width: 600px) {
    .upa h2 { font-size: 5vw; }
}

.upa h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin: 5px 0;
}

.upa p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0 15px 0;
}

.upa ul li {
    background: url(/flashcab/benchmark/upa/upa-inv-bull.png) left 4px no-repeat;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin: 14px 0;
    padding: 0 0 0 20px;
}

.upa a,
.upa a:visited,
.upa a:hover,
.upa a:active,
.upa a:focus {
    color: #414141;
    text-decoration: none;
}

.upa .header-text {
    text-align: center;
}

.upa .header-text h1 {
    border-bottom: 1px solid #414141;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1111px) {
    .upa .header-text h1 { font-size: 40px; }
}
@media (max-width: 767px) {
    .upa .header-text h1 { font-size: 30px; }
}

.upa .header-text p {
    text-transform: uppercase;
    padding-top: 20px;
}

/* END UNIVERSAL PACKAGES APP */


/* UPA PACKAGE LIST */

.upacat {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 0;
}

.upapack {
    background-color: rgba(0, 0, 0, .05);
    display: inline-block !important;
    vertical-align: top !important;
    width: 95% !important;
    max-width: 380px !important;
    font-size: 15px !important;
    padding: 40px 15px 30px 15px !important;
    margin: 15px !important;
}

@media (max-width: 768px) {
    .upapack {
        width: 100%;
        margin: 15px 0;
    }
}

.upapack .group {
    position: relative;
    width: 100%;
    padding: 0 0 30px 0;
    z-index: 1;
}

.upapack .grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,212121+100&0+0,0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(53, 53, 53, 0) 0%, rgba(43, 43, 43, 0) 50%, rgba(33, 33, 33, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(53, 53, 53, 0) 0%, rgba(43, 43, 43, 0) 50%, rgba(33, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(53, 53, 53, 0) 0%, rgba(43, 43, 43, 0) 50%, rgba(33, 33, 33, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 2;
}

.upapack .img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.upapack .img img {
    width: 100%;
    height: auto;
}

.upapack .lnk {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.upapack .lnk h1, .upapack .lnk h2 { color: white; }

.upapack .lnk a {
    transition: all 250ms ease;
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 24px;
}

.upapack .lnk a:hover {
    transition: all 250ms ease;
    background-color: black;
    color: white;
}

.upapack .txt {
    min-height: 100px;
    padding: 20px 0 0 0;
}

/* END UPA PACKAGE LIST */


/* UPA DETAILS */

.upadets {
    width: 95%;
    max-width: 1375px;
    margin: 60px auto;
    text-align: center;
}
@media (max-width: 1024px) {
    .upadets { background-color: rgba(0, 0, 0, .05); }
}
@media (max-width: 768px) {
    .packages-page .upadets { margin: 30px auto; }
}

.upadets .mediabg {
    background-color: rgba(0, 0, 0, .05);
    overflow: visible;
    width: 70%;
    padding: 40px 0 20px 0;
}
@media (max-width: 1024px) {
    .upadets .mediabg { background-color: transparent; width: 100%; padding: 20px 0; }
}

.upadets .media {
    overflow: visible;
    width: 123%;
    margin: 0 0 0 9%;
}
@media (max-width: 1024px) {
    .upadets .media { width: 90%; margin: 0 auto; }
}

.upadets .media img {
    width: 100%;
    height: auto;
}

.upadets .media .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.upadets .media .video iframe,
.upadets .media .video object,
.upadets .media .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.upadets .media .arrows {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .upadets .media .arrows { display: none; }
}

.upadets .media .prev {
    transition: opacity 300ms ease;
    background: url(/flashcab/benchmark/upa/upa-inv-arrows.png) left center no-repeat;
    opacity: 0.8 !important;
    position: absolute !important;
    cursor: pointe !importantr;
    top: 50% !important;
    left: -30px !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -12px !important;
    z-index: 900 !important;
}

.upadets .media .prev:hover {
    transition: opacity 300ms ease;
    opacity: 1 !important;
}

.upadets .media .next {
    transition: all 300ms ease;
    background: url(/flashcab/benchmark/upa/upa-inv-arrows.png) right center no-repeat;
    opacity: .8 !important;
    position: absolute !important;
    cursor: pointer !important;
    top: 50% !important;
    right: -40px !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -12px !important;
    z-index: 900 !important;
}

.upadets .media .next:hover {
    transition: all 300ms ease;
    opacity: 1 !important;
}

.upadets .group {
    position: relative;
    width: 100%;
}

.upadets .booknow {
    background: url(/flashcab/benchmark/upa/upa-inv-bookbg.png) center 24px repeat-x;
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 97.5%;
    z-index: 3;
}
@media (max-width: 1024px) {
    .upadets .booknow {
        background-image: none;
        float: none;
        position: relative;
        left: auto;
        top: auto;
        width: 90%;
        max-width: 400px;
        z-index: auto;
        margin: 0 auto;
        text-align: center;
    }
}

.upadets .booknow a {
    transition: all 250ms ease;
    background-color: #e7e7e7;
    color: #414141;
    display: block;
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 18px;
}
@media (max-width: 1024px) {
    .upadets .booknow a {
        width: 100%;
        float: none;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }
}

.upadets .booknow a:hover {
    transition: all 500ms ease;
    background-color: #414141;
    color: white;
}

.upadets .call {
    background: url(/flashcab/benchmark/upa/upa-inv-call.png) left center no-repeat;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
    text-align: left;
    padding: 10px 0 10px 40px;
}
@media (max-width: 1024px) {
    .upadets .call {
        clear: both;
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        z-index: auto;
        width: auto;
        float: none;
        margin: 20px auto 0 auto;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .upadets .call {
        background-image: none;
        padding: 10px 0;
        text-align: center;
    }
}

.upadets .call h2 {
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.upadets .call h3 {
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .upadets .call h2 { font-size: 18px; }
    .upadets .call h3 { font-size: 11px; }
}

.upadets .property {
    background-color: rgba(0, 0, 0, .05);
    overflow: visible;
    width: 70%;
    padding: 20px 10% 10px 2.5%;
    text-align: left;
}
@media (max-width: 1024px) {
    .upadets .property {
        background-color: transparent;
        clear: both;
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }
}

.upadets .tease {
    background-color: rgba(0, 0, 0, .05);
    overflow: visible;
    width: 70%;
    padding: 50px 10% 30px 2.5%;
    text-align: left;
}
@media (max-width: 1024px) {
    .upadets .tease {
        background-color: transparent;
        clear: both;
        width: 90%;
        padding: 20px 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
}

.upadets .tease p:last-of-type {
    margin: 0;
}

.upadets .expand {
    display: none;
    text-align: left;
    padding: 15px 0 0 0;
}

.upadets .seeit {
    background: url(/flashcab/benchmark/upa/upa-inv-tog.png) left bottom no-repeat;
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    color: #414141;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    width: 67.5%;
    padding: 0 20px 0 40px;
    margin: 10px 0 0 2.5%;
    z-index: 99999;
}
.upadets .seeit:hover { color: #414141; }
@media (max-width: 1024px) {
    .upadets .seeit {
        clear: both;
        float: none;
        display: inline-block;
        width: auto;
        font-size: 13px;
        margin: 10px auto;
    }
}
.upadets .seeit:before {
    content: "See Complete Package Details";
}
.upadets .seeit.active {
    background: url(/flashcab/benchmark/upa/upa-inv-tog.png) left top no-repeat;
}
.upadets .seeit.active:before {
    content: "Hide Package Details";
}

/* END UPA DETAILS */


/* CAP01 */

.cap01 {
    color: white;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 15px;
    width: 95%;
    margin: 0 auto;
}

.cap01 #headerspace {}

@media (max-width: 767px) {
    .cap01 #headerspace { padding: 200px 0 40px 0; }
    .cap01 #headerspace { padding: 100px 0 0 0; }
}

.cap01 h1 {
    border-bottom: 1px solid white;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.cap01 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    margin: 60px 0 0 0;
}

.cap01 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.cap01 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px 0;
}

.cap01 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 767px) {
    .cap01 h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .cap01 h2 {
        font-size: 17px;
    }
    .cap01 h3 {
        font-size: 16px;
    }
    .cap01 p {
        font-size: 14px;
    }
    .cap01 ul li {
        font-size: 14px;
    }
}

.cap01fade {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,212121+100&0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0) 50%, rgba(33, 33, 33, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0) 50%, rgba(33, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0) 50%, rgba(33, 33, 33, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -1;
}
@media (max-width: 767px) {
    .cap01fade { height: 210px; }
}


.cap01bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -2;
}
@media (max-width: 767px) {
    .cap01bg { height: 210px; }
}


.cap01top {
    background: url(/flashcab/benchmark/gpca/gpca-glow.png) center center no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 740px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .cap01top { background-image: none; height: 320px; }
}
@media (max-width: 480px) {
    .cap01top { height: 200px; }
}
.packages-page .cap01top { height: 320px; }
@media (max-width: 767px) {
    .packages-page .cap01top { height: 210px; }
}

.cap01 .txt1 {
    text-align: center;
}

.cap01 .txt1Pad {
    width: 95%;
    max-width: 1124px;
    margin: 0 auto;
}

.cap01 .txt1 h1 {
    border-bottom: 1px solid white;
    font-family: 'Raleway', sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0 0 12px 0;
}

.cap01 .txt1 h2,
.cap01 .txt1 h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin: 10px 0;
}

.cap01 .txt1 p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0;
}

@media (max-width: 1280px) {
    .cap01 .txt1 h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .cap01 .txt1 h2,
    .cap01 .txt1 h3 {
        font-size: 18px;
        line-height: 18px
    }
}

@media (max-width: 1100px) {
    .cap01 .txt1 h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .cap01 .txt1 h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

.cap01 .img1 {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto 40px auto;
}

.cap01 .img1 img {
    width: 100%;
    height: auto;
}

.cap01 .txt2 {
    width: 95%;
    max-width: 1400px;
    margin: 40px auto;
}

.cap01 .img2 {
    float: left;
    max-width: 400px;
    width: 30%;
}

.cap01 .img2 img {
    width: 100%;
    height: auto;
}

.cap01 .txt3 {
    float: right;
    text-align: left;
    width: 67.5%;
}

@media (max-width: 768px) {
    .cap01 .img2 {
        float: none;
        width: 100%;
        margin: auto;
    }
    .cap01 .txt3 {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.cap01 .img3 {
    float: right;
    max-width: 400px;
    width: 30%;
}

.cap01 .img3 img {
    width: 100%;
    height: auto;
}

.cap01 .txt4 {
    float: left;
    width: 67.5%;
}

@media (max-width: 768px) {
    .cap01 .img3 {
        float: none;
        width: 100%;
        margin: auto;
    }
    .cap01 .txt4 {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.cap01 .vdo .vdopad {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25% 0;
}

.cap01 .vdo .vdopad iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cap01 .vdo .vdopad video {
    width: 100% !important;
    height: auto !important;
}

.cap01 .area01 .vtbl1 {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cap01 .area01 .vtbl1 {
        display: block !important;
    }
}

.cap01 .spcr {
    width: 3%;
}

@media (max-width: 767px) {
    .cap01 .spcr {
        display: none;
    }
}

.cap01 .txt5 {
    width: 48.5%;
}

@media (max-width: 767px) {
    .cap01 .txt5 {
        display: block !important;
        width: 100%;
        text-align: left;
    }
}

.cap01 .txt5 h1,
.cap01 .txt5 h2,
.cap01 .txt5 h3,
.cap01 .txt5 p {
    border: none;
    color: white;
    font-family: 'Cardo', serif;
    font-size: 64px;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1280px) {
    .cap01 .txt5 h1,
    .cap01 .txt5 h2,
    .cap01 .txt5 h3,
    .cap01 .txt5 p {
        font-size: 4vw;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .cap01 .txt5 h1,
    .cap01 .txt5 h2,
    .cap01 .txt5 h3,
    .cap01 .txt5 p {
        font-size: 9vw;
        line-height: 1;
    }
}

.cap01 .txt6 {
    width: 48.5%;
}

@media (max-width: 767px) {
    .cap01 .txt6 {
        display: block !important;
        width: 100%;
    }
}

.cap01 .txt6 h1,
.cap01 .txt6 h2,
.cap01 .txt6 h3 {
    border: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    margin: 25px 0;
    padding: 0;
}

.cap01 .txt6 p {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 26px;
    margin: 25px 0;
    padding: 0;
}

.cap01 .img4 {
    background-color: white;
    max-width: 1176px;
    padding: 3px;
    margin: 40px auto;
}

.cap01 .img4 img {
    width: 100%;
    height: auto;
}


/* END CAP01 */


/* CAP02 */

.cap02 {
    position: relative;
    overflow: visible;
    width: 95%;
    min-height: 100px;
    margin: 0 auto;
}
@media (min-width: 700px) and (max-width: 767px) {
    .cap02 { margin: 90px auto 0 auto; }
}
@media (max-width: 699px) {
    .cap02 { margin: 30px auto -30px auto; }
}

.cap02 .cap02div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+50,1+80,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    width: 95%;
    height: 1px;
    margin: 0 auto;
}

@media (max-width: 699px) {
    .cap02 .cap02div { display: none; }
}

.cap02 .cap02icon {
    background: white url(/flashcab/benchmark/cap/cap02-icon.png) center center no-repeat;
    box-shadow: 0 0 20px black;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -150px;
    left: 0;
    width: 350px;
    height: 350px;
    z-index: 100;
}

@media (max-width: 699px) {
    .cap02 .cap02icon {
        background-size: 200px 200px;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
    }
}

.cap02 ul {
    background-image: none;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0 0 0 360px;
}

@media (max-width: 699px) {
    .cap02 ul {
        display: none;
    }
}

.cap02 ul li {
    background-image: none;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cap02 ul li a {
    display: block;
    color: #414141;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    padding: 0 25px;
    white-space: nowrap;
}


/* END CAP02 */


/* CAP03 */

.cap03 {
    text-align: center;
    width: 95%;
    margin: 30px auto;
}

.cap03 p {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}

.cap03 p.brand-cap {
    font-size: 13px;
    margin: 0;
}

.cap03 .logo {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.cap03 .logo .logo-pad {
    background: #212121 url(/i/SITE_150904_12094595_5NG1K/templates/logo-willows-lodge.png) center center no-repeat;
    background-size: 280px auto;
    position: relative;
    width: 300px;
    height: 120px;
    margin: 0 auto;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .cap03 .logo .logo-pad { width: 280px; }
}

.cap03 .logo .logo-div-left {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+50,1+80,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    width: 80%;
    height: 1px;
    margin: -60px auto 0 auto;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .cap03 .logo .logo-div-left { display: none; }
}
.cap03 .logo .logo-div-right {
    display: none;
}

.cap03 ul {
    background-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cap03 ul li {
    background-image: none;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .cap03 ul li {
        display: block;
    }
}

.cap03 ul.hotlinks li a {
    background-color: #2b2b2b;
    display: block;
    color: white;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 200px;
    margin: 10px auto;
    padding: 0;
}

.cap03 ul.hotlinks li.weblink a {
    background-color: #ac6534;
    width: 160px;
}

@media (max-width: 767px) {
    .cap03 ul.hotlinks li.weblink a {
        width: 200px;
    }
}

.cap03 ul.brand-standards-icons li {
    display: inline-block;
    width: 120px;
    height: 90px;
}

.cap03 ul.brand-standards-icons li.brs1 {
    background: url(/flashcab/brslogos/brslogos-inv-ctr-aaa.png) center center no-repeat;
}

.cap03 ul.brand-standards-icons li.brs2 {
    background: url(/flashcab/brslogos/brslogos-inv-ctr-bhi.png) center center no-repeat;
}

.cap03 ul.brand-standards-icons li.brs3 {
    background: url(/flashcab/brslogos/brslogos-inv-ctr-iacc.png) center center no-repeat;
}

.cap03 ul.brand-standards-icons li.brs4 {
    background: url(/flashcab/brslogos/brslogos-inv-ctr-lifestyle.png) center center no-repeat;
}

.cap03 ul.brand-standards-icons li.brs5 {
    background: url(/flashcab/brslogos/brslogos-inv-ctr-lvx.png) center center no-repeat;
}

/* END CAP03 */


/* CAP04 */

.cap04 {
    position: relative;
    overflow: visible;
    width: 95%;
    min-height: 250px;
    margin: 30px auto;
}

@media (max-width: 1000px) {
    .cap04 {
        min-height: 200px;
    }
}

.cap04 .cap04icon {
    background: white url(/i/SITE_150904_12094595_5NG1K/templates/cap04-icon.png) center center no-repeat;
    background-size: 200px 200px;
    box-shadow: 0 0 20px black;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.cap04 .cap04div1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+50,1+80,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    width: 80%;
    height: 1px;
    margin: 95px auto 0 auto;
}

.cap04 .cap04div2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+20,0.5+50,0.5+80,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    width: 80%;
    height: 1px;
    margin: 10px auto 0 auto;
}

@media (max-width: 1000px) {
    .cap04 .cap04div2 {
        margin-bottom: 125px;
    }
}

.cap04 ul {
    background-image: none;
    list-style-type: none;
    float: left;
    width: 50%;
    margin: 0;
    padding: 40px 120px 0 0;
}

.cap04 ul.right {
    float: right;
    padding: 40px 0 0 120px;
}

@media (max-width: 1000px) {
    .cap04 ul,
    .cap04 ul.right {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.cap04 ul li {
    background-image: none;
    list-style-type: none;
    float: left;
    width: 50%;
    max-width: 320px;
    margin: 0;
    padding: 0;
}

.cap04 ul.right li {
    float: left;
}

@media (max-width: 1000px) {
    .cap04 ul li,
    .cap04 ul.right li {
        float: none;
        width: 100%;
        margin: 25px auto;
    }
}

.cap04 ul li a {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

.cap04 ul li a span {
    display: block;
}

.cap04 .cap04group {
    background: url(/i/SITE_150904_12094595_5NG1K/templates/cap04-grad1.png) center bottom no-repeat;
    background-size: 75% 100%;
}

.cap04 .cap04name {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 10%;
}

.cap04 .cap04tag {
    overflow: hidden;
    width: 100%;
    min-height: 75px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10%;
}

@media (max-width: 1000px) {
    .cap04 .cap04tag {
        display: none;
    }
}

.cap04 .cap04action {
    background: url(/i/SITE_150904_12094595_5NG1K/templates/cap04-grad2.png) center top no-repeat;
    background-size: 75% 100%;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 10%;
}


/* END CAP04 */


/* GPCA STRUCTURE */

.gpca {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 16px;
    line-height: 1.5;
    width: 95%;
    padding: 0;
    margin: 0 auto;
}

.gpca h1 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: bold;
    font-size: 40px;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0;
}

.gpca h2 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0;
}

.gpca h3 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0;
}

.gpca p {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    text-transform: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.gpca h1:first-child,
.gpca h2:first-child,
.gpca h3:first-child,
.gpca p:first-child,
.gpca ul:first-child {
    margin-top: 0;
}

.gpca h1:last-child,
.gpca h2:last-child,
.gpca h3:last-child,
.gpca p:last-child,
.gpca ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .gpca h2 { font-size: 1.5vw; }
}

@media (max-width: 1000px) {
    .gpca h1 { font-size: 26px; }
    .gpca h2 { font-size: 22px; }
    .gpca h3 { font-size: 18px; }
    .gpca p { font-size: 15px; }
}

.gpca .header h1 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 82px;
    font-style: italic;
    font-weight: bold;
    line-height: .9;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.gpca .header h2 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 82px;
    font-style: italic;
    font-weight: bold;
    line-height: .9;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.gpca .header h3 {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.gpca .header p {
    color: white;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.gpca .header h1:first-child,
.gpca .header h2:first-child,
.gpca .header h3:first-child,
.gpca .header p:first-child,
.gpca .header ul:first-child {
    margin-top: 0;
}

.gpca .header h1:last-child,
.gpca .header h2:last-child,
.gpca .header h3:last-child,
.gpca .header p:last-child,
.gpca .header ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .gpca .header h1 {
        font-size: 38px;
    }
    .gpca .header h2 {
        font-size: 38px;
    }
    .gpca .header h3 {
        font-size: 17px;
    }
    .gpca .header p {
        font-size: 17px;
    }
}

.gpca b {
    font-weight: bold;
    text-transform: uppercase;
}

.gpca a,
.gpca a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.gpca-menu {
    transition: all 200ms ease;
    background: white url(/flashcab/benchmark/gpca/gpca-menu-btn.png) left center no-repeat;
    cursor: pointer;
    display: block;
    width: 228px;
    color: #212121;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    padding: 0 0 0 40px;
}

.gpca-menu:hover {
    transition: all 300ms ease;
    background-color: #212121;
    color: white;
}

#nav2 ul.gpca-nav {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#nav2 ul.gpca-nav li {
    display: block;
    float: left;
    width: 48.5%;
    line-height: 34px;
    margin: 5px 0;
}

#nav2 ul.gpca-nav li:nth-child(odd) {
    clear: both;
}

#nav2 ul.gpca-nav li:nth-child(even) {
    float: right;
}

@media (max-width: 500px) {
    #nav2 ul.gpca-nav li,
    #nav2 ul.gpca-nav li:nth-child(odd),
    #nav2 ul.gpca-nav li:nth-child(even) {
        float: none;
        width: 100%;
    }
}

#nav2 ul.gpca-nav li a {
    background-color: white;
    color: #414141;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}

#nav2 ul.gpca-nav li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
}


/* END GPCA STRUCTURE */


/* GPCA MOBILE HIDE */

@media (max-width: 1000px) {
    .gpca .content {
        height: 600px;
        min-height: 600px;
        margin-bottom: 40px;
    }
    .gpca.mobishow .content {
        height: auto;
    }
}

.gpca .mobifade {
    transition: all 900ms ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 1) 100%);
    border-bottom: 60px solid #313131;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    z-index: 50;
}

@media (max-width: 1000px) {
    .gpca .mobifade {
        display: block;
    }
}

.gpca.mobishow .mobifade {
    transition: all 900ms ease;
    height: 0;
}

.gpca .mobishowbtn,
.gpca .mobishowbtn:hover {
    display: none;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
}

.gpca .mobishowbtn:before {
    content: 'Show More';
}

@media (max-width: 1000px) {
    .gpca .mobishowbtn,
    .gpca .mobishowbtn:hover {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 51;
    }
}

.gpca.mobishow .mobishowbtn:before {
    content: 'Show Less';
}


/* END GPCA MOBILE HIDE */


/* GPCA 01 */

.gpca01 {
    background-color: #313131;
    overflow: hidden;
    position: relative;
    margin: 60px auto;
    padding: 60px 5%;
    z-index: 1;
}

@media (max-width: 1000px) {
    .gpca01 {
        padding: 150px 20px 20px 20px;
    }
}

.gpca01 .bg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
    background: -moz-linear-gradient(left, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to right, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    position: absolute;
    top: 10px;
    right: 25%;
    bottom: 10px;
    left: 10px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .gpca01 .bg1 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
        background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        right: 10px;
        bottom: auto;
        height: 100%;
        max-height: 600px;
    }
}

.gpca01 .bg2 {
    position: absolute;
    top: 10px;
    right: 25%;
    bottom: 10px;
    left: 10px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .gpca01 .bg2 {
        right: 10px;
        bottom: auto;
        height: 100%;
        max-height: 600px;
    }
}

.gpca01 .content {
    display: table;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .gpca01 .content {
        display: block;
    }
}

.gpca01 .header {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 25%;
}

@media (max-width: 1000px) {
    .gpca01 .header {
        display: block;
        text-align: left;
        width: 100%;
        margin: 20px auto;
    }
}

.gpca01 .spacer {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
}

@media (max-width: 1000px) {
    .gpca01 .spacer {
        display: none;
    }
}

.gpca01 .txt {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

@media (max-width: 1000px) {
    .gpca01 .txt {
        display: block;
        width: 100%;
    }
}


/* END GPCA 01 */


/* GPCA 02 */

.gpca02 {
    background-color: #313131;
    overflow: hidden;
    position: relative;
    margin: 60px auto;
    padding: 20px 5%;
    z-index: 1;
}

@media (max-width: 1000px) {
    .gpca02 {
        padding: 150px 20px 20px 20px;
    }
}

.gpca02 .bg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
    background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .gpca02 .bg1 {
        max-height: 500px;
    }
}

.gpca02 .bg2 {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .gpca02 .bg2 {
        max-height: 500px;
    }
}

.gpca02 .content {
    position: relative;
    overflow: hidden;
}

.gpca02 .vdo {
    box-shadow: 0 0 20px black;
    width: 95%;
    max-width: 980px;
    margin: 20px auto;
}

.gpca02 .vdo .vdopad {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25% 0;
}

.gpca02 .vdo .vdopad iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gpca02 .vdo .vdopad video {
    width: 100% !important;
    height: auto !important;
}

.gpca02 .header {
    text-align: center;
    width: 95%;
    max-width: 980px;
    margin: 20px auto;
}

@media (max-width: 1000px) {
    .gpca02 .header {
        text-align: left;
    }
}

.gpca02 .group {}

.gpca02 .col1 {
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
}

.gpca02 .col2 {
    width: 46%;
    float: left;
    margin: 0 2%;
}

.gpca02 .col3 {
    width: 23%;
    float: left;
    margin: 0 0 0 2%;
}

@media (max-width: 1000px) {
    .gpca02 .col1,
    .gpca02 .col2,
    .gpca02 .col3 {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
}


/* END GPCA 02 */


/* GPCA 03 */

.gpca03 {
    background-color: #313131;
    overflow: hidden;
    position: relative;
    margin: 60px auto;
    padding: 20px 5%;
    z-index: 1;
}

@media (max-width: 1000px) {
    .gpca03 {
        padding: 150px 20px 20px 20px;
    }
}

.gpca03 .bg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
    background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .gpca03 .bg1 {
        max-height: 500px;
    }
}

.gpca03 .bg2 {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .gpca03 .bg2 {
        max-height: 500px;
    }
}

.gpca03 .header {
    text-align: center;
}

.gpca03 .content {
    position: relative;
}

.gpca03 .gal {
    width: 95%;
    max-width: 980px;
    margin: 20px auto;
}

.gpca03 .gal .pad {
    box-shadow: 0 0 20px black;
    width: 100%;
}

.gpca03 .gal img {
    width: 100%;
    height: auto;
}

.gpca03 .gal .caption,
.gpca03 .gal .caption p {
    color: #ccc;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.gpca03 .galpager {
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.gpca03 .galpager li {
    transition: all 500ms ease;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 2px;
    margin: 0 5px;
}

.gpca03 .galpager li.active {
    transition: all 500ms ease;
    height: 8px;
}

.gpca03 .group {
    margin: 40px auto 0 auto;
}

.gpca03 .col {
    float: left;
    width: 18%;
    margin: 0 1%;
}

@media (max-width: 1280px) {
    .gpca03 .col {
        float: none;
        width: 100%;
        margin: 50px auto;
    }
}

@media (max-width: 600px) {
    .gpca03 .col {
        margin: 20px auto;
    }
}

.gpca03 .img {
    width: 100%;
}

@media (max-width: 1280px) {
    .gpca03 .img {
        float: left;
        width: 25%;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .gpca03 .img {
        float: none;
        width: auto;
        max-width: 255px;
        margin: 20px auto 0 auto;
    }
}

.gpca03 .img .pad {
    box-shadow: 0 0 20px black;
}

.gpca03 .img img {
    width: 100%;
    height: auto;
}

.gpca03 .img .caption,
.gpca03 .img .caption p {
    color: #ccc;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.gpca03 .txt {
    padding: 20px 0 0 0;
}

@media (max-width: 1280px) {
    .gpca03 .txt {
        float: right;
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .gpca03 .txt {
        float: none;
        width: 100%;
        max-width: 350px;
    }
}


/* END GPCA 03 */


/* GPCA 04 */

.gpca04 {
    background-color: #313131;
    overflow: hidden;
    position: relative;
    margin: 60px auto;
    padding: 60px 5%;
    z-index: 1;
}

@media (max-width: 1000px) {
    .gpca04 {
        padding: 150px 20px 20px 20px;
    }
}

.gpca04 .bg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
    background: -moz-linear-gradient(left, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to right, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    position: absolute;
    top: 10px;
    right: 25%;
    bottom: 10px;
    left: 10px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .gpca04 .bg1 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
        background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
        right: 10px;
        bottom: auto;
        height: 100%;
        max-height: 600px;
    }
}

.gpca04 .bg2 {
    position: absolute;
    top: 10px;
    right: 25%;
    bottom: 10px;
    left: 10px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .gpca04 .bg2 {
        right: 10px;
        bottom: auto;
        height: 100%;
        max-height: 600px;
    }
}

.gpca04 .header {}

@media (max-width: 1000px) {
    .gpca04 .header {
        text-align: center;
        width: 95%;
        margin: 20px auto;
    }
}

.gpca04 .group {
    width: 95%;
    max-width: 1250px;
    margin: 40px 0 40px auto;
}

@media (max-width: 1000px) {
    .gpca04 .group {
        width: 95%;
        margin: 20px auto;
    }
}

.gpca04 .img {
    float: left;
    width: 33.6%;
}

@media (max-width: 1000px) {
    .gpca04 .img {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.gpca04 .img .pad {
    box-shadow: 0 0 20px black;
}

.gpca04 .img .caption,
.gpca04 .img .caption p {
    color: #ccc;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.gpca04 .img img {
    width: 100%;
    height: auto;
}

.gpca04 .txt {
    float: right;
    width: 62%;
}

@media (max-width: 1000px) {
    .gpca04 .txt {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
}


/* END GPCA 04 */


/* GPCA 05 */

.gpca05 {
    background-color: #313131;
    overflow: hidden;
    position: relative;
    margin: 60px auto;
    padding: 20px 5%;
    z-index: 1;
}

@media (max-width: 1000px) {
    .gpca05 {
        padding: 150px 20px 20px 20px;
    }
}

.gpca05 .bg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&0+0,0.5+25,1+100 */
    background: -moz-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.5) 25%, rgba(49, 49, 49, 1) 100%);
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .gpca05 .bg1 {
        max-height: 500px;
    }
}

.gpca05 .bg2 {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    height: 100%;
    max-height: 1400px;
    z-index: -2;
}

@media (max-width: 1000px) {
    .gpca05 .bg2 {
        max-height: 500px;
    }
}

.gpca05 .header {
    text-align: center;
}

.gpca05 .content {
    position: relative;
}

.gpca05 .gal {
    width: 95%;
    max-width: 980px;
    margin: 20px auto;
}

.gpca05 .gal .pad {
    box-shadow: 0 0 20px black;
    width: 100%;
}

.gpca05 .gal img {
    width: 100%;
    height: auto;
}

.gpca05 .gal .caption,
.gpca05 .gal .caption p {
    color: #ccc;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.gpca05 .galpager {
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.gpca05 .galpager li {
    transition: all 500ms ease;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 2px;
    margin: 0 5px;
}

.gpca05 .galpager li.active {
    transition: all 500ms ease;
    height: 8px;
}

.gpca05 .group {
    max-width: 1120px;
    margin: 40px auto 0 auto;
}

.gpca05 .col {
    float: left;
    width: 23%;
    margin: 0 1%;
}

@media (max-width: 1280px) {
    .gpca05 .col {
        float: none;
        width: 100%;
        margin: 50px auto;
    }
}

@media (max-width: 600px) {
    .gpca05 .col {
        margin: 20px auto;
    }
}

.gpca05 .img {
    width: 100%;
}

@media (max-width: 1280px) {
    .gpca05 .img {
        float: left;
        width: 25%;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .gpca05 .img {
        float: none;
        width: auto;
        max-width: 255px;
        margin: 20px auto 0 auto;
    }
}

.gpca05 .img .pad {
    box-shadow: 0 0 20px black;
    width: 100%;
}

.gpca05 .img .caption,
.gpca05 .img .caption p {
    color: #ccc;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.gpca05 .img img {
    width: 100%;
    height: auto;
}

.gpca05 .txt {
    padding: 20px 0 0 0;
}

@media (max-width: 1280px) {
    .gpca05 .txt {
        float: right;
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .gpca05 .txt {
        float: none;
        width: 100%;
        max-width: 350px;
    }
}

/* END GPCA 05 */

/*MEETINGS PAGE STYLES*/

#sub #main .area01 .area01 {
    padding: 0px 5%;
}

.area01 .cap02.meetings {
    display: none;
}

.area01 .cap01 {
    display: none; 
}

.cap02.meetings{
    top: 0px;
    margin: 40px auto 30px!important;
    height: 351px;
}

.cap02.meetings .cap02icon {
    background: white url(/flashcab/benchmark/cap/MeetingsApp-Cap-Icon2.png) center center no-repeat!important;
    position: relative!important;
    margin: 0px auto!important;
    width: 350px!important;
    height: 350px!important;
    top: 0;
}

.gpca h2{
    /* word-wrap: break-word; */
    /*font-size: 17px;*/
}

.gpca03.meetings1 ,.gpca04.meetings2, .gpca04.meetings3, .gpca04.meetings4, .gpca04.meetings5{margin: 30px auto 0px!important;}

#sub #main .area01 {
    padding: 0px 5% 15px!important;
}


@media (max-width: 699px){
    .cap02.meetings .cap02icon {
        background-size: 200px 200px!important;
        width: 200px!important;
        height: 200px!important;
        top: auto!important;
    }
    .cap02.meetings{
        height: 200px;
        margin: 20px auto!important;
        top: auto;
    }
    #sub #main .areagroup .area01.clearfix {padding: 0px}
    .gpca03.meetings1 ,.gpca04.meetings2, .gpca04.meetings3, .gpca04.meetings4, .gpca04.meetings5{
        padding: 60px 30px;
    }
}


/*END MEETINGS PAGE STYLES*/

#loaderoverlay {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     z-index: 1000;
}

#loaderanimate {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 180px;
    width: 290px;
    margin: -90px 0 0 -145px;
    display: block;
    overflow: hidden;
    background: url(/flashcab/respond/001e.gif) no-repeat;
}

#TA_certificateOfExcellence925 {
    margin: 40px auto;
}


/* BOILERPLATE OVERRIDES */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.nobr { white-space: nowrap; }
.nobr a { display: inline !important; white-space: nowrap; }
.scaleme { overflow: hidden; }
/* END BOILERPLATE OVERRIDES */

/* CMS Component Font Color Overide For Dark Sites*/
table.CmsAreaToolbar {
    /*margin-top: 40px;*/
    background: #ccc;
}

.CmsComponentToolbar tbody {
    background: #eee;
    font-weight: 600;
    line-height: 1.5;
}
/* END CMS Component Font Color Overide */

/* PROPERTY LISTING FOOTER */
#seo  ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

#seo li {
    background-image: none;
    display: inline-block;
    vertical-align: text-top;
    list-style-type: none;
    font-size: 12px;
    line-height: 46px;
    text-align: left;
    margin: 0;
    padding: 0;
}

#seo .seo-item-desktop a, #seo p, #seo .seo-content .seo-header ul li a{
    color: #fff!important;
}
/* END PROPERTY LISTING FOOTER */

/* STICKY NAV */

@-webkit-keyframes stickynavin {
    0% { visibility: hidden; margin-top: -70px; }
    1% { visibility: visible; margin-top: -70px; }
    100% { visibility: visible; margin-top: 0; }
}
@-moz-keyframes stickynavin {
    0% { visibility: hidden; margin-top: -70px; }
    1% { visibility: visible; margin-top: -70px; }
    100% { visibility: visible; margin-top: 0; }
}
@keyframes stickynavin {
    0% { visibility: hidden; margin-top: -70px; }
    1% { visibility: visible; margin-top: -70px; }
    100% { visibility: visible; margin-top: 0; }
}
@-webkit-keyframes stickynavout {
    0% { visibility: visible; margin-top: 0; }
    1% { visibility: visible; margin-top: 0; }
    100% { visibility: hidden; margin-top: -70px; }
}
@-moz-keyframes stickynavout {
    0% { visibility: visible; margin-top: 0; }
    1% { visibility: visible; margin-top: 0; }
    100% { visibility: hidden; margin-top: -70px; }
}
@keyframes stickynavout {
    0% { visibility: visible; margin-top: 0; }
    1% { visibility: visible; margin-top: 0; }
    100% { visibility: hidden; margin-top: -70px; }
}

#stickynav {
    animation: stickynavout 500ms ease-out;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 0 10px 0 0;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/stickynav-bg.png) right center;
    top: 0;
    left: 0;
    z-index: 99999;
    margin-top: -70px;
    /* background-size: cover; */
    border-bottom: 2px solid #050103;
}
@media (min-width: 900px) {
    #stickynav.active {visibility: visible;animation: stickynavin 300ms ease-in;display: block;margin-top: 0;}

div#stickynav {}
}
@media (max-width: 899px) {
    #stickynav, #stickynav.active { display: none !important; }
}

#stickynav ul {
    left: 0;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 0;
}

#stickynav ul li {
    background-image: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    font-size: 15px;
    line-height: 18px;
}

#stickynav ul li a {
    transition: all 250ms ease-out;
    display: block;
    color: white;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 7px;
    text-shadow: 1px 0px 3px #050103;
}
#stickynav li a:focus, #stickynav li a:hover {
    transition: all 200ms ease-in;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) no-repeat;
    color: #342318;
    text-shadow: none;
}

#stickynav .left {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    vertical-align: middle;
    transform: translateY(-50%);
    z-index: 999;
}

#stickynav .right {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    padding: 0 0 0 240px;
    transform: translateY(-50%);
}

#stickynav .brand {
    display: inline-block;
    margin: 0 20px;
}

#stickynav .brand img{
    /* display: none; */
}

#stickynav .cta {
    display: inline-block;
    /* display: none; */
}

#stickynav .cta a {
    transition: all 250ms ease-out;
    display: block;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 22px;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) left center no-repeat;
    color: #342318;
}

#stickynav .cta a:hover {
    transition: all 500ms ease-in;
    background-color: #AC9B72;
}

#stickynav ul ul {
    display: none;
}

/* END STICKY NAV */

#ft-landing {
    overflow: hidden;
    max-width: 1770px;
    margin: 0 auto;
}

/* CC11 */

.cc11 {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.cc11 .img {
    width: 100%;
    height: 425px;
}
@media only screen and (max-width: 1024px) {
    .cc11 .img {
        height: 375px;
    }
}
@media only screen and (max-width: 767px) {
    .cc11 .img {
        height: 325px;
    }
}

.cc11 .copy {
    position: absolute;
    bottom: 8%;
    left: 5%;
    right: 5%;
    z-index: 500;
}

.cc11 h1 {
    color: #fff;
    font-size: 54px;
    font-weight: normal;
    line-height: 54px;
    margin: 0;
}
.cc11 h2,
.cc11 h3,
.cc11 p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
}

@media only screen and (max-width: 1024px) {
    .cc11 h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .cc11 h2, .cc11 h3, .cc11 p {
        font-size: 13px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cc11 h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .cc11 h2, .cc11 h3, .cc11 p {
        font-size: 13px;
        line-height: 15px;
    }
}

.cc11 ol li a {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.cc11 ol li a:hover {
    color: #342318;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn2-bg.png) left center no-repeat;
    border: 2px solid #e9e1d3;
}

/* END CC11 */


/* CC12 */

.cc12 {
    background: rgba(206, 190, 157, 0.5) url(/i/SITE_141223_12312272_4TRO1/templates/cc12-bg.png) center top repeat-y;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .cc12 { 
        background-image: none;
    }
}

.cc12 .img {
    background-color: #85786c;
    padding: 4px;
}

.cc12 .img img {
    width: 100%;
    height: auto;
}

.cc12 .txt {
    padding: 20px 0 0 0;
}

.cc12 .left {
    float: left;
    width: 50%;
    padding: 40px 6%;
}

.cc12 .right {
    float: right;
    width: 50%;
    padding: 40px 6%;
}
@media only screen and (max-width: 767px) {
    .cc12 .left {
        float: none;
        width: 100%;
    }

    .cc12 .right {
        border-top: 1px solid #b4a68b;
        float: none;
        width: 100%;
    }

    .cc12 + .cc12 {
        border-top: 1px solid #b4a68b;
    }
}

.cc12 ol li a {
    color: #fff;
    border: 2px solid #8ED0C3;
    background: transparent;
    background: url(/i/SITE_141223_12312272_4TRO1/templates/btn-bg.png) center bottom no-repeat;
    color: #342318;
}

.cc12 ol li a:hover {
    color: #fff;
    background-color: #fff;
}

/* END CC12 */


/* ALERT BANNER */
.banner-container {
    position:  relative;
    width:  100%;
    font-family:  'Raleway', sans-serif;
    font-size: 14px;
    line-height:  1;
    transition: all 200ms ease;
}

.banner-container.red {
    background: #e50000;
    border-bottom: 2px solid red;
    background: rgba(229, 0, 0,.95);

}

.banner-container.red:hover {
    background: red;
}

.banner-container.yellow {
    background: #FEDA73;
    background: rgba(254, 218, 115,.95);
    border-bottom: 2px solid #FEDE81;
}

.banner-container.yellow:hover {
    background: #FEDE81;
}

.banner-container.white {
    background: rgba(255,255,255,.95);
    border-bottom: 2px solid white;
}

.banner-container.white:hover {
    background: white;
}

.banner-link {
    display:  block;
    padding: 10px 28px 8px 15px;
    z-index:  1;
}

.banner-container.red .banner-link {
    color:  white;
}

.banner-container.yellow .banner-link {
    color: #252525;
}


.banner-container.yellow .banner-link .banner-subtitle {
    color: #454545;
}

.banner-container.white .banner-link{
    color: #657679;
}

.banner-container.white .banner-link .banner-subtitle {
    color: #454545;
}

.banner-title {
    font-weight:  bold;
    font-size: 15px;
    text-transform:  uppercase;
    margin-bottom: 2.5px;
    max-width: 1300px;
    margin: 0px auto 5px;
}

.banner-subtitle {
    font-weight: 500;
    max-width: 1300px;
    margin:  0px auto;
}

.banner-container .banner-close {
    background:  url(/i/SITE_141223_12312272_4TRO1/templates/alert-close.png) center center no-repeat;
    position:  absolute;
    z-index:  999;
    width: 32px;
    height: 32px;
    top: 5px;
    right: 15px;
    cursor:  pointer;
}

.banner-container.red .banner-close {
    background:  url(/i/SITE_141223_12312272_4TRO1/templates/alert-close-inv.png) center center no-repeat;
}

@media only screen and (max-width: 767px){
    .banner-container .banner-close {
        right: 0;
        top: 0;
    }
}

/* END ALERT BANNER */

@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

/* COUNTDOWN WIDGET */
#countdownholder{
    position: relative;
}

.countdown {
    position: relative;
    top:0px;
    margin: 0 auto;
    width: 100%;
}

.countdown {

    line-height: .8em;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.countdown {
    color: #fff;
    line-height: 1.4;
    padding: 8px 0 0;
}

.countDownHolder {
    text-align:  center;
}

.countDownHolder label {
    font-weight: 300;
    line-height: 42px;
    text-align:  center;
    color: white;
    font-size: 56px;
    margin: 10px 0 20px;
    line-height: 56px;
    border-bottom: none;
    padding: 0;
}

.countdown .ce-days,
.countdown .ce-hours,
.countdown .ce-minutes,
.countdown .ce-seconds,
.countdown .ce-dseconds,
.countdown .ce-mseconds {
    font-size: 45px;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height:  1;
}

.countdown .ce-days-label,
.countdown .ce-hours-label,
.countdown .ce-minutes-label,
.countdown .ce-seconds-label,
.countdown .ce-dseconds-label,
.countdown .ce-mseconds-label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
    color: white;
    font-family: 'Quattrocento Sans', sans-serif;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}

.countdown .ce-dseconds {
    display: inline-block;
    width: 50px;
}

.countdown .ce-mseconds {
    display: inline-block;
    width: 50px;
}

.countdown .col {
    padding: 20px 20px;
    margin: 0 10px;
    display: inline-block;
    min-width: 58px;
    background: rgba(50, 50, 50,.9);
    box-shadow: 1px 1px 10px #000;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .countdown .ce-days,
    .countdown .ce-hours,
    .countdown .ce-minutes,
    .countdown .ce-seconds,
    .countdown .ce-dseconds,
    .countdown .ce-mseconds {
        font-size: 30px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .countdown .ce-days-label,
    .countdown .ce-hours-label,
    .countdown .ce-minutes-label,
    .countdown .ce-seconds-label,
    .countdown .ce-dseconds-label,
    .countdown .ce-mseconds-label {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .countdown .col {
        display: block;
        padding: 10px;
        margin: 5px;
        display: inline-block;
        min-width: 58px;
        background: rgb(0, 0, 0);
        background: rgba(50, 50, 50,.9);
    }

    .countDownHolder label{
        font-size: 32px;
        line-height: 1;
        margin:  10px 0;
    }
    
    .countDownHolder + .spacerAfter {
        display:  none;
    }
}

/* COUNTDOWN WIDGET */

/*PACKAGES APP ENHANCEMENT*/

.upaNew {
    margin: 65px auto;
    width: 100%;
    max-width: 1560px;
    text-align: left;
}

.upaNew .header-text {
    text-align:  center;
    max-width: 1360px;
    margin: 0 auto 20px;
}

.upaNew .upa h1 {
    font-size: 46px;
    font-weight: 200;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    width: 100%;
}

.upaNew .header-text p {
    text-transform:  uppercase;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .upaNew {
        text-align: center;
    }
    .upaNew .upadets{
        margin: 30px auto;
        background: rgba(0, 0, 0, .05);
    }
}

.upaNew .upaButton-wrap {
    position:  absolute;
    right: 0;
    max-width:  490px;
    z-index:  9;
}

@media (max-width: 1024px) {
    .upaNew .upaButton-wrap  {
        max-width: none;
        position: relative;
        width: 90%;
        right: auto;
        margin:  0 auto;
    }
}

.upaNew .upaButtons .booknow {
    height: 40px;
}

@media (max-width: 1024px) {
    .upaNew .upaButtons .booknow {
        display: none;
    }
}

.upaNew .upaButton-wrap a {
    transition: all 250ms ease;
    background: -moz-linear-gradient(top, #8ED0C3 0%, #82BEB2 100%);
    background: linear-gradient(to bottom, #8ED0C3 0%, #82BEB2 100%);
    background: linear-gradient(to bottom, #8ED0C3 0%, #82BEB2 100%);
    border: 1px solid #ACDCD3;
    border-bottom: 4px solid #ACDCD3;
    color: white;
    display: block;
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px;
    min-width: 240px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.upaNew .upaButton-wrap a:hover {
    transition: all 500ms ease;
    background: -moz-linear-gradient(top, #82BEB2 0%, #8ED0C3 100%);
    background: linear-gradient(to bottom, #82BEB2 0%, #8ED0C3 100%);
    background: linear-gradient(to bottom, #82BEB2 0%, #8ED0C3 100%);
    color: white;
}


.upaNew .upaButton-wrap a:nth-child(2){
    margin: 0 10px 0 0;
}

.upaNew .upaButton-wrap a:nth-child(3) {
    margin: 10px 0 0 0;
}

.upaNew .upaButton-wrap a:nth-child(4) {
    margin: 10px 10px 0 0;
}

@media (max-width: 1024px) {
    .upaNew .upaButton-wrap a, .upaNew .upaButton-wrap a:nth-child(2), .upaNew .upaButton-wrap a:nth-child(3), .upaNew .upaButton-wrap a:nth-child(4) {
        width: 47%;
        display: inline-block;
        font-size: 17px;
        line-height: 20px;
        padding: 10px 0;
        margin: 5px 1%;
        float: none;
    }
}

@media (max-width: 767px) {
    .upaNew .upaButton-wrap a, .upaNew .upaButton-wrap a:nth-child(2), .upaNew .upaButton-wrap a:nth-child(3), .upaNew .upaButton-wrap a:nth-child(4) {
        width: 100%;
        margin: 5px auto;
    }
}

.upaNew .upaButtons + .tease {
    padding: 45px 10% 30px 2.5%;
}

.upaNew .tease {
    padding:  0 10% 30px 2.5%;
}


@media (max-width: 1024px) {
    .upaNew .upaButtons + .tease, .upaNew .tease  {
        padding: 0 0 20px;
     }
}

.upaNew .expand {
    padding: 10px 0 0;
}

.upaNew .seeit {
    margin: 5px auto 0;
    cursor:  pointer;
}

.upaNew .seeitMobile {
    background: url(/flashcab/benchmark/upa/upa-inv-tog.png) left bottom no-repeat;
    display: none;
    float: left;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    width: 67.5%;
    padding: 0 20px 0 40px;
    margin: 10px 0 0 2.5%;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .upaNew .seeitMobile {
        clear: both;
        float: none;
        display: inline-block;
        width: auto;
        font-size: 13px;
        margin: 10px auto;
    }
    
    .upaNew .seeitDesktop  {
        display: none;
     }
}

.upaNew .seeitMobile:before {
    content: "See Complete Package Details";
}

.upaNew .seeitMobile.active {
    background: url(/flashcab/benchmark/upa/upa-inv-tog.png) left top no-repeat;
}

.upaNew .seeitMobile.active:before {
    content: "Hide Package Details";
}

.upaNew .titleShortdescription {
    padding: 0 2.5% 0 2.5%;
    text-align: left;
}

@media (max-width: 1024px) {
    .upaNew .titleShortdescription  {
        text-align: center;
     }
}

.upaNew .titleShortdescription h2 {
    margin:  0 0 15px;
}

@media (max-width: 1024px) {
    .upaNew .titleShortdescription h2{
        font-size: 4vw;
    }
}


.upaNew .titleShortdescription p {
    margin:  0 0 15px;
}

.upaNew .titleShortdescription .details {
    background: url(/flashcab/benchmark/upa/upa-inv-tog.png) left bottom no-repeat;
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    width: 67.5%;
    padding: 0 20px 0 40px;
    margin: 0 0 15px;
}

@media (max-width: 1024px) {
    .upaNew .titleShortdescription .details {
        margin: auto;
        padding: 0 0 0 40px;
        width:  auto;
        max-width: 175px;
    }
}

.upaNew .titleShortdescription .details:before {
    content: "See Offer Details";
}

.upaNew .packageDisclaimer {
    margin: 0 0 19px;
}

.upaNew .giftShare {
    margin: 0 0 15px;
}

.upaNew ul li {
    text-transform: none;
    font-size: 15px;
}

.upaNew .property h2 {
    font-size: 26px;
    line-height:  1;
}

.upaNew .property {
    padding: 0 13% 0px 2.5%;
    width:  73%;
}

.upaNew .property + .seeitMobile + .group .upaButton-wrap {
    margin-top:  -30px;
}

@media (max-width: 1989px) {
    .upaNew .property {
        padding: 0 3% 0px 2.5%;
    }
    
    .upaNew .property + .seeitMobile + .group .upaButton-wrap {
        margin-top:  0px;
    }
}

@media (max-width: 1024px) {
    .upaNew .property h2 {
        font-size: 18px;
    }

    .upaNew .property {
        padding: 0;
        margin: 15px auto 10px;
    }
    
    .upaNew .property + .seeitMobile + .group .upaButton-wrap {
        margin-top:  0px;
    }
}


.upaNew .giftShare > div {
    display:  inline-block;
    vertical-align: middle;
}


.upaNew .giftPackage a {
    transition: all 250ms ease;
    background: -moz-linear-gradient(top, #8ED0C3 0%, #82BEB2 100%);
    background: linear-gradient(to bottom, #8ED0C3 0%, #82BEB2 100%);
    background: linear-gradient(to bottom, #8ED0C3 0%, #82BEB2 100%);
    border: 1px solid #ACDCD3;
    border-bottom: 4px solid #ACDCD3;
    color: white;
    display: block;
    float: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 14px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.upaNew .giftPackage a:hover {
    transition: all 500ms ease;
    background: -moz-linear-gradient(top, #82BEB2 0%, #8ED0C3 100%);
    background: linear-gradient(to bottom, #82BEB2 0%, #8ED0C3 100%);
    background: linear-gradient(to bottom, #82BEB2 0%, #8ED0C3 100%);
    color: white;
}

.upaNew .giftPackage a:before{
   font-family: FontAwesome;
   display: inline-block;
   margin-right: 7px;
   vertical-align: middle;
    content:"\f06b";
   font-size: 17px;
}

.upaNew .giftPackage {
    margin-right: 15px;
}

.upaNew .addthis_toolbox {
    margin-top: 5px;
}

.upaNew .upadets .mediabg {
    padding: 30px 0 35px 0;
}

@media (max-width: 1024px) {
    .upaNew .upadets .mediabg {
        padding: 20px 0 0 0;
     }
     
     .upaNew .arrows {
        display:  none;
    }
}

.upaNew .upadets .call {
    right: 9%;
    top: 30px;
}

.upaNew .upadets .call a{
    color: #333333;
}

@media (max-width: 1024px) {
    .upaNew .upadets .call {
        right: auto;
        position: relative;
        margin: 15px auto;
        top: auto;
        background:  url(/flashcab/benchmark/upa/upa-inv-call.png) left center no-repeat;
        padding: 10px 0 10px 40px;
        text-align: left;
    }
}

.upaNew .call h3 {
    font-size: 16px;
    margin: 0 0 5px;
}

.upaNew .media {
    position: relative;
}

@media (max-width: 767px) {
    .upaNew .media {
        width:  95%;
    }
}

.upaNew .packagesCountdown {
    position:  absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: -10.5%;
}

@media (max-width: 1024px) {
    .upaNew .packagesCountdown {
        right: auto;
        position: relative;
        margin: 15px auto;
        top: auto;
        bottom: auto;
     }
}

.upaNew .countdown{
    padding: 0;
}

.upaNew .countdown .col {
    background: rgba(48, 48, 48, .85);
    box-shadow:  none;
    margin:  0 5px;
    padding: 20px 15px;
    min-width: 80px;
}

.upaNew .countdown .col:first-child {
    margin-left: 0;
}

.upaNew .countdown .col:last-child {
    margin-right:  0;
}

.upaNew .countdown .ce-days, .upaNew .countdown .ce-hours, .upaNew .countdown .ce-minutes, .upaNew .countdown .ce-seconds, .upaNew .countdown .ce-dseconds, .upaNew .countdown .ce-mseconds {
    font-size: 30px;
    color: white;
    text-shadow:  1px 1px 3px rgba(0,0,0,.4);
    font-weight: 500;
}

.upaNew .countdown .ce-days-label, .upaNew .countdown .ce-hours-label, .upaNew .countdown .ce-minutes-label, .upaNew .countdown .ce-seconds-label, .upaNew .countdown .ce-dseconds-label, .upaNew .countdown .ce-mseconds-label{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

@media (max-width: 1024px) {
    .upaNew .countdown .col {
        padding: 15px 10px;
        min-width:  auto;
        background: rgba(33, 33, 33,.8);
        margin: 0 5px 5px;
    }
    
    .upaNew .countdown .ce-days, .upaNew .countdown .ce-hours, .upaNew .countdown .ce-minutes, .upaNew .countdown .ce-seconds, .upaNew .countdown .ce-dseconds, .upaNew .countdown .ce-mseconds {
        font-size: 25px;
    }
    
    .upaNew .countdown .ce-days-label, .upaNew .countdown .ce-hours-label, .upaNew .countdown .ce-minutes-label, .upaNew .countdown .ce-seconds-label, .upaNew .countdown .ce-dseconds-label, .upaNew .countdown .ce-mseconds-label{
        font-size: 12px;
    }
}

/* UPA GRID VIEW */

.upaNew.gridLayout {
    width: 100%;
    max-width: 1560px;
    text-align: center;
}

.upaNew.gridLayout .upaWrap  {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin: 40px 0;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    padding: 0 15px;
}

@media only screen and (max-width: 1189px){
    .upaNew.gridLayout .upaWrap {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px){
    .upaNew.gridLayout .upaWrap {
        -moz-column-count: initial;
        -webkit-column-count: initial;
        column-count: initial;
        -webkit-column-gap: initial;
        column-gap: initial;
        padding: 0;
        margin:  0 auto;
    }
}

.upaNew.gridLayout .expand {
    padding: 0;
}

@media (max-width: 767px) {
    .upaNew.gridLayout .expand {
        padding: 10px 0 0;
    }
}

.upaNew.gridLayout .upadets {
    display:  block;
    position:  relative;
    margin: 15px 0;
    padding: 0;
    vertical-align:  top;
    background: rgba(0, 0, 0, .05);
    text-align: center;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Edge and IE Grid Hack: */

_:-ms-lang(x), .upaNew.gridLayout .upadets {
	display: inline-block;
}


@media (max-width: 767px) {
    .upaNew.gridLayout .upadets{
        margin: 30px auto;
        width: 95%;
        display:  block;
    }

    .upaNew .changeView {
        display: none;
    }

}

.upaNew.gridLayout .upadets .mediabg {
    width:  100%;
    padding: 25px 15px 5px;
    background:  transparent;
}

@media (max-width: 1024px) {
    .upaNew.gridLayout .upadets .mediabg{
        padding: 20px 2.5% 0;
    }
}

.upaNew.gridLayout .upadets .call {
    background: url(/flashcab/benchmark/upa/upa-inv-call.png) left center no-repeat;
    padding: 10px 0 10px 40px;
    clear: both;
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
    width: auto;
    float: none;
    margin: 0 auto 10px;
    text-align: left;
}

.upaNew.gridLayout .titleShortdescription .details {
    margin: 0 auto 10px;
    padding: 0 0 0 40px;
    width: auto;
    max-width: 175px;
}

.upaNew.gridLayout .titleShortdescription {
    text-align:  center;
    padding:  0;
}

.upaNew.gridLayout .media {
    width:  100%;
    margin: 0 auto;
}

.upaNew.gridLayout .titleShortdescription h2 {
    font-size: 25px;
}

@media (max-width: 767px) {
    .upaNew.gridLayout .titleShortdescription h2{
        font-size: 4vw;
     }
}

.upaNew.gridLayout .packagesCountdown {
    position:  relative;
    margin-right:  0;
    right: auto;
    bottom: auto;
    margin: 15px auto 0;
}

@media (max-width: 1024px) {
    .upaNew.gridLayout .packagesCountdown {
        margin: 15px auto;
     }
}

.upaNew.gridLayout .countdown .col {
    padding: 15px 10px;
    min-width: 77px;
    background: rgba(33, 33, 33,.8);
    margin: 0 5px 8px;
}
     
.upaNew.gridLayout .countdown .ce-days, .upaNew.gridLayout .countdown .ce-hours, .upaNew.gridLayout .countdown .ce-minutes, .upaNew.gridLayout .countdown .ce-seconds, .upaNew.gridLayout .countdown .ce-dseconds, .upaNew.gridLayout .countdown .ce-mseconds {
    font-size: 25px;
}
    
.upaNew.gridLayout .countdown .ce-days-label, .upaNew.gridLayout .countdown .ce-hours-label, .upaNew.gridLayout .countdown .ce-minutes-label, .upaNew.gridLayout .countdown .ce-seconds-label, .upaNew.gridLayout .countdown .ce-dseconds-label, .upaNew.gridLayout .countdown .ce-mseconds-label{
    font-size: 12px;
}

@media only screen and (max-width: 1290px){
    .upaNew.gridLayout .countdown .col{
        min-width: auto;
        margin: 0 5px 5px;
    }
}

.upaNew.gridLayout .property {
    width: 100%;
    padding: 0 5%;
    text-align:  center;
    background-color: transparent;
    margin: 15px 0;
}

@media only screen and (max-width: 1000px){
    .upaNew.gridLayout .property {
        margin: 10px 0 5px;
    }
}

@media only screen and (max-width: 767px){
    .upaNew.gridLayout .property {
        margin: 15px auto 10px;
    }
}

.upaNew.gridLayout .property h2 {
    font-size: 18px;
}

.upaNew.gridLayout .tease {
    width:  100%;
    padding: 0 5%;
    background:  transparent;
}

@media (max-width: 767px) {
    .upaNew.gridLayout .upaButtons + .tease, .upaNew .tease  {
        padding: 0 5% 20px;
     }
}

.upaNew.gridLayout .seeit {
    clear: both;
    margin: 10px auto;
    float:  none;
    text-align:  center;
    width: 290px;
    display:  none;
}

.upaNew.gridLayout .upaButton-wrap {
    position:  relative;
    max-width: none;
    margin-top:  0;
    padding: 0 15px 25px;
    right: auto;
}

@media only screen and (max-width: 767px){
    .upaNew.gridLayout .upaButton-wrap {
        margin: 0 auto;
        padding: 0;
    }
}

.upaNew.gridLayout .property + .seeitMobile + .group .upaButton-wrap {
    margin-top:  0;
}

.upaNew.gridLayout .upaButtons .booknow {
    display:  none;
}

.upaNew.gridLayout .upaButton-wrap a {
    width: 48%;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    margin: 0 1% 1% 0;
    float: none;
    min-width:  auto;
}

.upaNew.gridLayout .upaButton-wrap a:nth-child(2){
    margin: 0 0 1% 1%;
}

.upaNew.gridLayout .upaButton-wrap a:nth-child(3) {
    margin: 1% 1% 0 0;
}

.upaNew.gridLayout .upaButton-wrap a:nth-child(4) {
    margin: 1% 0 0 1%;
}

.upaNew.gridLayout .upaButton-wrap a:only-child {
    margin: 1% 0 0 0;
    width:  60%;
}


@media only screen and (max-width: 1290px){
    .upaNew.gridLayout .upaButton-wrap a{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1050px){
    .upaNew.gridLayout .upaButton-wrap a, .upaNew.gridLayout .upaButton-wrap a:nth-child(2), .upaNew.gridLayout .upaButton-wrap a:nth-child(3), .upaNew.gridLayout .upaButton-wrap a:nth-child(4), .upaNew.gridLayout .upaButton-wrap a:only-child {
        margin: 5px  auto;
        width: 100%;
        font-size: 17px;
    }
}

.upaNew.gridLayout .upadets .media .arrows{
    display: none;
}

.upaNew.gridLayout .seeitMobile {
    display:  block;
    clear: both;
    margin: 0px auto 15px;
    float: none;
    text-align: center;
    width: 290px;
}

@media (max-width: 1024px) {
    .upaNew.gridLayout .seeitMobile {
        clear: both;
        float: none;
        display: inline-block;
        width: unset;
        font-size: 13px;
        margin: 10px auto;
    }
}

/* END UPA GRID VIEW */

/* UPA CHANGE VIEW BUTTONS */

.upaNew .changeView {
    width: 95%;
    max-width: 1375px;
    margin:  0 auto;
}

.upaNew .viewWrap {
    position: relative;
    height:  50px;
}

.upaNew .viewWrap > div {
    display:  inline-block;
    padding: 0px 15px;
    background:  #eee;
    color: #000;
    margin:  0;
    transition: all 250ms ease;
    cursor:  pointer;
    font-size: 25px;
    float: right;
    line-height: 50px;
    border: 1px solid rgba(48, 48, 48, .15);
}

.upaNew .viewWrap > div:hover {
    background:  #555555;
    color: white;
}

.upaNew .viewWrap .listView {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.upaNew .viewWrap .gridView {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.upaNew .viewWrap > div i {
    vertical-align:  middle;
}

/* END UPA CHANGE VIEW BUTTONS */

/* END PACKAGES APP ENHANCEMENT */


/* ADA BAR */

.adaLink{
    background-color: #8ed0c3; /* USE PRIMARY BUTTON BACKGROUND COLOR */
    color: white;
    float: right;
    padding: 0 10px;
    display:  inline-block;
}

.adaBar {
    position: relative;
    text-align: right;
    font-size: 13px;
    height: 32px;
    background-color: #F0EFEB;
    box-shadow: inset 0 0.5px 2px 0 rgba(0,0,0,0.1);
    line-height: 32px;
    position: relative;
    z-index: 1;
    color: #111;
    /* position:  fixed; */
    /* width:  100%; */
}


.adaLink:hover, .adaLink:active, .adaLink:focus{
    color: white;
    text-decoration: underline; /* << required for accessibility*/
}

.adaDescription {
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .adaBar {
        height: auto;
        text-align: center;
        line-height: 1.1;
        padding: 0;
    }

    .adaLink{
        text-align: center;
        margin:  0px auto;
        display:  block;
        width:  100%;
        padding:  10px 0;
    }

    .adaDescription, .adaBar span{
        display:  block;
    }

    .adaBar span{
        min-height: 35px;
    }

    .adaBar .adaDescription{
        padding-right: 0;
        padding: 5px 5px 10px;
        display:  block;
        min-height: auto;
        display: none;
    }
}

/* END ADA BAR */

/* HM001A */
.cc00a .img img {
    width: auto;
    height: 100%;
    background-size: cover;
}

.cc00a .pause .fa.fa-pause.fa-2x {
    z-index: 99999;
    right: 1%;
    position: absolute;
    top: 56%;
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .cc00a .pause {
        display:none;
    }
}

.cc00a .countdown .col {
    display: inline-block;
    min-width: 58px;
    background: rgba(122, 10, 41,0);
    box-shadow: none;
    border: 8px solid #8ed0c3;
    padding: 0px !important;
}

.cc00a .countdown {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cc00a .countdown .col .cd-days{
    padding: 15px 25px;
    border: 2px solid white;
    background: #8ed0c3 !important;
}

.cc00a .countdown .col .cd-hours{
    padding: 15px 25px;
    border: 2px solid white;
    background: #8ed0c3 !important;
}

.cc00a .countdown .col .cd-minutes{
    padding: 15px 25px;
    border: 2px solid white;
    background: #8ed0c3 !important;
}

.cc00a .countdown .col .cd-seconds{
    padding: 15px 25px;
    border: 2px solid white;
    background: #8ed0c3 !important;
}

.cc00a .countdown .ce-days,
.cc00a .countdown .ce-hours, 
.cc00a .countdown .ce-minutes, 
.cc00a .countdown .ce-seconds, 
.cc00a .countdown .ce-dseconds, 
.cc00a .countdown .ce-mseconds {
    font-size: 45px;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height:  1;
    color: white;
}

.cc00a .countdown .ce-days-label,
.cc00a .countdown .ce-hours-label,
.cc00a .countdown .ce-minutes-label,
.cc00a .countdown .ce-seconds-label,
.cc00a .countdown .ce-dseconds-label,
.cc00a .countdown .ce-mseconds-label {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    text-shadow: none;
    color: white;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
}

.cc00a .txt .lnk a {
    font-size: 20px;
    min-width: 270px;
    padding: 15px 33px;
    background-color: #8ed0c3;
    display: inline-block;
    border: 2px solid #8ed0c3;
    color: white;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    min-width: 210px;
}
    
/* SITUATIONAL CC00A*/
.cc00a .txt {
position: absolute;
    text-align: center;
    top: 30%;
    left: 10%;
    width: 80%;
    z-index: 4;
}

.cc00a .lnk {
position:relative;
top:108%;
}
        
.cc00a h1 {
        border-bottom: 1px solid white;
    color: white;
    font-size: 76px;
    line-height: 76px;
    margin: 0;
    padding: 0;
}  

.cc00a h2 {
    color: white;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}        


/* hm001a Mobile */
@media (max-width: 700px) {
.cc00a .countdown .col {
width: 100px;
height: 100px;
margin: 5px;
}

.cc00a .countdown .col .cd-days, .cc00a .countdown .col .cd-hours, .cc00a .countdown .col .cd-minutes, .cc00a .countdown .col .cd-seconds {
width: 85px;
height: 85px;
padding: 0;
}

.cc00a .txt {
bottom: 0;
}
}

@media (max-width: 400px) {
.hm01 {
overflow: visible;
}
.cc00a .countdown .col .cd-days, .cc00a .countdown .col .cd-hours, .cc00a .countdown .col .cd-minutes, .cc00a .countdown .col .cd-seconds {
padding-top:6px;
}
}

@media (max-width:1024px){
    .cc00a .txt {position: absolute;text-align: center;top: 14%;left: 12%;width: 80%;z-index: 4;}
    .cc00a .img {
    height: 100% !important;
}

.cc00a .img img {
    height: 100% !important;
}

.cc00a {
    position: relative;
    height: 100% !important;
    min-height: 600px;
}
}

@media (max-width:768px){
.cc00a .txt {
position: absolute;
text-align: center;
top: 20%;
left: 25%;
width: 50%;
z-index: 4;
}

.cc00a .img {
    height: 100% !important;
}

cc00a .img img {
    height: 100% !important;
}

.cc00a {
    position: relative;
    height: 100% !important;
    min-height: 700px;
}

}

@media (max-width: 700px) {
.cc00a .countdown .col {
width: 100px;
height: 100px;
margin: 5px;
}

.cc00a .countdown .col .cd-days, .cc00a .countdown .col .cd-hours, .cc00a .countdown .col .cd-minutes, .cc00a .countdown .col .cd-seconds {
width: 85px;
height: 85px;
padding: 0;
padding-top: 6px;
}

.cc00a .txt {
position: absolute;
text-align: center;
top: 20%;
left: 25%;
width: 50%;
z-index: 4;
}

.cc00a .lnk {
position:relative;
top:0%;
}

}


@media (max-width: 450px) {
.cc00a .countdown .col {
width: 100px;
height: 100px;
margin: 5px;
}
.cc00a .txt {
position: absolute;
text-align: center;
top: 40%;
left: 15%;
width: 70%;
z-index: 4;
}
}

@media (max-width: 400px) {
.cc00a .lnk {
position:relative;
top:0%;
left:-20px;
}
}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.cc00a .txt {
position: absolute;
text-align: center;
top: 5% !important;
left: 5% !important;
width: 90% !important;
z-index: 4;
}

.cc00a .img {
    height: 100% !important;
}

cc00a .img img {
    height: 100% !important;
}

.cc00a {
    position: relative;
    height: 100% !important;
    min-height: 700px !important;
}

#sub #main {
margin-top:100px;
}

.cc00a h1 {
    font-size:40px;
    line-height:50px;
}

.cc00a .lnk {
position:relative;
top:0%;
left:1%;
}

}

@media (max-width: 800px) {
.cc00a .txt {
position: absolute;
text-align: center;
top: 20%;
left: 10%;
width: 80%;
z-index: 4;
}
}

/* BENC146 */

.specials {
margin-bottom:120px;
margin-top:20px;
}

.specials .spec_pack_2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spec_pack_2 .countdown {
    color: white;
}

.spec_pack_2 .spec_countdown {
    position: absolute;
    right: -146px;
    bottom: 57px;
}

.spec_pack_2 .spec_countdown .countdown .col {
    background: rgba(48,48,48,0.8);
    box-shadow: none;
}

.spec_pack_2 .box1 h2 {
    font-size: 48px;
    color: #422a13;
    text-transform: uppercase;
    line-height: 52px;
}

.spec_pack_2 .box1 h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.spec_pack_2 .box1 p {
    font-size: 18px;
}

.spec_pack_2 .box1 ol li a {
    background-color: #422a13;
    color: white;
}

.spec_pack_2 .box1 ol li a:hover {
    background-color: rgba(255,255,255,.7);
    color: rgb(120,124,98);
    border: 2px solid rgb(120,124,98);
}

.spec_pack_2 .back .fa-angle-double-left {
    content: "\f100";
    font-size:50px;
    color: #422a13 !important;
    position: absolute;
    bottom: -35%;
    right: 10%;
    z-index: 100;
}

.spec_pack_2 .next .fa-angle-double-right {
    content: "\f101";
    color: #422a13 !important;
    position: absolute;
    bottom: -35%;
    right: 2%;
    font-size: 50px;
    z-index: 100;
}

.cc20-border {
    z-index: -99999999;
    border: 1px solid #422a13;
    height: 530px;
    width: 88%;
    position: absolute;
    top: 0;
    left: -100px;
z-index:10;
}

.cc20-content-wrapper {
    margin: top;
    margin-top: 30px;
    min-height: 350px;
}

.box1 {
    height: 100%;
}

.cc20 .vcenter {
    margin-top: 6% important!;
}

.cc20 .txt.clearfix {
    margin-right: 56px;
    margin-top: 15px;
}

@media (max-width: 1400px) {

    .spec_pack_2 .spec_countdown {
        right: 0%;
        bottom: 30px;
    }
}

@media (max-width: 1199px) {

    .cc20-border {
        border: none;
    }
    .spec_pack_2 .spec_countdown {
        right: -70px;
    }
    .spec_pack_2 .next .fa-angle-double-right, .spec_pack_2 .back .fa-angle-double-left {
        bottom: -20%;
    }

}

@media (max-width: 991px) {

    .spec_pack_2 .next .fa-angle-double-right, .spec_pack_2 .back .fa-angle-double-left {
        bottom: -20%;
    }

    .cc20 .txt.clearfix {
        
    }

    .cc20 .vcenter {
        width: 300px;
    }
    .spec_pack_2 .countdown .col {
        display: block;
        padding: 10px;
        margin: 5px;
        display: inline-block;
        min-width: 58px;
        background: rgb(0, 0, 0);
        background: rgba(50, 50, 50,.9);
    }

}

@media (max-width: 875px) {

    .spec_pack_2 .spec_countdown {
        bottom: 0px;
    }

}

@media (max-width: 767px) {

    .spec_pack_2 .spec_countdown {
        bottom: -23%;
        left: -8%;
    }
    .spec_pack_2 .double-arrows{
        display: none;
    }
    .cc20 .txt.clearfix {
     width: 90%;
     min-width: 350px !important;
    }
    .cc20 .vcenter {
        width:100%;
        margin-bottom:20px;
        text-align:center;
    }
    .spec_pack_2 .box1 h2 {
        line-height:50px;
    }
    .spec_pack_2 .box1 p {
        line-height:24px;
    }
    .spec_pack_2 .box1 h3 {
        line-height: 28px;
    }
    .box2.img-countdown-right.col-xs-12 {
        width: 85%;
    }
}

@media (max-width: 550px) {

    .spec_pack_2 .spec_countdown {
        bottom: -25%;
        left: -20%;
    }
    .box2.img-countdown-right.col-xs-12 {
        width: 80%;
    }
    .cc20 .vcenter {
        width:80%;
        margin-bottom:20px;
        text-align:center;
    }
}

@media (max-width: 450px) {

    .spec_pack_2 .spec_countdown {
        bottom: -25%;
        left: -20%;
    }
    .box2.img-countdown-right.col-xs-12 {
        width: 72%;
    }
    .cc20 .vcenter {
        width:70%;
        margin-bottom:20px;
        text-align:center;
    }
}

@media (max-width: 375px) { 
.cc20 .txt.clearfix {
     width: 48%;
     min-width: 315px !important;
    }

    .cc20 .txt.clearfix .text-center ol li a {
        padding: 10px 20px !important;
    }    
    .box2.img-countdown-right.col-xs-12 {
        width: 76% !important;
    }
    .cc20 .vcenter {
        text-align: left;
        width: 90%;
    }
    .spec_pack_2 .spec_countdown {
        bottom: -25%;
        left: -21%;
        min-width: 325px;
    }
}

@media (max-width: 320px) { 
.cc20 .txt.clearfix {
     width: 48%;
     min-width: 315px !important;
    }

    .cc20 .txt.clearfix .text-center ol li a {
        padding: 10px 20px !important;
    }    
    .box2.img-countdown-right.col-xs-12 {
        width: 72% !important;
    }
    .cc20 .vcenter {
        text-align: left;
        width: 90%;
    }
    .spec_pack_2 .spec_countdown {
        bottom: -25%;
        left: -20%;
        min-width: 315px;
    }
}

.spec_pack_2 .pause .fa-pause {
    color: #422a13 !important;
        position: absolute;
    bottom: -8% !important;
    right: 6.75%;
}

.specials_v2 .spec_pack_2 .play .fa-play {
    color: #422a13 !important;
}

@media only screen and (max-width: 1250px){
    .specials_v2 .spec_pack_2 .pause .fa-pause {
    bottom: -8% !important;
    right: 6.75%;
    }
    
    .specials_v2 .spec_pack_2 .play .fa-play {
    bottom: -8% !important;
    right: 6.75%;
    }
}

@media only screen and (max-width: 1000px){
    .specials_v2 .spec_pack_2 .back .fa-angle-double-left {
        right: 13% !important;
    }
    .specials_v2 .spec_pack_2 .next .fa-angle-double-right {
        right: 0% !important;
    }
    .specials_v2 .spec_pack_2 .pause .fa-pause, .specials_v2 .spec_pack_2 .play .fa-play{
        right: 7.75%;
    } 
}

/* Experiential Map Black */

.newMap h3.poi_subtitle {
    color: black;
}


.newMap h3:before {
    border-color: black;
}


.fa-list:before {
    color: black !important;
}

.fa-list:before {
    color: black !important;
}

.newMap h1 {
    color: black !important;
}

h1.poi_title {
    color: black !important;
}

h3.poi_subtitle {
    color: black !important;
}

.expMapTxt h1 {
    color: black !important;
}

.map-btn::before {
    color: black !important;
    border-color: black !important;
}

.list-only-container h3:before, .newMap h3:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    background:linear-gradient(to right, black, transparent) !important;
    top:0px;
    left:0px;
    width: 90%;
    margin: 0 auto;
}

.list-only-container h3, .newMap h3 {
    border-left: 2px solid black !important;
}

.closeMap {
    color: black !important;
}

/* Additional Code for Sites */
@media only screen and (max-width:768px) {
    h1.poi_title {
        color: black !important;
    }
    h3.poi_subtitle {
        color: black !important;
    }
    .MapCollapsable {
        height: 233px !important;
        margin-top: 0px !important;
    }
    .newMap h3:before {
        background:linear-gradient(to right, black, transparent) !important;
    }
    .newMap h3 {
        border-left: 2px solid black !important;
    }
    .newMap .MapDisplayHeader1 h3 {
        line-height: 34px;
    }
}

@media only screen and (max-width:320px) {
    .MapCollapsable {
        height: 404px !important;
    }
    .newMap .MapDisplayHeader1 h1 {
        font-size: 36px !important;
    }
}

@media only screen and (max-width:414px) {
    .newMap h1 {
        font-size: 36px !important;
        font-weight: 600 !important;
    }
}

.poiList img {
    background-size: cover;
    width: 100%;
    height: auto;
}

.cc01bg img {
    background-size: cover;
    width: 100%;
    height: auto;
}

/* END Experiential Map Black */



.sc01aa { color: #fff; }


.cc00a i.fa.fa-play.fa-2x, .cc00a .pause .fa.fa-pause.fa-2x{
bottom: 25% !important;
cursor: pointer;
top: auto !important;
z-index: 999;
}

.cc00a .pause .fa.fa-pause.fa-2x {
right: 30px !important;
}

.cc00a .play .fa.fa-play.fa-2x {
right: 60px !important;
}

@media only screen and (max-width: 767px) {
.cc00a .pause, .cc00a .play {
display:none;
}
}

.benc-hm01 .cycle-pager-container {
display: block;
position: absolute;
right: 20px;
z-index: 99998;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} 
