html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    font-family: 'Roboto', 'Arial', helvetica, sans-serif;
    color: #333;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-align: center;

}

a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #0000FF; }

h1, h2, h3, h4, h5, img, .h2heading, .h3heading, .h4heading, .h5heading {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: bold;
}

b, strong {
    font-weight: normal;
    font-weight: 700;
}

form {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.clear-both {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearfix:after, #content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.strike-out {
    text-decoration: line-through;
}

/* Mobile Hides */
.mobile, div.header {
    display: none;
}

/* general layout
---------------------------------------------------------- */
.fixed-width {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

.mceContentBody {
    text-align: left !important;
}

a.blue-button {
    padding: 6px 12px;
    /*background-color: #ef5803;*/
    background-color: #012860;
    color: #fff !important;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
}

a.blue-button:hover {
    /*background-color: #f25b06*/
    background-color: #013174;
}

.btn {
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px;
}

.btn-primary {
    /*background-color: #ef5803;
    border-color: #ef5803;*/
    background-color: #C1A053;
    /*border-color: #FFFFFF;*/
    border-color: #C1A053;
    color: #000000;
}

.btn-primary:hover {
    /*background-color: #973902;
    border-color: #e24b06;*/
    background-color: #C1A053;
    /*border-color: #eeeeee;*/
    border-color: #000000;
}

/* promotion
---------------------------------------------------------- */
#promotion-bar {
    padding: 6px;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-size: 13px;
    color: #fff;
    background-color: #70B2D3;
}

#promotion-bar > div {
    margin: 0 40px;
}

#promotion-bar a {
    text-decoration: underline;
}

#promotion-bar a:hover {
    text-decoration: none;
}

#promotion-bar .btn-close {
    float: right;
    margin-right: 16px;
    padding: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* header wrapper and logo
---------------------------------------------------------- */
#header {
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    background: #ffffff url(../images/header-bg.gif) repeat-x 0 0;
}

#header #logo a {
    float: left;
    display: inline;
    background: url("../images/hornblower-logo.jpg") no-repeat 0 0;
    height: 170px;
    width: 241px;
    overflow: hidden;
    text-indent: -999em;
    background-color: #ffffff;
}

/* Header - Top Nav
---------------------------------------------------------- */
#header #topnav {
    position: relative;
    float: left;
    display: block;
    width: 706px;
    color: #3375BA;
}

#header #topnav em {
    display: block;
    margin: 18px 0 0 20px;
    color: #4a4949;
    font-size: 15px;
}

/* Header - Top Nav - Search
---------------------------------------------------------- */
#header #topnav .header-search {
    float: left;
    width: 100%;
}

#header #topnav .header-search em {
    float: left;
}

#header #topnav .header-search .search-form {
    float: right;
    padding-top: 15px;
}

#header #topnav .header-search .search-form .text {
    display: none;
}

#header #topnav .header-search .search-form input {
    border: 1px solid #ccc;
    padding: 3px 3px 3px 6px;
    width: 200px;
    float: left;;
    margin-top: 1px;
    margin-right: 5px;
    font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
}

#header #topnav .header-search .search-form button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:0;
    margin: 0;
    padding: 0;
    text-align: right;
    float: left;
    cursor: pointer;
}

#header #topnav .header-search .search-form button:hover {
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#header #topnav .header-search .search-form .icon-search {
    background: url("../images/search-button.gif") left top no-repeat;
    display: block;
    width: 53px;
    height: 22px;
}

/* Header - Top Nav - Quick Links
---------------------------------------------------------- */
#header #topnav .quick-links {
    list-style: none;
    position: static;
    float: right;
    margin-top: 8px;
}

#header #topnav .quick-links li {
    float: left;
    padding-right: 15px;
}

#header #topnav .quick-links .telephone {
    padding-right: 0;

}

#header #topnav .quick-links .telephone a {
    /* color: #6681a1; */
}

#header #topnav .quick-links .live-chat a {
    background: url("../images/live-chat.gif") left top no-repeat;
    padding-left: 25px;

}

#header #topnav .quick-links .admin {
    color: #6681a1;
    padding-left: 15px;
    padding-right: 0;
}

#header #topnav .quick-links .admin a {
    /*color: #6681a1;*/
    color: #44576F;
}

#header #topnav .quick-links li a {
    display: block;
    text-decoration: none;
    color: #0a213d;
    font-size: 1.3em;
    font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
}

#header #topnav .quick-links li a:hover {
    text-decoration: underline;
}

/* Header - Top Nav - Select Port
---------------------------------------------------------- */
#header #topnav .selectport {
    clear: both;
    padding: 30px 0 0 15px;
}

#header #topnav .selectport li {
    position: relative;
    font-size: 2.4em;
}

#header #topnav .selectport li a:hover {
    color: #3375BA;
}

#header #topnav .selectport li a.selectportactive, #header #topnav .selectport li a.selectportactive:hover {
    background-position: 0 -138px !important;
    color: #999;
}

#header #topnav .selectport li a.trigger {
    background: url("../images/selectport-arrow.gif") no-repeat 0 -42px;
    padding-left: 17px;
    color: #fff;
    background-color: #0B213E;
}

#header #topnav .selectport span.trigger {
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #0B213E;
}

#header #topnav .selectport a.trigger:hover {
    text-decoration: none;
    background-position: 0 9px;
    color: #ddd;
}

#header #topnav .selectport a.leftarrow {
    background-position: 0 -192px;
}

#header #topnav .selectport a.leftarrow:hover {
    background-position: 0 -242px;
}

#header #topnav .selectport a.trigger span {
    font-size: 11px;
    font-style: italic;
    padding-left: 4px;
    background-color: #0B213E;
}

#header #topnav .selectport li ul {
    display: none;
    background-color: #01295f;
    z-index: 20;
    position: absolute;
    top: 34px;
    left: -7px;
    border: 11px solid #01295f;
    border-width: 11px 0;
}

#header #topnav .selectport li ul li {
    font-size: 0.5em; /* 12 */
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 20;
    display: block;
}

#header #topnav .selectport li ul li a {
    color: #FFF;
    display: block;
    padding: 0 60px 0 25px;
    background-color: #0B213E;
}

#header #topnav .selectport li ul li a:hover {
    color: #FFF;
    /*background-color: #3375BA;*/
    background-color: #0B213E;
    text-decoration: none;
}

/* Header - Top Nav - Main Nav
---------------------------------------------------------- */
#header #topnav ul#mainnav {
    font-family: 'Roboto', 'Arial', helvetica, sans-serif;
    padding: 2px 0 0 15px;
}

#header #topnav ul#mainnav.child {
    clear: both;
    padding-top: 68px;
}

#header #topnav ul#mainnav a {
    color: #ffffff;
    background-color: #0B213E;
}

#header #topnav ul#mainnav li.active a, #header #topnav ul#mainnav a:hover {
    color: #9dc8e9;
    text-decoration: none;
    background-color: #0B213E;
}

#header #topnav ul#mainnav li {
    float: left;
    font-size: 1.2em;
    padding-right: 10px;
}

#header #topnav ul#mainnav > li:last-child {
    padding-right: 0;
}

#header #topnav ul#mainnav .drop-down {
    margin-left: -10px;
}

/* Search Bar - Google Search
---------------------------------------------------------- */
.gsc-control-cse body, .gsc-control-cse td, .gsc-control-cse th {
    font-size: 100% !important;
}

#content-full {
    min-height: 100px;
}

/* Search Bar Page
---------------------------------------------------------- */
.search-bar {
    margin: 30px 0 0 25%;
}

.search-bar h2, .search-bar .h2heading {
    color: #333;
    font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
    font-size: 2em;
    padding-right: 10px;
    font-weight: normal;
    vertical-align: middle;
    display: none;
}

.search-bar form {
    display: inline-block;
    vertical-align: middle;
}

.search-bar .q-container {
    float: left;
    width: 420px;
    height: 46px;
    padding: 0 0 0 15px;
    font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
}

.search-bar .q {
    color: #666;
    display: inline-block;
    font-size: 1.6em;
    margin: 0;
    padding:13px;
    width: 94%;
    border:1px solid #ccc;
}

.search-bar .q, .search-bar .q:focus {
    background: inherit;
    box-shadow: none;
}

.search-bar button {
    background: #0a213d url("../images/search-icon-large.gif") left center no-repeat;
    border: none;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.search-bar button:hover {
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

/* inner page feature (above-the-fold area)
---------------------------------------------------------- */
#feature {
    clear: both;
    width: 100%;
    color: #5a5a5a;
    background: #CFD9E3 url("../images/feature-bg.gif") repeat-x 0 0;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
}

#feature .overlay {
    position: absolute;
    top: 0;
    left: 241px;
}

#feature:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#feature .featurephoto {
    float: left;
    display: inline;
    width: 241px;
}

#feature .featuretext {
    display: inline;
    float: left;
    margin: 20px 15px 7px 34px;
    width: 650px;
}

#feature .featuretext p a { color: #1D4168; }

#feature h1, #feature h2, #feature .h2heading, #feature h3, #feature .h3heading, #feature p {
    font-weight: normal;
}

#feature h1 {
    color: #003771;
    display: inline;
    font-size: 2.7em;
    padding-right: 10px;
    line-height: 1.05em;
    clear: both;
}

#feature h2, #feature .h2heading {
    font-size: 1.55em;
    padding-top: 0.3em;
    padding-bottom: 0.25em;
    /*color: #5c6670;*/
    color: #3F424B;
}

#feature p, #feature div.description {
    font-family: 'Roboto', 'Arial', helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.35;
    margin-bottom: 1em;
    margin-top: 0.28em;
    /*color: #4c656f;*/
    color: #324149;
}

#feature a.backlink {
    color: #3375ba;
    display: block;
    font-size: 1.3em;
    padding-bottom: 6px;
}

#feature a.backlink:hover {
    text-decoration: underline;
}

#feature p a {
    color: #3375BA;
}

#feature .flyer_button {
    margin-left: 6px;
}

#feature .flyer_button img {
    padding: 0 0 4px 0;
    border: none;
}

/* Feature - Bread Crumbs */
#feature .breadcrumb {
    margin: 0;
    padding: 0 0 8px;
    clear: both;
    overflow: auto;
    zoom: 1;
}

#feature .breadcrumb li {
    display: block;
    float: left;
    font-size: 1.25em;
    padding-right: 8px;
    font-family: 'Roboto', 'Arial', helvetica, sans-serif;
}

#feature .breadcrumb li a {
    display: block;
    text-decoration: none;
    color: #3375ba;
}

#feature .breadcrumb li a span:hover {
    text-decoration: underline;
}

#feature .breadcrumb li a span {
    color: #204c7b;
}

#feature .breadcrumb li span {
    color: #5a5a5a;
}

#feature .breadcrumb li a:after {
    content: '\203A';
    padding-left: 5px;
    text-decoration: none;
}

/* tabs
---------------------------------------------------------- */
#feature {
    position: relative;
}

#feature #tabs {
    position: absolute;
    bottom: 0;
    left: 275px;
}

#feature #tabs li {
    float: left;
}

#feature #tabs li a {
    padding: 0 10px;
    font-size: 1.3em;
    line-height: 32px;
    /*color: #3375BA;*/
    color: #1E446C;
    display: block;
}

#feature #tabs li:hover {
    background: #FFF;
}

#feature #tabs li:hover a {
    color: #666;
}

#feature #tabs li.active {
    background-color: #FFF;
    color: #666F76;
}

#feature #tabs li.active a {
    color: #666F76;
}

/* inner page left content
---------------------------------------------------------- */
#leftcontent {
    clear: both;
    float: left;
    display: inline;
    width: 241px;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
}

#leftcontent.belowflash {
    margin-top: 23px;
}

#leftcontent .lefttextcontent {
    background: #00285d;
    padding: 24px 15px;
    font-size: 1.4em;
    color: #FFF;
    text-align: center;
}

#leftcontent .lefttextcontent a {
    font-size: 1.59em; /* 22 */
    color: #FFF;
    margin-top: 8px;
    display: block;
    text-decoration: underline;
}

#leftcontent .lefttextcontent a:hover {
    text-decoration: none;
}

#leftcontent .lefttextcontent a.smalllink {
    font-size: 1.15em; /* 15 */
}

#leftcontent .bluetextcontent {
    background: #CFD9E3 url("../images/leftads-gradientbg.gif") repeat-x 0 0;
    color: #5a5a5a;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 20px 15px;
    text-align: center;
}

#leftcontent .bluetextcontent.mobile {
    background-color: #973902;
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 20px 15px;
    text-align: center;
}

#leftcontent .bluetextcontent h6, #leftcontent .bluetextcontent .h6heading {
    font-size: 1.69em; /* 22 */
    line-height: 1.6;
    font-weight: normal;
    color: #003771;
}

#leftcontent .promo.bluetextcontent a {
    text-decoration: underline;
    color: #003771;
}
#leftcontent .promo.bluetextcontent.mobile a {
    color: #ffffff;
}

#leftcontent .promo.bluetextcontent a:hover {
    text-decoration: none;
}

#leftcontent .bluetextcontent .bigger {
    font-family: 'Roboto Slab', 'times new roman', serif;
    font-size: 1.84em; /* 24 */
}

#leftcontent .bluetextcontent .smaller {
    display: inline;
    font-size: 0.94em; /* 12 */
}

#leftcontent .bluetextcontent .gray {
    color: #5a5a5a;
    font-size: 1.3em; /* 17 */
}

/* inner page content grid
---------------------------------------------------------- */
#content {
    float: left;
    display: block;
    width: 671px;
    padding: 23px 0 24px 38px;
}

#content .promo-image {
    width: 602px;
    overflow: hidden;
    margin-bottom: 20px;
}

#content .body-text {
    margin-bottom: 20px;
    color: #003771;
    font-size: 1.7em;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
}

#content .body-text p {
    margin: 10px 0;
}

#content ul.gridnav li {
    display: block;
    float: left;
    margin: 0 22px 35px 0;
    width: 290px;
}

/* Content - Grid - Info */
#content ul.gridnav li .info {
    padding: 3px 0 0 3px;
    font-size: 1.1em;
}

#content ul.gridnav li .info h4 a, #content ul.gridnav li .info .h4heading a, #content ul.gridnav li .info h4, #content ul.gridnav li .info .h4heading {
    color: #003771;
    display: block;
    font-weight: normal;
    line-height: 1.1em;
    padding-bottom: 2px;
    padding-top: 2px;
    text-transform: none;
    font-size: 1.1em;
}

#content ul.gridnav li .info h4, #content ul.gridnav li .info .h4heading {
    font-size: 1.35em;
}

#content ul.gridnav li .info h4 a:hover, #content ul.gridnav li .info .h4heading a:hover {
    color: #3375ba;
}

#content ul.gridnav li .info h5, #content ul.gridnav li .info .h5heading {
    /*color: #a2acb6;*/
    color: #515867;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1.4em;
    margin-bottom: 0;
}

#content ul.gridnav li .info p {
    /*color: #77818b;*/
    color: #515867;
    font-size: 1.15em;
    padding-top: 6px;
}

#content ul.gridnav li .info p a {
    color: #003771;
}

#content ul.gridnav li .info p a:hover {
    text-decoration: underline;
}

#content .halfcol.clearrow,
#content ul.gridnav .clearrow {
    clear: both;
}

/* Content - Sold Out */
#content ul.gridnav .soldout {
    position: relative;
}

#content ul.gridnav .soldout .overlay {
    position: absolute;
    width: 290px;
    height: 90px;
    top: 0;
    left: 0;
    background: url("../images/listimage_soldout.png") no-repeat center top;
}

#content ul.gridnav li.soldout .info h4, #content ul.gridnav li.soldout .info .h4heading,
#content ul.gridnav li.soldout .info h5, #content ul.gridnav li.soldout .info .h5heading,
#content ul.gridnav li.soldout .info p, #content ul.gridnav li.soldout .info p a {
    /* color: #5a5a5a; */
}

span.btn-soldout {
    padding: 6px 12px;
    /*background-color: #a2acb6;*/
    background-color: #515767;
    color: #fff !important;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-weight: bold;
    text-transform: uppercase;
}

/* inner page category grid alternate layout
---------------------------------------------------------- */
#content .halfcol {
    float: left;
    display: block;
    width: 100%;
    margin-right: 20px;
}

#content .halfcol h3, #content .halfcol .h3heading {
    font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
    font-size: 2.3em;
    color: #003771;
    font-weight: normal;
    padding-bottom: 12px;
    border-bottom: 1px solid #003771;
    margin-bottom: 16px;
    line-height: 1em;
    margin-right: 40px;
}

#content .halfcol li:nth-child(odd) {
    clear: both;
}

/* inner promos
---------------------------------------------------------- */
#content .specialoffer {
    border: 1px solid #C2CFDB;
    border-width: 1px 0;
    background-color: #EBF0F4;
    padding: 20px;
    text-align: center;
    margin-right: 29px;
}

#content .specialoffer h6, #content .specialoffer .h6heading {
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-size: 2.2em;
    color: #003771;
    text-transform: uppercase;
    font-weight: normal;
}

#content .specialoffer p {
    font-size: 1.2em;
    color: #7E8083;
}

#content .specialoffer p a {
    color: #3F6A8F;
}

/* inner page full width text
---------------------------------------------------------- */
#content .leader h5, #content .leader .h5heading { color: #4C5261 !important; }
#content .widecolumn .faq-links li a, #content .middlecolumn .faq-links li a { color: #4F4F4F !important; }
#content .widecolumn {
    margin: 15px 75px 0 0;
}

#content h4, #content .h4heading {
    font-family: 'Roboto', Arial, Helvetica, san-serif;
    font-size: 1.45em;
    line-height: 1.26;
    color: #003771;
    text-transform: uppercase;
    font-weight: bold;
}

#content h5, #content .h5heading {
    font-size: 1.1em;
    line-height: 1.64;
    color: #3F6A8F;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.6em;
}

#content span.phone {
    font-size: 1.33em; /* 16 */
}

#content .widecolumn p, #content .middlecolumn p {
    font-size: 1.2em;
    /*color: #5a5a5a;*/
    color: #575757;
    margin-bottom: 1em;
}

#content .widecolumn li a, #content .widecolumn p a, #content .middlecolumn p a {
    /*color: #3375BA;*/
    color: #26598C;
}

#content .widecolumn ul li, #content .middlecolumn ul li {
    margin-left: 14px;
    font-size: 1.2em;
    color: #5a5a5a;
}

#content .widecolumn ul, #content .middlecolumn ul {
    margin-bottom: 1em;
    list-style: disc;
}

#content img.inlineleft {
    float: left;
    clear: left;
    padding: 0 20px 20px 0;
}

#content img.inlineright {
    float: right;
    clear: right;
    padding: 0 0 20px 20px;
}

#content .pierdivider {
    height: 1px;
    background-color: #CFD9E3;
    margin: 30px 0;
}

/* two column content
---------------------------------------------------------- */
#content .middlecolumn {
    float: left;
    display: inline;
    width: 320px;
}

#content .rightcolumn {
    float: right;
    display: inline;
    width: 235px;
}

#content .testimonial {
    clear: both;
    color: #3d3d3d;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.4;
    margin: 18px 0 4px !important;
}

#content .attribution {
    font-size: 1.2em;
    color: #5a5a5a;
}

#content .rightcolumn .videos {
    margin: 0px 0 15px 0;
    float: left;
    border-bottom: 1px solid #ccc;
}

#content .rightcolumn .videos img {
    clear: right;
    float: right;
    margin-bottom: 20px;
}

#content .rightcolumn .videos p {
    color: #5a5a5a;
    float: left;
    font-size: 1.1em;
    margin-bottom: 15px;
    width: 106px;
}

#content .rightcolumn .videos p strong {
    display: block;
    color: #3375BA;
    font-weight: bold;
    font-size: 1.1em; /* 12 */
    padding-bottom: 6px;
    line-height: 1.1em;
}

#content .rightcolumn .videos a {
    float: right;
}

#content .rightcolumn .righttextbar {
    background-color: #E1E9ED;
    color: #003771;
    font-size: 1.3em;
    line-height: 1.3;
    padding: 8px;
    text-align: center;
}

#content .rightcolumn .righttextbar a {
    color: #003771;
}

#content .rightcolumn .righttextbarhover {
    background-color: #003771;
}

#content .rightcolumn .righttextbarhover a {
    color: #fff;
}

/* third party content
---------------------------------------------------------- */
#content .thirdparty_content {
    font-size: 2em;
    margin: 0 auto;
}

/* pagination and filtering
---------------------------------------------------------- */
.pagination {
    display: inline-block;
    margin-left: 36px;
}

.pagination a {
    font-size: 1.6em;
    color: #3375BA;
    text-decoration: underline;
}

.pagination .active {
    /*color: #8E8E8E;*/
    color: #575757;
    text-decoration: none;
}

.pagination .next, .pagination .prev {
    text-decoration: none;
}

input.graphicbuttons {
    background: none no-repeat top left;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 0 0;
    text-indent: -999em;
    width: auto;
}

input.Submit {
    background-image: url('../images/btn_submit.gif');
    width: 72px;
}

input.SubmitRequest {
    background-image: url('../images/btn_submit_request.gif');
    width: 155px;
}

input.Preview {
    background-image: url('../images/btn_preview.gif');
    width: 155px;
    height: 30px;
    line-height: 30px;
}

input.Edit {
    background-image: url('../images/btn_edit.gif');
    width: 82px;
    height: 30px;
    line-height: 30px;
}

input.Create {
    background-image: url('../images/btn_create.gif');
    width: 123px;
    height: 36px;
    line-height: 36px;
}

input.Add {
    background-image: url('../images/btn_add.gif');
    width: 100px;
    height: 36px;
    line-height: 36px;
}

input.button {
    background-color: #71b2d3;
    color: #fff;
    padding: 2px 4px;
}

input.btn-default {
    background-color: #cccccc;
}

/* homepage
---------------------------------------------------------- */
#homepage {
    width: 100%;
}

/* promo bar
---------------------------------------------------------- */
#promo-bar {
    overflow: hidden;
    margin-top: 16px;
    padding: 0;
    text-align: center;
}

#promo-bar a,
#promo-bar img {
    margin: 0;
    padding: 0;
}

/* featured buttons
---------------------------------------------------------- */
#featured-buttons {
    width: 950px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 2px;
}

#featured-buttons .promo {
    width: 309px;
    height: 202px;
    padding-right: 8px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

#featured-buttons .promo a {
    width: 309px;
    height: 202px;
    display: block;
    background-color: #000000;
}

#featured-buttons .promo a:hover {
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444');
}

#featured-buttons .promo strong {
    display: block;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 5px;
}

#featured-buttons .promo .info {
    bottom: 1em;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    left: 0;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 0 1.8em 0 1.5em;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 10;
    text-shadow: 1px 0 2px #555;
    text-transform: uppercase;
}

#featured-buttons .last {
    padding-right: 0;
}

/* filter nav
---------------------------------------------------------- */
#content .filternav {
    margin-bottom: 28px;
}

#content .filternav label {
    font-size: 1.1em;
    vertical-align: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #003771;
    margin-right: 3px;
}

#content .filternav select {
    margin-right: 4px;
    width: 150px;
    vertical-align: 5px;
}

/* Newsletter Signup
---------------------------------------------------------- */
#newsletter {
	padding: 10px;
	background-color: #3375BA;
}

#newsletter .ui-email{
	color: #666;
	margin: 10px;
	width: 250px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 1.5em;
	vertical-align: middle;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

#newsletter .newsltr {
	margin: 0;
	padding: 6px 16px 7px;
	vertical-align: middle;
}

#newsletter label {
	color: #fff;
	font-family: roboto slab,Georgia,serif;
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	vertical-align: middle;
}
/* footer
---------------------------------------------------------- */
#footer {
    clear: both;
    background-color: #DFE7EC;
    overflow: hidden;
}

#footer a {
    /*color: #13559A;*/
    color: #114B88;
}

#footer a:hover {
    color: #003771;
}

#footer .footer-bar {
    clear: both;
    padding: 24px;
    overflow: hidden;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-size: 1.3em;
    line-height: 2.1;
}

#footer .footer-bar .footer-col {
    float: left;
    width: 25%;
}

#footer .footer-bar h6, #footer .footer-bar .h6heading {
    font-weight: normal;
    /*color: #666;*/
    color: #4A4A4A;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#footer .footer-bar li {
    line-height: 1.6;
}

#footer .footer-bar select {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 3px;
    width: 125px;
}

/* Footer - Affiliates */
#footer .footer-bar .affiliates {
    text-align: center;
    clear: both;
}

#footer .footer-bar .affiliates ul {
    display: inline-block;
    margin-top: 30px;
}

#footer .footer-bar .affiliates ul li {
    float: left;
    margin-right: 20px;
}

#footer .footer-bar .affiliates ul li a {
    display: block;
    text-decoration: none;
    height: 70px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url("../images/affiliate-logos.png") left top no-repeat;
}

#footer .footer-bar .affiliates .hornblower a {
    width: 162px;
    height: 70px;
}

#footer .footer-bar .affiliates .statue a {
    width: 68px;
    background-position: -171px 0px;
}

#footer .footer-bar .affiliates .alcatraz a {
    width: 68px;
    background-position: -255px 0px;
}

#footer .footer-bar .affiliates .niagara a {
    width: 67px;
    background-position: -338px 0px;
}

#footer .footer-bar .affiliates .respect-our-planet a {
    width: 68px;
    background-position: -422px 0px;
}

/* Social Media */
#footer .footer-bar .social {

}

#footer .footer-bar .social li {
    padding-bottom: 5px;
}

#footer .footer-bar .social li a {
    display: block;
    text-decoration: none;
    padding-left: 27px;
    background: url("../images/social-media.png") left top no-repeat;
}

#footer .footer-bar .social .facebook a {
    background-position: 0 0;
}

#footer .footer-bar .social .twitter a {
    background-position: 0 -105px;
}

#footer .footer-bar .social .email a {
    background-position: 0 -34px;
}

#footer .footer-bar .social .blog a {
    background-position: 0 -69px;
}

#footer .footer-bar .social .pinterest a {
    background-position: 0 -140px;
}

#footer .footer-bar .social .instagram a {
    background-position: 0 -180px;
}

#footer .footer-bar .social .youtube a {
    background-position: 0 -220px;
}

/* footer - copyright
---------------------------------------------------------- */
#copyright {
    /* color: #999; */
    font-size: 1.1em;
    margin: 6px auto;
}

#copyright ul {
    display: inline-block;
    margin: 0 0 0 14px;
    padding: 0;
    vertical-align: top;
}

#copyright ul li {
    float: left;
}

#copyright .footer-inline-links {
    color: #3375BA;
    padding-left: 18px;
}

#copyright a {
    color: #05386f;
}

#copyright a:hover {
    color: #003771;
}

/* TinyMCE styles
---------------------------------------------------------- */
.contactPhone {
    font-size: 1.3em;
}

/* Errors
---------------------------------------------------------- */
#content ul.errorMessage, #content ul.actionMessage {
    border: 1px solid gold;
    background-color: lightgoldenrodyellow;
    /* alt color scheme: */
    /*
    background-color: #F0F5F7;
    border-color: #3375BA;
    */
    margin: 0 0 16px 0;
    padding: 12px 12px 0 12px;
    color: #003771;
    font-size: 1.1em;
}

.error {
    background-color: lightgoldenrodyellow;
}

#content ul.errorMessage, #content ul.actionMessage {
    background: url("../images/icn_warning.gif") no-repeat 8px 1em;
    margin-left: 10px;
}

#content ul.errorMessage li, #content ul.actionMessage li {
    background-position: 20px 6px;
    padding-left: 26px;
    font-size: 1.1em;
    line-height: 18px;
    margin-bottom: 10px;
    color: #3F6A8F;
}

/* data grid
---------------------------------------------------------- */
.datagrid {
    margin: 6px 0;
    width: 100%;
    clear: both;
}

.datagrid tr.odd {
    background-color: #F0F5F7;
}

.datagrid th {
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: #00285D;
    color: #FFF;
    font-weight: normal;
    text-align: left;
    border-bottom: 3px solid #FFF;
    padding: 8px 0;
}

.datagrid th.first {
    padding: 8px;
}

.datagrid td {
    padding: 4px;
    font-size: 1.2em;
    color: #7D7D7D;
}

/* Vtour dialog */
.ui-widget-overlay {
    opacity: 0.8;
    background-color: #00285D;
    cursor: wait;
    position: absolute;
    top: 0;
    left: 0;
}

.ui-dialog-titlebar {
    background-color: #e6e6e6;
}

.ui-dialog-titlebar-close {
    display: inline-block;
    padding: 5px;
    font-size: 1.4em;
    color: #00285D;
}

/* Cruise search */
#btn-learn-more {
    cursor: pointer;
    padding: 4px 10px;
    color: #fff;
    font-family: 'Roboto Slab', Georgia, 'times new roman', serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    /* background: #01295f url("../images/btn-search-bg.gif") repeat-x; */
    background: #ef5803; /* Old browsers */
    background: -moz-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5803), color-stop(100%, #ff3409)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef5803 0%, #ff3409 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5803', endColorstr='#ff3409', GradientType=0); /* IE6-9 */
}

/* Key for discounted cruises */
.key-map {
    color: #333;
    font-size: 10px;
    text-align: left;
    font-family: "roboto", arial, helvetica, sans-serif;
    display: none;
}

.key-map .box {
    background: #ffac6c;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    vertical-align: middle;
    width: 13px;
}

#ui-datepicker-div {
    display: none;
}

/* Offers Widget */
#offers .offer {
    background: #09326c;
    text-align: center;
    color: #333;
    width: 210px;
    position: fixed;
    bottom: 0;
    right: 30px;
    display: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1000;
}

#offers .offer .arrow-open {
    display: block;
    padding: 9px 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: url("../images/offer-arrows.png") no-repeat scroll 185px -49px #09326c;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#offers .offer .details {
    padding: 20px 15px 25px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background: #FFF;
    display: none;
}

#offers .offer .details h3, #offers .offer .details .h3heading {
    color: #333;
    font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
    font-size: 1.6em;
}

#offers .offer .details h4, #offers .offer .details .h4heading {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 25px;
}

#offers .offer .details h4.terms, #offers .offer .details .h4heading.terms {
    margin-top: 14px;
    padding-bottom: 0;
}

#offers .offer .details p {
    font-family: 'Roboto Slab', Georgia, 'Times New Roman', serif;
    font-size: 1.6em;
    text-transform: uppercase;
    font-style: italic;
    color: #555;
    font-weight: bold;
    line-height: 1.1em;
}

#offers .offer .details p a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    margin-top: 15px;
    padding: 7px 0;
    background: #ef5803; /* Old browsers */
    background: -moz-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef5803), color-stop(100%, #ff3409)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef5803 0%, #ff3409 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef5803 0%, #ff3409 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5803', endColorstr='#ff3409', GradientType=0); /* IE6-9 */
}

#offers .offer .details p a:hover {
    background: #ef5803;
}

#offers .offer .details .specific {
    color: #ef5803;
}

#offers .offer .signup {
    padding-bottom: 25px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background: #FFF;
    display: none;
}

#offers .offer .signup p {
    font-size: 1.2em;
    padding-bottom: 4px;
}

#offers .offer .signup .form-field {
    padding: 2px 3px;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 10px;
}

#offers .offer .signup .privacy {
    margin-top: 7px;
    background: #FFF;
}

#offers .offer .signup .privacy a {
    font-size: 0.8em;
    color: #aaa;
}

#offers .offer .signup .privacy a:hover {
    text-decoration: underline;
}

/* Offer - Bar */
#offers .offer-bar {
    display: none;
    background: #09326c;
    text-align: center;
    color: #333;
    width: 210px;
    position: fixed;
    bottom: 0;
    right: 30px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 800;
}

#offers .offer-bar a {
    color: #FFF;
    font-size: 1.55em;
    padding: 9px 25px 9px 0;
    display: block;
    font-weight: bold;
    background: url("../images/offer-arrows.png") no-repeat scroll 180px 14px;
}

#offers .offer-bar .known {
    font-size: 1.2em;
    background-position: 180px 12px;
}

/* RFP forms */
.rfp-form .form-group {
    margin-bottom: 10px;
}

.rfp-form .required {
    color: #7e0000;
    float: right;
    padding-left: 5px;
}

.rfp-form label {
    color: #00285d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    width: 140px;
    display: inline-block;
}

.rfp-form input,
.rfp-form select,
.rfp-form textarea {
    width: 190px;
    padding: 2px 3px;
    box-sizing: border-box;
    font-size: 13px;
    margin-left: 10px;
}

.rfp-form textarea {
    display: block;
    width: 342px;
    margin-left: 0;
}

.rfp-form button[disabled], .rfp-form button[disabled]:hover{
    background:#eee;
    color:#666;
    cursor:wait;
    border-color: #eee;
}

/* Request Form (RFP forms in left bar) */
.request-form {
    padding: 25px;
    background: url("../images/leftads-gradientbg.gif") repeat-x scroll 0 0 #cfd9e3;
}

.request-form h4, .request-form .h4heading {
    padding: 0px 0 5px;
    color: #11366a;
    font-size: 2.1em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}

.request-form p {
    /*color: #4d4d4d;*/
    color: #424242;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px;
}

.request-form .rfp-form {
    width: 100%
}

.request-form .rfp-form .form-group {
    margin-bottom: 14px;
}

.request-form .rfp-form .required {
    float: left;
    padding-left: 5px;
    padding-right: 3px;
}

.request-form .rfp-form label {
    width: auto;
    line-height: 1.3em;
}

.request-form .rfp-form input,
.request-form .rfp-form select,
.request-form .rfp-form textarea {
    width: 100%;
    margin: 0;
}

/* Gift Cards */
.products > .product {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
    width: 45%;
    margin-bottom: 24px;
    position: relative;
}

.products .product img {
    display: block;
}

.products .product .quantity {
    /*background-color: rgba(153, 153, 153, 1);*/
    background-color: #595959;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 10px;
    position: absolute;
    left: 175px;
    top: -12px;
    white-space: nowrap;
    z-index: 3;
    display: none;
}

.products .product .btn-add {
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 3px;
}

.products .product .img-btn {
    cursor: pointer;
}

.products .product .btn-remove {
    margin-left: 10px;
    vertical-align: middle;
    display: none;
    font-size: 12px;
}

.products .checkout {
    position: fixed;
    top: 50%;
    right: 0;
    width: 120px;
    display: none;
    z-index: 4;
}

#content .products .checkout a.btn {
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #595959;
}

.products .checkout .fa {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
}

.products .checkout .fa span { color: #ffffff; }

.products .checkout .label {
    display: block;
}

.products .checkout .quantity {
    display: block;
    margin-bottom: 6px;
}

@-webkit-keyframes spinner-fade {
    0% {
        background-color: #69717d;
    }
    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
        background-color: #69717d;
    }
    100% {
        background-color: transparent;
    }
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        padding-left: 120px;
    }
    to {
        opacity: 1;
        padding-left: 17px;
    }
}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        padding-left: 120px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        padding-left: 120px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

/* Responsive */

/* iPhone - 4/4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    body, .fixed-width, #header, #header #topnav, #footer, #footer .footer-bar .footer-col {
        width: auto !important;
        float: none !important;
    }

    .request-form {
        display: none !important;
    }

    body {
        background: #eee;
    }

    #header #topnav .selectport, .offer, .offer-bar {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    /* Adjust top for fixed header */
    .fixed-width {
        margin-top: 62px;
    }

    #homepage {
        margin-top: 51px;
    }

    #header {
        display: none;
    }

    .header {
        box-shadow: 0 0 2px #999;
        position: fixed;
        width: 100% !important;
        z-index: 1000;
        top: 0;
        display: block !important;
        height: 51px;
        overflow: hidden;
    }

    div.header .logo {
        background: #0a213d;
        padding: 8px 0 10px;
    }

    div.header .logo img {
        margin: 0 auto;
        height: auto;
    }

    div.header .logo ul {
        margin: 0;
        padding: 0;
        list-style: none;
        left: 0;
        top: 0px;
        position: absolute;
    }

    div.header .logo ul li a::before, div.header .logo ul li a::after, div.header .logo ul li a span {
        background: none repeat scroll 0 0 #fff;
        content: "";
        display: block;
        height: 5px;
        left: 12px;
        position: absolute;
        width: 25px;
        transition-delay: 0.5s;
        transition-duration: 0.5s;
        transition-property: transform, top, bottom, left, opacity;
        transition-timing-function: ease;
        top: 30px;
    }

    div.header .logo ul li a {
        display: block;
        height: 50px;
        width: 50px;
        z-index: 4;
    }

    div.header .logo ul li a::after {
        top: 12px;
    }

    div.header .logo ul li a span {
        top: 21px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    html.mm-opening div.header .logo ul li a::before, html.mm-opening div.header .logo ul li a::after {
        top: 20px;
    }

    html.mm-opening div.header .logo ul li a::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    html.mm-opening div.header .logo ul li a::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    html.mm-opening div.header .logo ul li a span {
        left: -50px;
        opacity: 0;
    }

    /* div.header .logo ul li a{
         background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center transparent;
        display: block;
        height: 40px;
        left: 10px;
        position: absolute;
        top: 4px;
        width: 40px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        outline: none;
    } */
    .home-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .secondary-nav {
        background: #08213d;
        position: relative;

    }

    .secondary-nav ul {
        padding: 12px 0;
        padding-left: 17px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        background: transparent;
        opacity: 0; /* make things invisible upon start */
        -webkit-animation: fadeInRight ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation: fadeInRight ease-in 1;
        animation: fadeInRight ease-in 1;

        -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
    }

    .secondary-nav ul::before {
        background: linear-gradient(to left, rgba(8, 33, 61, 0.01) 0%, #08213d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: 1;
        left: 0;
    }

    .secondary-nav ul::after {
        background: linear-gradient(to right, rgba(8, 33, 61, 0.01) 0%, #08213d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: 30;
        right: 0;
    }

    .secondary-nav ul .btn-cruise-now {
        display: none;
    }

    .secondary-nav ul li {
        display: inline-block;

    }

    .secondary-nav ul li a {
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        display: block;
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        padding-right: 15px;
    }

    /* Gift Cards
    ---------------------------------------------------------- */
    .products .checkout {
        top: auto;
        right: auto;
        bottom: -2px;
        left: 0;
        width: 100%;
    }
	.products .checkout .btn{
		padding:15px;
		font-size: 1.3em;

	}
	.products > .product{
		margin-bottom: 40px;
	}


    .products .checkout .quantity,
    .products .checkout .label,
    .products .checkout .fa {
        display: inline-block;
        margin: 0 10px;
    }

    .products .product img {
        width: 100%;
    }
    #content .widecolumn .products .product h3, #content .widecolumn .products .product .h3heading {
	    font-size: 1.3em;
    }

    .products .product .quantity {
        right: -8px;
        left: inherit;
    }
    .products .product .btn-remove{
	    padding-top: 10px;
	    font-size: 1.25em;
	    float: left;
    }

    /* Menu
    ---------------------------------------------------------- */
    #menu-m {

    }

    .mm-listview > li:not(.mm-divider)::after {
        border: none !important;
    }

    #menu-m ul .ports {
        padding-top: 12px;
    }

    #menu-m ul li a {
        margin: 0px 10px 0px 18px;
        padding: 10px 0 10px 10px;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        text-align: left;
        color: #000000;
    }

    #menu-m ul .ports a {
        border-top: 1px solid #aaa;
    }

    #menu-m ul .main a {
        margin: 0;
        padding: 15px 10px 15px 28px;
        background: #0a213d;
        color: #FFF;
        text-align: center;
        font-family: "Roboto Slab", Georgia, "times new roman", serif;
    }

    #menu-m ul .other a {
        /*color: #8f8e8e;*/
        color: #000000;
    }

    #menu-m ul li a:hover, #menu-m ul .active a {
        background: #123e7b;
        color: #FFF;
    }

    #menu-m ul .main a:hover, #menu-m ul .main.active a {
        background: #0a213d;
    }

    /* Search Bar Page
    ---------------------------------------------------------- */
    #menu-m .search-bar {
        padding: 0px 0 0 17px !important;
        border: none;
    }

    .mm-listview > .search-bar:not(.mm-divider)::after {
        border: none;
    }

    #menu-m .search-bar form {
        display: block;
        vertical-align: middle;
        background: #FFF;
        width: auto;
        margin-right: 20px;
    }

    #menu-m .search-bar .q-container {
        width: 98%;
        height: 46px;
        padding: 0 0 3px 15px;
        background: #FFF;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
    }

    #menu-m .search-bar .q {
        color: #666;
        display: inline-block;
        font-size: 1.2em;
        margin: 0;
        padding: 13px 0;
        width: 100%;
    }

    #menu-m .search-bar .q, #menu-m .search-bar .q:focus {
        background: inherit;
        border: medium none;
        box-shadow: none;
    }

    #menu-m .search-bar button {
        background: #0a213d url("../images/mobile/search-bar.gif") left center no-repeat;
        border: none;
        display: inline-block;
        font-size: 1.3em;
        margin-bottom: 0;
        margin-left: 0;
        position: relative;
        top: 0;
        width: 48px;
        height: 48px;
        cursor: pointer;
    }

    #menu-m .search-bar button:hover {
        zoom: 1;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    /* Homepage Scroller */
    #splash .splashhscroller {
        width: auto !important;
        position: static !important;
    }

    #splash .hscrollwrapper {
        display: none;
    }

    #splash .hscrollwrapper img {
        width: 71%;
        height: auto;
    }

    /* Search */
    #search img {
        width: 100%;
        height: auto;
    }

    .search-bar {
        background: #FFF;
        margin: 0;
        padding: 1.2em;
    }

    .search-bar form {
        display: block;
        margin: 0 auto;
    }

    .search-bar .q-container {
        width: 76%;
    }

    /* Port Modal */
    #portmodal {
        padding-top: 30px !important;
        background: #FFF !important;
    }

    #portmodal p, #portmodal ul li a, #portmodal h5, #portmodal .h5heading {
        padding-left: 30px !important;
    }

    /* Left Column */
    #leftcontent {
        float: none;
        width: auto;
        display: block;
    }

    #leftcontent img {
        display: none;
    }

    /* Left Column - Text Box */
    #leftcontent .bluetextcontent {
        /*background: #ef5803;*/
        background: #973902 none;
        color: #FFF;
    }

    #leftcontent .bluetextcontent a, #leftcontent .bluetextcontent h6, #leftcontent .bluetextcontent .h6heading {
        color: #ffffff !important;
    }

    /* Left Column - Calendar */
    #leftcontent #datepicker {
        background: #cfd9e3;
    }

    /* Left Column -  Feature */
    #feature {
        background: #FFFFFF !important;
        margin: 1.2em;
        padding: 1.7em;
        width: auto !important;
    }

    #feature .featurephoto {
        display: none;
    }

    #feature .featuretext {
        margin: 0;
        float: none;
        width: 100%;
        display: block;
    }

    #feature h1 {
        display: block;
    }

    #feature div.description form {
        display: block;
        min-height: 350px;
    }

    .description #cruise-search-form #datepicker {
        margin: 0 !important;
    }

    /* Featured Buttons */
    #featured-buttons {
        display: none;
    }

    #featured-buttons .promo {
        width: 100%;
    }

    #featured-buttons .promo .info {
        padding: 0 3.8em 0 2.5em;
    }

    #featured-buttons .promo a {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 93%;
        margin: 0 auto;
    }

    /* Breadcrumbs */
    #feature .breadcrumb {
        display: block;
    }

    #feature .breadcrumb li {
        font-size: 1.5em;
    }

    /* Product - Tabs */
    #feature #tabs {
        display: none;
    }

    /* Product - Buttons */
    #feature .flyer_button img {
        display: none !important;
    }

    /* Content */
    #content {
        width: auto;
        padding: 1.7em;
        float: none;
        margin: 1.2em;
        background: #FFF;
    }

    #content .widecolumn {
        margin-right: 10px;
    }

    #content .middlecolumn {
        width: auto !important;
        float: none !important;
    }

    #content .rightcolumn {
        float: none !important;
        width: auto !important;
        display: none !important;
    }

    #content .rightcolumn .videos {
        display: none;
    }

    #content .promo-image {
        width: auto !important;
    }

    #content .promo-image img {
        width: 100%;
        height: auto !important;
    }

    /* Calendar - Cruises Page */
    #content .cruise-search-results {
        width: 100% !important;
        position: relative;
    }

    #content .cruise-search-results hr {
        display: none;
    }

    #content .cruise-search-results p.search-error {
        padding: 5px 15px !important;
    }

    #content .cruise-search-results li div.details h5, #content .cruise-search-results li div.details .h5heading {
        font-family: "Roboto Slab", Georgia, "times new roman", serif;
        font-size: 1.4em !important;
        line-height: 1.4em !important;

    }

    #content .cruise-search-results li div.details h5 a, #content .cruise-search-results li div.details .h5heading a {
        color: #3375ba;
    }

    #content .cruise-search-results .boarding-info {
        width: auto !important;
    }

    /* Content - Static */
    #static-content #content {
        padding: 1.7em;
        margin: 1.2em !important;
        font-size: 1.2em !important;
        position: relative;
    }

    #static-content #content .widecolumn {
        margin: 0 !important;
    }

    #static-content #content .leader .info.half {
        width: auto !important;
    }

    #static-content #content .widecolumn .faq-links li, #static-content #content .middlecolumn .faq-links li {
        width: 100%;
    }

    #static-content #content .widecolumn .faq-links li a, #static-content #content .middlecolumn .faq-links li a {
        width: auto;
        padding: 13px;
    }

    /* Content - Testimonials */
    #content .testimonial, #content .attribution {
        display: none;
    }

    /* Contact Us */
    #content .location {
        display: block !important;
        width: auto !important;
        min-height: 0 !important;
        padding-right: 0 !important;
    }

    /* Category Page - Grid */
    #content ul.gridnav {
        width: 100%;
    }

    #content ul.gridnav li .info h4, #content ul.gridnav li .info .h4heading {
        font-size: 1.2em;
    }

    #content ul.gridnav li .info h5, #content ul.gridnav li .info .h5heading {
        font-size: 0.9em;
    }

    #content ul.gridnav li {
        width: 48%;
        margin: 0 0px 35px 0;
        float: right !important;
    }

    #content ul.gridnav li img {
        width: 100% !important;
        height: auto !important;
    }

    #content ul.gridnav .clearrow {
        margin-right: 0;
        float: left !important;
    }

    #content ul.gridnav li .info p {
        display: none;
    }

    #content ul.gridnav .soldout .overlay {
        display: none;
    }

    /* Category Page - Grid - Half */
    #content .halfcol {
        width: 100%;
        margin-right: 0;
    }

    #content .halfcol h3, #content .halfcol .h3heading {
        margin-right: 0 !important;
    }

    #content .halfcol ul.gridnav li {
        float: right !important;
    }

    #content .halfcol ul.gridnav li:nth-child(odd) {
        float: left !important;
        clear: both !important;
    }

    #content .halfcol.clearrow {
        margin-right: 0;
    }

    /* Product Page */
    #content .widecolumn ul, #content .middlecolumn ul {

    }

    #content .middlecolumn #whatyouget {
        padding: 0 !important;
    }

    #content .middlecolumn #cruisedetails strong, #content .middlecolumn #whatyouget strong {
        /* background: #00285d !important;
        padding: 10px !important;
        color: #FFF !important;
        display: block; */
    }

    #content .middlecolumn #samplemenus {
        padding: 0 !important;

    }

    #content .middlecolumn #samplemenus h6, #content .middlecolumn #samplemenus .h6heading {
        background: #003771 !important;
        padding: 10px !important;
        color: #FFF !important;
        display: block;
        font-size: 1.25em !important;
        font-family: 'Roboto', 'Arial', helvetica, sans-serif !important;
    }

    /* Content -  Search */
    #content .cruise-search-results h4, #content .cruise-search-results .h4heading {
        background: #003771 !important;
        padding: 10px !important;
        color: #FFF !important;
    }

    #content .cruise-search-results li div.details {
        float: none !important;
        width: auto !important;
        clear: both;
    }

    #content .cruise-search-results li div.details .tax {
        display: block;
        padding-top: 5px;
    }

    #content .cruise-search-results li div.details div a {
        display: none;
    }

    #content .cruise-search-results li div.details a {
        display: block;
        font-size: 1.15em;
        line-height: 1em;
        padding-bottom: 11px;
    }

    #cruise-search .detailtext .form-field {
        float: none !important;
    }

    #cruise-search #fld-date-range {
        margin-left: 0 !important;
    }

    #cruise-search #fld-date-range input[type="submit"] {
        width: 100%;
    }

    #cruise-search #fld-dates {
        margin-top: 10px !important;
    }

    #content .cruise-search-results ul {
        margin: 10px 0 0 !important;
    }

    #content .widecolumn.cruise-search-results ul li, #content .middlecolumn .cruise-search-results ul li {
        border-bottom: 1px solid #EEE !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }

    #content .middlecolumn .cruise-search-results li div.details {
        margin: 0 auto !important;
        width: auto !important;
    }

    #content .cruise-search-results li div.book-now {
        float: none !important;
        width: auto !important;
        margin-top: 14px !important;
    }

    #content .cruise-search-results li .blue-button {
        width: 100% !important;
        text-align: center !important;
    }

    /* Cruise Form */
    #cruise-search-form .ui-datepicker td span, #cruise-search-form .ui-datepicker td a {
        font-size: 12px !important;

    }

    #cruise-search-form .ui-datepicker td .ui-state-active {
        color: #ef5803;
    }

    #cruise-search-form .ui-datepicker .ui-datepicker-calendar th {
        font-size: 12px !important;
    }

    .ui-selectmenu-menu ul {
        width: 250px !important;
    }

    .ui-datepicker, .ui-selectmenu-dropdown {
        width: 100% !important;
        padding: 0 !important;
    }

    #cruise-search-form .ui-widget-content {
        background: #dfe7ec;
    }

    .description #cruise-search-form .ui-widget-content {
        padding: 10px !important;
    }

    #cruise-search-form #datepicker {
        font-size: 1em !important;
    }

    #datepicker .no-cruises a {
        color: #003771;
    }

    /* Homepage */
    .demo {
        padding: 1.7em !important;
        text-align: center;
    }

    .demo h2, .demo .h2heading {
        line-height: 1.1em;
    }

    #flag {
        display: none;
    }

    .summary {
        width: auto !important;
        padding: 0 !important;
    }

    .summary p {
        text-align: center !important;
    }

    .inner {
        width: auto !important;
        padding: 0 !important;
    }

    .switch a {
        font-size: 1.2em;
        display: none !important;
    }

    /* Homepage - Promo */
    #promo-bar {
        display: none !important;
    }

    /* Cruise Now */
    #splash {
        height: auto !important;
    }

    #splash .splashnav {
        width: auto !important;
        float: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding-top: 10px !important;
        height: auto !important;
    }

    #splash .splashnav h3, #splash .splashnav .h3heading {
        padding-top: 0 !important;
    }

    #splash .splashnav h3.active, #splash .splashnav .h3heading.active {
        padding-top: 10px !important;
    }

    #splash .splashnav .details {
        height: auto !important;
    }

    #splash .splashnavitem {
        width: 92% !important;
        float: none !important;
        display: inline-block !important;
        text-align: center;
        font-size: 1.2em !important;
        margin: 1.2em !important;
    }

    #splash .splashnav #btn-learn-more {
        margin: 0 !important;
        display: inline-block !important;
        text-align: center !important;
        width: 100% !important;
    }

    #splash .splashnav #cruise-search-form_port-button {
        width: 98% !important;
    }

    /* Featured Buttons */
    #featured-buttons {
        width: auto;
        background: #FFF;
        margin: 1.2em;
        padding: 20px 0 10px;
    }

    /* Press Releases */
    #press_release_list #controls #city {
        width: auto !important;
    }

    #press_release_list #controls p {
        width: auto !important;
    }

    #press_release_list .repeater .headline {
        width: auto !important;
    }

    /* Press Coverage */
    #content ul.mediagrid li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #content ul.mediagrid li .info {
        width: auto !important;
    }

    #content ul.mediagrid li a {
        float: left;
        max-width: 100%;
    }

    /* Fleet Page */
    #content h6.griddivider, #content .h6heading.griddivider {
        margin-right: 0 !important;
    }

    #content .floorplans img {
        width: 100%;
        height: auto !important;
    }

    /* Video Tab */
    #content .videos iframe {
        width: 100% !important;
    }

    /* Full Content Page */
    #content-full {
        background: #FFF;
    }

    /* RFP Form */
    .rfp-form .required {
        float: left;
        padding-right: 5px;
        padding-left: 0;
    }

    .rfp-form input, .rfp-form select, .rfp-form textarea {
        margin-left: 0;
        padding: 3px 4px;
        width: 100%;
    }

    .rfp-form textarea {
        width: 100%;
    }

    /* Footer
    ---------------------------------------------------------- */
    .footer {
        background: #0a213d;
        padding: 1.2em;
    }

    /* Footer - Sign Up */
    .footer .sign-up {
        margin: 15px auto 0;
        text-align: center;

    }

    .footer .sign-up h3, .footer .sign-up .h3heading {
        color: #FFF;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto 10px;
    }

    .footer .sign-up label {
        display: none;
    }

    .footer .sign-up #Email {
        padding: 2px 10px;
        height: 33px;
        font-size: 14px;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        border: 1px solid #f2f2f2;
        border-radius: 0;
    }

    /* Footer - Social */
    .footer .social-media {
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }

    .footer .social-media li {
        display: inline-block;
        padding-right: 20px;

    }

    .footer .social-media li:last-child {
        padding-right: 0;
    }

    /* Footer - Links */
    .footer .links {
        text-align: center;
        margin: 25px 20px;
    }

    .footer .links li {
        display: inline-block;
        line-height: 1.9em;

    }

    .footer .links li a {
        color: #FFF;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;

    }

    .footer .links li a:after {
        content: "|";
        padding: 0 7px;
    }

    .footer .links li:last-child a:after {
        content: "";
    }

    .footer .links li a:hover {
        text-decoration: underline;
    }

    .footer .number {
        background: #ef5803;
        display: block;
        color: #FFF;
        padding: 10px 0;
        text-decoration: none;
        text-align: center;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 20px 15px;
        font-size: 14px;
    }

    .footer .number:hover {
        background: #f25b06;
    }

    /* Affiliates */
    .affiliates {
        background: #FFF;
        padding: 1.2em;
        padding-top: 20px;
    }

    .affiliates ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .affiliates ul li {
        display: inline-block;
        padding-right: 8px;
        margin-bottom: 10px;
    }

    .affiliates ul li:last-child {
        padding-right: 0;
    }

    .affiliates ul .hornblower {
        display: block;
        margin-bottom: 10px;
    }

    .affiliates ul li a {

    }

    .copyright {
        text-align: center;
        color: #6a6c6e;
        font-size: 13px;
        font-family: 'Roboto', 'Arial', Helvetica, sans-serif;
        padding-bottom: 20px;
        background: #FFf;
    }

    /* Footer */
    #footer, #copyright {
        display: none;
    }

    /* Fancy Box */
    .fancybox-wrap, .fancybox-inner, .fancybox-outer {
        width: 85% !important;
        background: #FFF !important;
    }

    .fancybox-inner, .fancybox-skin {
        background: #FFF !important;
    }

}

/* CSS Spinner */
.overlay-spinner {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
}

.spinner {
    font-size: 50px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.spinner.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spinner .spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.5em;
    background-color: transparent;
    -webkit-transform-origin: center -0.2222em;
    -ms-transform-origin: center -0.2222em;
    transform-origin: center -0.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
    animation: spinner-fade 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
    -webkit-animation-delay: 0.083s;
    animation-delay: 0.083s;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
    -webkit-animation-delay: 0.166s;
    animation-delay: 0.166s;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
    -webkit-animation-delay: 0.249s;
    animation-delay: 0.249s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
    -webkit-animation-delay: 0.332s;
    animation-delay: 0.332s;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
    -webkit-animation-delay: 0.415s;
    animation-delay: 0.415s;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
    -webkit-animation-delay: 0.498s;
    animation-delay: 0.498s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
    -webkit-animation-delay: 0.581s;
    animation-delay: 0.581s;
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
    -webkit-animation-delay: 0.664s;
    animation-delay: 0.664s;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
    -webkit-animation-delay: 0.747s;
    animation-delay: 0.747s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
    -webkit-animation-delay: 0.83s;
    animation-delay: 0.83s;
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
    -webkit-animation-delay: 0.913s;
    animation-delay: 0.913s;
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.crt-feed-container .crt-logo { color: #595959; }
.crt-post-v2 .crt-post-read-more .crt-post-read-more-button { color: #454545 !important; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { background-color: #ffffff;
    color: #000000; }
.ui-datepicker .ui-datepicker-prev.ui-state-hover span, .ui-datepicker .ui-datepicker-next.ui-state-hover span { background-color: inherit; }

#content .location a { color: #235080 !important; }
#content .widecolumn .h5heading { font-size: 1.4em; color: #003771; margin: 1em 0 .666em;
    line-height: 1.1em; }
.gsst_a .gscb_a { color: #2350A9 !important; }

#content .halfcol .h3heading {
    font-family: roboto slab, Georgia, times new roman, serif;
    font-size: 2.3em;
    color: #003771;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #003771;
    margin-bottom: 16px;
    line-height: 1em;
    margin-right: 40px;
}

#content .widecolumn .h1heading, #content .widecolumn .h2heading, #content .widecolumn .h3heading,
#content .widecolumn .h4heading, #content .widecolumn .h5heading, #content .widecolumn .h6heading {
        color: #003771;
        margin: 1em 0 .666em;
        line-height: 1.1em;
    /*font-weight: bold;*/
}
#content .widecolumn .h3heading { font-size: 1.8em; }
#content .widecolumn .h2heading { font-size: 2em; }

