/*prime styles*/

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiboldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 14px;
}

html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    background: none;
}

body {
    margin: 0;
    padding: 0;
    color: #444;
    font: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font-weight: 100;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
    color: #000;
    overflow: auto;
}

label {
    vertical-align: middle;
}

button, input {
    width: auto;
    overflow: visible;
}

/*h1, h2, h3, h4, h5, h6, b, strong, th{font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;}*/
h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
}

i, cite, em, var, dfn, address {
    font-style: italic;
}

u, ins {
    text-decoration: underline;
}

s, strike, del {
    text-decoration: line-through;
}

blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table, caption, tbody, tfoot, thead, tr, th, td {
    border-spacing: 0;
}

th, td {
    border: 1px solid #ccc;
    padding: 3px 7px;
    text-align: left;
    vertical-align: top;
}

th {
    border-color: #999;
    text-align: center;
    vertical-align: middle;
}

ul li, ol li {
    list-style-position: inside;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

.features .block .title {
    background: url(../images/bg-title-features.png);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 4px;
    width: 305px;
}

.hotel-details strong.title {
    color: #888;
}

.hotel-details strong.detail {
    color: #888;

}

strong.title2 {
    color: #fff !important;
    font-weight: 800;
    background: url(../images/bg-title-hotel-gallery.png);
    padding: 6px 6px 9px 10px;
    font: 12px 'OpenSans', Arial, Helvetica, sans-serif;
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 300px;
    word-spacing: -.5px;
}

.features .block .title a {
    color: #fff;
}

/* Group Quote edit */
#content h2 {
    color: #f28d4a;
    font: 16px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    /* padding-top: 5px; added*/
}

#content h2 a {
    color: #028fc8;

}

/* map */
.map p {
    margin: 0 0 15px;
}

.map-place-lolder {
    width: 654px;
    height: 721px;
    /* overflow:hidden; */
    border: 1px solid #bababa;
}

.map-place-lolder img {
    vertical-align: top;
}

/* hotel detail */
#content .hotel-details h2 {
    margin: 0;
}

.hotel-details .block {
    overflow: hidden;
    margin: 0 0 27px;
}

.hotel-details .block .holder {
    overflow: hidden;
}

.hotel-details p {
    margin: 0 0 13px;
}

/* services */
ul.services {
    list-style-type: none;

}

.services {
    margin: 0 0 12px;
    padding: 0;
    overflow: hidden;
}

.services li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    list-style: none;
}

.services li:first-child {
    padding: 0;
    margin: 0 2.5px 0 0;
}

.services span:last-child {
    padding: 0 0 0 0;
}

.services span {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/hotel_icons/ico-services.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.services .rest {
    background-position: 0 0;
}

.services .pool {
    background-position: -27px 0;
}

.services .fitness {
    background-position: -54px 0;
}

.services .spa {
    background-position: -80px 0;
}

.services .wifi {
    background-position: -108px 0;
}

.services .air {
    background-position: -135px 0;
}

.services .nosmoke {
    background-position: -162px 0;
}

.hotel-details .holder .title {
    font: 13px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1px;
    /* add kk 20130122 */
    color: #888;
}

.hotel-details .featuring-list, .photo-contest .photo-list {
    margin: 0 0 17px;
    padding: 0;
}

.hotel-details .featuring-list li {
    list-style: none;
    background: url(../images/bullet-blac-hotel-details.png) no-repeat 0 5px;
    padding: 0 0 1px 10px;
    margin: 0;
    list-style-position: outside;
}

/* photo contest */
.photo-contest .photo-list li, .slideContent .photo-list li {
    list-style: none;
    background: url(../images/bullet-blac-hotel-details.png) no-repeat 0 5px;
    padding: 0 0 6px 10px;
    margin: 0;
    list-style-position: outside;
}

.photo-contest .photo-list a {
    color: #028fc8;
}

.photo-contest h3 {
    background: url(../images/open.png) no-repeat 0 3px;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.photo-contest h3.close {
    background: url(../images/close.png) no-repeat 0 3px;
}

.photo-contest h3:hover {
    color: #0da7e5 !important;
}

.photo-contest h2 a {
    font-size: 1.4em;
}

.photo-contest .slideContent p {
    padding: 0 0 0 30px;
}

.photo-contest .slideContent .photo-list {
    padding: 0 0 6px 30px;
}

ul.contest-rules {
    display: block;
    list-style-type: none;
}

ul.contest-rules li {
    list-style-type: none;
    float: left;
    padding: 0 0 7px 0;
    font-weight: 700;
    *width: 200px;
}

ul.contest-rules li.one {
    padding: 0 15px 0 0;
    clear: both;
    float: left;
    text-align: left;
    width: 300px;
    font-weight: 700;
}

ul.contest-rules li.one:last-child {
    padding: 7px 15px 0 0;
}

ul.contest-rules li span.red, ul.contest-rules li.one span.red {
    font-weight: 700;
    padding: 0 4px 0 0;
    color: #c11631;
}

ul.contest-rules li.one span {
    font-style: italic;
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

ol.photo-contest-order {
    margin: 0 0 7px 15px;
}

ol.photo-contest-order li {
    padding: 0 0 7px 0;
    font-weight: 700;
}

/* Photo Contest Winners */
div.main-photo-con-win p.byline {
    font-size: .97em !important;
    float: left;
    padding: 5px 0 10px 0;
    clear: left;
    color: #0a93ca;
}

div.main-photo-con-win p.winner-body {
    clear: left;
    padding: 0 0 10px 0;
    margin: 0 auto 10px;
}

div.main-photo-con-win p.fan-body {
    width: auto;
}

div.main-photo-con-win img {
    float: left;
    padding: 0 8px 0 0;
}

/* right */
div.main-photo-con-win div.right img.right {
    padding: 0 0 0 8px;
    float: left;
}

div.main-photo-con-win div.right p.fan-body {
    width: 420px;
    float: left;
}

div.main-photo-con-win div.right p.byline {
    font-size: .80em !important;
    padding: 0 0 0 430px;
    clear: left;
    width: 80px;

}

div.main-photo-con-win p.fan-body {
    clear: none;
}

div.main-photo-con-win h3 {
    color: #0278a8 !important;
    font-weight: 900 !important;
    font-size: 1.4em !important;
}

div.main-photo-con-win p.strong {
    font-weight: 900;
    width: 85%;
}

div.main-photo-con-win p.grand {
    font-weight: 900;
}

/* kk alter - add specificity, 's' 1-3 */

.hotel-details .star-ratings {
    padding: 5px 0 0;
}

.hotel-details-tabs .tab {
    padding: 24px 0 0;
}

#content .hotel-details-tabs .tab h2 {
    margin: 0 0 8px;
}

.overview .overview-block {
    text-align: center;
    font-family: 'Enriqueta', serif;
    padding: 14px 0 42px;
}

.overview .overview-block strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #5d9833;
    margin: 0 0 6px;
}

.overview .overview-block span {
    font-size: 12px;
    font-style: italic;
    display: block;
    color: #444;
}

/* available-at-this */
#content .package-detail .available-at-this h2 {
    margin: 0 0 0;
}

/* add for static hotel map */
.planing strong.title {
    color: #028fc8;
}

.btn-amenities {
    background: url(../images/bg-btn-amenities.png) repeat-x;
    float: left;
    font: 12px/26px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    height: 26px;
    color: #0181b5;
    padding: 0 26px;
    border-radius: 5px;
    margin: 0 0 0 17px;
}

#content h3 {
    color: #444;
    font-weight: 800;
    font: 14px/18px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.ferry-map-tabs {
    padding: 16px 0 0;
    margin: 0 0 -35px;
}

.ferry-map-tabs .map {
    padding: 13px 0 0;
}

.ferry-map-tabs .map strong {
    display: block;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

.ferry-map-tabs .map span {
    display: block;
    margin: 0 0 6px;
}

.ferry-map-tabs .map-place-holder {
    overflow: hidden;
    width: 654px;
    height: 254px;
    border: 1px solid #b7b7b7;
    margin: 0 0 28px;
}

.ferry-map-tabs .map-place-holder img {
    vertical-align: top;
}

#content .ferry-map-tabs h3 {
    margin: 0 0 9px;
}

.ferry-map-tabs p {
    margin: 0 0 17px;
}

.ferry-map-tabs .attention-block {
    padding: 10px 0 18px;
}

.ferry-map-tabs .attention-holder {
    background: url(../images/ico-attention-1.png) #f3f3f3 no-repeat 21px 22px;
    font-size: 13px;
    border: 1px solid #c41230;
    padding: 14px 10px 18px 79px;
    margin: -13px 0 0;
}

.ferry-map-tabs .attention-holder p {
    margin: 0;
}

.ferry-map-tabs .section {
    padding: 0 0 29px;
    overflow: hidden;
}

.ferry-map-tabs .sub-section {
    padding: 0 0 21px;
    overflow: hidden;
}

.ferry-map-tabs .parking strong {
    display: block;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.ferry-map-tabs .parking strong span {
    font-weight: normal;
}

.ferry-map-tabs .parking dl {
    overflow: hidden;
    margin: 0;
    padding: 0 0 12px;
}

.ferry-map-tabs .parking dt {
    float: left;
    width: 108px;
}

.ferry-map-tabs .parking dd {
    overflow: hidden;
    margin: 0;
}

.ferry-map-tabs .parking dd a {
    color: #028fc8;
}

/* id-requirements */
#content .id-requirements h2 {
    margin: 0 0 8px;
}

.id-requirements .atention-block {
    background: #f3f3f3;
    border: 1px solid #c41230;
    padding: 15px 23px 3px;
    margin: 0 0 11px;
}

.id-requirements p {
    margin: 0 0 24px;
}

.id-requirements .atention-block .title {
    background: url(../images/ico-attention-2.png) no-repeat;
    display: block;
    font: 14px/26px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #c41230;
    padding: 0 0 1px 50px;
    margin: 0 0 7px;
}

.id-requirements .atention-block ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}

.id-requirements .atention-block li {
    background: url(../images/bullet-ul-attention.png) no-repeat 0 4px;
    padding: 0 0 10px 18px;
    list-style: none;
    list-style-position: outside;
}

#accordion {
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
}

#accordion li {
    background: url(../images/bg-accordion.png) #fff repeat-x 0 100%;
    list-style: none;
    list-style-position: outside;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 12px 17px 0 18px;
    overflow: hidden;
    height: 1%;
    margin: 0 0 9px;
}

#accordion .block {
    overflow: hidden;
    padding: 0 0 13px;
}

#accordion li.active .block {
    padding: 0 0 23px;
}

#accordion .block strong {
    font: 16px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    display: block;
    color: #028fc8;
    padding: 0 40px 0 0;
}

#accordion a.opener {
    float: right;
    background: url(../images/arros-accordion.png) no-repeat 0 -20px;
    width: 21px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

#accordion li.active a.opener {
    background-position: 0 0;
    margin: 2px 0 0;
}

#accordion li.active {
    padding: 19px 16px 2px 18px;
    background: none;
}

#accordion p {
    margin: 0 0 14px;
}

#content .id-requirements .more-info h3 {
    margin: 0 0 4px;
}

.id-requirements .more-info p {
    margin: 0 0 14px;
}

.id-requirements .more-info .col-holder {
    overflow: hidden;
    padding: 14px 0 8px;
}

.id-requirements .more-info .col-holder .col {
    float: left;
    width: 325px;
    margin: 0 0 0 2px;
}

/* added in by Clipper for the Discover Clipper template */
.id-requirements .more-info .col-holder .col-dscvr {
    float: left;
    width: 325px;
    margin: 0 0 0 2px;
}

.id-requirements .more-info .col-holder .col-dscvr:first-child {
    margin: 0;
}

.id-requirements .more-info .col-holder .col:first-child {
    margin: 0;
}

.id-requirements .more-info .col-holder .title {
    display: block;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    margin: 0 0 4px;
}

.id-requirements .more-info .col-holder ul {
    margin: 0;
    padding: 0;
    display: block;
}

.id-requirements .more-info .col-holder li {
    list-style: none;
    padding: 5px 0 7px;
    list-style-position: outside;
}

.id-requirements .more-info .col-holder ul ul li {
    background: url(../images/bullet-blue.png) no-repeat 0 6px;
    padding: 0 0 0 9px;
    list-style-position: outside;
    overflow: hidden;
}

.id-requirements .more-info .col-holder a {
    color: #028fc8;
}

.id-requirements .more-info .col-holder ul ul li a {
    float: left;
}

/* seattle */

/*.settle-tabs .list .price{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 8px 51px;
	width:60px;
}*/

/* REVISED PACKAGE DETAIL TEMPLATE 20130219 */
.list .section p {
    text-transform: none;
}

.package-detail .events .activity-detail-template .activity .section p {
    overflow: hidden;
    padding: 0 0 5px 6px;
}

.package-detail .events .activity-detail-template .activity .section {
    padding: 0 0 2px !important;
}

.package-detail .events .section li a {
    background: none !important;
    text-transform: none;

}

.package-detail .events .section p {
    background: none;
    list-style: none;
    clear: both;
    padding: 10px 0 0 0;

}

.events .hotel-details-tabs .tabset li {
    list-style: none outside none;

}

.package-detail .events .hotel-details-tabs .tabset li {
    list-style: none outside none;
    background: none;
    float: left;
    list-style: none outside none;
    margin: 0 3px 0 0;
    padding: 0;
}

.events .hotel-details-tabs .tabset li a {
    color: #fff !important;

}

.events .hotel-details-tabs .tabset li.active a {
    color: #444 !important;

}

.package-detail .events .section li a {
    background: url("../images/bullet-blue-big.png") no-repeat scroll 0 7px transparent;
    list-style: none outside none;

}

.package-detail .events .section .title {
    margin-top: 0;
    overflow: visible;

}

/* Adjust Inclusions tab package detail and activity tab detail */

/* available */
#include .list h1 {
    font-size: 18px;
    padding: 10px 0;
    text-transform: capitalize;
}

.events .activity-detail-template h1 {
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif !important;
    color: #8781bd !important;
    font-size: 18px !important;
    padding: 0;
    text-transform: capitalize;
}

#include .list .available, .events .activity-detail-template .available {
    margin: 0 0 15px 0;
}

#include .list .available h2 {
    margin: 0 0 5px;
    text-transform: capitalize;
}

#include .list .available .holder, .events .activity-detail-template .available .holder {
    padding: 0 0 0 0;
}

#include .list .available .holder p, .events .activity-detail-template .available .holder p {
    padding: 0 0 0 6px;
}

.available p {
    margin: 0;
}

/* duration */
#include .list .duration, .events .activity-detail-template .duration {
    margin: -5px 0 20px;
}

#include .list .duration h2, .events .activity-detail-template .duration h2 {
    text-transform: capitalize;
    margin: 0 0 5px;
}

#include .list .duration .holder, .events .activity-detail-template .duration .holder {
    padding: 0 0 0 0;
}

.duration .holder p, .events .activity-detail-template .duration .holder p {
    margin: 0;
    padding: 0 0 0 6px;
}

/* what-included */
#include .list .what-included {
    margin: 0 0 13px;
}

#sidebar .what-included h2 {
    margin: 0 0 5px;
    text-transform: capitalize;
}

#include .list .what-included ul, .events .activity-detail-template .what-included ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

#include .list .what-included li, .events .activity-detail-template .what-included li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    background: url('../images/caret_kk.png') no-repeat 0 6px;
    /* #endregion */
    padding: 0 0 8px 10px;
}

/* block-notes */
#include .list .block-notes, .events .activity-detail-template .block-notes {
    /*border-bottom:1px solid #bcbbbb; */
    padding: 0 10px 0 0;
    margin: 0 0 10px;
    border: none;
    font-family: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif;
}

#include .list .block-notes h2, .events .activity-detail-template .block-notes h2 {
    text-transform: capitalize;
    margin: 0 0 5px;
}

#include .list .block-notes ul, .events .activity-detail-template .block-notes ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    background: none;
}

#include .list .block-notes ul li, .events .activity-detail-template .block-notes ul li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    /* background: url('../images/caret_kk.png') no-repeat 0 6px; */
    /* #endregion */
    padding: 0 0 5px 3px;
    background: none;
}

/* block-terms */
#include .list .block-terms, .events .activity-detail-template .block-terms {
    padding: 0 0 20px;
    font-family: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif;

}

#include .list .block-terms h2, .events .activity-detail-template .block-terms h2 {
    margin: 0 0 5px;
    text-transform: capitalize;
}

#include .list .block-terms ul, .events .activity-detail-template .block-terms ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

#include .list .block-terms li, .events .activity-detail-template .block-terms li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    /*background: url('../images/caret_kk.png') no-repeat 0 6px;*/
    /* #endregion */
    padding: 0 0 5px 6px;
    background: none;
    font-family: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif;
}

.package-detail {
    font-family: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif !important;
}

.package-detail .events .activity-detail-template a {
    padding-bottom: 15px !important;
}

.activity .section .h2 {
    color: #f28d4a;
    font: 16px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

/* end revised templates */

/* kk add link color to title 12-17 */

#content .col p.spice a {
    color: #028fc8 !important;
    font-weight: 600;
}

/* package-detail */
#content .package-detail h2 {
    margin: 0 0 10px;
    padding: 7px 0 10px 0;
}

.package-detail .block {
    /*overflow:hidden;*/
    margin: 0 0 25px;

}

.package-detail .hotel-gallery .btn-next,
.package-detail .hotel-gallery .btn-prev {
    top: 67px;
}

.package-detail .block .holder {
    overflow: hidden;
    /* alter 11-30
	padding: 80px 0 0;*/
    padding: 0;
}

.package-detail .block .holder p {
    margin: 0;
    margin: 0 0 10px 0

}

/* add specificity kk 20130121 */
.holder strong.title {
    color: #fff;
}

.footer-columns strong.title {
    color: #fff;
}

.section .holder strong.title {
    color: #444;
    overflow: visible;
}

.events li {
    background: url(../images/bullet-blue-big.png) no-repeat 0 7px;
    padding: 0 0 1px 9px;
    list-style: none;
    list-style-position: outside;
    display: block;
}

/*kk add 11-29*/
.events li ul li:first-child {
    margin: 8px 0 0 20px;
}

.events li ul li {
    margin: 0 0 0 20px;
    list-style: none;
    list-style-position: outside;
    background: url("../images/bullet-blue-big-open.png") no-repeat 0 7px;
    padding: 0 0 0 14px;
}

.package-detail .more-activities li {
    list-style: none;
    max-width: 230px;
    padding: 6px 0 4px 10px;
    margin: 0;
    float: left;
}

.package-detail .teaser-pic li {
    list-style: none;
    max-width: 230px;
    padding: 6px 0 4px 10px;
    margin: 0;
    float: left;
}

/* schedules-fares */
.schedules-fares {
    padding: 0 0 15px;
}

#content .schedules-fares h2 {
    overflow: hidden;
    padding: 0 0 3px;
    margin: 0;
}

#content .schedules-fares h2 span {
    font: 18px/23px 'OpenSansSemiboldItalic', Arial, Helvetica, sans-serif;
}

.schedules-fares p {
    margin: 0 0 16px;
}

/* schedules-table */
.schedules-table {
    padding: 11px 0 18px;
}

.schedules-table table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.schedules-table tr {
    padding: 0;
    margin: 0;
}

.schedules-table th {
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    border: none;
}

.schedules-table th span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px 0;
}

.schedules-table th strong {
    display: block;
    font: 14px/16px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-transform: none;
}

.schedules-table th.period {
    width: 214px;
    padding: 0 2px 0 0;
}

.schedules-table th.sdepart {
    width: 102px;
    padding: 0 7px 0 1px;
}

.schedules-table th.varrive {
    width: 102px;
    padding: 0 9px 0 0;
}

.schedules-table th.vdepart {
    width: 101px;
    padding: 0 0 0 8px;
}

.schedules-table th.sarrive {
    width: 101px;
    padding: 0 0 0 7px;
}

.schedules-table th.period span {
    font: 20px/29px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    display: block;
    border-bottom: 2px solid #8781bd;
    padding: 3px 0 2px 9px;
}

.schedules-table .sdepart,
.schedules-table .vdepart {
    border-left: 1px solid #ccc;
}

.schedules-table th a {
    background: url(../images/arrow-schedules-table.png) no-repeat;
    background-position: 82px 13px;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #919191;
    color: #444;
    padding: 3px 0 2px;
}

.schedules-table th.sdepart a {
    padding: 3px 0 2px 9px;
}

.schedules-table th span.holder {
    display: block;
    border-bottom: 2px solid #919191;
    padding: 3px 0 2px 2px;
}

.schedules-table td {
    padding: 0;
    margin: 0;
    border: none;
}

.schedules-table td.period {
    width: 205px;
    padding: 10px 2px 9px 9px;
}

.schedules-table td.sdepart {
    width: 93px;
    padding: 10px 7px 9px 10px;
}

.schedules-table td.varrive {
    width: 98px;
    padding: 10px 9px 9px 4px;
}

.schedules-table td.vdepart {
    width: 101px;
    padding: 10px 0 9px 8px;
}

.schedules-table td.sarrive {
    width: 101px;
    padding: 10px 0 9px 7px;
}

.schedules-table .pink td {
    background: #f3f2f2;
}

.schedules-table .pink td.period {
    width: 205px;
    padding: 5px 2px 6px 9px;
}

.schedules-table .pink td.sdepart {
    width: 93px;
    padding: 5px 7px 6px 10px;
}

.schedules-table .pink td.varrive {
    width: 98px;
    padding: 5px 9px 6px 4px;
}

.schedules-table .pink td.vdepart {
    width: 101px;
    padding: 6px 0 5px 8px;
}

.schedules-table .pink td.sarrive {
    width: 101px;
    padding: 6px 0 5px 7px;
}

.schedules-table td.period span {
    background: url(../images/ico-premium.png) no-repeat 100% 5px;
    padding: 0 17px 0 0;
    margin: 0;
    border: none;
}

.schedules-table .green td {
    color: #5d9833;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.schedules-fares .block-btn {
    text-align: center;
    padding: 0 4px 0 0;
}

.schedules-fares .block-btn .btn-start-planing, {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 11px 74px 12px;
}

/* kk add for slideToggle */
.price-block .block .planing a.plan_btn {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 11px 150px 12px;
    margin: 0 0 -10px 8px;
}

/* web specials start planning slideToggle
/* kk add 20130813 */

div.ferry-map p a.btn-star-paling {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 11px 80px 12px;
    margin: 0 auto 50px 140px;
    cursor: pointer;
    width: 250px;
}

.clip_start {
    margin: 0 auto 1em auto;
}

/* hotel fancybox adds */
.col-holder .amenities {
    float: left;
    overflow: hidden;
    margin: 3px 15px 0 0;
    padding: 0 0 0 0;
}

.amenities ul {
    padding: 0 30px 0 0;

}

.amenities li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* end fancybox adds */

/* round-including-whale */
.schedules-fares .prices {
    height: 1%;
}

.schedules-fares .prices:after {
    content: "";
    display: block;
    clear: both;
}

.schedules-fares .round-ferry-only,
.schedules-fares .round-including-whale {
    padding: 12px 0 0;
}

.schedules-fares .round-ferry-only,
.schedules-fares .round-including-whale table {
    width: 100%;
}

.schedules-fares .round-ferry-only th.period,
.schedules-fares .round-including-whale th.period {
    border-bottom: 2px solid #919191;
    padding: 5px 0 3px 0;
    width: 286px;
}

.schedules-fares .round-ferry-only th.period span,
.schedules-fares .round-including-whale th.period span {
    width: 216px;
    display: block;
    font: 20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 0 0 9px 10px;
    border-bottom: 2px solid #4e4e4e;
    margin: 0 0 -5px;
}

.schedules-fares .round-ferry-only th.duration,
.schedules-fares .round-including-whale th.duration {
    width: 129px;
    padding-left: 14px;
    *width: 140px;
    color: #8781bd;
}

.schedules-fares .round-ferry-only .adults,
.schedules-fares .round-including-whale .adults {
    padding-left: 47px;
    width: 92px;
}

.schedules-fares .round-ferry-only th.child,
.schedules-fares .round-including-whale th.child {
    padding-left: 9px;
    width: 93px;
}

.schedules-fares .round-ferry-only td.period,
.schedules-fares .round-including-whale td.period {
    width: 275px;
}

.schedules-fares .round-ferry-only td.day7,
.schedules-fares .round-including-whale td.day7 {
    width: 62px;
    padding-right: 0;
}

/* one-including-whale */
.schedules-fares .search-only,
.schedules-fares .one-ferry-only,
.schedules-fares .one-including-whale {
    padding: 12px 0 0;
}

.schedules-fares .search-only table,
.schedules-fares .one-ferry-only table,
.schedules-fares .one-including-whale table {
    width: 100%;
}

.schedules-fares .search-only th.period,
.schedules-fares .one-ferry-only th.period,
.schedules-fares .one-including-whale th.period {
    border-bottom: 2px solid #919191;
    padding: 5px 0 3px 0;
    width: 286px;
}

.schedules-fares .search-only th.period span,
.schedules-fares .one-ferry-only th.period span,
.schedules-fares .one-including-whale th.period span {
    width: 216px;
    display: block;
    font: 20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 0 0 9px 10px;
    border-bottom: 2px solid #4e4e4e;
    margin: 0 0 -5px;
}

.schedules-fares .search-only .period,
.schedules-fares .one-ferry-only .period,
.schedules-fares .one-including-whale .period {
    width: 327px;
}

.schedules-fares .search-only .adults,
.schedules-fares .one-ferry-only .adults,
.schedules-fares .one-including-whale .adults {
    width: 92px;
    padding-left: 135px;
}

.schedules-fares .search-only .child,
.schedules-fares .one-ferry-only .child,
.schedules-fares .one-including-whale .child {
    width: 93px;
    padding-left: 9px;
}

.prices .block-btn.san-juan {
    padding: 0 4px 0 0;
    text-align: center;
    margin: 0 0 -30px;
    position: relative;
}

/* web-specials */

.web-specials .entry {
    display: block;
    margin: 0 0 10px;
}

.specials-form {
    padding: 0;
    margin: 0 0 76px;
}

.specials-form .block {
    overflow: hidden;
    padding: 13px 0 0;
    margin: 0 0 32px;
}

.specials-form .block span.view {
    float: left;
    padding: 0 7px 0 0;
}

.specials-form .block select {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
    color: #444;
    width: 107px;
}

.specials-form .block .spec {
    padding: 0 0 0 5px;
}

/* kk alter 12-6 */
span.additional-sailing {
    color: #5D9833;
    font-style: italic;
    font-weight: 1000;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    margin: 0 0 0 90px;
    /* #endregion */
}

.specials-form .col-holder {
    overflow: hidden;
    margin: 0 0 20px;
}

.specials-form .col-holder .col {
    float: left;
    width: 313px;
    margin: 0 0 0 30px;
}

/* added in by Clipper for the Discover Clipper template*/
.specials-form .col-holder .col-dscvr {
    float: left;
    width: 313px;
    margin: 0 0 0 30px;
}

.specials-form .col-holder .col-dscvr:first-child {
    margin: 0;
}

.specials-form .col-holder .col:first-child {
    margin: 0;
}

#content .specials-form .col-holder h3 {
    font: 22px/26px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #565454;
}

.specials-form .col-holder .col > span {
    display: block;
    color: #565454;
    font-style: italic;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 0 3px 4px 0;
}

/* added in by Clipper for the Discover Clipper template */
.specials-form .col-holder .col-dscvr > span {
    display: block;
    color: #565454;
    font-style: italic;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 0 3px 4px 0;
}

.specials-form table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.specials-form td {
    padding: 8px 0;
    margin: 0;
    border: none;
    height: 16px;
}

.specials-form tr:first-child td {
    padding-top: 10px;
}

.specials-form .grey td {
    height: 16px;
    padding: 9px 0;
    background: #f0f0f0;
    text-align: left;
}

.specials-form td.date {
    padding-left: 8px;
    width: 76px;
}

.specials-form td.day {
    width: 57px;
}

.specials-form td.time {
    width: 101px;
}

.specials-form td.price {
    padding-left: 10px;
    width: 59px;
}

.specials-form .black td {
    color: #0e640e; /* changed to green 11-27-12 */
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.specials-form .btn-block {
    text-align: center;
}

.specials-form input[type="submit"] {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    height: 43px;
    padding: 0 70px 0;
    border: none;
    cursor: pointer;
}

/* navigation */
.navigation {
    margin: 0 0 23px;
    padding: 6px 0 0;
    overflow: hidden;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.navigation li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0 0 7px;
}

.navigation .active a {
    text-decoration: none;
    color: #898989;
}

/* sidebar web-specials */
#sidebar .web-specials {
    overflow: hidden;
    margin: 0 0 20px;
}

#sidebar .btn-web-specials {
    background: url(../images/bg-btn-web-specials.png) #fff repeat-x 0 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: 18px/30px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    color: #0181b5;
    padding: 7px 20px 8px 21px;
    margin: 0 0 8px;
    cursor: pointer;
}

#sidebar .web-specials .btn-web-specials {
    margin: 0 0 20px;
}

#sidebar .btn-web-specials span {
    display: block;
    background: url(../images/ico-specials.png) no-repeat;
    padding: 0 0 0 30px;
    height: 30px;
    text-align: right;
}

/* btn-things */
.btn-things {
    background: url(../images/bg-btn-web-specials.png) #fff repeat-x 0 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: 18px/30px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    color: #0181b5;
    padding: 7px 20px 8px 19px;
    margin: 0 0 20px;
    cursor: pointer;
}

.btn-things span {
    display: block;
    background: url(../images/ico-things.png) no-repeat 0 3px;
    padding: 0 0 0 30px;
    height: 30px;
    text-align: right;
}

/*  btn-vic-guar */
#sidebar a.btn-vic-guaran {
    background: url(../images/bg-btn-web-specials.png) #fff repeat-x 0 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: 15px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    color: #0181b5;
    padding: 7px 20px 8px 21px;
    cursor: pointer;
}

#sidebar a.btn-vic-guaran span {
    display: block;
    background: url(../images/ico-featured-list.png) no-repeat 0 -79px;
    padding: 0 0 0 40px;
    margin: 0;
    height: 41px;
    width: 200px;
    text-align: center;
}

/* holtel listing */
#sidebar .hotel-listing h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #444;
    margin: 0 0 5px;
}

.hotel-listing .heading {
    border-top: 1px solid #000;
    background: #ececec;
    padding: 6px 6px 8px;
}

.hotel-listing .heading ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
}

.hotel-listing .heading ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 13px;
}

.hotel-listing .heading ul li:first-child {
    margin: 0;
    /* add padding kk 12-14 */
    padding: 6px 0 0;
}

.hotel-listing .heading ul a {
    color: #444;
    display: block;
    padding: 6px 0 0;
}

/* hotel sort reliant kk alter 12-13 */
.hotel-listing .heading ul .location {
    color: #028fc8;
    background: url(../images/arrow-location.png) no-repeat 50% 0;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.hotel-listing .heading ul .active {
  font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.hotel-listing .heading ul .rating {
    color: #028fc8;
    background: none;
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

.none {
    display: none;
}

.hotel-listing .list {
    margin: 0;
    padding: 0 5px 0 1px;
    font-size: 12px;
    overflow: hidden;
}

.hotel-listing .list > li {
    list-style: none;
    list-style-position: outside;
    padding: 9px 0 11px;
}

.hotel-listing .list .title {
    font: 14px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    display: block;
    margin: 0 0 2px;
}

.hotel-listing .list .title a {
    color: #028fc8;
}

/* kk alter - add specificity, 's' 12-13 */
ul.star-ratings {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.star-ratings li {
    float: left;
    list-style: none;
    margin: 0 0 0 6px;
}

ul.star-ratings li:first-child {
    margin: 0;
}

ul.star-ratings a {
    display: block;
    background: url(../images/bg-star-rating.png) no-repeat;
    width: 15px;
    height: 22px;
    /* kk alter 20130116 */
    cursor: default;
}

ul.star-ratings li.active a {
    background-position: 0 -22px;
}

ul.star-ratings li.half a {
    background: url(../images/bg-star-rating_2.png) no-repeat;
    width: 15px;
    height: 22px;
}

.hotel-listing ul.star-ratings {
  margin-top: .5em;
}

/* #endregion /*

/* planing */

/* info-block */

.location {
    padding: 5px 0;
}

.location .map-placeholder {
    border: 1px solid #bababa;
}

.location .map-placeholder img {
    vertical-align: top;
    width: 100%;
}

/* upcoming-events */
.upcoming-events {
    padding: 5px 0 13px;
}

/* kk alter 20130104 */
#sidebar .upcoming-events h2 {
    font-size: 16px;
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 5px;
    margin: 10px 0 10px;
}

#sidebar .upcoming-events h2 a {
    color: #f28d4a;
}

/* #endregion */
.upcoming-events .date {
    font: 12px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 0 0 2px;
}

.upcoming-events ul {
    margin: 0;
    padding: 0 0 11px 2px;
}

.upcoming-events ul li {
    background: url(../images/bullet-blue-big.png) no-repeat 0 7px;
    list-style: none;
    list-style-position: outside;
    padding: 3px 0 4px 9px;
}

.upcoming-events ul li a {
    color: #028fc8;
}

/* activity */
.activity {
    padding: 0 0 0;
}

#sidebar .activity h2 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 0 0 4px;
    margin: 0 0 4px;
}

.activity ul {
    margin: 0;
    padding: 0 0 11px 2px;
}

.activity ul li {
    background: url(../images/bullet-blue-big.png) no-repeat 0 8px;
    list-style: none;
    list-style-position: outside;
    padding: 3px 0 0 9px;
}

.activity ul li a {
    color: #028fc8;
}

/* schedules and fares start planning */

.block-btn .btn-star-paling, .vessel-info .btn-star-paling {
    background: url(../images/bg-btn-start-palning.png) #016f9c repeat-x;
    border-radius: 6px;
    color: #fff;
    display: block;
    font: 18px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 11px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 140px;
    width: 300px;
}

.price-block .btn-star-paling.call {
    background: url(../images/bg-btn-start-palning.png) #016f9c repeat-x;
    border-radius: 6px;
    color: #fff;
    display: block;
    font: 18px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 11px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    cursor: default;

}

.price-block-50 .btn-star-paling {
    background: url(../images/bg-btn-start-palning.png) #016f9c repeat-x;
    border-radius: 6px;
    color: #fff;
    width: 250px;
    border: none;
    display: block;
    font: 18px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 11px 38px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 0 80px;
    cursor: pointer;
}

.price-block a.btn-star-paling.call:hover {
    text-decoration: none;
}

.price-block .fl_box-planning {
    background: url(../images/bg-btn-start-palning.png) #016f9c repeat-x;
    border-radius: 6px;
    color: #fff;
    display: block;
    font: 18px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    padding: 11px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

/* available */
.available {
    margin: 20px 0 22px 0;
}

#sidebar .available h2 {
    margin: 0 0 7px;
}

.available .holder {
    padding: 0 0 0 19px;
}

.available p {
    margin: 0;
}

/* duration */
.duration {
    margin: 0 0 20px;
}

.duration .holder {
    padding: 0 0 0 19px;
}

.duration .holder p {
    margin: 0;
}

/* what-included */
.what-included {
    margin: 0 0 6px;
}

#sidebar .what-included h2 {
    margin: 0 0 5px;
}

.what-included ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.what-included li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    background: url('../images/caret_kk.png') no-repeat 0 6px;
    /* #endregion */
    padding: 0 0 10px 14px;
}

/* block-notes */
.block-notes {
    border-bottom: 1px solid #bcbbbb;
    padding: 0;
    margin: 0 0 15px;
}

.block-notes ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.block-notes li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    /* background: url('../images/caret_kk.png') no-repeat 0 6px; */
    /* #endregion */
    padding: 0 0 10px 6px;
}

/* block-terms */
.block-terms {
    padding: 0 0 20px;
}

#sidebar .block-terms h2 {
    margin: 0 0 5px;
}

.block-terms ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.block-terms li {
    list-style: none;
    list-style-position: outside;
    /* alter 11-30 kk */
    /*background: url('../images/caret_kk.png') no-repeat 0 6px;*/
    /* #endregion */
    padding: 0 0 7px 14px;
}

/* #endregion */

/* custom select styles */

/* Group Quote edit */

.plan-trip-form .select-area {
    /* added 11-27-12 */
    margin: 0px;
}

.select-focus {
    border-color: #f00;
}

.plan-trip-form .col .center {
    width: 88px;
}

/* added in by Clipper for the Discover Clipper templalte*/
.plan-trip-form .col-dscvr .center {
    width: 88px;
}

.plan-trip-form .small-col .center {
    width: 39px;
}

.specials-form .block .center {
    width: 65px;
    padding: 2px 12px;
    margin: 0 0 32px;
}

.select-disabled {
    background: #eee;
}

.select-area .select-opener {
    background: url(../images/select-opener.png) no-repeat;
    position: absolute;
    float: right;
    height: 20px;
    width: 18px;

}

.select-options {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
}

.select-options .drop-holder {
    border: 1px solid #777;
    overflow: hidden;
    height: 1%;
    width: auto;
}

.select-options ul {
    list-style: none;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.select-options ul li {
    list-style: none;
    list-style-position: outside;
    width: 100%;
    /*float: left;*/
}

.select-options ul a {
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    display: block;
    cursor: default;
    color: #000;
    height: 1%;
}

.select-options .item-selected a {
    text-decoration: none;
    background: #007;
    color: #fff;
}

/* select options optgroup example styles */
.select-options .optgroup {
    clear: both;
}

.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.select-options .optgroup ul a {
    padding-left: 30px;
}

/* =================================================== */
/* Group Quote edit */
.group-quote {
    font-size: 12px;
}

[label*="Country"] {
    display: none;
}

/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */

/* This CSS is for the extra 3 pages: Destinations, Packages/Hotels/Activities, and Group Quote */

.event-listing {
    /* sidebar event listing div */
    margin-bottom: 20px;
}

.event-listing li {
    display: block;

}

.lenotlast {
    /* list item not last */
    border-bottom: 1px dotted #666666;
}

/* sidebar things-seattle */
#sidebar .things-seattle {
    overflow: hidden;
    margin: 0 0 20px;
}

#sidebar .btn-things-seattle {
    background: url(../images/bg-btn-web-specials.png) #fff repeat-x 0 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: 18px/30px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    color: #0181b5;
    padding: 7px 20px 8px 21px;
    margin: 0 0 8px;
    cursor: pointer;
}

#sidebar .things-seattle .btn-things-seattle {
    margin: 0 0 20px;
}

#sidebar .btn-things-seattle span {
    display: block;
    /* background: url(../images/ico-specials.png) no-repeat; */
    padding: 0 0 0 30px;
    height: 30px;
    text-align: right;
}

.guides-list li {
    list-style-type: none;
    padding: 4px 0px 4px 0px;
}

/* event listing */
#sidebar .event-listing h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #444;
    margin: 0 0 5px;
}

.event-listing .scroll-box {
    overflow: auto;
}

.event-listing .list {
    margin: 0;
    padding: 0 5px 0 1px;
    font-size: 12px;
    overflow: hidden;
}

.event-listing .list > li {
    list-style: none;
    list-style-position: outside;
    padding: 9px 0 11px;
}

.event-listing .list .title a {
    color: #028fc8;
}

.event-listing .list span {
    display: block;
    margin: 0 0 7px;
}

.ledate {
    /* list event date */
    float: left;
}

.levent {
    /* list event description */
    float: left;
    margin-left: 10px;
}

.clearfix {
    clear: both;
}

.h2link {
    float: right;
    font-size: 12px;
    color: #0299d5;
}

ul.list {
    padding: 20px 0 0;

}

/* start planning package formlet */
a.date-picker-plan {
    background: url(../images/ico-data-datepicker.png) no-repeat;
    width: 18px;
    height: 20px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
}

.planing div.clip_plan {
    margin: 0px 10px 40px 4px;
    padding: 0 0 20px 0;
    border-radius: 6px;
}

/* hotels toggle */
.block .clip_plan {
    margin: 0 auto 0 -9px;
    width: 300px;
}

/* packages start planning */
.block .clip_pack {
    margin: 10px 0 0 -23.5px;
    width: 300px;
    overflow: hidden;
}

div#clip_plan_con {
    margin: 0 auto 0 185px;
}

/* kk datepicker fix 12-12 */
#ui-datepicker-div {
    display: none;
}

/* kk tablesorter web specials */
#page {
    margin: .5em 0 4em 0;
}

#page form span.web-specials-view {
    float: left;
    margin-right: .7em;
    font-weight: 800;
}

table.tablesorter {
    width: 100%;
}

table.tablesorter thead h4 {
    font-size: 18px;
    color: #2c9ac7;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 14px;
    padding: 4px;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody td.empty {
    border: none;
    background-color: #FFF;
    font-size: inherit;
}

table.tablesorter tbody tr.odd td {
    background-color: #ddd;
}

table.tablesorter thead tr.headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

table.tablesorter tbody td span.br {
    color: #3D3D3D;
    font-weight: 100;
}

table.tablesorter tbody td.noSpecial {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    font-style: italic;
}

table.tablesorter tbody td span.ast {
    color: #5D9833 !important;
    font-weight: 800;
    font-size: 12px;
}

table.tablesorter tbody td span.noDepart {
    color: #af1329;
    font-weight: 800;
    font-style: italic;
    font-size: 12px;
}

div.departure-fields {
    margin-top: 5em;
}
.departure-fields .open-link {
    margin-bottom: 20px;
}

h4.depart-left {
    font-size: 19px;
    color: #2c9ac7;
    float: left;
}

span.depart-victoria {
    font-size: 19px;
    color: #2c9ac7;
    padding-left: 110px;
}

p.round-one-sea {
    clear: both;
    float: right;
    font-size: 11px;
    font-weight: 600;
    padding-right: 1em;
}

span.round-two-vic {
    margin-left: 280px;
}

a.btn-start-planing#hote {
    border: none;

}

span.pad {
    margin: 15px 0 15px 0;

}

/* widget sidebar fixes */
#sidebar h3 {
    display: none;
}

/* Activities Detail Body */
div.activity h4 {
    color: #F28D4A;
    font-size: 21px;
}

div.activity h5 {
    color: #8781bd;
    font-size: 17px;
    padding: 0;
    text-transform: capitalize;
}

span.act-move-left {
    padding: 6px 10px 6px 15px;
    font: 14px/16px 'OpenSans', Arial, Helvetica, sans-serif;
}

div.activity .block-note {
    border: solid 1px #999999;
    padding: 15px 10px 10px 10px;
    margin: 18px 0 18px 0;
    background: #f6f6f6;
    border-radius: 5px;
    float: right;
    width: 200px;
}

/* Directions & Parking */

#ferry-terminal-map-seattle, #ferry-terminal-map-victoria {
    width: 400px;
    height: 300px;
    border: thin solid #1b30cb;
    float: left;
}

#ferry-terminal-map {
    width: 400px;
    height: 335px;
    border: thin solid #1b30cb;
    float: left;
}

div.map-text {
    float: left;
    padding: .5em 0 0 1em;
}

.available {
    display: block;
}

.directions-info h4 {
    /*color: #06589E;*/
    color: #444;
    font-weight: 800;
    text-transform: uppercase;
}

.directions-info .attention-block {
    padding: 10px 0 18px;
}

.directions-info .attention-holder {
    background: url(../images/ico-attention-1.png) #f3f3f3 no-repeat 21px 22px;
    font-size: 13px;
    border: 1px solid #c41230;
    padding: 14px 10px 4px 79px;
    margin: -13px 0 0;
}

.sub-section {
    padding: 0 0 21px;
    overflow: hidden;
}

.sub-section .parking dl {
    overflow: hidden;
    margin: 0;
    padding: 0 0 12px;
}

.sub-section .parking dt {
    float: left;
    width: 170px;
}

.sub-section .parking dd {
    overflow: hidden;
    margin: 0;
}

.sub-section .parking dd a {
    color: #028fc8;
}

/* Seattle-Victoria Ferry About */

.ferry-terminal-map-seattle, .ferry-terminal-map-victoria {
    width: 654px;
    height: 254px;
    float: left;
}

.about-victoria-ferry {
    margin: 0 0 10px;
}

.about-victoria-ferry img {
    float: left;
    margin: 0 0 15px;
    border: 1px solid #b7b7b7;
    height: 172px !important;
}

/* About Us */

.about-us-top-main p a {
    float: left;
    padding: 0 70px 0 0;
}

#img-about-vc {
    float: right;
    margin: 10px 0 0 5px;
    border: 1px solid #bababa;
}

/* Travel Information */

.id-requirements p a {
    color: #028fc8;
    margin: 0;
}

/* Crossing the US / Canadian Border */

.id-requirements .crossing-the-border-more-info ul.crossing-the-border {
    margin: 0 0 0 20px;
    padding: 0 0 15px 0;
}

.id-requirements .crossing-the-border-more-info ul.crossing-the-border li {
    padding: 0 0 5px 0;

}

/* Victoria Clipper On Board Menu */

ul.clipper-menu {

    margin: 25px 0 0 34px;
    padding: 0 0 15px 0;
}

ul.clipper-menu li {
    padding: 0 0 10px 0;

}

ul.clipper-menu li a {
    color: #028fc8;

}

/* Group Inquiry */

.group-inquiry-p-form {
    font-size: 14px;
    text-align: left;
    margin: 5px 0 10px;
    padding: 10px 0 0 0;
}

.group-inquiry-p-form-confirm {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

label#label_20_1 {
    padding-right: 5px;
}

/* FAQs */
.more-info .col-holder .col a {
    color: #028fc8;
}

/* Request a Brochure */
.ferry-map table li a {
    color: #028fc8;
}

/* CG widgets */
#planYourTripBannerContainer {
    clear: none;
}

.htmlTag .BEFotter {
    margin: 0 0 10px;
    border-radius: 6px;
}

#htmlTag.htmlTag .BookingEng {
    border-radius: 6px;
    padding: 0;
}

span.red-asterik {
    color: #dc1e1e;
}

/* Jobs / internships + accordion */
#accordion-jobs .jobs-interns ul.jlist {
    list-style: none;
    margin: 0 0 15px 10px;
    padding: 0;
    border: 0px !important;

}

#accordion-jobs .jobs-interns ul.jlist li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 5px;
    padding: 0 0 0 10px;
    list-style: none;
    list-style-position: outside;
    border: 0px;
}

ul#accordion-jobs {
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
}

ul#accordion-jobs li {
    background: url(../images/bg-accordion.png) #fff repeat-x 0 100%;
    list-style: none;
    list-style-position: outside;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 12px 17px 0 18px;
    overflow: hidden;
    height: 1%;
    margin: 0 0 9px;
}

ul#accordion-jobs .block {
    overflow: hidden;
    padding: 0 0 13px;
}

ul#accordion-jobs li.active .block {
    padding: 0 0 23px;
}

ul#accordion-jobs .block strong {
    font: 16px/20px 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    display: block;
    color: #028fc8;
    padding: 0 40px 0 0;
}

ul#accordion-jobs a.opener {
    float: right;
    background: url(../images/arros-accordion.png) no-repeat 0 -20px;
    width: 21px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

ul#accordion-jobs li.active a.opener {
    background-position: 0 0;
    margin: 2px 0 0;
}

ul#accordion-jobs li.active {
    padding: 19px 16px 2px 18px;
    background: none;
}

/* Families */
.families-students ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.families-students li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 2px;
    padding: 0 0 10px 20px;
    list-style: none;
    list-style-position: outside;
}

/*package detail*/

/*Agent login*/
#menu-item-5815 {
    padding: 0 0 4px;
}

#input_8_5_6_label {
    display: hidden;
    visibility: hidden;
}

#gform_wrapper_8 select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-box-align: center;
    border: 1px solid;
    border-image: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
}

#gform_fields_8 div.select-area {
    width: 200px;

}

/* Request a Brochure Form */
#input_6_6_6_label {
    visibility: hidden;
}

.request-broch-form ul li a {
    color: #028fc8;

}

li.gfield.gfield_html ul li a {
    color: #028fc8;
}

div.drop-list a span {
    text-align: left;
    padding: 0;
    width: auto;
    margin-left: 0;
}

/* Travel Agent Brochure Request */
li#field_9_11 {
    margin-left: 0;
}

li#field_9_13 {
    margin-left: 0;
}

#input_10_7_6_label {
    visibility: hidden;

}

/* header links */
h4 a {
    color: #028fc8;
}

.package-detail p a {
    color: #028fc8;
}

/* Mosquito Fleet */
div.mosquito-images-left {
    float: left;
    margin: 0 10px 0 0;
}

div.mosquito-images-right {
    float: right;
    margin: 0 0 0 10px;
}

/* Cargo & Shipping */
table.cargo-shipping-right {
    float: left;
    margin: 0 14px 0 0;
    border-collapse: collapsed;
    border: 1px solid #444;
}

table.cargo-shipping-right th {
    border: 1px solid #444;
}

table.cargo-shipping-right td {
    border: 1px solid #444;
    padding: 2px 5px;
}

table.cargo-shipping-right td.even {
    background: #eee;
    padding: 2px 5px;
}

table.cargo-shipping-right td.odd {
    background: #fff;
    border-bottom: 1px solid #444;
    padding: 2px 5px;
}

table.cargo-shipping-right tr th.main-red {
    color: #ca1f1f !important;
}

td.smaller {
    font-size: 10px;
    border-top: 1px solid #444;

}

/* Things to do */
h4.things-to-do {
    color: #5d9833;
}

#text-19 > div:nth-child(2) {
    margin: 1.5em 0 0 !important;
}

#sidebar div.widget_text div {
    margin-top: 1.5em;
}

/** Hide text widget titles so they can be used to label the 504,123 text widgets we use. **/
#sidebar div.widget_text h2 {
    display: none;
}

/* Whale Watching */

ul.whale-naturalists {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.whale-naturalists li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 2px;
    padding: 0 0 10px 20px;
    list-style-position: outside;
}

div.whale-img-natural {
    float: right;
    margin: 0 0 5px 8px;
}

div.clip_plan {
    display: none;
}

#nav_menu-13 {
    padding-top: 7px;
}

/* multiple widget buttons */
button#button_1, button#button_2 {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 11px 20px 12px;
    cursor: pointer;
    width: 260px !important;
    border: none;
    clear: left;
    margin: 0 0 10px 200px;
}

button#button_1:hover, button#button_2:hover {
    background: #064a67;
    text-decoration: none;
}

.promotion-buttons {
    display: none;
}

/* whale watching landings */
div.whale-row {
    float: left;
    padding: 5px 0;
}

div.whale-row a, div.sea-life-row a {
    color: #028fc8;
}

div.sea-life-row {
    float: left;
}

.sea-life-right {
    float: right;
    margin: 0 0 0 10px;
}

.sea-life-left {
    float: left;
    margin: 0 10px 4px 0;
}

/* Rate Chart Table */
div.pricing-k table.rateChart-k {
    border-collapse: collapsed;
    padding: 10px;
    width: 100%;
}

div.pricing-k table.rateChart-k th {
    text-align: left;
    padding: 5px 0 0 0;
}

div.pricing-k table.rateChart-k {
    padding: 10px;
}

div.pricing-k table.rateChart-k tr.greyRow td {
    background: #f3f2f2;
    border: none;
    padding: 5px 2px 6px 9px;
}

div.pricing-k table.rateChart-k tr.blueRow td {
    background: #95e8e0;
    border: none;
    padding: 5px 2px 6px 9px;
}

td.blueCell, th.blueCell {
    background: #95e8e0 !important;
}

div.pricing-k table.rateChart-k tr.blueRow strong {
    color: #00567d;
}

div.pricing-k table.rateChart-k tr.whiteRow td {
    border: none;
    padding: 5px 2px 6px 9px;
}

div.pricing-k table.rateChart-k th.rateHead {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    color: #000;
    padding: 0 0 0 4px;
    font-size: 15px;
}

.package-detail .events div#children-rate p {
    padding: 0 0 4px !important;
    margin: 0;
}

/*
div.pricing-k table.rateChart-k th.rateHead:first-child {
	   background: url(../images/arrow-schedules-table.png) no-repeat 260px 5px;

}*/
div.pricing-k table.rateChart-k th.rateHeadSec {
    border-bottom: 2px solid #8781bd;
    background: #fff;
    border-right: none;
    border-top: none;
    border-left: none;
    color: #000;
    padding: 7px 0 6px 3px;
    vertical-align: middle;
    font-size: 15px;
}

/* end rate chart */

/* GRAVITY FORMS */

.select-options .drop-holder, .select-options .drop-list, .select-options .drop-holder .drop-list ul, .select-options .drop-list ul, .select-options .drop-holder .drop-list ul li, .select-options .drop-list ul li, .select-options .drop-holder .drop-list ul li a, .select-options .drop-list ul li a {
    width: auto;
}

.drop-holder, .drop-list, .drop-holder .drop-list ul, .drop-list ul, .drop-holder .drop-list ul li, .drop-list ul li, .drop-holder .drop-list ul li a, .drop-list ul li a {
    width: auto;
}

.select-options li {
    width: 100%;
    overflow: visible;
}

/* -------------------------------------------------------------------------------------------------------------------- */

/* BULLET LIST */
/* THINGS */
/*div.activities_yearround {
	float: left;

}*/
.listcol {
    float: left;
    margin: 0;
}

.listcol ul {
    float: left;

}

.things {
    float: left;
}

.things ul {
    list-style: none;
    overflow: hidden;
    float: left;
    margin: 0 25px 0 0;
}

.things li {
    width: 275px;
    list-style: none;
    margin-bottom: 7px;
    display: block;
    padding: 2px;
    /*need for IE alignment*/
    /*border-top: solid 1px transparent;*/

}

.things a {
    text-decoration: none;
    color: #565656;
    display: block;
}

.things a:hover {
    /*color: #000000;*/
}

.thingstopic {
    /*border: 1px solid #666666;*/
    vertical-align: top;
    overflow: hidden;
    display: block;
}

.thingstopic a {
    /*color: #5d9833;*/
    color: #0a93ca;
    width: auto;
    text-decoration: none;
    background: url('../images/icons_cms/link_50.png') 233px 3px no-repeat;
    padding: 0 0 0 0;
}

.thingstopic a:hover {
    color: #0a93ca;
    background-color: #eee;
}

.thingsicon {
    /*css sprite*/
    background: url(../images/things.png) no-repeat;
    float: left;
    margin-right: 4px;
    height: 20px;
    width: 20px;
}

.t1 {
    background-position: 0px 0px;
}

.t2 {
    background-position: -20px 0px;
}

.t3 {
    background-position: -40px 0px;
}

.t4 {
    background-position: -60px 0px;
}

.t5 {
    background-position: -80px 0px;
}

.t6 {
    background-position: -100px 0px;
}

.t7 {
    background-position: -120px 0px;
}

.t8 {
    background-position: -140px 0px;
}

.t9 {
    background-position: -160px 0px;
}

.t10 {
    background-position: -180px 0px;
}

.t11 {
    background-position: -200px 0px;
}

.t12 {
    background-position: -220px 0px;
}

.t13 {
    background-position: -240px 0px;
}

.t14 {
    background-position: -260px 0px;
}

.t15 {
    background-position: -280px 0px;
}

.t16 {
    background-position: -300px 0px;
}

.t17 {
    background-position: -320px 0px;
}

.t18 {
    background-position: -340px 0px;
}

.t19 {
    background-position: -360px 0px;
}

.t20 {
    background-position: -380px 0px;
}

.t21 {
    background-position: -400px 0px;
}

.t22 {
    background-position: -420px 0px;
}

.t23 {
    background-position: -440px 0px;
}

.t24 {
    background-position: -460px 0px;
}

.t25 {
    background-position: -480px 0px;
}

.t26 {
    background-position: -500px 0px;
}

.t27 {
    background-position: -520px 0px;
}

.t28 {
    background-position: -540px 0px;
}

.t29 {
    background-position: -560px 0px;
}

.t30 {
    background-position: -580px 0px;
}

.t31 {
    background-position: -600px 0px;
}

.t32 {
    background-position: -620px 0px;
}

.t33 {
    background-position: -640px 0px;
}

.t34 {
    background-position: -660px 0px;
}

.t35 {
    background-position: -680px 0px;
}

.t36 {
    background-position: -700px 0px;
}

.t37 {
    background-position: -720px 0px;
}

.t38 {
    background-position: -740px 0px;
}

.t39 {
    background-position: -760px 0px;
}

.t40 {
    background-position: -780px 0px;
}

.t41 {
    background-position: -800px 0px;
}

.t42 {
    background-position: -820px 0px;
}

.t43 {
    background-position: -840px 0px;
}

.t44 {
    background-position: -860px 0px;
}

.t45 {
    background-position: -880px 0px;
}

.t46 {
    background-position: -900px 0px;
}

.t47 {
    background-position: -920px 0px;
}

.t48 {
    background-position: -940px 0px;
}

.t49 {
    background-position: -960px 0px;
}

.t50 {
    background-position: -980px 0px;
}

/* canadian travelers */

div.canadian-travellers img {
    float: left;
    padding: 0 5px;
}

div.canadian-travel {
    clear: left;
    margin: 20px 0 10px 0;
    padding: 10px 0 0;
}

/* gay lesbian events */

div.g-l-travel .g-l-travel-right img {
    float: right;
    margin: 0 0 0 15px;
    border: 1px solid #ddd;
}

/* wedding parties */

div.wedding-parties img {
    float: right;
    margin: 0 0 0 15px;
    border: 1px solid #ddd;
}

div.wedding-parties ul {
    margin: 0;
    padding: 0;
}

div.wedding-parties ul li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 2px;
    padding: 0 0 10px 20px;
    list-style: none;
    list-style-position: outside;
}

/* promotions template */
.pricingtitle {
    color: #a66032;
    font-weight: normal;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-bottom: 4px;
}

.fineprint {
    font: "Courier New", Courier, monospace;
    font-size: 10px;
    font-style: italic;
    line-height: 2em;
}

.fineprint img {
    /* for inclusion of a social media facebook icon */
    background: url("../images/ico-social-networkings.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
}

.fineprint a, .fineprint a:hover {
    text-decoration: none;
    display: block;
}

.contentrow {
    max-width: 100%;
    padding-bottom: 20px;
}

.contentrow a {
    color: #028fc8;
    font-weight: bold;
}

.contentrow p {
    margin-bottom: 5px;
}

.wfull {
    /* width full */
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
}

.wthird {
    /* width third */
    width: 30%;
    float: left;
    overflow: hidden;
    margin: 0;
}

.whalf {
    /* width half */
    width: 45%;
    float: left;
    overflow: hidden;
    margin: 0;
}

.wspace {
    margin-right: 5%;
}

.parasublink {
    display: inline-block;
    float: right;
}

.funfeatures {
    width: 100%;
}

.funfeatures ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.funfeatures li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 2px;
    padding: 0 0 10px 20px;
    list-style-position: outside;
}

.funfeatures img {
    width: 100%;
    height: auto;
}

/* sales promo table */
table.promo-sale, table.promo-sale tbody {
    border: none;
    padding: 5px;
    width: 840px;
    float: left;
    margin: 0;
}

table.promo-sale th {
    border-bottom: 2px solid #8781bd;
    padding: 0 6px 6px 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    vertical-align: bottom;
    width: 290px;
}

table.promo-sale th.notcol1:nth-child(2) {
    width: 60px !important;
}

table.promo-sale th.notcol1:nth-child(3) {
    width: 60px !important;
}

table.promo-sale tr.altrow1 td.special, table.promo-sale th.special, table.promo-sale tr.altrow2 td.special {
    background-color: #e9f4f8;
}

table.promo-sale tr.altrow1 {
    background-color: #ffffff;
    border: none;
}

table.promo-sale tr.altrow2 {
    background-color: #f3f2f2;
    border: none;
}

table.promo-sale td {
    border: none;
}

.package-detail .events h3.promos {
    padding: 10px 0 5px 0;
}

.package-detail .events ul.promo {
    margin: 0;
    padding: 0;
}

.package-detail .events ul.promo li {
    background: url(../images/bullet-blac-big.png) no-repeat 0 2px;
    padding: 0 0 10px 20px;
    list-style: none;
    list-style-position: outside;
}

/* Promotions Template One-Way */
div#one-way-star-paling button {
    background: url(../images/bg-btn-start-palning.png) repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 11px 80px 12px;
    margin: 0 auto 50px 140px;
    cursor: pointer;
}

/* Features Home Page */
.features .block .features-pic {
    width: 314;
    height: 152;
}

/* 404 */
ul.four {
    margin: 0 0 50px;
}

ul.four li {
    padding: 7px;
}

ul.four li a {
    color: #0278a8;
}

/* dy schedule change */
.pad-ferry {
    padding: 40px 0 0;
}

.schedules-fares-tabs .tab {
    padding: 15px 0 0;
}

/* bullet space*/
ul.listSpace li {
    background: url(../images/bullet-blue-big.png) no-repeat 0 7px !important;
    padding: 0 0 1px 18px !important;
    list-style: none !important;
    list-style-position: outside !important;
    display: block !important;
    margin: 5px 0 0;
}

/* Hotel and Sale Lightboxes */
.section div.overlay, div.saleOverlay, div.ferry-map div.overlay {
    display: none;
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    cursor: pointer;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    background: #393939;
    opacity: 0.4;
}

div.sale_Char1, div.sale_Char2 {
    display: none;
}

div.sale_Char1 {
    display: none;
    position: absolute;
    z-index: 777;
    bottom: 500px;
    left: 200px;
    margin: -20em auto auto 1.5em;
    width: auto;
    height: 320px;
    color: #000;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 7px #000;
    overflow: visible !important;
}

div.sale_Char2 {
    display: none;
    position: absolute;
    z-index: 777;
    bottom: 550px;
    left: 200px;
    margin: -20em auto auto 1.5em;
    width: 760px;
    height: 320px;
    color: #000;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 7px #000;
    overflow: visible !important;
}

button.closeLightSale {
    color: #fff;
    z-index: 7777;
    background: #0a93ca !important;
    padding: 7px 12px 7px 12px;
    position: absolute;
    right: -3px;
    bottom: 295px;
    border-radius: 20px 20px;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #eee;
    cursor: pointer;
    overflow: visible !important;
}

button.closeLightSale2 {
    color: #fff;
    z-index: 7777;
    background: #0a93ca !important;
    padding: 7px 12px 7px 12px;
    position: absolute;
    right: -2px;
    bottom: 345px;
    border-radius: 20px 20px;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #eee;
    cursor: pointer;
    overflow: visible !important;
}

/* school groups */
ul.school-list li, ul.tslist li {
    list-style: none;
    background: url(../images/bullet-blac-hotel-details.png) no-repeat 0 5px;
    padding: 0 0 8px 12px;
    margin: 0;
    list-style-position: outside;
}

ul.tslist li:last-child {
    font-weight: 800;
}

ul#itemList {
    visibility: hidden !important;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

#currentItemText {
    padding: 10px 0 0;
    color: #666;
    font-size: larger;
}

/* RSVP travel show */
li.gchoice_20_0, li.gchoice_20_1, li.gchoice_1_0, li.gchoice_1_1 {
    float: left;
}

#gform_wrapper_11 {
    border: 1px solid #ddd;
    padding: 1.2em;
}

div.rsvp-form {
    font-size: 12px !important;
    margin: 12px 0 0;
}

div.rsvp-form h3.gform_title {
    color: #0a93ca !important;
    font-size: 23px !important;
    padding: 0 0 .5em !important;
}

#gform_confirmation_wrapper_11 #gforms_confirmation_message {
    font-size: larger;
}

#field_11_18, #field_11_15 {
    font-size: larger;
}

.thanks-tnv-rsvp {
    min-height: 300px;
}

.thanks-tnv-rsvp p {
    margin: 10px auto 10px auto !important;
}

.rsvp-form span.gform_description {
    padding: 10px 0;
}

img.t-show-img {
    float: right;
}

span.trv-indent {
    margin: 0 0 0 4.3em;
}

span.trv-first {
    margin: 0 0 0 .5em;
}

span.trv-secon {
    margin: 0 0 0 .9em;
}

div.trv-left {
    float: left;
    padding: 0 0 3px;
    margin: 0 20px 0 0;
}

h3.trv-dates {
    font-weight: 900 !important;
    font-size: 16px !important;
    margin: 0 0 10px !important;
}

h4.trv-link {
    font-size: 120% !important;
}

/*winter sales*/
ul.winter-list {
    list-style: none !important;
    margin: 10px 0 0 0;
}

ul.winter-list li {
    background: url('../images/winter/checkmark.png') 0 -1% no-repeat !important;
    margin: 5px 0 5px 0 !important;
    padding: 0 0 6px 36px !important;
    list-style: none !important;
}

div.sale-terms {
    background: #fbf9f9;
    border: 1px solid #ccc;
    padding: 10px 0 6px 20px;
    width: auto;
    margin-top: 20px;
    width: 830px;
}

div.sale-terms h2 {
    margin-left: 17px !important;
}

ul.sale-terms li {
    margin: 0 0 6px 10px !important;
    font-size: 13px !important;
    padding-left: 14px !important;
}

p.sales-terms {
    font-size: 13px !important;
    padding: 0 0 0 15px !important;
    width: 860px !important;
}

div.grey-back {
    background: #e6e6e6;
    float: left;
    width: 898px;
    height: 390px;
    margin: 10px 0 0 0;
}

div.prem-sale {
    float: left;
    background: #fff;
    width: 300px;
    padding: 30px;
    margin: 35px 10px 5px 55px;
    border: thin solid #0a93ca;
}

div.sale-button-details {
    padding: 10px 10px;
    margin: 4px;
}

div.sale-button-details a {
    color: #0a93ca;
    font-size: 15px !important;
}

strong.sale {
    font-size: 15px;
}

div.saleAmen1, div.saleAmen2 {
    color: #0a93ca !important;
    cursor: pointer;
}

div.saleAmen1:hover, div.saleAmen2:hover {
    text-decoration: underline;
}

h2.sale-char {
    padding: 10px 0 0 14px !important;
}

div.events h2.premium {
    padding: 0 !important;
    margin: 10px 0 0 15px !important;
}

div.events h2.inclusions {
    color: #393737 !important;
    font-size: 18px !important;
    padding: 0 !important;
}

img.prem_pic {
    margin: 0 0 13px;
}

/** Gravity Form Button styles ***/
#gform_submit_button_3, #gform_submit_button_5, #gform_submit_button_11, #gform_submit_button_2, #gform_submit_button_7, #gform_submit_button_8, #gform_submit_button_1, #gform_submit_button_9, #gform_submit_button_10,
#gform_submit_button_6, #gform_submit_button_12, #gform_submit_button_13 {
    background: #028fc8 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
}

#gform_submit_button_3:hover, #gform_submit_button_5:hover, #gform_submit_button_11:hover, #gform_submit_button_2:hover, #gform_submit_button_7:hover, #gform_submit_button_8:hover, #gform_submit_button_1:hover,
#gform_submit_button_9:hover, #gform_submit_button_10:hover, #gform_submit_button_6:hover, #gform_submit_button_12:hover, #gform_submit_button_13:hover {
    background: #7c7c7c !important;
}

p.smaller-form {
    font-size: 13px !important;
}

strong.red {
    color: #c11111 !important;
}

/**messaging updates**/

/* sched fares sailing tab */
div#sailings div.section h2 {
    padding: 36px 0 0 0 !important;
}

#sailings h2 span {
    color: #5D9833 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    font-size: 13px !important;
    padding: 0 0 0 125px;
}

#sailings .section h3 {
    float: left;
    color: #0278a8;
}

#sailings .section h3.sched-fares-head {
    padding: 15px 0 0 3px !important;
}

#sailings .section h3:nth-child(even) {
    padding: 15px 100px 0 0;
}

#sailings .section h3:nth-child(odd) {
    padding: 15px 0 0 50px !important;
}

table.extra-sailings {
    clear: left;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}

table.extra-sailings td {
    padding: 16px;
}

td.blank-cell {
    border: none;
    background: #fff !important;
}

#sailings h3.noSail {
    padding: 40px 0 0 0 !important;
    text-align: center !important;
}

span.tab {
    padding: 0 0 0 .8em;
}

div.features-drop {
    margin: 0 0 1.3em;
}

/** Contest Form and rules **/
#gform_wrapper_12 input.medium, #gform_wrapper_13 input.medium {
    width: 98%;
}

.gf_left_half input, .gf_right_half input {
    width: 95% !important;
}

div.ferry-map ol.lesSch li {
    padding: 15px 0 0;
    text-indent: -1.1em;
    margin-left: 1.5em;
}

div.ferry-map ol.lesSch li.left-contest {
    text-indent: -1.6em;
    margin-left: 1.8em;
}

div.ferry-map ol.lesSch li.left-contest-two {
    text-indent: -1.6em;
    margin-left: 2em;
}

.radio.top {
    margin: 0 !important;
}

.radio {
    clear: left;
    margin: 4px 0;
    float: left;
}

ul.brochures-right .right-brochure {
    float: right;
}

ul.brochures-right li a {
    color: #028fc8;
}

/*group travel*/
div.right-travel {
    float: right;
    padding: 0 0 0 1em;
    width: 50%;
}

/* gift guide */
img.giftGuide {
    display: none;
}

h1.giftGuide, div.mainGift {
    display: none;
}

div.mainGift h4 {
    color: #5d9833;
    font-size: 1.7em;
    font-weight: 800;
}

div.mainGift a {
    font-size: 1em !important;
    font-weight: 800;
}

div.deals {
    background: #eee;
    border-radius: 10px 10px;
    padding: 20px;
    margin: 0 0 20px;
    border: thin solid #bbb;
}

img#gift-guide-img {
    display: none;
}

/* added in by Clipper for Discover Clipper template */
.col-top {
    /*width:465px;*/
    padding: 10px 0 10px 0;
    float: left;
}

.col-top:last-child {
    /*width:462px;*/
    padding: 10px 0 10px 0;
}

address {
    font-size: .8em;
    font-weight: 600;
}

/* added in by Clipper for the Discover Seattle template */
.tb-discover-clipper .col-holder {
    width: 1170px;
}

.col-holder .discover-banner {
    width: 100%;
}

.col-holder .discover-banner img {
    width: 100%;
}

.tb-discover-clipper #content {
    width: 100%;
    float: none;
}

.tb-discover-clipper .col-top {
    width: 46%;
    float: left;
}

.tb-discover-clipper .col-top:last-child {
    width: 42%;
    float: right;
}

.col-top iframe {
    float: right;
}
.schedule-update a:before {
    content: "\f469";
}

div.input-row {
    margin-bottom: 10px !important;
}
