/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Headings */
h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

/* Forms */
form {
    display: inline;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small {
    font-size: 12px;
}

big {
    font-size: 1.2em;
}

/*sup           { font-size:1em; vertical-align:top; }/*/
/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

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

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.sidebar {
    min-height: 350px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 210px;
    padding: 0 0 0;
    margin: 30px 0 -1px;
}

.col-right {
    float: right;
    width: 225px;
    padding: 0 0 0;
    margin: 0 0 -1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    width: 692px;
}

.col2-right-layout .col-main {
    width: 692px;
    float: left;
    padding-top: 20px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 462px;
    margin-left: 1px;
    float: right;
    padding: 0;
}

.col3-layout .col-wrapper {
    float: left;
    width: 692px;
    padding: 30px 0 0;
}

.col3-layout .col-left {
    margin: 0;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 49%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

.col2-set .narrow {
    width: 33%;
}

.col2-set .wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    padding: 2px 2px;
    border-bottom: 1px solid #bbb;
}

select.multiselect option:last-child {
    border-top: 0;
}

textarea {
    overflow: auto;
}

input.radio,
input.checkbox {
    margin-right: 3px;
    font-size: 11px !important;
    margin-top: 2px;
    vertical-align: top;
}

input.radio {
    font-size: 10px !important;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/
/* Form Validation */
.validation-advice {
    clear: both;
    font-size: 13px !important;
    padding: 3px 0 0 !important;
    color: #d91a00 !important;
}

.product-options .validation-error .options-list,
.validation-failed {
    border: 1px solid #f47d4e !important;
    background: #fff7f5 !important;
}

input.input-text.validation-failed,
textarea.validation-failed {
    background: #fff7f5 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_input-failed.gif) 0 0 repeat-x !important;
}

span.validation-passed,
div.validation-passed {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/icon_ok.gif) 100% 2px no-repeat;
    padding-right: 20px;
    margin-right: -22px;
}

span.validation-error,
div.validation-error {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/icon_error.gif) 100% 2px no-repeat;
    padding-right: 20px;
    margin-right: -22px;
}

.required em {
    color: #f15c22;
    margin-right: 4px;
}

p.required {
    margin: 0;
    padding: 5px 0 7px;
    text-align: right;
    width: 625px;
    font-size: 11px;
    color: #f02800;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Fieldset */
.fieldset {
    font-size: 14px;
    margin: 0 0 16px;
}

.fieldset p {
    margin: 0 0 1.5em;
}

.fieldset h2.legend {
    margin: 0 0 1.5em;
    color: #000;
}

/* Form lists */
.form-list li {
    margin: 0 0 9px;
    vertical-align: top;
}

.form-list label {
    float: left;
    width: 225px;
    padding: 2px 15px 0 0;
    font-size: 14px;
    color: #a8673d;
    text-transform: uppercase;
    text-align: left;
}

.form-list .value {
    float: left;
    padding: 2px 0 0;
}

.form-list .note {
    clear: both;
    font-size: 13px;
    width: 380px;
    margin: 0;
    padding: 3px 0 0 240px;
}

.form-list span.label {
    font-weight: normal;
}

.form-list .input-box {
    float: left;
    /* width:256px; */
}

.form-list .input-box a {
    font-size: 13px;
    margin-top: 4px;
}

.form-list input.input-text,
.form-list textarea {
    float: left;
    width: 374px;
    vertical-align: top;
}

.form-list textarea {
    width: 374px;
    height: 13em;
}

.form-list select {
    float: left;
    width: 380px;
    vertical-align: top;
}

.form-list p {
    margin: 0;
    padding: 0 0 0 240px;
}

ul.add-row,
.form-list li.add-row {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 0;
    margin-top: 15px;
}

ul.add-row .btn-remove,
.form-list li.add-row .btn-remove {
    font-size: 0;
    line-height: 0;
    padding: 5px 5px 0 0;
    margin: 0;
    text-align: right;
}

.form-list .range input.input-text {
    float: none;
    width: 64px;
    vertical-align: middle;
}

.form-list .add-field .input-box {
    margin-left: 0;
}

.form-list .control {
    position: relative;
    vertical-align: top;
    z-index: 1;
}

/* row with checkbox or radio button */
.form-list .control label {
    line-height: 16px;
}

.form-list .control .input-box {
    position: absolute;
    left: 0;
    margin-left: 240px;
    line-height: 16px;
    padding-top: 1px;
}

.form-list .control input.radio {
    margin-top: 3px;
}

.form-alt label {
    float: none;
    display: inline;
    width: auto;
}

.form-alt li {
    margin: 0 0 5px;
    line-height: 16px;
}

.form-alt select {
    width: 496px;
}

.form-alt .input-box {
    width: 496px;
    margin-top: 5px;
    padding-bottom: 11px;
}

.form-alt .input-text {
    width: 480px;
}

.inner-form {
    margin: 10px 0 5px;
    padding: 10px 0 0;
    border: 1px dashed #d1d1d1;
    border-width: 1px;
    background: #f7f7f7;
}

.inner-form .form-alt label {
    padding-left: 5px;
}

/* Date Of Birth */
.form-list .customer-dob label {
    float: none;
    width: auto;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #777;
}

.form-list .customer-dob .input-box {
    float: left;
    width: auto;
    margin-right: 8px;
}

.form-list .customer-dob .input-box .validation-advice {
    display: none !important;
}

.form-list .customer-dob input.input-text {
    float: none;
    display: block;
    margin-bottom: 2px;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left;
    margin-right: 8px;
    padding-right: 0 !important;
    background: none !important;
}

.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice {
    display: none;
}

.form-list .customer-dob .dob-day input.input-text {
    width: 104px;
}

.form-list .customer-dob .dob-month input.input-text {
    width: 104px;
}

.form-list .customer-dob .dob-year {
    margin-right: 0;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 138px;
}

/* Combination of fields */
.form-list li.fields {
    margin: 0;
}

.form-list li.fields .field {
    clear: left;
    padding: 0 0 9px;
}

/* Buttons */
.buttons-set {
    clear: both;
    margin: 15px 0;
}

/* general for button containing block */
.buttons-set p.back-link {
    float: left;
    padding: 2px 15px 0 0;
    text-align: right;
    margin: 0;
}

a.back-link {
    color: #999;
}

.buttons-set p.back-link a {
    color: #999;
}

.buttons-set a.button,
.buttons-set button.button {
    float: right;
    margin-left: 7px;
}

.buttons-set2 {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
    background-color: #ededed;
    text-align: right;
}

.form-buttons {
    margin: 0;
    width: 625px;
}

/* for button containing block under the general form */
.form-buttons .button {
    float: right;
}

.form-buttons .button {
    margin-left: 15px;
}

.form-buttons p.back-link {
    float: left;
    width: 225px;
    padding: 2px 15px 0 0;
    text-align: right;
}

.col3-layout .form-list .note {
    padding-left: 165px;
    width: 280px;
}

.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label {
    width: 150px;
}

.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea {
    width: 274px;
}

.col3-layout .form-list select {
    width: 280px;
}

.col3-layout .form-list .control .input-box {
    margin-left: 165px;
}

.col3-layout .form-list .customer-dob .dob-day input.input-text {
    width: 74px;
}

.col3-layout .form-list .customer-dob .dob-month input.input-text {
    width: 74px;
}

.col3-layout .form-list .customer-dob .dob-year {
    margin-right: 0;
}

.col3-layout .form-list .customer-dob .dob-year input.input-text {
    width: 98px;
}

.col3-layout p.required,
.col3-layout .form-buttons {
    width: 445px;
}

/* Global Messages */
.messages {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

body[class*="wine"] .messages {
    margin-bottom: 30px;
}

.messages li {
    margin: 0 0 10px;
    padding: 0;
}

.messages ul {
    padding: 10px 17px 18px;
    margin: 0 0 -11px;
    background-position: 35px 100%;
    background-repeat: no-repeat;
    position: relative;
}

.messages ul li {
    margin: 0;
    padding: 0 0 3px;
}

.messages a {
    text-decoration: underline;
}

.messages a:hover {
    text-decoration: none;
}

.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
}

p.error-msg {
    border-style: solid !important;
    padding: 10px;
    border-width: 1px !important;
    margin: 10px 0;
}

/* Error Message */
.messages li.error-msg {
    border-color: #e9581f;
    background-color: #fff5f3;
    color: #d91a00;
}

.messages li.error-msg a {
    color: #d91a00;
}

.messages li.error-msg ul {
    /* background-image:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_msg-error.gif); */
}

p.error-msg {
    border-color: #e9581f;
    background-color: #fff5f3;
    color: #d91a00;
}

/* Success Message */
.messages li.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    color: #3d6611;
}

.messages li.success-msg a {
    color: #3d6611;
}

.messages li.success-msg ul {
    /* background-image:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_msg-success.gif); */
}

/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg {
    background-color: #fafaec;
    color: #3d6611;
}

.messages li.note-msg a,
.messages li.notice-msg a {
    color: #3d6611;
}

.messages li.note-msg ul,
.messages li.notice-msg ul {
    /* background-image:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_msg-note.gif); */
}

/* std class reset */
.std .messages {
    margin-top: 0;
}

.std .messages {
    width: auto;
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.std .messages ul {
    list-style: none !important;
    padding-left: 17px !important;
    margin: 0 0 -11px !important;
}

/* BreadCrumbs */
.breadcrumbs {
    margin: 0;
    text-align: left;
    border-bottom: solid 1px #c7bdb1;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li span {
    color: #888;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Page Heading */
.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.title-buttons .link-print {
    float: right;
    margin-top: 4px;
}

.subtitle {
    clear: both;
    padding: 10px 0;
    font-size: 18px;
    color: #d12c01;
}

.col1-layout .col-main .page-title {
    margin-top: -20px;
}

.sub-title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    margin: 0 0 10px;
}

.sub-title .separator {
    font-weight: normal;
}

.sub-title a {
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase;
}

.section-title {
    font-size: 14px;
    font-weight: normal;
    color: #151515;
    margin: 0 0 5px;
}

/* Pager */
.pager {
    padding: 3px 0;
    float: right;
    width: 100%;
}

.pager p {
    margin: 0 !important;
}

.pager select {
    padding: 0;
    margin-bottom: 1px;
    width: auto;
}

.pager .amount {
    float: left;
    line-height: 20px;
}

.pager .amount strong {
    font-weight: normal;
}

.pager .limiter {
    float: right;
    line-height: 20px;
    margin: 0 0 0 10px;
}

.pager .pages {
    margin: 0 0 0 50px;
    text-align: center;
    color: #333;
    line-height: 20px;
}

.pager .pages a {
    color: #8c8c8c;
    text-decoration: underline;
}

.pager .pages a:hover {
    color: #8c8c8c;
    text-decoration: none;
}

.pager .pages ol,
.pager .pages li {
    display: inline;
    padding: 0 2px;
}

.pager .pages .current {
    font-weight: bold;
}

.pager .pages .i-previous,
.pager .pages .i-next {
    text-decoration: none !important;
    vertical-align: middle;
}

.pager-only {
    clear: both;
}

.pager-only .pages {
    margin: 0;
}

/* Sorter */
.sorter {
    padding: 3px 0;
    float: left;
}

.sorter p {
    margin: 0;
}

.sorter select {
    padding: 0;
    margin-bottom: 1px;
    width: 70px;
}

.sorter .view-mode {
    float: left;
    line-height: 20px;
    white-space: nowrap;
    margin: 0 10px 0 0;
}

.sorter .view-mode label {
    float: left;
    margin: 0 5px 0 0;
}

.sorter .sort-by {
    float: right;
    line-height: 20px;
}

/* Toolbar */
.toolbar {
    margin-top: -1px;
}

.toolbar .pager {
    margin: 0 0 0;
    border-width: 1px 0;
}

.toolbar-bottom {
    /*display:none;*/
}

/* Data Table */
.table-caption {
    padding: 3px 7px 4px;
}

.table-caption a {
    font-size: 11px;
    text-transform: lowercase;
}

.data-table th {
    padding: 5px 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.data-table td {
    padding: 5px 12px;
}

.data-table tfoot th {
    border: none;
    text-transform: none;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-size: 11px;
}

.data-table td.value {
    float: none !important;
}

.data-table .link-rss {
    display: block;
}

.page-popup .data-table td,
.page-popup .data-table th {
    border-bottom: 1px solid #d9d9d9;
}

.page-popup .buttons-set .button {
    float: right;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.summary-details td {
    background-color: #ede9e6;
    font-size: 12px;
    padding: 5px !important;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price {
    display: block;
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collapse.gif) 100% 3px no-repeat;
    cursor: pointer;
}

.cart-tax-total-expanded {
    background-position: 100% -54px;
}

/* Links */
ul.links,
ul.links li {
    display: inline;
}

ul.links li .separator {
    margin: 0 2px 0 5px;
    font-size: 10px;
    color: #8f8f8f;
}

ul.links li.last .separator {
    display: none;
}

/* Reward Points */
.rewards {
    margin: -10px 0 20px;
}

.reward-message {
    display: block;
    margin: 5px -15px 5px -15px;
    background: #d55721 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_rewards.gif) 5px 3px no-repeat;
    padding: 3px 5px 3px 32px;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #fff;
}

.reward-message p {
    display: inline;
    margin: 0 !important;
}

.reward-message .limit {
    display: block;
    font-size: 11px;
    line-height: 1.15;
}

.reward-message a {
    color: #ffe6dc;
    text-decoration: underline;
}

.reward-message a:hover {
    color: #ffe6dc;
    text-decoration: none;
}

.reward-message .price {
    font-size: 1em;
    font-weight: normal;
}

/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout {
    margin: 0;
}

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table {
    margin-bottom: 1em;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

.std hr {
    margin: 1.5em 0;
    color: #d9d9d9;
}

.std table {
    width: 100%;
}

.std table thead {
    background: #e8e8e8;
}

.std table th {
    background: #e8e8e8;
    font-weight: bold;
}

.std table th,
.std table td {
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
}

/* Misc */
.link-rss {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/icon_rss.gif) 100% 1px no-repeat;
    padding-right: 18px;
    white-space: nowrap;
}

.link-rss:hover {
    color: #f58550;
}

.link-print {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/icon_printer.gif) 0 1px no-repeat;
    padding: 2px 0 2px 25px;
    white-space: nowrap;
}

.link-cart {
    font-size: 11px;
    font-weight: bold;
    color: #c73615;
    text-decoration: underline;
}

.link-cart:hover {
    color: #c73615;
    text-decoration: none;
}

a.btn-remove {
    display: block;
    margin: 0 auto;
    width: 13px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.divider {
    margin: 15px 0;
    background: #d2bead;
    font-size: 0;
    line-height: 0;
    height: 1px;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 940px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.branding {
    position: absolute;
    left: 0;
    margin: -29px 0 0;
    top: 50%;
    height: 56px;
}

.logo {
    float: left;
}

.free-shipping {
    float: left;
    margin: 15px 0 0 10px;
    display: inline;
}

.header-container {
    margin: 0 0 13px;
    text-align: left;
}

.header {
    padding: 8px 0 9px;
    min-height: 76px;
    position: relative;
    z-index: 5;
    width: 940px;
}

.header .logo {
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header .quick-access {
    width: 410px;
    float: right;
    padding: 10px 0 0;
}

.header .quick-access .links {
    float: right;
    line-height: 18px;
    white-space: nowrap;
}

.header .quick-access .links li {
    /* float:left; line-height:18px; */
    padding: 0 7px 0 4px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_sep.gif) no-repeat 100% 4px;
}

.header .quick-access .links li a {
    color: #1e75b4;
    text-transform: uppercase;
    text-decoration: none;
}

.header .quick-access .links li a:hover {
    color: #d33911;
}

.header .quick-access .checkout-link li {
    font-weight: bold;
    padding: 0 0 0 12px;
    background-position: 6px 4px;
}

.header .quick-access .cart-link li {
    font-weight: bold;
    padding: 0 0 0 0px;
    background: none;
}

#invitation-send-link {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_sep.gif) no-repeat 100% 50%;
    padding: 0 6px 0 0;
    margin: 0 4px 0 0;
    font-weight: bold;
}

#invitation-send-link a {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_invitation-link.gif) no-repeat 3px 6px;
    padding-left: 23px;
    display: inline-block;
}

#invitation-send-link a, x:-moz-any-link {
    background-position: 3px -2px;
}

/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default {
    background-position: 3px 6px;
}

/* FireFox 3 restore */
.header-panel {
    text-align: center;
    z-index: 994;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel-bg.gif) repeat-x 0 100%;
    /* border-bottom:1px solid #c8c8c8; */
    /* height:28px; */
    line-height: 28px;
    padding: 0 0 0 11px;
}

.header-panel .welcome-msg {
    font-weight: bold;
    display: inline;
    float: left;
    line-height: 28px;
    margin-right: 5px;
}

.header-panel .links {
    float: left;
    line-height: 28px;
    margin-right: 11px;
    white-space: nowrap;
}

.header-panel .links li a {
    color: #1e75b4;
}

.header-panel .links li a:hover {
    color: #d33911;
}

.switches {
    float: right;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel-bg.gif) repeat-x 0 100%;
    padding: 0 0 1px 0;
}

.switch {
    line-height: 28px;
    margin-left: -1px;
    margin-right: 0;
    display: inline;
    float: left;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel.gif) no-repeat 0 -29px;
    padding-left: 13px;
}

.switch label {
    font-weight: normal;
    margin-right: 0;
    float: left;
}

.switch .switch-wrapper {
    float: left;
    position: relative;
    z-index: 1;
    padding-left: 7px;
    padding-right: 11px;
}

.switch strong.current {
    font-weight: normal;
}

.switch .separator {
    margin: 0 2px;
    font-size: 10px;
    color: #8f8f8f;
}

.switch .switcher {
    color: #1e75b4;
    cursor: pointer;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel.gif) no-repeat 100% -73px;
    padding: 0 10px 0 0;
    margin: 0 3px 0 1px;
}

.switch ul {
    position: absolute;
    min-width: 100%;
    text-align: left;
    top: 0;
    left: 0;
    float: left;
    line-height: 16px;
    padding: 0 0 0 0;
    border-top: 0;
}

.switch ul li {
    vertical-align: top;
    display: block;
    white-space: nowrap;
    border: 1px solid #c8c8c8;
    border-top: 0;
}

.switch ul li a {
    white-space: nowrap;
    display: block;
    background: #f2f2f2;
    padding: 4px 6px;
    color: #1e75b4;
    text-decoration: none;
}

.switch ul li a:hover {
    color: #d33911;
    background: #f8f8f8;
}

.switch ul .current {
    line-height: 28px;
    border: 0;
    cursor: default;
    padding: 0 7px;
    visibility: hidden;
    /* background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel.gif) repeat-x 0 0; */
}

.switch ul .current span {
    padding-right: 20px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_close.gif) no-repeat 100% 1px;
}

.switch .faded {
    color: #8f8f8f;
}

.switch .faded li {
    border-color: #e6e6e6;
    background-color: #f6f6f6;
}

.switch .faded a {
    color: #9ac1dd;
}

.switch ul, x:-moz-any-link {
    width: 100%;
}

/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default {
    width: auto;
}

/* FireFox 3 restore */
.list-opened {
    background-position: 100% -129px !important;
    color: #d33911 !important;
}

.header .form-search {
    float: right;
    clear: right;
    padding: 5px 0 0;
    white-space: nowrap;
}

.header .form-search label {
    display: none;
}

.header .form-search input.input-text {
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_search-input.gif) no-repeat 0 0;
    padding-left: 23px;
    width: 185px;
}

.header .form-search a {
    display: none;
}

.header .form-search button.button {
    margin: 0 0 0 2px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    height: 0 !important;
    overflow: visible !important;
    background-color: #6c1f33;
    color: #ffffff;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #c7c7c7;
    border-top: 0;
    padding-left: 0;
    width: 210px;
    background-color: #fcf8f4;
    position: absolute;
    top: -1px;
}

.header .form-search .search-autocomplete li {
    padding: 4px 6px 4px 24px;
    border-bottom: 1px dotted #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.last {
    border-bottom: 0;
}

/********** < Navigation */
.nav-container {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_nav.gif) 0 100% no-repeat;
    padding-bottom: 3px;
    margin-bottom: -1px;
    position: relative;
    z-index: 4;
}

#nav {
    min-height: 28px;
    text-align: left;
    padding: 0 4px 0;
}

/* All Levels */
#nav li.over {
    z-index: 990 !important;
}

#nav li.parent {
    position: relative;
}

#nav li a span {
    cursor: pointer;
}

/* 1st Level (Top Level) */
#nav li.level-top {
    float: left;
    height: 28px;
    position: relative;
    z-index: 1;
}

#nav a.level-top {
    float: left;
    height: 28px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_nav-item-border.gif) 100% 0 no-repeat;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    padding: 0 0 0 17px;
    border-top: 1px solid #c0c0c0;
    text-decoration: none !important;
    color: #333;
}

#nav a.level-top span {
    float: left;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_nav-item-border.gif) 100% 0 no-repeat;
    padding: 0 19px 0 0;
    white-space: nowrap;
}

#nav li.over a.level-top,
#nav li.active a.level-top {
    height: 29px;
    background-position: 0 -60px;
    margin-left: -1px;
    border: 0;
    padding: 0 0 0 18px;
}

#nav li.over a.level-top {
    height: 31px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

#nav li.over a.level-top span,
#nav li.active a.level-top span {
    background-position: 100% -60px;
    padding: 1px 19px 0 0;
}

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    top: 30px;
    left: -10000px;
    padding: 5px 11px 10px;
    border-top: 0;
}

#nav div ul {
    position: static;
    width: auto;
    background: none;
    padding: 0;
    border: 0 !important;
}

#nav ul li {
    float: left;
    height: auto;
    display: block;
    font-size: 12px;
}

#nav ul li+li:before {
    float: left;
    height: auto;
    width: auto;
    display: block;
    font-size: 12px;
    background: none;
    margin: 0;
}

#nav ul li.last {
    border-bottom: 0;
}

#nav ul li.parent {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_parent.gif) 100% 50% no-repeat;
}

#nav ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 4px;
    text-decoration: none !important;
    color: #fff;
}

#nav ul li.last>a {
    padding-bottom: 0;
}

#nav ul li a:hover {
    color: #e69961;
}

#nav ul li.over a.over {
    color: #e69961;
}

#nav ul li.active>a {
    color: #e69961;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 7px;
    border-top: 1px solid #aeaeae;
}

/* Show Menu */
#nav li .shown-sub {
    top: 145px;
    left: 260px;
    z-index: 991;
}

#nav li .shown-sub .shown-sub {
    left: 100px;
}

/********** Navigation > */
/* ======================================================================================= */
/* Block: Events */
.event {
    background-color: #fbf4de;
    border-bottom: 1px solid #e2d4c7;
    width: 182px;
    position: static;
    height: 144px;
    text-align: center;
}

.event .status {
    font-weight: normal;
    font-size: 16px;
    display: block;
    padding: 19px 0 0;
    margin: 0 0 0;
    text-align: center;
    color: #cf3a00;
}

.event .event-ticker {
    color: #cf3a00;
    height: 55px;
}

.event .event-ticker span {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
    padding-bottom: 10px;
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ticker.gif);
    background-repeat: no-repeat;
    display: inline-block;
}

.event .event-ticker span, x:-moz-any-link {
    padding-bottom: 13px;
}

/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default {
    padding-bottom: 10px;
}

/* FireFox 3 restore */
.event .event-ticker span.days {
    background-position: 50% 3px;
}

.event .event-ticker span.hour {
    background-position: 50% -56px;
}

.event .event-ticker span.minute {
    background-position: 50% -115px;
}

.event .event-ticker span.second {
    background-position: 50% -174px;
}

.event .event-ticker span.delimiter {
    background: none;
}

.event .event-dates {
    font-size: 14px;
    color: #555;
    height: 51px;
    padding-top: 4px;
}

.event .event-dates .date-part {
    font-weight: bold;
}

.event .event-dates .time-part {
    font-size: 12px;
}

.col-main .event .event-button {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_btn-co.gif) 0 50% no-repeat;
    line-height: 27px !important;
    height: 27px !important;
    padding: 0 0 0 13px !important;
    vertical-align: middle;
}

.col-main .event .event-button span {
    width: 121px;
    text-align: center;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_btn-co.gif) 100% 50% no-repeat;
    padding: 0 13px 0 0 !important;
    color: #fff;
    font: bold 15px/27px Arial, Helvetica, sans-serif !important;
    height: 27px !important;
    text-transform: none;
}

.event p a {
    color: #666;
    font-size: 11px;
}

.event .event-bottom {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_slider-events.gif) no-repeat 50% 0;
    position: absolute;
    z-index: 2;
    height: 12px;
    width: 23px;
    left: 50%;
    margin-left: -11px;
    bottom: -12px;
}

.upcoming {
    background: #f6f6f6;
}

.upcoming .status {
    color: #333;
}

.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span {
    line-height: 27px !important;
    font-size: 12px !important;
    color: #7c7b7b !important;
    background: none !important;
    padding: 0 !important;
    width: auto !important;
    display: inline !important;
    text-transform: capitalize;
}

.upcoming .event-button {
    text-decoration: underline !important;
}

.upcoming .event-button:hover {
    text-decoration: none !important;
}

.upcoming p a {
    color: #666;
}

.upcoming .event-bottom {
    background-position: 50% -187px;
}

.closed {
    background: #494949;
}

.closed .status,
.closed .event-dates {
    color: #e2d4c7;
}

.event-container {
    clear: both;
    border: 1px solid #d0af83;
    position: relative;
    z-index: 2;
    border-width: 1px 1px;
    margin-top: 7px;
    margin-bottom: -5px;
    height: 59px;
}

.event-container .event {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 18px;
    margin-bottom: -18px;
    padding-top: 5px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    width: auto;
    position: relative;
    z-index: 2;
    border-bottom: 0 !important;
}

.event-container .container {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}

.event-container .status {
    display: inline;
    margin: 0 10px 0 0;
    background: none;
    font-size: 22px;
}

.event-container .event-ticker {
    display: inline;
    font-size: 28px;
    height: auto;
}

.event-container .event-ticker span {
    line-height: 50px;
    height: 50px;
    padding: 0;
}

.event-container .event-ticker span, x:-moz-any-link {
    padding: 5px 0 5px;
}

/* FireFox 2 fix */
.event-container .event-ticker span, x:-moz-any-link, x:default {
    padding: 0;
}

/* FireFox 3 restore */
.event-container .event .event-ticker span.days {
    background-position: 50% 4px;
}

.event-container .event .event-ticker span.hour {
    background-position: 50% -55px;
}

.event-container .event .event-ticker span.minute {
    background-position: 50% -114px;
}

.event-container .event .event-ticker span.second {
    background-position: 50% -173px;
}

.event-container .event-dates {
    display: inline;
    font-size: 22px;
    height: auto;
}

.event-container .event-dates .time-part {
    font-size: 14px;
}

.event-container .event-dates div,
.event-container .event-dates p {
    display: inline;
}

.container-open {
    background: #f7d4b6 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_event-container-open.gif) repeat-x 0 0;
}

.container-open .open {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_event-container-open.gif);
    padding-top: 3px;
    height: 54px;
}

.container-upcoming {
    border-color: #d0d0d0;
    background: #eeeeee url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_event-container-upcoming.gif) repeat-x 0 0;
}

.container-upcoming .upcoming {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_event-container-upcoming.gif);
}

.container-closed {
    background: #9f958c;
}

/* Block: Events Lister */
.col3-layout .col-main .widget-events {
    margin: 0 -20px 1px;
    position: relative;
    z-index: 1;
}

.widget-events {
    padding: 11px;
    background: #f0eae3;
}

.col1-layout .col-main .widget-events {
    padding: 12px;
}

.events-slider {
    position: relative;
    clear: both;
    margin: 0 0 0;
    border: 1px solid #d0c2b6;
    z-index: 2;
}

.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button {
    float: left;
    display: inline;
}

.events-slider .event {
    position: relative;
    z-index: 1;
}

.events-slider .slider-panel {
    position: relative;
    overflow: hidden;
    background: #d0c2b6;
    z-index: 1;
    width: 0;
}

.events-slider ul.slider {
    width: 200000px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;
}

.events-slider ul.slider li.slider-item {
    overflow: hidden;
    width: 182px;
    height: 386px;
    border-right: 1px solid #d0c2b6;
    background: #f5f5f5 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_block.gif) repeat-x 0 0;
    padding-left: 0;
}

.events-slider ul.slider li.slider-item .category-name {
    font-size: 16px;
    font-weight: normal;
    color: #454343;
    display: block;
    padding: 80px 10px 0;
}

.events-slider ul.slider li.slider-item .category-show {
    width: 182px;
    height: 241px;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_category-info.gif) repeat-x 0 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    text-decoration: none;
}

.events-slider ul.slider li.slider-item .no-event {
    height: 401px;
}

.events-slider .slide-button {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_slide-button.gif) no-repeat 0 0;
    position: absolute;
    text-indent: -999em;
    cursor: pointer;
    top: 17px;
    width: 28px;
    height: 28px;
    z-index: 2;
    overflow: hidden;
}

.events-slider .backward {
    left: -11px;
}

.events-slider .forward {
    right: -11px;
    background-position: 0 -40px;
}

.events-slider .inactive {
    cursor: default;
    display: none;
}

.sidebar .widget-events {
    background: none;
    padding: 0;
}

.sidebar .events-slider {
    border: 1px solid #cfcfcf;
    margin: -1px -1px 0;
    background: #fff;
    padding: 0;
}

.sidebar .events-slider .event {
    height: 115px;
}

.sidebar .events-slider ul.slider li.slider-item {
    width: 182px;
    height: 300px;
    margin: 0;
    border-color: #cfcfcf;
    border-width: 0 1px 0 0;
}

.sidebar .events-slider ul.slider .status {
    padding-top: 10px;
    padding-bottom: 5px;
}

.sidebar .events-slider ul.slider .event-dates {
    height: 40px;
}

.sidebar .events-slider ul.slider li.slider-item .category-name {
    font-size: 16px;
    font-weight: normal;
    color: #454343;
    display: block;
    padding: 50px 10px 0;
}

.sidebar .events-slider ul.slider li.slider-item .category-show {
    height: 241px;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_category-info.gif) repeat-x 0 100%;
}

.sidebar .events-slider {
    margin-top: -1px;
}

.sidebar .events-slider .backward {
    left: 3px;
    top: 6px;
}

.sidebar .events-slider .forward {
    right: 3px;
    top: 6px;
}

.sidebar .events-slider .event-ticker {
    height: 45px;
}

.sidebar .events-slider .event-ticker span {
    font-size: 22px;
    line-height: 28px;
    height: 28px;
    padding-bottom: 10px;
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ticker1.gif);
    background-repeat: no-repeat;
    display: inline-block;
}

.sidebar .events-slider .event-ticker span.days {
    background-position: 50% -10px;
}

.sidebar .events-slider .event-ticker span.hour {
    background-position: 50% -69px;
}

.sidebar .events-slider .event-ticker span.minute {
    background-position: 50% -128px;
}

.sidebar .events-slider .event-ticker span.second {
    background-position: 50% -185px;
}

/* Sidebar =============================================================================== */
.sidebar .callout {
    display: block;
    margin: 10px 0;
}

/* Generic Block */
.sidebar .block {
    margin-bottom: 15px;
    background: #f6edde;
}

.sidebar .block .block-title {
    margin: 0 17px;
    padding: 10px 0;
    border-bottom: solid 1px #c7bdb1;
}

.sidebar .block .block-title strong small {
    font-size: 12px;
    color: #777;
}

.sidebar .block .block-subtitle,
.sidebar .block h3 {
    margin: 0 0 5px;
}

.sidebar .block .block-content {
    padding: 10px 17px 17px;
    color: #555;
}

.sidebar .block .btn-remove {
    color: #222;
    margin-right: 3px;
}

.sidebar .block .btn-remove a {
    color: #222 !important;
    text-decoration: none !important;
}

.sidebar .block .actions {
    margin: 8px 0 0;
    text-align: right;
}

.sidebar .block .actions a {
    float: left;
    color: #999;
    margin-top: 3px;
}

.sidebar .block .actions button.button {
    float: right;
}

.sidebar .block li a.btn-remove {
    float: right;
    width: 13px;
    height: 0;
    padding-top: 12px;
    margin-top: 3px;
    overflow: hidden;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/btn_remove.gif) no-repeat 0 0;
}

/*
.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

 Generic box */
.info-box {
    position: relative;
    z-index: 1;
}

.info-box .box-title a {
    font-size: 11px;
    text-transform: lowercase;
}

.info-box .box-content {
    padding: 5px 0 0;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Block: Account */
.block-account {
    margin-bottom: 20px;
}

.block-account li {
    padding: 2px 0;
}

.block-account .block-title {
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/* Block: Layered Navigation */
.sidebar .block-layered-nav dt {
    margin: 2px 0 0;
}

.sidebar .block-layered-nav dd {
    margin: 0 0 13px;
    color: #666;
}

.sidebar .block-layered-nav dd.last {
    margin: 0;
}

.sidebar .block-layered-nav dd li {
    margin: 2px 0;
}

.sidebar .block-layered-nav dd a {
    color: #222;
    text-decoration: none;
}

.sidebar .block-layered-nav dd a:hover {
    text-decoration: underline;
}

.block-filters .currently {
    padding: 10px;
}

.block-filters .currently .block-subtitle {
    display: block;
}

.block-filters .currently li {
    padding: 5px 0;
    color: #444;
}

.block-filters .currently .label {
    font-weight: bold;
    color: #d33911;
    font-size: 12px;
}

.block-filters .actions {
    text-align: left;
    padding-right: 7px;
    display: none;
}

/* Block: Cart */
.sidebar .block-cart .block-title {
    background: #363636;
    padding: 7px 17px;
}

.sidebar .block-cart .block-title strong {
    font-weight: bold;
    color: #fff;
}

.sidebar .block-cart .summary {
    margin: 0 -17px;
    padding: 0 12px 5px;
    background: #363636;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sidebar .block-cart .summary a {
    font-weight: bold;
    color: #fff;
}

.sidebar .block-cart .summary .subtotal {
    margin: 3px 0 0;
}

.sidebar .block-cart .summary .subtotal .price {
    font-weight: bold;
}

.sidebar .block-cart .actions {
    margin: 8px 0 13px;
    text-align: center;
}

.sidebar .block-cart .actions button.button {
    float: none;
}

.sidebar .block-cart .block-content {
    padding-top: 0;
}

.sidebar .block-cart .block-content table {
    margin: 5px 0 0 0;
}

.sidebar .block-cart .block-content table th {
    padding: 1px 5px 1px 0;
    color: #8f8f8f;
    text-align: right;
}

.sidebar .block-cart .block-content table td {
    text-align: left;
    padding: 1px 0;
}

.sidebar .block-cart li a.btn-remove {
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

.mini-products-list li.item {
    padding: 5px 0;
    border-bottom: 1px solid #cfcfcf;
}

.mini-products-list li.last {
    border: none;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    margin-right: -50px;
}

.mini-products-list .product-details {
    margin-left: 65px;
}

.sidebar .mini-products-list .product-details {
    margin-left: 57px;
}

.mini-products-list .product-details .product-name {
    font-size: 11px;
}

.mini-products-list .product-details .price-box {
    margin: 5px 0;
}

.mini-products-list .product-details .btn-remove {
    font-size: 11px;
}

.sidebar .mini-products-images-list li.item {
    float: left;
    padding: 5px;
    text-align: center;
}

.block-products .mini-products-list .product-details {
    margin-left: 65px;
}

/* Top Shopping Cart */
.top-cart {
    float: right;
    /* width:360px; */
    position: relative;
    padding-left: 7px;
}

.top-cart .block-title {
    white-space: nowrap;
    /* _width:242px; min-width:242px; */
    cursor: pointer;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_topcart.gif) 0 3px no-repeat;
    color: #1e75b4;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 0 18px;
    line-height: 18px;
    height: 18px;
}

.top-cart .block-title strong {
    display: block;
    padding-right: 10px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel.gif) 100% -71px no-repeat;
    font-size: 11px;
    color: #1e75b4;
    font-weight: bold;
    text-decoration: none;
}

.top-cart .block-title.expanded {
    background-position: 0 3px !important;
}

.top-cart .block-title.expanded strong {
    background-position: 100% -126px !important;
    color: #d33911;
}

/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content {
    position: absolute;
    right: 0;
    top: 20px;
    width: 267px;
    background: #fdfdfd;
}

.top-cart .inner-wrapper {
    border: 1px solid #c1c1c1;
}

.top-cart .block-content .block-subtitle {
    font-size: 10px;
    color: #d12c01;
    font-weight: bold;
    text-transform: uppercase;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_header-panel.gif) repeat-x 0 -8px;
    line-height: 12px;
    padding: 3px 10px 4px;
}

.top-cart .block-content .block-subtitle .close-btn {
    float: right;
    width: 13px;
    height: 0;
    padding-top: 12px;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_close.gif) no-repeat 0 0;
    position: relative;
    z-index: 1;
}

.top-cart .cart-empty .close-btn {
    float: right;
    width: 13px;
    height: 0;
    padding-top: 12px;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_close.gif) no-repeat 0 0;
    position: relative;
    z-index: 1;
}

.top-cart .cart-empty {
    padding: 10px 10px 10px 20px;
}

.top-cart .block-content ol {
    padding-bottom: 7px;
}

.top-cart .block-content .item {
    padding: 8px 5px 8px 11px;
}

.top-cart .block-content .item .product-name {
    font-size: 11px;
    line-height: 14px;
}

.top-cart .block-content .item .product-name a {
    font-size: 11px;
    text-decoration: none;
    color: #444;
}

.top-cart .block-content table {
    margin: 5px 0 0 0;
}

.top-cart .block-content table th {
    padding: 1px 8px;
    color: #8f8f8f;
    text-align: right;
}

.top-cart .block-content table td {
    text-align: left;
    padding: 1px 0;
}

.top-cart .block-content .subtotal {
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 0;
    padding: 2px 5px;
    text-align: center;
}

.top-cart .actions {
    background: #e3e3e3 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 -1px;
    text-align: center;
    padding: 5px 11px;
    text-align: right;
}

.top-cart .actions a {
    float: left;
    line-height: 23px;
}

.top-cart .actions button {
    float: none;
}

.top-cart .actions button.button span,
.top-cart .actions button.button span span {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_btn-onbg.gif);
    background-repeat: no-repeat;
}

.top-cart .paypal-logo a {
    float: right;
}

.top-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 33px 5px 0px;
}

/* Block: Wishlist */
/* Block: Compare Products */
/* Block: List */
.block-list .block-content ol {
    margin: -5px -13px;
}

.block-list li.item {
    padding: 5px 10px 5px 13px;
}

.block-list .actions {
    padding: 5px 0 0;
}

.sidebar .block-list .product-name {
    font: normal 11px/1.25 Arial, Helvetica, sans-serif;
    color: #444;
}

.sidebar .block-list .product-name a {
    color: #444;
}

/* Block: Poll */
.block-poll li {
    margin: 5px 0;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
    vertical-align: top;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll .votes {
    float: right;
    font-weight: bold;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
    display: inline;
}

/* Block: Subscribe */
/* Block: Reorder */
.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
    font-size: 11px;
    font-weight: normal;
}

/* Block: Banner */
.block-banner {
    border: 0;
    margin: 10px 0;
}

.block-banner .block-content {
    border-top: 0;
    padding: 0;
    background: #cbcbcb;
    text-align: center;
}

.top-container .block-banner {
    background: #d0d0d0;
    margin: 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title .rss-feed {
    float: right;
    margin: 7px 0 0;
    padding-left: 17px;
    line-height: 12px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/icon_rss.gif) 0 0 no-repeat;
    white-space: nowrap;
    text-decoration: none;
}

.category-title .rss-feed:hover {
    text-decoration: underline;
}

.category-view .note-msg {
    padding: 20px;
}

.results-view .recommendations {
    padding: 20px 20px 0;
}

.catalogsearch-result-index .page-title {
    margin-bottom: 0;
}

.catalogsearch-result-index .note-msg {
    margin: 20px 0;
}

.sidebar .category-title {
    margin: 0;
}

.category-image {
    text-align: center;
    margin: 0 0 1px;
}

.category-image img {
    display: block;
    margin: 0 auto;
}

.category-products {
    padding: 25px 0 0;
}

.category-products .price-box {
    font-size: 12px;
}

/* View Type: Grid */
.products-grid {
    margin: 0 0 40px 0;
}

.products-grid li.item {
    float: left;
    width: 140px;
    margin-right: 20px;
    overflow: hidden;
}

.products-grid li.last {
    margin-right: 0;
}

.products-grid .product-image {
    display: block;
    text-decoration: none !important;
    margin: 0 auto 10px;
    position: relative;
    width: 135px;
}

.products-grid .product-name {
    margin-bottom: 7px;
}

.products-grid .ratings {
    text-align: left;
    line-height: 13px;
}

.products-grid .rating-links {
    display: block;
    padding: 2px 0 0;
    clear: both;
}

.products-grid .price-box {
    margin: 5px 0 10px;
    clear: both;
}

/* View Type: List */
.products-list li.item {
    margin: 0 0 20px 0;
    padding: 0 20px 20px 20px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
}

.products-list li.last {
    background-image: none;
}

.products-list .product-image {
    float: left;
    margin-right: -186px;
    text-decoration: none !important;
    position: relative;
}

.products-list .product-shop {
    margin-left: 186px;
}

.products-list .product-name {
    margin-bottom: 5px;
}

.products-list .price-box {
    margin: 5px 0 10px;
}

.products-list .desc {
    margin: 5px 0 10px;
    font-size: 12px;
}

.products-list .desc .link-learn {
    white-space: nowrap;
}

.products-grid .special-price,
.products-list .special-price {
    font-size: 12px;
}

/* ======================================================================================= */
/* Product View ==========================================================================
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }
*/
.product-view {
    width: 100%;
}

#messages_product_view {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

#messages_product_view {
    margin: 0 -20px;
    position: relative;
    z-index: 1;
}

#messages_product_view .messages {
    margin: 0 0 1px;
}

#messages_product_view .messages li {
    margin: 0;
    position: relative;
    z-index: 1;
}

.product-essential {
    border: none;
    padding-bottom: 35px;
}

.product-collateral {
    float: right;
    clear: right;
    width: 416px;
    padding: 30px;
}

.product-essential .event-lists {
    float: left;
}

.product-essential .event-tickets-list {
    float: left;
    width: 270px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9b5ac;
}

.product-essential .event-tickets-list h2 {
    font-weight: bold;
    font-size: 16px;
}

.product-essential .event-tickets-list ul {
    margin-top: 12px;
    margin-left: 5px;
}

.product-essential .event-tickets-list ul li {
    display: table;
    width: 100%;
}

.product-essential .event-tickets-list ul li span {
    display: table-cell;
}

.product-essential .event-tickets-list ul li span.seat-area-name {
    width: 125px;
}

.col2-right-layout .product-view .product-img-box.event-image {
    float: right;
    width: 410px;
}

.product-essential .event-tickets-list .add-to-box {
    margin-top: 15px;
}

.product-essential .event-ga.add-to-box {
    float: left;
}

.product-essential .events-similar {
    float: left;
    width: 270px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.product-essential .events-similar h2 {
    font-weight: bold;
    font-size: 16px;
}

.product-essential .events-similar ul {
    margin-top: 12px;
    margin-left: 5px;
}

.product-essential .events-similar ul li {
    display: table;
    width: 100%;
}

.product-collateral {
    float: right;
    clear: right;
    width: 416px;
    padding: 30px 0 0 0;
}

.product-collateral .emailto-link {
    font-size: 13px;
    margin: 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_arrow-bullet.gif) no-repeat 0 4px;
    padding-left: 12px;
}

.box-collateral {
    border-top: solid 1px #350c0a;
    padding-bottom: 20px;
}

.box-collateral .box-title {
    padding: 8px;
    border-bottom: solid 1px #e4d3c5;
}

.box-collateral .box-title h2 {
    font-size: 14px;
}

.box-collateral .box-content {
    padding: 20px 10px;
    font-size: 16px;
}

.tab-list {
    position: relative;
}

.tab-list .tab {
    float: left;
    cursor: pointer;
}

.tab-list .active {
    cursor: default;
}

.tab-list .tab-container {
    position: absolute;
    left: 0;
    width: 100%;
}

.collateral-tabs {
    padding-bottom: 20px;
    margin: 0;
}

.collateral-tabs .tab {
    position: relative;
    z-index: 2;
    margin-right: 3px;
    background: #dedede url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) no-repeat 0 -39px;
    color: #222;
    padding: 0 0 0 17px;
    font-size: 12px;
}

.collateral-tabs .tab span {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) no-repeat 100% -39px;
    padding: 0 17px 0 0;
    line-height: 24px;
    float: left;
}

.collateral-tabs .active {
    color: #000;
    font-weight: bold;
    z-index: 3;
    border-bottom: 0;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) 0 0 no-repeat;
}

.collateral-tabs .active span {
    background-position: 100% 0;
    padding-bottom: 1px;
}

.collateral-tabs .tab-container {
    z-index: 1;
    top: 24px;
    background: #fff;
}

.collateral-tabs .tab-content {
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #c4c4c4;
    font-size: 12px;
}

.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed {
    width: 100% !important;
    height: auto !important;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 480px;
}

/*IE8 PNG Fix */
.product-view .product-img-box p.notice {
    text-align: center;
    padding: 5px 0;
    font-size: 11px;
}

.product-view .product-img-box .product-image {
    position: relative;
    width: 480px;
    height: 420px;
    overflow: hidden;
    z-index: 3;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 370px;
    height: 370px;
    overflow: hidden;
    z-index: 3;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views {
    margin: 10px 0 0;
    padding: 0 0 0;
}

.product-view .product-img-box .more-views h2 {
    display: none;
}

.product-view .product-img-box .more-views li {
    float: left;
    border: 1px solid #ddd;
    margin: 0 6px 6px 0;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    clear: none;
    line-height: 28px;
    margin: 0 0 10px;
    float: right;
    width: 150px;
    text-align: right;
}

.product-image-popup .buttons-set .button {
    vertical-align: middle;
    float: none;
}

.product-image-popup .image {
    display: block;
    clear: both;
    margin: 15px auto 15px;
}

.product-image-popup .image-label {
    font-size: 14px;
    text-align: left;
    clear: both;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    margin: 0 0 10px;
}

.product-image-popup .nav {
    text-align: center;
    margin: 0 auto;
    width: 120px;
}

.product-image-popup .nav .prev,
.product-image-popup .nav .next {
    margin: 0 15px;
    display: inline;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_slide-button.gif) no-repeat 0 0;
    text-indent: -999em;
    cursor: pointer;
    width: 28px;
    height: 28px;
    z-index: 2;
    overflow: hidden;
    float: left;
}

.product-image-popup .nav .prev {
    left: -19px;
    float: left;
}

.product-image-popup .nav .next {
    right: -19px;
    float: right;
    background-position: 0 -40px;
}

/* jQzoom */
div.jqZoomTitle {
    z-index: 5000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #999;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    border-color: #fff;
    border-style: solid;
    cursor: crosshair !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a.product-image {
    cursor: pointer !important;
}

p.product-image {
    cursor: default !important;
}

.jqZoomPup img {
    border: 0;
}

.preload {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/zoomloader.gif) no-repeat 43px 30px;
    width: 90px;
    height: 43px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.jqZoomWindow {
    border: 1px solid #ccc;
    background-color: #fff;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 325px;
}

.product-view .product-shop p,
.product-view .product-shop .ratings {
    margin: 10px 0;
}

.product-view .product-shop .ratings p {
    margin: 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .price-box .price-label {
    font-size: 11px;
}

.product-view .product-shop .price-box .price-as-configured .price-label {
    font-size: 12px;
}

.product-view .product-shop .price-box .price-as-configured .price {
    color: #e55100;
    font-size: 14px;
}

.product-view .product-shop .price-box .price-as-configured .price-including-tax .price {
    color: #e55100;
}

.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price {
    color: #222;
    font-size: 11px;
}

.product-view .product-shop .price-box p {
    margin: 4px 0;
}

.product-view .product-shop .add-to-links {
    float: left;
    margin: 10px 0;
}

.product-view .product-name h1 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: normal;
}

.product-view .product-ids {
    text-transform: uppercase;
}

.product-view .short-description {
    padding: 10px 0;
    clear: both;
    font-size: 12px;
    display: none;
}

.product-view .short-description h2 {
    margin: 0 0 5px;
    font-size: 13px;
}

.product-view .product-shop .add-to-cart {
    float: left;
    padding: 2px 15px 10px 0;
}

/* Rating */
.rating-box {
    width: 60px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-rating.png) 0 100% repeat-x;
    overflow: hidden;
    display: inline-block;
}

.rating-box .rating {
    float: left;
    height: 10px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-rating.png) 0 0 repeat-x;
}

.ratings {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1;
    font-size: 13px;
}

/* Availability */
.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #d12c01;
}

.availability-only-details {
    margin: 0 0 7px;
    border: 1px solid #d9d9d9;
}

.availability-only-details thead {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8;
}

.availability-only-details th,
.availability-only-details td {
    padding: 2px 8px;
}

.availability-only-details th {
    border-bottom: 1px solid #d9d9d9;
    font-size: 10px;
    text-transform: uppercase;
}

.availability-only-details td {
    background: #fff;
    font-size: 11px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    margin-bottom: 15px;
}

/* Regular price */
.regular-price {
    font-size: 18px;
    color: #CE6639;
}

/* Old price */
.old-price {
    text-decoration: line-through;
    color: #989696;
}

.old-price .price-label {
    white-space: nowrap;
    color: #989696;
}

.old-price .price {
    font-weight: normal;
    text-decoration: line-through;
    color: #989696;
}

.sidebar .old-price .price-label {
    display: none !important;
}

/* Special price */
.special-price {
    font-size: 18px;
}

.special-price .price-label {
    white-space: nowrap;
}

.special-price .price {
    color: #CE6639;
}

.sidebar .special-price .price-label {
    display: none !important;
}

/* Minimal price (as low as) */
.minimal-price .price-label {
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
    margin: 5px 0;
    text-decoration: none;
}

a.minimal-price-link:hover {
    text-decoration: underline;
}

.minimal-price-link .label {
    font-weight: bold;
}

.minimal-price-link .price {
    font-weight: bold;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

/* Including tax */
.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: bold;
}

/* Configured price */
.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
}

.weee .price {
    font-size: 11px;
    font-weight: bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from .price-label {
    white-space: nowrap;
}

.price-from .price {
    white-space: nowrap;
}

.price-to .price {
    white-space: nowrap;
}

.price-to .price-label {
    white-space: nowrap;
}

/* Price as configured */
.price-as-configured .price-label {
    white-space: nowrap;
}

.price-as-configured .price {
    font-size: 14px;
    color: #e55100;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

/********** Product Prices > */
/* Tier Prices */
.product-pricing {
    background: #fbf4de;
    border: 1px solid #e2d4c7;
    padding: 8px;
}

.product-pricing li {
    line-height: 1.35;
    margin: 2px 0;
}

.product-pricing li .price {
    font-weight: bold;
}

.product-pricing li .benefit {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    margin: 5px 0 0;
    font-size: 11px;
}

.add-to-links li {
    margin: 2px 0;
}

.add-to-links a {
    color: #999;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 5px;
    text-transform: capitalize;
}

.add-to-cart .qty {
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

/* On product view */
.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box .add-to-links {
    margin: 0 !important;
}

.add-to-box .add-to-links li {
    margin: 0 0 2px;
}

/* Product Options */
.product-options dt .required em {
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 5px 0 15px;
    padding: 0 0 12px;
    border-bottom: dotted 1px #d2bead;
}

.product-options dd .input-box {
    display: block;
    padding-right: 20px;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd .time-picker select {
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 200px;
}

.product-options .options-list li {
    vertical-align: middle;
    margin: 0;
    padding: 2px 0;
    line-height: 1.315;
}

.product-options .options-list input.radio {
    float: left;
    margin: 2px -18px 0 0;
}

.product-options .options-list input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}

.product-options .validation-error .options-list,
.product-options ul.validation-failed {
    padding: 2px 1px !important;
    position: relative;
    z-index: 2;
    top: -3px;
    left: -2px;
    margin-right: -2px;
}

.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed {
    padding: 0 1px !important;
    position: relative;
    z-index: 2;
    top: -1px;
    left: -2px;
    margin-right: -2px;
}

.product-options li {
    margin: 3px 0;
}

.product-view .product-options-bottom .product-pricing {
    clear: both;
}

.product-view .product-options-bottom {
    padding: 0;
    margin: 0 0 5px;
}

.product-view .product-options-bottom .add-to-cart {
    float: left;
    padding-right: 15px;
    padding-bottom: 20px;
}

.product-view .product-options-bottom .price-box {
    margin: 0 !important;
    float: right;
}

.product-view .product-options-bottom p.required {
    padding: 5px 0 0;
    clear: both;
    text-align: right;
    width: auto;
}

/* Options in product info column */
.options-container-small {
    margin: 20px 0 0;
}

.options-container-small .product-options-bottom {
    float: left;
}

.options-container-small .product-pricing {
    display: none;
}

.options-container-small .price-box {
    display: none;
}

.options-container-small .add-to-cart {
    padding: 13px 15px 0 0 !important;
}

.options-container-small .product-options-bottom p.required {
    padding: 0 0 0 90px;
    width: auto;
    float: left;
    clear: left;
    text-align: left;
}

.options-container-small dt {
    clear: left;
    float: left;
    line-height: 1.2;
    width: 10em;
    padding: 3px 5px 3px 0;
    margin: 0 0 8px;
}

.options-container-small dd {
    float: left;
    width: 275px;
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.options-container-small .product-options {
    margin: 0 0 0;
}

/* Options after product info column */
/* Bundle product - alternative view */
#customizeTitle {
    margin: 0;
}

.product-options .bundle-summary {
    font-size: 11px;
}

.bundleProduct .product-options {
    font-size: 12px;
    margin-top: 0;
}

.bundleProduct .product-options-bottom {
    padding: 0;
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 27px;
}

.bundleProduct .product-options-bottom .add-to-cart {
    float: right;
    margin: 0 0 0 20px;
}

.bundleProduct .product-options-bottom .price-box {
    margin: 0;
    float: right;
}

.bundleProduct .product-options-bottom p.required {
    padding: 5px 0 0;
    width: auto;
    clear: both;
    text-align: right;
}

.with-bundle {
    position: relative;
    z-index: 1;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cols.gif) 460px 0 repeat-y;
}

/**/
#bundle-product-wrapper {
    margin: -1px -20px -21px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    float: left;
    width: 938px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#bundleProduct {
    width: 1877px;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cols.gif) repeat-y 279px 0;
    z-index: 1;
    position: relative;
}

#productView {
    margin: 0;
    position: static;
    border: 0;
}

#options-container {
    min-height: 510px;
    width: 938px;
    position: relative;
    z-index: 2;
    float: right;
    border-left: 1px solid #cfcfcf;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cols.gif) repeat-y 460px 0;
    left: -1px;
}

#options-container h1 {
    text-align: left;
}

/* Bundle Product 2 column design */
.col2-left-layout #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper {
    width: 755px;
}

.col2-left-layout #bundleProduct,
.col2-right-layout #bundleProduct {
    background-position: 574px 0;
    width: 1511px;
}

.col2-left-layout #options-container,
.col2-right-layout #options-container {
    background-position: 277px 0;
    left: -1px;
    width: 755px;
}

.col2-left-layout #options-container .product-options,
.col2-right-layout #options-container .product-options {
    width: 459px;
}

.col2-left-layout #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options-bottom {
    width: 429px;
}

.col2-left-layout .bundle-summary,
.col2-right-layout .bundle-summary {
    left: 460px;
}

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container {
    width: 572px;
}

.col3-layout #bundleProduct {
    background-position: 390px 0;
    width: 1144px;
}

.col3-layout #options-container {
    background-position: 94px 0;
}

.col3-layout #productView {
    margin-right: -10px;
}

.col3-layout #options-container .product-options {
    width: 276px;
}

.col3-layout #options-container .product-options-bottom {
    width: 246px;
}

.col3-layout #options-container .product-options-bottom .price-box {
    float: none;
}

.col3-layout .bundle-summary {
    left: 277px;
}

#options-container .product-options {
    font-size: 12px;
    margin-top: 0;
    font-size: 11px;
    z-index: 1;
    margin: 0;
    width: 600px;
    padding: 20px 20px 0;
    clear: both;
    position: relative;
    z-index: 1;
}

#options-container .product-options-bottom {
    padding: 0 20px 20px;
    width: 600px;
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 27px;
}

#options-container .product-options-bottom .add-to-cart {
    float: right;
    margin: 0 0 0 20px;
}

#options-container .product-options-bottom .price-box {
    margin: 0;
    float: right;
}

#options-container .product-options-bottom p.required {
    padding: 5px 0 0;
    width: auto;
    clear: both;
    text-align: right;
}

.bundle-summary {
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 643px;
    margin-top: 0;
    padding: 20px;
    width: 256px;
}

.bundle-summary .product {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px 8px;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.bundle-summary .product .block-title {
    background: none;
    border: solid #e6e6e6;
    border-width: 0 0 1px;
    margin: 0 0 10px;
    padding: 5px 0;
    position: relative;
}

.bundle-summary .product .block-title h2 {
    color: #5a5a5a;
    font-weight: normal;
    padding-left: 5px;
}

.bundle-summary .product-image {
    border: 1px solid #d6d6d6;
    float: left;
    margin: 0 -60px 0 0;
}

.bundle-summary .product-details p.availability {
    font-weight: bold;
    font-size: 11px;
    margin: 28px 0 0;
    position: relative;
}

.bundle-summary .price-box {
    margin-bottom: 35px;
}

.bundle-summary .price-box .price-as-configured .price {
    font-weight: normal;
}

.bundle-summary .price-box .price-as-configured .price-label {
    color: #010101;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.bundle-summary .product-name {
    font-size: 16px;
    color: #111;
}

.bundle-summary .product .add-to-links {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 7px 0 2px 5px;
}

.bundle-summary .product .add-to-links a {
    color: #ef5d24;
    font-weight: bold;
}

.bundle-summary .product .add-to-links li {
    display: inline;
    margin-right: 20px;
}

.bundle-summary .summary {
    padding: 10px 8px !important;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.bundle-summary .summary h4 {
    border-bottom: 1px solid #e6e6e6;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 5px 5px;
}

.bundle-summary .summary ul {
    margin: 6px 0 10px;
}

.bundle-summary .summary li {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x bottom;
    margin: 0;
    padding: 11px 0 7px;
}

.bundle-summary .summary .last {
    background: none;
    padding-bottom: 0;
}

.bundle-summary button.btn-cart span,
.bundle-summary button.btn-cart span span {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg_bundle_btn.gif);
    font-weight: normal !important;
    height: 23px !important;
    line-height: 23px !important;
    padding: 0 0 0 18px !important;
}

.bundle-summary button.btn-cart span span {
    padding: 0 18px 0 0 !important;
}

.bundle-summary .add-to-cart .qty {
    margin-right: 80px;
}

.bundle-summary .add-to-cart button {
    margin: 10px 0 0;
}

.bundle-summary .add-to-cart .paypal-logo {
    text-align: left;
}

.bundle-summary .add-to-cart .paypal-or {
    margin: 5px 0 5px 42px;
}

#bundleProduct .page-title a {
    color: #ef5d24;
    position: relative;
    text-decoration: none;
    top: 4px;
}

#bundleProduct .page-title a:hover {
    text-decoration: underline;
}

#bundleProduct .page-title a small {
    font-size: 14px;
    font-weight: bold;
}

#bundleProduct .product-options {
    padding: 0;
    width: 642px;
}

#bundleProduct .product-options dt,
#bundleProduct .product-options dd {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg_bundle_options.png) repeat-x;
}

#bundleProduct .product-options dd {
    background-position: 0 -33px;
    border-bottom: 1px solid #bfbfbf;
    margin: 0;
    padding: 20px 10px 20px 30px;
}

#bundleProduct .product-options dt {
    border-bottom: 1px solid #e6e6e6;
    color: #010101;
    line-height: 32px;
    padding: 0 10px 0 30px;
}

#bundleProduct .product-options dl.last .last {
    border-bottom: none;
}

#bundleProduct .product-options p.required {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

#bundleProduct .product-options-bottom {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg_bundle_options_bottom.png) repeat-x 0 0;
    padding: 11px 15px 0;
    width: 612px;
}

#bundleProduct .product-options-bottom a {
    color: #ef5d24;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#bundleProduct .product-options-bottom a:hover {
    text-decoration: underline;
}

#bundleProduct .product-options-bottom a small {
    font-size: 14px;
}

#bundleProduct .product-options-bottom .price-as-configured {
    font-size: 11px;
}

#bundleProduct .product-options-bottom .price-as-configured .price {
    font-size: 12px;
    vertical-align: baseline;
}

#bundleProduct .product-options-bottom .price-as-configured .price-label {
    color: #010101;
    font-weight: bold;
    margin-right: 15px;
}

/* Grouped Product */
.groped-product-type {
    position: relative;
    z-index: 2;
    margin: 20px -30px -20px;
    background: #fff;
    border-top: 1px solid #cfcfcf;
    padding: 20px 30px 0;
}

.grouped-items td {
    vertical-align: middle;
    padding: 5px 10px;
}

/* Gift Card product */
.giftcard-amount-form {
    margin: 0 0 10px;
}

.giftcard-amount-form label {
    width: 120px;
    text-align: left;
    padding-right: 5px;
}

.giftcard-amount-form .form-list .input-text {
    width: 70px;
}

.giftcard-amount-form .form-list select {
    width: 150px;
}

.giftcard-amount-form .form-list .input-box {
    padding-right: 20px;
    margin-right: 9px;
}

.giftcard-amount-form .form-list .input-box .v-fix {
    white-space: nowrap;
}

.giftcard-amount-form .form-list .input-box p.notice {
    float: left;
    padding: 0;
    clear: left;
    width: 55px;
    margin: 5px -100px 0 0;
    white-space: nowrap;
    font-size: 11px;
    position: relative;
    z-index: 1;
}

.giftcard-amount-form .form-list .input-box p.notice span {
    margin-right: 5px;
    display: block;
}

.giftcard-send-form {
    z-index: 2;
    position: relative;
    border-top: 1px solid #ddd;
    padding: 30px 30px 10px;
    margin: 0 -30px 0px;
}

.giftcard-send-form label {
    width: 120px;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.giftcard-send-form .field label {
    padding-bottom: 0;
}

.giftcard-send-form .field .input-text {
    width: 249px !important;
}

/* Block: Related */
.product-view .box-related .note {
    padding: 5px 8px;
    margin: 0;
    font-size: 12px;
    background: #f7edda;
}

.product-view .box-related .note,
.product-view .box-related .note a {
    color: #d02600;
}

.product-view .box-related input {
    margin: 3px 0;
}

/* Block: Tags */
.product-view .box-tags h3 {
    font-size: 12px;
    font-weight: normal;
}

.product-view .box-tags .form-add-tags {
    padding: 5px 0 0 0;
}

.product-view .box-tags .form-add-tags label {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 15px 0 0;
    height: 4em;
    float: left;
}

.product-view .box-tags .form-add-tags .input-box {
    margin: 0;
    display: inline-block;
}

.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error {
    padding-right: 17px;
}

.product-view .box-tags .form-add-tags input.input-text {
    width: 300px;
}

.product-view .box-tags .form-add-tags button.button {
    margin-left: 5px;
    vertical-align: top;
}

.product-view .box-tags .form-add-tags p {
    padding: 5px 0;
    font-size: 11px;
}

.product-view .box-tags .tags-list {
    margin: 15px 0;
    line-height: 1.5em;
}

.product-view .box-tags .tags-list li {
    display: inline;
    font-size: 10px;
    margin: 0 5px 0 0;
}

.product-view .box-tags .tags-list li a {
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 3px;
    background: #fffcf0;
}

.product-view .box-tags .tags-list li a:hover {
    text-decoration: underline;
}

.product-view .box-tags .form-add-tags .input-box, x:-moz-any-link {
    float: left;
}

/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button, x:-moz-any-link {
    margin-bottom: 15px;
}

/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box, x:-moz-any-link, x:default {
    float: none;
}

/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button, x:-moz-any-link, x:default {
    margin-bottom: 0;
}

/* FireFox 3 restore */
/* Block: Reviews */
.product-view .product-main-info .review-summary-table {
    margin: 10px 0;
}

.review-summary-table {
    border: 0;
    margin: 0 0 10px;
}

.review-summary-table th,
.review-summary-table td {
    padding: 2px 5px;
}

.review-summary-table tr.last td {
    border: 0;
}

.review-summary-table th.label,
.review-summary-table td.label {
    width: 1px;
    white-space: nowrap;
    padding-left: 0;
    background: none;
}

.product-view .box-reviews .pager {
    border-width: 1px 0;
    margin: 0;
}

.product-view .box-reviews dt {
    margin: 10px 0;
    font-style: italic;
}

.product-view .box-reviews dt a {
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
}

.product-view .box-reviews dd {
    margin: 10px 0 20px;
    padding: 0 0 10px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
}

.product-view .box-reviews dd p {
    margin: 0 0 10px;
}

.product-view .box-reviews dd .date {
    margin: 0 0 10px;
    font-style: italic;
}

.product-view .box-reviews dd.last {
    background: none;
    margin-bottom: 0;
}

/* Add Review Form */
.product-view .box-reviews .product-name {
    font-weight: normal;
    margin-bottom: 20px;
}

.product-view .box-reviews .product-name span {
    font-weight: bold;
}

.product-view .box-reviews .form-list {
    margin: 15px 0;
}

.product-view .box-reviews .form-list .review-summary-table thead {
    background: none;
}

.product-view .box-reviews .form-list .review-summary-table thead th {
    background: none;
    border: 0;
}

.product-view .box-reviews .form-list .review-summary-table .value {
    text-align: center;
}

/* ======================================================================================= */
/* Product Review ======================================================================== */
.review-product-list .col-main {
    padding-top: 0;
}

.product-review .product-img-box {
    float: left;
    width: 285px;
}

.product-review .product-img-box .product-image {
    display: block;
    margin: 0 0 15px;
}

.product-review .details {
    float: right;
    width: 400px;
}

.product-review .details .product-name {
    font-size: 15px;
    font-weight: bold;
    color: #151515;
    line-height: 19px;
    margin: 0 0 10px;
}

.product-review .details p.date {
    font-size: 12px;
    font-style: italic;
}

.product-review .details p {
    margin: 10px 0;
}

.product-review .details .review-summary-table {
    margin: 10px 0;
}

.product-review .buttons-set {
    clear: both;
    padding: 25px 0 0;
}

.review-product-view .col-main {
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cols.gif) repeat-y -430px 0;
    padding: 0;
}

.review-product-view .col-main .page-title {
    margin-left: 0;
    margin-right: 0;
}

.review-product-view .product-review .product-img-box {
    padding: 0 0 20px 20px;
}

.review-product-view .product-review .details {
    width: 570px;
    padding: 0 20px 20px 0;
}

.review-product-view .product-review .buttons-set {
    border-top: 1px solid #d1d1d1;
    background: #fff;
    margin: 0;
    padding: 15px 20px;
}

/* ======================================================================================= */
/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout {
    border: 0;
}

.cms-home .top-callout,
.cms-index-index .top-callout {
    margin-bottom: 6px;
}

.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main {
    padding: 0;
}

.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 {
    width: 705px;
}

.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 {
    width: 244px;
    border: 1px solid #d9d7ca;
    border-left: 0;
    margin-left: -244px;
}

.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img {
    display: block;
    margin: 6px auto;
}

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view {
    margin: 0 0 20px;
}

.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title {
    margin: 3px 0 0;
}

.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid {
    margin: 0;
    border: 1px solid #cbc0b2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list {
    margin: 0;
    border: 1px solid #cbc0b2;
    padding-top: 20px;
}

.cms-hp-touchsmart-iq506-has-arrived .col-main {
    padding: 0;
}

.cms-hp-touchsmart-iq506-has-arrived .main {
    margin-top: 0;
}

.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs {
    display: none;
}

.new-product-spotlight {
    border: 1px solid #cfcfcf;
    border-top: 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/callouts/electronics/new_computer_bg.jpg) no-repeat;
    height: 519px;
    position: relative;
}

.new-product-spotlight .link {
    position: absolute;
    top: 95px;
    left: 318px;
}

.new-product-spotlight .more-new-positioning {
    position: absolute;
    top: 42px;
    right: 70px;
    width: 207px;
}

.new-product-spotlight .more-new-positioning h3 {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.new-product-spotlight .more-new {
    position: relative;
    height: 335px;
}

.new-product-spotlight .more-new .arrow-up {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 207px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/callouts/electronics/more_new_arrow.gif) no-repeat;
    text-indent: -999em;
}

.new-product-spotlight .more-new .arrow-down {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 207px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%;
    text-indent: -999em;
}

.new-product-spotlight .more-new .content {
    position: absolute;
    top: 20px;
    left: 0;
    width: 205px;
    height: 295px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #dcdcdc;
    background: #fff;
}

.new-product-spotlight .more-new ol {
    margin: 10px 15px;
    padding-left: 0;
    list-style-type: none;
}

.new-product-spotlight .more-new .item {
    padding: 10px 0 10px 85px;
    border-bottom: 1px solid #d2d2d2;
}

.new-product-spotlight .more-new .item.top {
    padding-top: 0;
}

.new-product-spotlight .more-new .item.last {
    border-bottom: 0;
    padding-bottom: 0;
}

.new-product-spotlight .more-new .item img {
    float: left;
    margin-left: -85px;
    position: relative;
}

.new-product-spotlight .more-new a {
    font-weight: bold;
}

.cms-menu {
    padding: 15px;
    border-bottom: 1px solid #d1d1d1;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cms-menu.gif) 0 0 repeat-x;
    font-size: 12px;
    list-style-position: inside;
}

.col-main .cms-menu {
    float: left;
    width: 240px;
    border: 1px solid #d1d1d1;
    margin: 0 10px 5px 0;
}

.cms-menu li {
    color: #999;
    margin: 3px 0;
}

/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent>a,
.cms-menu li.parent>strong {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat;
    padding-right: 13px;
}

.cms-menu li strong {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.cms-menu li ul,
.cms-menu li ol {
    padding-left: 15px;
    margin-bottom: 7px;
    list-style-position: inside;
}

/* CMS Menu Types */
ol.cms-menu.type-1 {
    list-style-type: decimal;
}

ol.cms-menu.type-1 ol {
    list-style-type: decimal;
}

ol.cms-menu.type-a {
    list-style-type: lower-alpha;
}

ol.cms-menu.type-a ol {
    list-style-type: lower-alpha;
}

ol.cms-menu.type-A {
    list-style-type: upper-alpha;
}

ol.cms-menu.type-A ol {
    list-style-type: upper-alpha;
}

ol.cms-menu.type-i {
    list-style-type: lower-roman;
}

ol.cms-menu.type-i ol {
    list-style-type: lower-roman;
}

ol.cms-menu.type-I {
    list-style-type: upper-roman;
}

ol.cms-menu.type-I ol {
    list-style-type: upper-roman;
}

ul.cms-menu.type-circle {
    list-style-type: circle;
}

ul.cms-menu.type-circle ul {
    list-style-type: circle;
}

ul.cms-menu.type-disc {
    list-style-type: disc;
}

ul.cms-menu.type-disc ul {
    list-style-type: disc;
}

ul.cms-menu.type-square {
    list-style-type: square;
}

ul.cms-menu.type-square ul {
    list-style-type: square;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list {
    margin: 5px 0;
}

.tags-list li {
    display: inline;
    font-size: 12px;
}

.tags-list li a {
    text-decoration: none;
    margin: 0 2px 0 0;
}

.tags-list li a:hover {
    text-decoration: underline;
}

/* Advanced Search */
.search-summary {
    padding: 10px 10px 0;
    margin: 10px 0 0;
    font-size: 12px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 0;
}

.search-summary li {
    margin: 2px 0;
}

/* Sitemap */
.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px -36px 0;
}

.page-sitemap .links a {
    position: relative;
}

.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {
    padding: 0;
}

.checkout-cart-index .col-main .page-title {
    margin: 0;
}

.cart-empty {
    padding: 20px;
    background: #fff;
}

.cart .checkout-types {
    float: right;
    text-align: center;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .checkout-types fieldset {
    display: inline;
}

.cart .checkout-types .btn-proceed-checkout {
    line-height: 28px !important;
    font-size: 18px;
    padding: 5px 30px;
}

.cart .title-buttons .checkout-types li {
    float: left;
}

/* Shopping Cart Table */
.cart-table {
    border-width: 1px 0;
    font-size: 14px;
}

.cart-table .item-msg {
    font-size: 12px;
}

.cart-table thead th {
    vertical-align: bottom;
}

.cart-table tbody td {
    padding: 12px;
}

.cart-table .btn-update {
    float: right;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    width: 630px;
    padding: 20px 0 10px;
}

.cart .cart-collaterals h2 {
    margin: 0 0 5px;
}

.cart .deals {
    font-size: 12px;
}

.cart .deals label {
    margin: 0 7px 0 0;
}

.cart .deals .input-text {
    width: 140px;
    margin: 0 5px 0 0;
}

.cart .giftcard {
    position: relative;
    z-index: 1;
}

.cart .cancel-btn {
    margin: 5px 30px 0 0;
    clear: left;
}

.cart .shipping {
    float: left;
    margin: 0 0 0 30px;
    display: inline;
    font-size: 14px;
    width: 280px;
}

.cart .shipping select {
    width: 256px;
}

.cart .shipping .input-text {
    width: 250px;
}

.cart .shipping p {
    margin: 0 0 15px;
}

.cart .shipping .buttons-set {
    width: 256px;
}

.cart .shipping .form-list label {
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
}

.cart .shipping .form-list .input-text,
.cart .shipping .form-list select {
    display: block;
    float: none;
}

.cart .crosssell {
    float: left;
    min-height: 400px;
    width: 260px;
    padding: 0 20px 15px 30px;
    border: 1px solid #d9d9d9;
    border-width: 0 1px 0 0;
    background: #fbf3f0;
}

.cart .crosssell h2 {
    font-size: 13px;
    color: #cd3800;
    font-weight: bold;
    text-transform: uppercase;
}

.cart .crosssell .item {
    padding: 17px 0 0;
}

.cart .crosssell .product-image {
    float: left;
    margin: 3px -90px 0 0;
}

.cart .crosssell .product-shop {
    margin-left: 90px;
}

.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links {
    margin: 0 0 5px;
}

.cart .crosssell .add-to-links li {
    margin: 0;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 275px;
    padding: 23px 15px 0 15px;
    font-size: 18px;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table th,
.cart .totals table td {
    padding: 0 5px 5px;
}

.cart .totals table tfoot strong {
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin: 10px 0 15px;
}

.cart .totals table tfoot .summary-total td {
    padding: 0 0 20px;
}

.cart .totals table tfoot th strong {
    margin: 0;
}

.cart .totals table tfoot td .price {
    font-weight: bold;
}

.cart .totals .btn-remove {
    vertical-align: middle;
}

.cart .totals .btn-remove img {
    vertical-align: baseline;
}

.cart .totals .checkout-types li {
    margin: 0 0 15px;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding-top: 8px;
    line-height: 1.0;
    font-size: 11px;
}

/* Options Tool Tip */
.item-options p {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 12px 0 12px;
}

.item-options dt {
    font-weight: bold;
    padding: 7px 0 7px;
}

.item-options dd {
    padding-bottom: 5px;
}

.truncated {
    cursor: help;
    margin: 5px 0 0;
    position: relative;
    z-index: 1;
    width: 110px;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    text-decoration: none;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
    color: #514f4f;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    padding: 0;
    width: 190px;
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #919191;
    background-color: #fff;
}

.truncated .truncated_full_value .item-options dl {
    margin-right: -9px;
    position: relative;
    z-index: 9999;
    padding: 0px 21px 10px 12px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_truncated.gif) no-repeat 100% 38px;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.top-cart .truncated .show .item-options {
    top: -60px;
    left: -206px;
}

.block-cart .truncated .show .item-options {
    top: -60px;
    left: -206px;
}

/* Item options in the cart */
.data-table .item-options dt {
    padding: 3px 0 0 0;
}

.data-table .item-options dd {
    padding: 0 0 3px 10px;
    color: #666;
}

.data-table .item-options dd .price {
    font-weight: bold;
    margin-left: 5px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main {
    padding: 20px 0 0;
}

.opc-wrapper .page-title {
    position: relative;
    z-index: 1;
}

.opc-wrapper .page-title .callout {
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 1;
}

/* Block: Checkout Progress */
.opc-progress-container {
    float: left;
    width: 280px;
    padding: 15px 0;
}

.opc-progress-container .opc-block-progress .block-title {
    padding: 0 0 9px;
    margin-bottom: 5px;
    border-bottom: 2px solid #75032f;
    font-size: 18px;
    line-height: 1;
}

.opc-progress-container .opc-block-progress .block-title strong {
    font-weight: bold;
}

.opc-progress-container .opc-block-progress dt {
    margin: 2px 0 8px;
}

.opc-progress-container .opc-block-progress dt.complete {
    margin: 2px 0 4px;
}

.opc-progress-container .opc-block-progress dt.complete a {
    font-weight: normal;
    text-transform: lowercase;
}

.opc-progress-container .opc-block-progress dd.complete {
    margin: 5px 0 8px;
    padding: 5px;
}

.opc-progress-container .block-progress .cards-list dd {
    padding: 0;
}

.opc-progress-container .block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc {
    float: right;
    width: 750px;
}

.opc li.section {
    position: relative;
}

.opc .step-title {
    margin: 0 0 1px;
}

.opc .step-title .number {
    display: none;
}

.opc .step-title h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 10px 15px;
    text-transform: none;
    background-color: #f0f0f0;
    color: #ccc;
}

.opc .allow .step-title h2 {
    background-color: #75032F;
    color: #fff;
    cursor: pointer;
}

.opc .allow.active .step-title h2 {
    background-color: #1b1b1b;
    color: #fff;
    cursor: pointer;
}

.opc .active .step-title {
    margin: 0 0 2px;
    padding: 0 0 0 0;
}

.opc .active .step-title h2 {
    cursor: default;
}

.opc .step {
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border: 2px solid #f4f4f4;
    margin-bottom: 15px;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .order-review .authentication {
    margin: 0 auto;
    width: 570px;
}

.opc .order-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

.opc .step input[type="text"],
.opc .step textarea,
.opc .step .input-text,
.opc .step select {
    border: 2px solid #eee;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
}

.opc .step input[type="text"]:focus,
.opc .step textarea:focus,
.opc .step .input-text:focus,
.opc .step select:focus {
    border-color: #ddd
}

/* Steps */
#checkout-step-login {
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
}

#checkout-step-login .col2-set {
    padding: 20px 20px 30px;
}

#checkout-step-login .login-only {
    background-image: none;
}

#checkout-step-login h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0 0 15px;
}

#checkout-step-login .col2-set .col-2 .radio {
    margin-right: 5px;
}

#checkout-step-login .col2-set .col-2 li {
    padding-left: 10px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_bulletsm.gif) no-repeat 0 0.5em;
}

#checkout-step-login .col2-set .col-2 .form-list li {
    background: none;
    padding-left: 0;
}

#checkout-step-login .form-list label,
#checkout-step-login .form-list .label {
    text-align: left;
}

#checkout-step-login .btn-only {
    text-align: left;
}

#checkout-step-login .btn-only .button {
    float: right;
}

#checkout-step-login p {
    margin: 0 0 15px;
}

#checkout-step-login .form-list p {
    padding-left: 105px;
    margin: 0;
}

#checkout-step-login .form-list .input-text {
    width: 210px;
    background: #FAF5EF;
}

.opc .buttons-set
.opc .form-buttons {
    width: auto;
    text-align: right;
}

.opc .buttons-set p.back-link {
    text-align: left;
}

.opc .form-buttons {
    width: auto;
    text-align: right;
}

.opc .buttons-set .button,
.opc .form-buttons .button {
    float: right;
    margin: 0;
    letter-spacing: 3px;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #75032F;
}

.opc .buttons-set .button:hover,
.opc .form-buttons .button:hover {
    background-color: #333;
}

.opc p.required {
    text-align: right;
    width: auto;
    padding-left: 0;
}

.checkout-onepage-payment-additional-customerbalance {
    margin-bottom: 5px;
}

.checkout-onepage-payment-additional-customerbalance .checkbox {
    margin-left: 0;
}

/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/
#checkout-step-review .data-table {
    border: 0;
}

#checkout-step-review .data-table .item-options {
    font-size: 13px;
}

#checkout-step-review .data-table thead th {
    vertical-align: bottom;
}

#checkout-step-review .data-table .product-name {
    font-size: 14px;
    color: #333;
}

#checkout-step-review .data-table td .price {
    color: #333;
}

#checkout-step-review .data-table tbody td .price {
    font-weight: normal;
    font-size: 14px;
}

#checkout-step-review .data-table tfoot tr:not(.last) td {
    background-color: #f4f4f4;
    padding: 10px;
    font-size: 16px;
    border-top: none;
}

#checkout-step-review .data-table tfoot tr.last td {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    border-top: none;
}

#checkout-step-review .data-table tfoot tr.last td .price {
    color: #75032f;
    font-size: 26px;
}

#checkout-step-review .buttons-set {
    padding: 15px 20px;
    margin: 0;
}

.opc .checkout-agreements {
    margin: 20px;
}

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_crumbs.gif);
    background-repeat: no-repeat;
}

.checkout-progress {
    padding: 0 0 0 0;
    border-bottom: 1px solid #cfcfcf;
    background-color: #ededed;
    text-align: center;
    margin: -21px -21px 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    width: 940px;
    position: relative;
    z-index: 2;
}

.checkout-progress li {
    float: left;
    width: 20%;
    text-align: center;
    color: #888;
    line-height: 20px;
}

.checkout-progress li span {
    display: block;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}

.checkout-progress li.first span {
    background-position: 0 0;
}

.checkout-progress li.last span {
    background-position: 100% 0;
    border: 0;
}

.checkout-progress li.active span {
    color: #fff;
    background-color: #d12c01;
}

.multiple-checkout {
    position: relative;
    z-index: 1;
}

.multiple-checkout .data-table thead th {
    vertical-align: bottom;
}

.multiple-checkout .col3-set .actions {
    border: 1px solid #e4e4e4;
    padding: 3px 9px 4px;
    float: left;
}

.multiple-checkout .col3-set address {
    padding: 10px;
    clear: both;
}

.multiple-checkout .col3-set,
.multiple-checkout .col2-set {
    margin: 0 0 15px;
}

.multiple-checkout .buttons-set {
    padding: 15px 0;
    clear: both;
    width: auto;
}

.multiple-checkout .buttons-set .button {
    float: right;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-weight: normal;
    font-size: 18px;
    color: #cd3800;
    text-align: right;
    display: block;
    margin: 10px 0 15px;
}

.multiple-checkout .grand-total .price-label {
    font-weight: normal;
}

.multiple-checkout .grand-total .price {
    font-weight: bold;
}

.multiple-checkout .sp-methods {
    font-size: 12px;
}

.multiple-checkout .checkout-multishipping-payment-customerbalance {
    font-size: 12px;
    margin-bottom: 7px;
}

.multiple-checkout .fieldset label {
    font-size: 11px;
}

.multiple-checkout .gift-item .fieldset {
    font-size: 11px;
    width: 380px;
}

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-shipping-method-load dt {
    font-weight: bold;
    margin: 15px 0 5px;
}

.sp-methods dd {
    margin: 0 0 7px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
    margin: 15px 0;
}

.sp-methods .form-list .input-text {
    width: 250px;
}

.sp-methods .form-list select {
    width: 256px;
}

.sp-methods .form-list label {
    width: 175px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .input-box {
    line-height: 21px;
}

.sp-methods .v-fix .validation-advice {
    margin-right: -250px;
    position: relative;
    z-index: 1;
    width: 250px;
}

.sp-methods .adv-container {
    padding-left: 170px;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 1.5em 0 2em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.checkmo-list li {
    margin: 0 0 4px;
}

.checkmo-list label {
    padding-top: 0;
}

.checkmo-list address {
    float: left;
}

.please-wait {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -90px;
    border: 5px solid #f3b66f;
    color: #f18200;
    font-weight: bold;
    background: #fff;
    padding: 20px;
    white-space: nowrap;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

/* Payment Bridge */
.pbridge-reload {
    display: block;
    text-align: right;
}

.pbridge-reload a {
    color: #1e75b4;
    font-size: 11px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.add-gift-message {
    padding: 20px 0;
}

.add-gift-message h3 {
    font-weight: bold;
    color: #000;
    line-height: 19px;
    margin: 0 0 10px;
}

.add-gift-message p {
    margin: 10px 0;
}

.gift-message-form {
    border: 1px solid #d1d1d1;
    background: #f5f5f5 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_block.gif) repeat-x 0 0;
}

.gift-message-form .fieldset {
    padding: 10px 0 10px;
}

.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea {
    width: 200px;
}

.gift-message-form .fieldset textarea {
    width: 200px;
    height: 8em;
}

.gift-message-form .inner-box {
    padding: 0;
    height: 300px;
    overflow: auto;
}

.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 {
    font: 14px/1.25 Arial, Helvetica, sans-serif;
    padding: 0 20px;
    color: #222;
    margin: 17px 0;
}

.gift-message-form .inner-box p {
    margin: 10px 0;
    padding: 0 20px;
}

.gift-message-form .gift-item {
    padding: 5px 0 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
}

.gift-message-form .gift-item .number {
    padding: 5px 20px 5px;
    margin-bottom: 0;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
    color: #adadad;
    font-weight: bold;
}

.gift-message-form .gift-item .product-img-box {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-y 100% 0;
    float: left;
    width: 150px;
    padding-right: 15px;
}

.gift-message-form .gift-item .product-image {
    text-align: center;
    margin: 20px;
}

.gift-message-form .gift-item .product-name {
    font-size: 12px;
    margin: 20px 0 5px;
    text-align: center;
}

.gift-message-form .gift-item .fieldset {
    float: left;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-y 0 0;
    padding: 20px 0 10px 10px;
    margin: 0 0 0 -2px;
}

.gift-message-form .gift-item .fieldset label {
    width: 80px;
}

.gift-message-form .gift-item .gift-wrapping-form {
    padding: 0 20px;
}

.gift-options-for-order {
    padding: 0 40px;
}

.gift-options-for-order .fieldset {
    padding: 0;
}

.gift-options-for-order .fieldset p {
    padding: 0;
}

.gift-options-for-order .fieldset label {
    width: 80px;
}

.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea {
    width: 340px;
}

.gift-wrapping-form {
    padding: 0 0 10px;
}

.gift-wrapping-form img {
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
}

.gift-wrapping-form label {
    margin-right: 10px;
    vertical-align: middle;
}

.gift-wrapping-form .gift-wrapping-design {
    overflow: hidden;
    padding: 10px 0 0;
    width: 100%;
}

.gift-message-link {
    display: block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row .btn-close {
    float: right;
    width: 13px;
    height: 12px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/gift-message-close.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.gift-message dt strong {
    font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #d8cea8;
    font-size: 13px;
    background-color: #fffdef;
    padding: 15px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 10px 0;
    font-weight: bold;
}

.checkout-agreements .agree .checkbox {
    margin-right: 5px;
}

/* Centinel */
.centinel {
    margin: 10px 0;
}

.centinel p {
    margin: 0 0 10px;
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    margin: 0;
    padding: 20px;
}

/* Checkout Success */
.checkout-onepage-success .col-main {
    font-size: 12px;
}

.checkout-onepage-success .col-main p {
    margin: 0 0 10px;
}

/********** Common Checkout Styles > */
/* ======================================================================================= */
/* Invitation page ======================================================================= */
#invitationForm p.required {
    padding-bottom: 20px;
}

/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a {
    color: #999;
}

.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p {
    margin: 10px 0;
}

.catalog-product-compare-index tr.first .product-name a {
    color: #333;
}

/* Account Login/Create Pages ============================================================ */
.account-login {
    position: relative;
}

.login-only {
    background: none;
}

.login-only .registered-users {
    float: none;
    margin: 0 auto;
}

.account-login .registered-users p {
    margin-bottom: 1.5em;
}

.account-login .spacer {
    position: absolute;
    top: 100%;
    left: 447px;
    margin-top: -1px;
    width: 16px;
    height: 3px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    overflow: hidden;
}

.account-login .fieldset {
    margin: 0;
}

.account-login .fieldset h2 {
    margin-bottom: .5em;
}

.account-login .form-list label,
.account-login .form-list span.label {
    width: 128px;
}

.account-login p.required,
.account-login .btn-only {
    padding-left: 145px;
    width: 230px;
    text-align: right;
}

.account-login .btn-only a {
    float: left;
    white-space: nowrap;
}

.account-login .form-list input.input-text {
    width: 224px;
}

.account-login .form-list p {
    padding: 0 0 0 110px;
}

.window-overlay {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/window_overlay.png) repeat;
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me input {
    margin-right: 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #999;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_block-title.gif) repeat-x center #bbb;
    color: #444;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #fff;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body p {
    margin: 0 0 15px;
}

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders {
    padding: 0 0 20px;
}

/* Block: Tags */
.dashboard .tags {
    padding: 0 0 20px;
}

.dashboard .tags p {
    display: inline;
}

.dashboard .tags .product-name {
    margin: 0 0 3px;
    font-size: 11px;
    line-height: 17px;
}

.dashboard .tags li {
    margin: 0 0 8px;
}

.dashboard .tags .number {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 17px;
    width: 15px;
    margin-right: -20px;
}

.dashboard .tags .details {
    margin-left: 25px;
}

/* Block: Reviews */
.dashboard .reviews {
    padding: 0 0 20px;
}

.dashboard .reviews .product-name {
    margin: 0 0 3px;
    font-size: 11px;
    line-height: 17px;
}

.dashboard .reviews p {
    float: left;
    margin-right: 5px;
}

.dashboard .reviews li {
    margin: 0 0 5px;
}

.dashboard .reviews .number {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 17px;
    width: 15px;
    margin-right: -20px;
}

.dashboard .reviews .details {
    margin-left: 25px;
}

/********** Dashboard > */
/* Adress Book */
.addresses-list .box-content {
    font-size: 12px;
}

.addresses-list .col-2 li {
    padding: 0 0 10px;
}

.addresses-list .col-2 li .actions {
    border: 1px solid #e4e4e4;
    padding: 3px 9px 4px;
    float: left;
}

.addresses-list .col-2 li address {
    padding: 10px;
    clear: both;
}

/* Order View */
.order-page .order-date {
    margin: 0 0 20px;
    color: #6c6c6c;
    font-size: 11px;
}

.order-page .col2-set {
    padding-bottom: 20px;
}

.order-details .link-print {
    background: none;
    padding: 0;
}

.order-details .order-additional,
.order-details .data-table {
    margin-bottom: 20px;
}

.order-details .order-additional dt {
    font-weight: bold;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

.order-details .order-additional dd {
    padding: 10px;
    margin: 0 0 10px;
}

.order-details dl.gift-message {
    margin: 0 20px;
}

.order-details .gift-message dt {
    margin: 1px 0;
    padding: 2px 10px;
    background: #e6e6e6;
}

.order-details .gift-message dd {
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.order-links {
    margin: 0 0 10px;
    text-align: right;
    padding-bottom: 5px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_dots.gif) repeat-x 0 100%;
    text-align: right;
}

.order-info {
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
}

.order-info dt {
    padding: 6px 20px 0 10px;
    color: #6c6c6c;
    float: left;
}

.order-info dd {
    float: left;
}

.order-info ul {
    float: left;
}

.order-info li {
    float: left;
    position: relative;
    z-index: 2;
    margin-right: 3px;
    background: #dedede url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) no-repeat 0 -39px;
    color: #222;
    padding: 0 0 0 17px;
    font-size: 12px;
}

.order-info li strong,
.order-info li a {
    text-decoration: none;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) no-repeat 100% -39px;
    padding: 0 17px 0 0;
    line-height: 24px;
    float: left;
}

.order-info li.current {
    margin-bottom: -1px;
    color: #000;
    font-weight: bold;
    z-index: 3;
    border-bottom: 0;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_collateral-tabs.gif) 0 0 no-repeat;
}

.order-info li.current strong {
    background-position: 100% 0;
    padding-bottom: 1px;
}

.order-info dt {
    font-weight: bold;
}

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button {
    float: left;
    margin: 0;
}

/* Wishlist */
.my-wishlist textarea {
    width: 99%;
    height: 10em;
}

.my-wishlist .truncated .truncated_full_value .item-options dl {
    background-image: none;
    margin-rigth: 0;
    padding-right: 12px;
}

#wishlist-table .price-box {
    margin: 3px 0;
}

#wishlist-table button.btn-cart {
    margin: 3px 0;
}

/* Store credit */
.storecredit .account-balance {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 14px;
}

.storecredit .account-balance .price {
    font-weight: bold;
}

.giftcard-redeem {
    padding-bottom: 20px;
}

.giftcard-redeem .input-box {
    margin-right: 5px;
}

/* Gift card */
.giftcardaccount {
    position: relative;
    z-index: 1;
    padding-top: 1px;
}

.giftcard-status .messages,
.giftcardaccount .messages {
    margin-bottom: 10px;
}

.giftcardaccount p {
    margin: 15px 0;
    font-size: 12px;
}

.giftcardaccount .fieldset {
    margin: 0;
}

.giftcardaccount .btn-only {
    margin: 0 0 15px;
}

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg {
    margin: 10px 0 20px;
}

.gift-card-info {
    margin: 10px 0;
    padding: 10px 10px 5px;
    border: 1px dashed #d9d9d9;
    background: #fcf7f5;
}

.gift-card-info p {
    font-size: 12px;
    margin: 0 0 5px;
}

.gift-card-info .giftcard-number {
    font-weight: bold;
}

.gift-card-info .btn-only {
    padding-left: 0;
}

#gc-please-wait {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* Print Pages */
.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h2.h2 {
    margin: 15px 0 10px;
}

.page-print .col2-set {
    margin: 10px 0 20px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* Tagged products */
.my-tag-edit {
    float: left;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: -3px 0 0 5px;
    position: relative;
}

#my-tags-table .price-box {
    margin: 5px 0;
}

#my-tags-table .last {
    text-align: center;
}

#my-tags-table .last p {
    margin: 10px 0;
}

/* Reward Points */
.my-rewards .box {
    margin: 0 0 30px;
}

.my-rewards .info-box .box-title {
    margin: 10px 10px;
}

.my-rewards .info-box .box-content {
    padding: 0 10px 10px;
}

.my-rewards p.error {
    display: inline;
    color: #d91a00;
}

.my-rewards dl {
    font-size: 12px;
}

.my-rewards dl dt {
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

.my-rewards dl dt span {
    color: #d12c01;
}

.my-rewards dl dd.last {
    margin: 7px 0 0;
}

.my-rewards .form-list label {
    width: auto;
}

.my-rewards .form-list .control .input-box {
    position: static;
    margin: 0 5px 0 0;
}

.my-rewards .data-table small {
    display: block;
    font-size: 1em;
    color: #808080;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .info-box p {
    margin: 0 0 9px;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

/* Gift Registry Functionality */
.btn-gift-registry {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/i_gift-registry3.gif) 0 0 no-repeat;
    padding: 3px 0 0 33px;
    text-align: left;
}

.btn-gift-registry .input-box {
    margin: 0 0 7px;
}

.btn-gift-registry select {
    width: 100%;
}

.gift-registry-name {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/i_gift-registry2.gif) 0 0 no-repeat;
    margin: 3px 0 0;
    padding: 0 0 0 20px;
    line-height: 18px;
}

/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box {
    width: 148px;
    margin: 3px 0 0;
    padding: 0;
}

.sidebar .block-gr-search .form-alt input.input-text {
    width: 142px;
}

.sidebar .block-gr-search .form-alt select {
    width: 148px;
}

.block-gr-search p.note {
    margin: 0 0 3px;
    text-align: right;
    color: #f15c22;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    padding: 10px 20px 20px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 2px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #efefef;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    right: 8px;
    height: 15px;
    width: 15px;
    text-align: left;
    text-indent: -9999em;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    background: #fefefe;
    clear: right;
    line-height: 1.5;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-before-container {
    margin: 0 0 3px;
    text-align: center;
}

.form-subscribe {
    float: left;
    width: 183px;
    padding: 0 17px 0 0;
}

.form-subscribe-header {
    color: #d12c01;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.form-subscribe label {
    display: block;
    margin: 6px 0;
}

.form-subscribe input.input-text {
    width: 177px;
    display: block;
}

.form-subscribe button.button {
    margin: 6px 0 0;
    float: right;
}

.form-subscribe .validation-advice {
    width: 180px;
}

.form-subscribe .v-fix {
    text-align: left;
    padding-right: 5px;
}

.form-subscribe a {
    color: #777;
}

.footer-container {
    margin: 0 0 20px;
    text-align: left;
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    padding: 14px 17px 12px;
}

.footer {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_footer.gif) repeat-y 200px 0;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul,
.footer ul.links {
    display: block;
    float: left;
    width: 150px;
    margin: 0 0 0 19px;
    padding: 0;
}

.footer ul.links li,
.footer ul li {
    display: block;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 0;
}

address.copyright {
    margin-top: 6px;
}

.footer .switcher-store {
    float: right;
    width: 184px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_store-switch.gif) no-repeat 0 3px;
    padding-top: 21px;
}

.footer .switcher-store label {
    display: none;
}

.footer .switcher-store select {
    padding: 0;
    margin-bottom: 1px;
}

.footer .switcher-store ul {
    float: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.footer .switcher-store ul .current {
    display: none;
}

/* ======================================================================================= */
/* Some sample data cms styles ================================================================================ */
.page-head-alt .link-rss {
    float: right;
    margin-top: 8px;
}

/* Restricted ================================================================================ */
.restriction-index-stub .page {
    width: 652px;
    padding-bottom: 3px;
}

.restriction-index-stub .main {
    margin-top: 100px;
    min-height: 0;
    height: auto !important;
    padding: 13px;
    text-align: center;
    margin-bottom: 0;
}

.restriction-index-stub .col-main {
    color: #dedede;
    height: auto !important;
    min-height: 230px;
    height: 230px;
    font-size: 16px;
    background: #4a4a4a url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/logo-offline.gif) no-repeat 50% 95px;
    padding: 170px 60px 40px;
}

.restriction-index-stub .page-title {
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0 !important;
    background: none;
}

.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 {
    font: italic 35px Georgia, "Times New Roman", Times, serif;
    color: #fff;
}

.restriction-index-stub .header-container,
.restriction-index-stub .footer-container {
    display: none;
}

.restriction-index-stub .copyright {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_shadow-offline.gif) 50% 0 no-repeat;
    padding: 15px 0 0;
    margin: 0;
}

/* Old private sales index ================================================================================ */
.private-sales-index {
    background: #2b2b2b;
    margin: 110px 0 60px;
    padding: 40px 0;
}

.private-sales-index .box {
    border: 1px solid #e2ded0;
    background: #fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps.gif) no-repeat 50% 13px;
    padding: 50px 13px 0;
    width: 657px;
    margin: 0 auto;
}

.private-sales-index .box .content {
    padding: 0 60px 70px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps.gif) no-repeat 50% 100%;
    font-size: 14px;
}

.private-sales-index .box .content p {
    text-align: center;
}

.private-sales-index .box .content a {
    color: #444444;
}

.private-sales-index .box .content h1 {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps-logo.gif) no-repeat 50% 0;
    padding: 60px 0 5px;
    font-size: 29px;
    font-weight: normal;
    color: #ec4e00;
}

.private-sales-index .box .content .description {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps-descr.gif) no-repeat 50% 0;
    margin: 40px auto 0;
    width: 433px;
    padding: 30px 50px 30px;
    font: normal 20px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #817268;
}

.col1-layout .private-sales-index {
    margin: 0 -20px -31px;
    height: auto !important;
    height: 350px;
    min-height: 350px;
}

/* Private sales index ================================================================================
.private-sales-index { background:#fffdf9 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */
/* Private sales demo ==================================================================== */
.cms-private-sales-home {
    background-color: #fffdf9;
}

.private-sales-demo {
    background: #fffdf9 url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_ps-home.jpg) no-repeat 50% 88px;
    padding-top: 90px;
}

.private-sales-demo h1 {
    display: none;
}

.private-sales-demo p {
    padding-top: 475px;
    text-align: center;
    color: #444444;
    font-size: 18px;
}

.private-sales-demo a {
    color: #c12900;
}

.col1-layout .private-sales-demo {
    margin: 0 -20px -31px;
    background-position: 0 20px;
    padding-top: 20px;
    height: auto !important;
    height: 550px;
    min-height: 550px;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */
.social-links .twitter {
    width: 80px;
    margin-left: 10px;
}

/* ------------------------------------------------ */
#control_overlay {
    background-color: #000;
}

.modal {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #333;
}

.tooltip {
    border: 1px solid #000;
    background-color: #fff;
    height: auto;
    width: 200px;
    font-family: "Lucida Grande",Verdana;
    font-size: 10px;
    color: #333;
}

.simple_window {
    width: 250px;
    height: 50px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    font-family: "Lucida Grande",Verdana;
    font-size: 12px;
    color: #333;
}

.window {
    /*background-image:url("/stylesheets/window_background.png");*/
    background-position: top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-family: "Lucida Grande",Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    min-width: 150px;
    min-height: 100px;
}

.window .window_contents {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

.window .window_header {
    text-align: center;
}

.window .window_title {
    margin-top: -7px;
    margin-bottom: 7px;
    font-size: 11px;
    cursor: move;
}

.window .window_close {
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    height: 13px;
    width: 13px;
    background-image: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/btn_window_close.gif");
    cursor: pointer;
    cursor: hand;
}

div#ads {
    display: none
}

#fixed-quote {
    max-height: 32px;
    overflow: hidden;
}
#fixed-quote.affix {
    max-height: none;
}
#fixed-quote.affix.show {
    margin-top: 88px;
}
body.catalogsearch-result-index #main-container,
body.catalogsearch-result-index #main-container .col-wrapper{
    background-color: #f9f9f9;
    background-image: none;
}
body.catalogsearch-result-index #main-container h1,
body.catalogsearch-result-index #main-container h2 a{
    color: black;
}
body.catalogsearch-result-index #main-container ol li{
    border-top: 1px solid #000;
    padding-top: 20px;
}

/*fix styling issue cvv input on checout page*/
.cwpier26 .sp-methods input.cvv {
    width: 5em !important;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link {}
.col-main .widget-product-link a { }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }
/* ======================================================================================= */

#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles */
    #aw_popup_wraper {
        background: transparent;
        background: rgba(0,0,0,0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
        zoom: 1;
    }
}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 10px;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
    border: 0;
    padding: 4px;
    border-radius: 20px;
    background: #fff;
    z-index: 999;
    position: relative;
    margin-right: -10px;
    top: 12px;
}
#aw_popup_content .pop-img{
    min-height: 450px;
    min-width: 600px;
}
.giftcard-fieldset textarea {width: 100%; height: 100px;}
.giftcard-fieldset label em {color: #EB340A; margin-right: 2px;}
.giftcard-fieldset .field {margin-top: 6px;}
.giftcard-fieldset .email-date input {width: 100px;}

.giftcard-info .field-label {margin-top: 6px;}

/*onepage checkout*/
.giftcard-payment-method { border-bottom: 1px solid #e4e4e4; }
.giftcard-payment-method .buttons-set { border-top: none; padding-top: 6px; padding-bottom: 3px; }

/* HELPER CLASS 
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571428572em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"], [class*=" pe-7s-"], [class^="pe-7f-"], [class*=" pe-7f-"] {
  display: inline-block;
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

@font-face {
	font-family: 'Pe-icon-7-filled';
	src:url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-filled.eot?kinggk');
	src:url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-filled.eot?#iefixkinggk') format('embedded-opentype'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-filled.woff?kinggk') format('woff'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-filled.ttf?kinggk') format('truetype'),
		url('http://media.citywinery.com/skin/frontend/enterprise/citywinery/fonts/Pe-icon-7-filled.svg?kinggk#Pe-icon-7-filled') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7f-"], [class*=" pe-7f-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-filled';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7f-album:before {
	content: "\e625";
}
.pe-7f-arc:before {
	content: "\e626";
}
.pe-7f-back-2:before {
	content: "\e627";
}
.pe-7f-bandaid:before {
	content: "\e628";
}
.pe-7f-car:before {
	content: "\e629";
}
.pe-7f-diamond:before {
	content: "\e62a";
}
.pe-7f-door-lock:before {
	content: "\e62b";
}
.pe-7f-eyedropper:before {
	content: "\e62c";
}
.pe-7f-female:before {
	content: "\e62d";
}
.pe-7f-gym:before {
	content: "\e62e";
}
.pe-7f-hammer:before {
	content: "\e62f";
}
.pe-7f-headphones:before {
	content: "\e630";
}
.pe-7f-helm:before {
	content: "\e631";
}
.pe-7f-hourglass:before {
	content: "\e632";
}
.pe-7f-leaf:before {
	content: "\e633";
}
.pe-7f-magic-wand:before {
	content: "\e634";
}
.pe-7f-male:before {
	content: "\e635";
}
.pe-7f-map-2:before {
	content: "\e636";
}
.pe-7f-next-2:before {
	content: "\e637";
}
.pe-7f-paint-bucket:before {
	content: "\e638";
}
.pe-7f-pendrive:before {
	content: "\e639";
}
.pe-7f-photo:before {
	content: "\e63a";
}
.pe-7f-piggy:before {
	content: "\e63b";
}
.pe-7f-plugin:before {
	content: "\e63c";
}
.pe-7f-refresh-2:before {
	content: "\e63d";
}
.pe-7f-rocket:before {
	content: "\e63e";
}
.pe-7f-settings:before {
	content: "\e63f";
}
.pe-7f-shield:before {
	content: "\e640";
}
.pe-7f-smile:before {
	content: "\e641";
}
.pe-7f-usb:before {
	content: "\e642";
}
.pe-7f-vector:before {
	content: "\e643";
}
.pe-7f-wine:before {
	content: "\e644";
}
.pe-7f-cloud-upload:before {
	content: "\e605";
}
.pe-7f-angle-up:before {
	content: "\e601";
}
.pe-7f-cloud-download:before {
	content: "\e606";
}
.pe-7f-angle-right:before {
	content: "\e602";
}
.pe-7f-angle-left:before {
	content: "\e603";
}
.pe-7f-angle-down:before {
	content: "\e604";
}
.pe-7f-wallet:before {
	content: "\e680";
}
.pe-7f-volume2:before {
	content: "\e681";
}
.pe-7f-volume1:before {
	content: "\e682";
}
.pe-7f-voicemail:before {
	content: "\e683";
}
.pe-7f-video:before {
	content: "\e684";
}
.pe-7f-user:before {
	content: "\e685";
}
.pe-7f-upload:before {
	content: "\e686";
}
.pe-7f-unlock:before {
	content: "\e687";
}
.pe-7f-umbrella:before {
	content: "\e688";
}
.pe-7f-trash:before {
	content: "\e689";
}
.pe-7f-tools:before {
	content: "\e68a";
}
.pe-7f-timer:before {
	content: "\e68b";
}
.pe-7f-ticket:before {
	content: "\e68c";
}
.pe-7f-target:before {
	content: "\e68d";
}
.pe-7f-sun:before {
	content: "\e68e";
}
.pe-7f-study:before {
	content: "\e68f";
}
.pe-7f-stopwatch:before {
	content: "\e690";
}
.pe-7f-star:before {
	content: "\e691";
}
.pe-7f-speaker:before {
	content: "\e692";
}
.pe-7f-signal:before {
	content: "\e693";
}
.pe-7f-shuffle:before {
	content: "\e694";
}
.pe-7f-shopbag:before {
	content: "\e695";
}
.pe-7f-share:before {
	content: "\e696";
}
.pe-7f-server:before {
	content: "\e697";
}
.pe-7f-search:before {
	content: "\e698";
}
.pe-7f-science:before {
	content: "\e699";
}
.pe-7f-ribbon:before {
	content: "\e69a";
}
.pe-7f-repeat:before {
	content: "\e69b";
}
.pe-7f-refresh:before {
	content: "\e69c";
}
.pe-7f-refresh-cloud:before {
	content: "\e69d";
}
.pe-7f-radio:before {
	content: "\e69e";
}
.pe-7f-print:before {
	content: "\e69f";
}
.pe-7f-prev:before {
	content: "\e6a0";
}
.pe-7f-power:before {
	content: "\e6a1";
}
.pe-7f-portfolio:before {
	content: "\e6a2";
}
.pe-7f-plus:before {
	content: "\e6a3";
}
.pe-7f-play:before {
	content: "\e6a4";
}
.pe-7f-plane:before {
	content: "\e6a5";
}
.pe-7f-photo-gallery:before {
	content: "\e6a6";
}
.pe-7f-phone:before {
	content: "\e6a7";
}
.pe-7f-pen:before {
	content: "\e6a8";
}
.pe-7f-paper-plane:before {
	content: "\e6a9";
}
.pe-7f-bluetooth:before {
	content: "\e607";
}
.pe-7f-paint:before {
	content: "\e6aa";
}
.pe-7f-wristwatch:before {
	content: "\e608";
}
.pe-7f-notebook:before {
	content: "\e6ab";
}
.pe-7f-world:before {
	content: "\e609";
}
.pe-7f-note:before {
	content: "\e6ac";
}
.pe-7f-volume:before {
	content: "\e60a";
}
.pe-7f-paperclip:before {
	content: "\e614";
}
.pe-7f-news-paper:before {
	content: "\e6ae";
}
.pe-7f-note2:before {
	content: "\e615";
}
.pe-7f-musiclist:before {
	content: "\e6af";
}
.pe-7f-network:before {
	content: "\e616";
}
.pe-7f-music:before {
	content: "\e6b0";
}
.pe-7f-mouse:before {
	content: "\e6b1";
}
.pe-7f-cash:before {
	content: "\e621";
}
.pe-7f-more:before {
	content: "\e6b2";
}
.pe-7f-add-user:before {
	content: "\e622";
}
.pe-7f-moon:before {
	content: "\e6b3";
}
.pe-7f-way:before {
	content: "\e623";
}
.pe-7f-monitor:before {
	content: "\e6b4";
}
.pe-7f-bottom-arrow:before {
	content: "\e624";
}
.pe-7f-micro:before {
	content: "\e6b5";
}
.pe-7f-medal:before {
	content: "\e618";
}
.pe-7f-menu:before {
	content: "\e6b6";
}
.pe-7f-like2:before {
	content: "\e619";
}
.pe-7f-map:before {
	content: "\e6b7";
}
.pe-7f-left-arrow:before {
	content: "\e61a";
}
.pe-7f-map-marker:before {
	content: "\e6b8";
}
.pe-7f-key:before {
	content: "\e61b";
}
.pe-7f-mail:before {
	content: "\e6b9";
}
.pe-7f-joy:before {
	content: "\e61c";
}
.pe-7f-mail-open:before {
	content: "\e6ba";
}
.pe-7f-id:before {
	content: "\e61d";
}
.pe-7f-mail-open-file:before {
	content: "\e6bb";
}
.pe-7f-film:before {
	content: "\e61e";
}
.pe-7f-magnet:before {
	content: "\e6bc";
}
.pe-7f-disk:before {
	content: "\e61f";
}
.pe-7f-loop:before {
	content: "\e6bd";
}
.pe-7f-delete-user:before {
	content: "\e620";
}
.pe-7f-look:before {
	content: "\e6be";
}
.pe-7f-pin:before {
	content: "\e613";
}
.pe-7f-lock:before {
	content: "\e6bf";
}
.pe-7f-users:before {
	content: "\e60b";
}
.pe-7f-lintern:before {
	content: "\e6c0";
}
.pe-7f-user-female:before {
	content: "\e60c";
}
.pe-7f-link:before {
	content: "\e6c1";
}
.pe-7f-up-arrow:before {
	content: "\e60d";
}
.pe-7f-like:before {
	content: "\e6c2";
}
.pe-7f-switch:before {
	content: "\e60e";
}
.pe-7f-light:before {
	content: "\e6c3";
}
.pe-7f-scissors:before {
	content: "\e60f";
}
.pe-7f-less:before {
	content: "\e6c4";
}
.pe-7f-safe:before {
	content: "\e610";
}
.pe-7f-keypad:before {
	content: "\e6c5";
}
.pe-7f-right-arrow:before {
	content: "\e611";
}
.pe-7f-junk:before {
	content: "\e6c6";
}
.pe-7f-plug:before {
	content: "\e612";
}
.pe-7f-info:before {
	content: "\e6c7";
}
.pe-7f-mute:before {
	content: "\e617";
}
.pe-7f-home:before {
	content: "\e6c8";
}
.pe-7f-help2:before {
	content: "\e6c9";
}
.pe-7f-help1:before {
	content: "\e6ca";
}
.pe-7f-graph3:before {
	content: "\e6cc";
}
.pe-7f-graph2:before {
	content: "\e6cd";
}
.pe-7f-graph1:before {
	content: "\e6ce";
}
.pe-7f-graph:before {
	content: "\e6cf";
}
.pe-7f-global:before {
	content: "\e6d0";
}
.pe-7f-gleam:before {
	content: "\e6d1";
}
.pe-7f-glasses:before {
	content: "\e6d2";
}
.pe-7f-gift:before {
	content: "\e6d3";
}
.pe-7f-folder:before {
	content: "\e6d4";
}
.pe-7f-flag:before {
	content: "\e6d5";
}
.pe-7f-filter:before {
	content: "\e6d6";
}
.pe-7f-file:before {
	content: "\e6d7";
}
.pe-7f-expand:before {
	content: "\e6d8";
}
.pe-7f-expand1:before {
	content: "\e6d9";
}
.pe-7f-edit:before {
	content: "\e6da";
}
.pe-7f-drop:before {
	content: "\e6db";
}
.pe-7f-drawer:before {
	content: "\e6dc";
}
.pe-7f-download:before {
	content: "\e6dd";
}
.pe-7f-display2:before {
	content: "\e6de";
}
.pe-7f-display1:before {
	content: "\e6df";
}
.pe-7f-diskette:before {
	content: "\e6e0";
}
.pe-7f-date:before {
	content: "\e6e1";
}
.pe-7f-cup:before {
	content: "\e6e2";
}
.pe-7f-culture:before {
	content: "\e6e3";
}
.pe-7f-crop:before {
	content: "\e6e4";
}
.pe-7f-credit:before {
	content: "\e6e5";
}
.pe-7f-copy-file:before {
	content: "\e6e6";
}
.pe-7f-config:before {
	content: "\e6e7";
}
.pe-7f-compass:before {
	content: "\e6e8";
}
.pe-7f-comment:before {
	content: "\e6e9";
}
.pe-7f-coffee:before {
	content: "\e6ea";
}
.pe-7f-cloud:before {
	content: "\e6eb";
}
.pe-7f-clock:before {
	content: "\e6ec";
}
.pe-7f-check:before {
	content: "\e6ed";
}
.pe-7f-chat:before {
	content: "\e6ee";
}
.pe-7f-cart:before {
	content: "\e6ef";
}
.pe-7f-camera:before {
	content: "\e6f0";
}
.pe-7f-call:before {
	content: "\e6f1";
}
.pe-7f-calculator:before {
	content: "\e6f2";
}
.pe-7f-browser:before {
	content: "\e6f3";
}
.pe-7f-box1:before {
	content: "\e6f5";
}
.pe-7f-box:before {
	content: "\e6f6";
}
.pe-7f-bookmarks:before {
	content: "\e6f7";
}
.pe-7f-bicycle:before {
	content: "\e6f8";
}
.pe-7f-bell:before {
	content: "\e6f9";
}
.pe-7f-battery:before {
	content: "\e6fa";
}
.pe-7f-ball:before {
	content: "\e6fb";
}
.pe-7f-back:before {
	content: "\e6fc";
}
.pe-7f-attention:before {
	content: "\e6fd";
}
.pe-7f-anchor:before {
	content: "\e6fe";
}
.pe-7f-albums:before {
	content: "\e6ff";
}
.pe-7f-alarm:before {
	content: "\e700";
}
.pe-7f-airplay:before {
	content: "\e701";
}
.pe-7f-close:before {
	content: "\e600";
}
.pe-7f-next:before {
	content: "\e6ad";
}

@charset "utf-8";
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}
.clearfix:before, .clearfix:after, .box-collateral:before, .box-collateral:after, .page-title:before, .page-title:after, .page-head:before, .page-head:after, .page-head-alt:before, .page-head-alt:after, .col2-set:before, .col2-set:after {
	content: ' ';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after, .box-collateral:after, .page-title:after, .page-head:after, .page-head-alt:after, .col2-set:after {
	clear: both;
}
.clearfix, .box-collateral, .page-title, .page-head, .page-head-alt, .col2-set  {
	zoom: 1;
}
ol, ul, li {
	list-style:none
}
:focus, :hover {
	outline:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
caption {
	text-align: center;
	padding: 5px 0;
}
.f-left, .left {
	float:left!important;
}
.f-right, .right {
	float:right!important;
}
.a-left {
	text-align: left!important;
}
.a-right {
	text-align:right!important;
}
.a-center {
	text-align:center!important;
}
.half {
	width: 50%;
}
.no-bd { border: none!important; }
.input-text {
}
*[hidden=hidden] {
	display: none;
}
button {
	-webkit-border-fit:lines!important;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	background:transparent;
	cursor:pointer;
}
 button::-moz-focus-inner {
    padding:0;
    border:0;
    margin-top:0!important;
} /* FF Fix */
button span {
	display: inline-block;
}
.v-mid {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.v-bottom {
	vertical-align: bottom;
}
.button {
	display: inline-block;
}
.relative {
	position: relative;
}
a { color:#fff; text-decoration: none;}
.std a,
.article a { text-decoration: underline;}
.std a.button,
.article a.button { text-decoration: none;}
.std .block a { text-decoration: none;}
a:hover { text-decoration: underline;}
#want-cw button,
.button { font-size: 16px; color:#fff; text-decoration: none; display: inline-block; padding: 10px 20px; background:#540B23; line-height:normal; white-space: nowrap; text-transform: uppercase; letter-spacing: 2px;}

.button:hover { background:#75032F; text-decoration: none;}

input[type=text],
textarea,
.input-text { background:#FFFFFF; border:1px solid #E3D5C0; height: 17px; padding: 4px; font-size: 12px; color:#333;}


.button + .button { margin-left: 10px; }
.olive { background-color:#ef743f;}
.olive:hover { background-color:#A8673D; }
.button.btn-black { background-color: #000;}
.button.btn-black:hover { background-color: #333;}
.aside .button  { color:#fff !important; display: block; text-align: center; white-space: normal;}

p#visit-wine-shop { margin-left: 250px; min-height:155px;  padding-left: 60px; padding-right:10px; background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/img-visit-shop.png) no-repeat left top; text-align:center; }
p#visit-wine-shop em:first-child { font-size: 11px; text-transform: uppercase;  font-style: normal; }
p#visit-wine-shop em:first-child:before { content: " "; display: inline-block; background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/db-line.png) repeat-x left top; height: 3px; width:24px; vertical-align: middle; margin: 0 3px 3px 0; }
p#visit-wine-shop em:first-child:after { content: " "; display: inline-block; background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/db-line.png) repeat-x left top; height: 3px; width:24px; vertical-align: middle; margin: 0 0 3px 3px;}
p#visit-wine-shop strong { display: block; font-weight: normal; text-transform: uppercase; font-size:31px;  line-height: 1; }
p#visit-wine-shop strong + em { font-style: normal;  font-size:11px; display: block; padding-top: 8px; margin-top: 5px; background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/db-line.png) repeat-x left top; padding-bottom: 5px; line-height: 1.4;}


/*@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400italic,400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);*/


p#visit-wine-shop strong, 
h1,h2,h3,h4,h5,h6, #nav-container, q, .quote, dt { 
    font-family: 'Roboto Condensed', arial; font-weight: 300;
}

.block.barrel a  { 
    font-family: 'Roboto Condensed', arial; 
}

h1,h2,h3,h4,h5,h6, #nav-container { letter-spacing: 0.01em;}


#photo-barrel .quote,.tickets-listing dt, .button, button, .link, #barrel,body[class*=membership] .contacts address, #upcoming-events strong, #today-and-tomorrow h3 {font-family: 'Roboto Condensed', arial; font-weight: normal; }

#barrel strong,
#become-vinofile-member h1.left span {font-family: 'Roboto Condensed', arial; font-weight: normal; }

body { font-family: 'Roboto Condensed', arial; font-weight: 300;  font-size:14px; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative;}

.category-listing li h4,
.aside p q,
.aside dd ,
.aside .notice,
#recommendations h3,
#membership h3,
body[class*=restaurant] .room p.last,
body[class*=restaurant] .aside.menus + .article q { font-family: 'Roboto Condensed', arial; font-weight: normal; line-height:1.2; }

.category-listing li h3, #logo-flap, .col-left, .aside h2, .tickets-top, .article dt, .event-head, .event-shop table, .event-up-sell li .product-name, #shopping-cart-table h2.product-name, th, .price, 
#box-upsell li, #shopping-cart-table tbody *, .map-container h2 + p,
#product-reviews-list .date, .product-facts li label, .product-view .box-citywinery li label,.product-view .product-shop .add-to-box > span,.form-list label, .room p.last, strong, .aside dt,#currently-on-tap h2,#currently-on-tap,
#recommendations h2,
#event-list h3,
#event-list strong,
#recent-wines h3,
#become-vinofile-member .right .price, #membership h3,
body[class*=membership] .col-main > h2,
body[class*=membership] .aside h3,
li.charity .left p:nth-child(3),
li.charity  h4,
body[class*=restaurant] .room p.last strong,
#my-citywinery #barrel a, .tickets-listing ul li h2, body[class*=vision] .aside  h3 { font-family: "Roboto Condensed", arial; font-weight: normal; }

#footer { font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; }

h1 { font-size: 30px; font-weight: normal; color: #fff; text-transform: uppercase;}
h2 { font-size: 18px; color: #fff; text-transform: uppercase; font-weight: 300;}
h3 { font-size: 18px; color: #ef743f; text-transform: uppercase; font-weight: normal;}
@charset "UTF-8";
@import url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/css/campaign.css");
@import url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/css/paypal.css");
/* Color variables */
/* ----- */
section.event-preview {
  color: #000000; }
  section.event-preview #fixed-quote {
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed;
    background-color: #111;
    border: none; }
    section.event-preview #fixed-quote .content {
      display: table;
      width: 100%; }
      section.event-preview #fixed-quote .content .column {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        margin-right: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        section.event-preview #fixed-quote .content .column.first {
          width: 200px; }
        section.event-preview #fixed-quote .content .column.last {
          border-left: 1px solid #ef743f;
          padding: 0 10px;
          margin: 0;
          width: 400px; }
      section.event-preview #fixed-quote .content .logo {
        text-align: center;
        color: #fff; }
        section.event-preview #fixed-quote .content .logo h1 {
          font-size: 12px; }
        section.event-preview #fixed-quote .content .logo .store-name {
          font-size: 12px;
          font-weight: bold;
          color: #333;
          margin-top: -20px;
          text-transform: uppercase;
          display: block;
          font-family: 'Montserrat', arial;
          letter-spacing: 0.15em; }
      section.event-preview #fixed-quote .content .product-image img {
        width: 200px; }
      section.event-preview #fixed-quote .content h1 {
        color: #db9d47;
        font-size: 20px;
        width: auto;
        padding: 0 10px 0 10px; }
      section.event-preview #fixed-quote .content .event-date {
        color: #d3bdb0;
        float: none;
        width: auto;
        border: none;
        font-size: 14px;
        background-color: transparent;
        padding: 5px 10px 0 10px; }
      section.event-preview #fixed-quote .content form {
        color: white; }
      section.event-preview #fixed-quote .content dl {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      section.event-preview #fixed-quote .content dt {
        display: inline-block;
        width: 25%;
        margin-right: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #db9d47;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview #fixed-quote .content dd {
        display: inline-block;
        width: 70%;
        color: white;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview #fixed-quote .content p {
        color: white;
        padding: 2px;
        text-align: left; }
        section.event-preview #fixed-quote .content p a {
          color: #db9d47; }
      section.event-preview #fixed-quote .content .event-buttons {
        text-align: center;
        font-size: 14px; }
        section.event-preview #fixed-quote .content .event-buttons .event-button {
          margin-right: 5px;
          float: left; }
  section.event-preview .event-head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ef7441; }
    section.event-preview .event-head .event-date {
      display: table-cell;
      width: 80px;
      height: 100%;
      border-right: 1px solid #ef7441;
      background-color: #ef7441;
      padding: 5px;
      vertical-align: middle;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-head .event-date span {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        font-style: italic; }
        section.event-preview .event-head .event-date span.weekday {
          margin-bottom: 2px;
          border-bottom: 1px solid #fff; }
        section.event-preview .event-head .event-date span.day {
          font-size: 24px;
          font-style: normal; }
        section.event-preview .event-head .event-date span.year {
          display: none; }
    section.event-preview .event-head h1 {
      display: table-cell;
      color: black;
      width: 65%;
      padding: 0 0 0 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    section.event-preview .event-head .overview {
      display: table-cell;
      border-left: 1px solid #ef743f;
      padding: 0 0 0 10px;
      height: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      vertical-align: top; }
      section.event-preview .event-head .overview .event-place {
        margin-bottom: 10px;
        color: #ef743f;
        font-size: 18px; }
      section.event-preview .event-head .overview dl {
        display: block;
        width: 100%;
        color: black; }
      section.event-preview .event-head .overview dt {
        display: inline-block;
        width: 15%;
        margin-right: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #ef743f;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview .event-head .overview dd {
        display: inline-block;
        width: 80%;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
  section.event-preview .event-shop {
    width: 40%; }
    section.event-preview .event-shop .box {
      padding-bottom: 10px;
      margin-bottom: 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop .box h3 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ef7441;
        color: #000; }
    section.event-preview .event-shop a {
      color: #db9d47; }
    section.event-preview .event-shop label {
      color: black; }
    section.event-preview .event-shop label.btn-soldout {
      font-size: 14px;
      line-height: 19px;
      color: #000;
      background: #d5d7de;
      display: block;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
      font-family: "Roboto Condensed",arial;
      padding: 10px 20px;
      text-transform: uppercase; }
    section.event-preview .event-shop dl {
      display: block;
      width: 100%;
      margin: 0 0 10px 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: black; }
    section.event-preview .event-shop dt {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      font-weight: bold;
      color: #ef743f;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop dt a {
        font-size: 12px; }
    section.event-preview .event-shop dd {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    section.event-preview .event-shop .event-buttons {
      font-size: 14px;
      width: 60%;
      margin: 0 auto; }
      section.event-preview .event-shop .event-buttons .event-button {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        section.event-preview .event-shop .event-buttons .event-button a.button {
          width: 100%;
          text-align: center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          color: #fff; }
      section.event-preview .event-shop .event-buttons p.event-select-seate-btn a.button {
        background: #EF7441;
        color: #fff; }
      section.event-preview .event-shop .event-buttons p.favorite-seats-message {
        color: #000; }
    section.event-preview .event-shop .social-links {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: 100%;
      padding-left: 38px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop .social-links div {
        float: left; }
        section.event-preview .event-shop .social-links div.facebook {
          margin-right: 50px; }
        section.event-preview .event-shop .social-links div.pinterest {
          margin-right: 50px; }
    section.event-preview .event-shop .event-up-sell, section.event-preview .event-shop .box-up-sell {
      width: 100%;
      padding: 0;
      background-color: transparent;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      clear: both;
      float: none !important; }
      section.event-preview .event-shop .event-up-sell h3.product-name a, section.event-preview .event-shop .box-up-sell h3.product-name a {
        color: #000; }
      section.event-preview .event-shop .event-up-sell .box-title, section.event-preview .event-shop .box-up-sell .box-title {
        width: 100%;
        margin: 0;
        padding: 0; }
        section.event-preview .event-shop .event-up-sell .box-title h2, section.event-preview .event-shop .box-up-sell .box-title h2 {
          text-align: center;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 10px;
          padding: 0 0 10px;
          border-bottom: 1px solid #db9d47;
          color: #ef743f; }
      section.event-preview .event-shop .event-up-sell h3.product-name, section.event-preview .event-shop .box-up-sell h3.product-name {
        border: none;
        font-size: 15px;
        margin-bottom: 3px;
        font-weight: normal; }
      section.event-preview .event-shop .event-up-sell ul, section.event-preview .event-shop .box-up-sell ul {
        width: 100%; }
      section.event-preview .event-shop .event-up-sell li, section.event-preview .event-shop .box-up-sell li {
        width: auto;
        display: block;
        float: none;
        padding: 15px;
        margin: 10px;
        background-color: #efefef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        section.event-preview .event-shop .event-up-sell li + li, section.event-preview .event-shop .box-up-sell li + li {
          border: none;
          padding: 15px; }
        section.event-preview .event-shop .event-up-sell li .button, section.event-preview .event-shop .box-up-sell li .button {
          padding: 10px 20px;
          margin: 0;
          background: #ef7441; }
  section.event-preview .left-column {
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    section.event-preview .left-column .event-img-box {
      position: relative; }
      section.event-preview .left-column .event-img-box img {
        width: auto !important; }
      section.event-preview .left-column .event-img-box .artist-links-box {
        float: right;
        position: absolute;
        right: 0;
        bottom: -8px; }
      section.event-preview .left-column .event-img-box .artist-links {
        clear: both;
        margin: 0;
        font-size: 20px;
        float: right; }
        section.event-preview .left-column .event-img-box .artist-links > li {
          float: left;
          padding: 5px 10px;
          text-transform: uppercase; }
          section.event-preview .left-column .event-img-box .artist-links > li a {
            color: #ef743f;
            font-size: 20px; }
          section.event-preview .left-column .event-img-box .artist-links > li + li a {
            padding-left: 10px;
            position: relative; }
        section.event-preview .left-column .event-img-box .artist-links li + li a:before {
          content: "|";
          display: inline-block;
          left: -10px;
          position: absolute;
          z-index: 5; }
    section.event-preview .left-column .event-about {
      width: 100%; }
      section.event-preview .left-column .event-about * {
        font-family: 'Roboto Condensed', arial !important;
        color: black !important; }
      section.event-preview .left-column .event-about a {
        color: #db9d47 !important; }

.link {
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

.button, a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out; }

.form-subscribe {
  float: none;
  padding: 0;
  width: 100%; }
  .form-subscribe button.button {
    margin-top: 0; }

.welcome-msg {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  width: 215px;
  line-height: 1.2;
  margin-top: -4px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#today-and-tomorrow p a {
  font-style: italic; }

.show-mobile {
  display: none; }

body.cms-careers {
  background-color: #1b1b1b; }
body.categorypath-about-html #wrapper:before, body.category-contact #wrapper:before, body.category-news #wrapper:before, body.category-press #wrapper:before, body[class*="vision"] #wrapper:before, body[class*="charity"] #wrapper:before, body.category-design #wrapper:before, body[class*="no-route"] #wrapper:before, body.category-donations-form #wrapper:before, body[class*="philosophy-behind-city-winery"] #wrapper:before, body[class*="role-does-music-play"] #wrapper:before, body[class*="describe-some-menu"] #wrapper:before, body[class*="meeting-planners-especially"] #wrapper:before, body[class*="city-winery-patrons"] #wrapper:before, body[class*="detail-on-the-design"] #wrapper:before, body.category-privacy-return-policy #wrapper:before {
  background: #1b1b1b; }
body#hero_1.cms-napahome #wrapper:before, body#hero_7.cms-napahome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_bkg_1.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_2.cms-napahome #wrapper:before, body#hero_5.cms-napahome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_bkg_2.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_3.cms-napahome #wrapper:before, body#hero_6.cms-napahome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_bkg_3.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_4.cms-napahome #wrapper:before, body#hero_8.cms-napahome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_bkg_4.jpg") no-repeat fixed center top #1b1b1b; }
body[class*="tickets"] #wrapper:before, body[class*="catalogsearch"] #wrapper:before, body[class*="private-events"].catalog-product-view.cwnewyork #wrapper:before, body[class*="winemaking"].catalog-product-view.cwnewyork #wrapper:before, body[class*="about"].catalog-product-view.cwnewyork #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_schedule.jpg") no-repeat fixed center top #1b1b1b; }
body.catalog-product-view #wrapper:before {
  background: none;
  background-color: #fff; }
body.category-our-team #wrapper:before, body[class*="management"] #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/slider/slide3_1.jpg") no-repeat fixed center top #1b1b1b; }
body.product-napabus #wrapper:before {
  background: none; }

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: none; }

h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300; }

h3 {
  font-size: 18px;
  color: #ef743f;
  text-transform: uppercase;
  font-weight: normal; }

aside, article, section, nav, header, footer {
  display: block; }

#wrapper {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png");
  position: relative; }

/*body.cms-nyhome #wrapper { min-height: 100%; background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png) repeat fixed 0 63px;}*/
body[class*="restaurant"] #wrapper {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png"); }
body[class*="tickets"] #wrapper, body[class*="catalogsearch"] #wrapper {
  background: #fff !important; }
body[class*="wine-shop"].cwnewyork #wrapper, body[class*="wine-shop"].cwnapa #wrapper {
  background: none; }
body[class*="artist-wines"].cwnewyork #wrapper, body[class*="artist-wines"].cwnapa #wrapper {
  background: none; }
body[class*="membership"] #wrapper, body[class*="gifts"] #wrapper, body.category-membership.cwnapa #wrapper, body[class*="category-merch"] #wrapper {
  background: none; }

#main-container {
  position: relative; }

body.cms-index-index #main-container {
  margin-top: 20px; }
body[class*="tickets"] #main-container, body[class*="catalogsearch"] #main-container {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed; }
body body[class*="categorypath-shop-"].catalog-category-view #main-container, body.category-membership.catalog-category-view #main-container, body.category-memberships.catalog-category-view #main-container, body.category-membership.catalog-category-view #main-container, body[class*="gifts"].catalog-category-view #main-container, body[class*="category-merch"].catalog-category-view #main-container {
  background: #f9f9f9;
  margin-top: 200px; }
body[class*="membership"].catalog-category-view #main-container {
  background: #f9f9f9;
  margin-top: 400px; }
body[class*="category-wine-shop"].catalog-category-view #main-container, body[class*="category-shop"].catalog-category-view #main-container, body[class*="wine-shop"].catalog-product-view #main-container, body[class*="artist-wines"].catalog-product-view #main-container {
  margin-top: 0;
  background: #f9f9f9; }
body.category-membership.catalog-product-view.cwnashville #main-container, body.category-membership.catalog-product-view.cwnapa #main-container {
  margin-top: 0;
  background: #f9f9f9; }
body.catalog-product-view #main-container.col2-right-layout {
  background: none; }
body[class*="wine-shop"].catalog-product-view #wrapper, body[class*="artist-wines"].catalog-product-view #wrapper, body.category-membership.catalog-product-view.cwnapa #wrapper {
  background: none; }
body.catalog-product-view #main-container.col2-right-layout .col-main, body[class*="wine-shop"].cwnashville #main-container.col2-right-layout .col-main, body[class*="artist-wines"].cwnashville #main-container.col2-right-layout .col-main {
  margin-top: 0; }

#main-container.col2-right-layout {
  background: none;
  margin: 0 auto;
  padding: 0; }
  #main-container.col2-right-layout .col-main {
    width: 100%;
    padding: 40px 0;
    float: none;
    min-height: 400px; }

body:not(.catalog-product-view) #main-container.col2-right-layout .col-main {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png"); }

#main-container .col-main {
  min-height: 400px; }

body.catalog-product-view #main-container.col1-layout .event-preview {
  width: 1054px;
  margin: 0 auto;
  padding: 50px 0; }

#main-container .col-right, #main-container .col-left {
  width: 100%;
  float: none;
  clear: both;
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png");
  padding: 0;
  margin: 0;
  position: relative; }
#main-container .col-right:before, #main-container .col-left:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png");
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

body[class*="tickets"] #main-container.col3-layout .col-right, body[class*="tickets"] #main-container.col3-layout .col-left {
  background: none; }
body[class*="catalogsearch"] #main-container.col3-layout .col-right, body[class*="catalogsearch"] #main-container.col3-layout .col-left {
  background: none; }
body[class*="tickets"] #main-container.col3-layout .col-right:before, body[class*="tickets"] #main-container.col3-layout .col-left:before {
  display: none; }
body[class*="catalogsearch"] #main-container.col3-layout .col-right:before, body[class*="catalogsearch"] #main-container.col3-layout .col-left:before {
  display: none; }
body[class*="tickets"] #main-container.col3-layout .col-left, body[class*="catalogsearch"] #main-container.col3-layout .col-left {
  display: table-cell;
  vertical-align: top;
  min-width: 28%;
  width: 28%;
  max-width: 28%;
  padding-top: 0;
  padding-right: 30px;
  border-right: 1px solid #444444; }
body[class*="tickets"] #main-container.col3-layout .col-main, body[class*="catalogsearch"] #main-container.col3-layout .col-main {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
  width: 72%; }
body.category-tickets #main-container.col3-layout .col-main .note-msg, body.catalogsearch-result-index #main-container.col3-layout .col-main .note-msg {
  font-size: 18px; }

.recommendations a {
  color: #ef743f; }

#main-container .col-right .row, #main-container .col-left .row {
  border-spacing: 30px;
  display: table;
  width: 100%;
  margin-left: -30px; }
#main-container .col-right .row .column, #main-container .col-left .row .column {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png");
  border: 1px solid #FFFFFF; }

body[class*="tickets"] #main-container .col-right .row .column:hover, body[class*="catalogsearch"] #main-container .col-right .row .column:hover {
  background: #000; }

#main-container.col2-right-layout #main {
  padding: 0; }
#main-container.col2-right-layout .col-main .quote {
  color: #ef743f;
  font-size: 15px;
  font-weight: normal;
  float: left;
  width: 35%;
  margin-bottom: 40px;
  padding: 0;
  line-height: 1.2; }
#main-container.col2-left-layout .col-main .quote {
  color: #ef743f;
  font-size: 15px;
  font-weight: normal;
  float: left;
  width: 35%;
  margin-bottom: 40px;
  padding: 0;
  line-height: 1.2; }

.col-main .quote > span {
  margin-left: 30px; }

.category-about #main-container.col2-right-layout .col-main .quote {
  float: right !important;
  width: 30% !important; }

.col3-layout .col-wrapper {
  width: 100%;
  float: none;
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png") repeat fixed; }
  .col3-layout .col-wrapper > .width-limiter {
    position: inherit; }

body[class*="tickets"] .col3-layout .col-wrapper > .width-limiter:after, body[class*="catalogsearch"] .col3-layout .col-wrapper > .width-limiter:after {
  content: " ";
  display: table;
  height: 75px;
  width: 100%; }

.col3-layout .col-wrapper .col-main {
  float: none; }

.width-limiter {
  width: 1054px;
  margin: 0 auto;
  position: relative; }

.cms-index-index #main-container #main {
  background: none; }
  .cms-index-index #main-container #main .std .row .column {
    display: inline-block;
    vertical-align: bottom; }
    .cms-index-index #main-container #main .std .row .column .headline {
      color: #fff;
      text-transform: uppercase;
      font-size: 30px;
      margin: 50px 0 50px 60px;
      line-height: 1.2;
      letter-spacing: 0.07em; }
  .cms-index-index #main-container #main .std .block {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png);
    padding: 20px 30px;
    width: 290px;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.07em;
    overflow: hidden;
    position: relative; }
.cms-index-index #home-ads {
  position: relative; }
  .cms-index-index #home-ads .owl-wrapper-outer {
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .cms-index-index #home-ads .owl-controls .owl-buttons > div {
    position: absolute;
    top: 50%;
    font-size: 0;
    color: transparent;
    background: none;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    margin-top: -15px; }
    .cms-index-index #home-ads .owl-controls .owl-buttons > div:hover::before {
      color: #7b1f43; }
    .cms-index-index #home-ads .owl-controls .owl-buttons > div::before {
      color: #fff;
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: ""; }
    .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-prev {
      left: 0;
      margin-left: -20px; }
      .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-prev::before {
        border-right: 10px solid #ef743f; }
      .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-prev:hover::before {
        border-right-color: #fff; }
    .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-next {
      right: 0;
      margin-right: -20px; }
      .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-next::before {
        border-left: 10px solid #ef743f; }
      .cms-index-index #home-ads .owl-controls .owl-buttons > div.owl-next:hover::before {
        border-left-color: #fff; }
  .cms-index-index #home-ads .block {
    border: none !important; }
.cms-index-index #main-container #main .std .block > img {
  position: absolute;
  left: 0;
  top: 0; }
.cms-index-index #main-container #main .std .block h2 {
  color: #fff;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  letter-spacing: 0.05em; }
.cms-index-index #main-container #main .std .block .thumbnail + div h3, .cms-index-index #main-container #main .std .block .thumbnail + div p {
  margin-bottom: 10px;
  letter-spacing: 0.07em; }
.cms-index-index #main-container #main .std .block .thumbnail + div > div {
  border-bottom: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 10px; }
.cms-index-index #main-container #main .std .block .button {
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px 30px; }
  .cms-index-index #main-container #main .std .block .button.btn-block {
    font-size: 18px;
    margin-top: -15px;
    position: relative;
    top: 49%;
    z-index: 2;
    max-width: 75%;
    white-space: normal; }
.cms-index-index #main-container #main .std .block.wine-tasting .button.btn-block {
  padding: 10px 20px;
  margin-top: 48px; }
.cms-index-index #main-container #main .std .block .link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px; }
.cms-index-index #main-container #main .std .block.home-social {
  height: auto;
  margin-bottom: 30px;
  width: auto;
  text-align: left; }
  .cms-index-index #main-container #main .std .block.home-social .column {
    vertical-align: middle; }
  .cms-index-index #main-container #main .std .block.home-social .social-media {
    text-align: center;
    font-size: 16px;
    padding: 10px 30px 10px 0 !important; }
    .cms-index-index #main-container #main .std .block.home-social .social-media a {
      display: inline-block;
      vertical-align: top;
      margin: 10px 5px 5px; }
      .cms-index-index #main-container #main .std .block.home-social .social-media a:hover img {
        -moz-opacity: 0.80;
        opacity: 0.80;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .cms-index-index #main-container #main .std .block.home-social .newsletter {
    border-right: 1px solid;
    padding: 10px 50px;
    text-align: center;
    border-left: 1px solid #fff;
    width: 530px; }
    .cms-index-index #main-container #main .std .block.home-social .newsletter label {
      display: block;
      font-weight: normal;
      margin-bottom: 10px; }
    .cms-index-index #main-container #main .std .block.home-social .newsletter .button {
      margin-bottom: 10px;
      font-size: 12px;
      padding: 9px 15px;
      border: 1px solid #fff;
      letter-spacing: 0.1em; }
    .cms-index-index #main-container #main .std .block.home-social .newsletter input[type="text"] {
      border: 1px solid #fff;
      background: none;
      color: #ccc;
      font-size: 14px;
      font-style: italic;
      font-family: 'Roboto Condensed',arial;
      font-weight: 300;
      margin-right: -1px;
      width: 411px;
      padding: 8px 10px 9px; }
    .cms-index-index #main-container #main .std .block.home-social .newsletter > p {
      clear: both;
      display: block;
      font-weight: normal;
      letter-spacing: 0.1em; }
      .cms-index-index #main-container #main .std .block.home-social .newsletter > p .separator {
        margin: 0 5px; }
  .cms-index-index #main-container #main .std .block.home-social .vinofile-member {
    padding: 0 10px 0 35px;
    float: right; }
.cms-index-index #main-container #main .std .row.bottom {
  margin-top: 40px;
  margin-bottom: 10px; }
.cms-index-index #main-container #main .std .block.menu {
  width: 428px;
  height: 212px;
  margin-bottom: 11px;
  padding: 0;
  overflow: hidden; }
.cms-index-index.cms-chicagohome #main-container #main .std .block.menu {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/block_menu_CHI.jpg) no-repeat center center; }
.cms-index-index #main-container #main .std .block.shows {
  width: 428px;
  height: 219px;
  margin-bottom: 10px;
  padding: 0; }
.cms-index-index #main-container #main .std .block.wine-tasting {
  width: 228px;
  height: 437px;
  padding: 0; }
.cms-index-index.cms-napahome #main-container #main .std .block.wine-tasting {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/UVinfile-ad.jpg) no-repeat center top #fff; }
  .cms-index-index.cms-napahome #main-container #main .std .block.wine-tasting .button.btn-block {
    top: 49px;
    margin-top: 0; }
.cms-index-index #main-container #main .std .block.notes {
  height: 397px;
  width: 312px; }
.cms-index-index #main-container #main .block.notes .scroll-content {
  height: 305px;
  margin-bottom: 10px;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  text-align: left;
  position: relative; }
.cms-index-index #main-container #main .block.notes #news li {
  clear: both; }
  .cms-index-index #main-container #main .block.notes #news li + li {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px; }
  .cms-index-index #main-container #main .block.notes #news li > div {
    width: 120px;
    margin-right: 10px !important;
    max-height: 120px;
    overflow: hidden; }
    .cms-index-index #main-container #main .block.notes #news li > div img {
      width: 120px !important;
      height: auto !important; }
  .cms-index-index #main-container #main .block.notes #news li h2 {
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    text-align: left; }
    .cms-index-index #main-container #main .block.notes #news li h2 a {
      color: #fff; }
      .cms-index-index #main-container #main .block.notes #news li h2 a:hover {
        text-decoration: underline; }
  .cms-index-index #main-container #main .block.notes #news li a.button {
    float: left;
    text-transform: capitalize;
    font-size: 13px;
    background: none;
    padding: 0;
    color: #ef743f;
    font-weight: 300; }
    .cms-index-index #main-container #main .block.notes #news li a.button:hover {
      text-decoration: underline; }
  .cms-index-index #main-container #main .block.notes #news li .date {
    font-size: 14px;
    color: #999;
    text-transform: capitalize; }
  .cms-index-index #main-container #main .block.notes #news li a.link {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    color: #ef743f; }
    .cms-index-index #main-container #main .block.notes #news li a.link:before {
      content: " ";
      display: table;
      width: 100%;
      clear: both; }
    .cms-index-index #main-container #main .block.notes #news li a.link:hover {
      text-decoration: underline; }
.cms-index-index #main-container #main .std .row .column.middle {
  margin: 0 10px; }

.button.btn-block {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png");
  border: 1px solid #fff;
  font-size: 18px; }
  .button.btn-block:hover {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_button-block.png); }

#footer {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/wood.jpg) no-repeat scroll center center #1E1009;
  padding: 30px 0 5px;
  text-transform: uppercase;
  position: relative;
  min-height: 200px; }

/*body[class*="tickets"] #footer,
body[class*="catalogsearch"] #footer { background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png);}
#footer:before {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png) repeat fixed;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
body.cms-nyhome #footer, body.category-wine-shop #footer, body.category-artist-wines #footer {
  /*background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png);*/ }
body.cms-nyhome #footer:before, body.category-wine-shop #footer:before, body.category-artist-wines #footer:before {
  display: none; }

#footer ul {
  padding-bottom: 63px; }
#footer a {
  color: #fff;
  font-size: 14px;
  line-height: 28px; }
#footer div p {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  clear: both; }
#footer address {
  width: 147px;
  padding: 8px;
  height: 38px;
  text-align: left;
  margin: 8px 0 0;
  font-size: 11px;
  font-style: normal;
  color: #fcf4e4; }
  #footer address + div {
    padding: 12px 0;
    text-align: center;
    font-size: 10px;
    width: 847px; }
#footer .row .column {
  width: 20%;
  float: left; }
#footer h4 {
  color: #ef743f;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px; }

#header {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png);
  padding-bottom: 30px;
  position: relative;
  padding-top: 63px; }
  #header:before {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png) repeat fixed;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%; }

body.cwnapa #header {
  padding-bottom: 25px; }
body[class*="wine-shop"].catalog-category-view #header:before, body[class*="artist-wines"].catalog-category-view #header:before, body.category-membership.catalog-category-view #header:before, body.category-memberships.catalog-category-view #header:before, body[class*="gifts"].catalog-category-view #header:before, body[class*="category-merch"].catalog-category-view #header:before {
  display: none; }
body[class*="wine-shop"].catalog-product-view #header:before, body[class*="artist-wines"].catalog-product-view #header:before, body.category-membership.catalog-product-view.cwnapa #header:before, body.category-memberships.catalog-product-view.cwnashville #header:before, body[class*="membership"] #header:before {
  display: block; }
body[class*="home"] #header, body[class*="catalogsearch"] #header {
  padding-bottom: 20px; }

.top-header {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/wood.jpg) no-repeat scroll 50% -175px #1E1009;
  height: 63px;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -moz-box-shadow: 0 0 3px #000000;
  -ms-box-shadow: 0 0 3px #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000; }

.store-switcher {
  display: inline-block;
  height: 63px;
  margin-left: -15px; }
  .store-switcher > li {
    display: inline-block;
    float: none;
    line-height: 63px;
    margin-right: 0;
    vertical-align: middle;
    position: relative; }
    .store-switcher > li:after, .store-switcher > li::after {
      content: " ";
      background-color: white;
      display: inline-block;
      height: 16px;
      position: absolute;
      right: -2px;
      top: 24px;
      width: 1px; }
    .store-switcher > li:last-child:after {
      display: none; }
  .store-switcher a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 0 9px;
    text-transform: uppercase;
    font-weight: 400; }
  .store-switcher > li.active a {
    cursor: default;
    color: #ef743f; }
  .store-switcher > li a:hover {
    text-decoration: none;
    color: #ef743f; }

ul.links {
  max-width: 230px;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  height: 63px;
  line-height: 63px;
  text-transform: uppercase;
  position: relative; }
  ul.links li {
    display: inline-block;
    font-size: 12px;
    height: 63px;
    line-height: 63px;
    text-transform: uppercase;
    position: relative; }
    ul.links li:after {
      background-color: #FFFFFF;
      content: " ";
      display: inline-block;
      height: 16px;
      position: absolute;
      right: -3px;
      top: 24px;
      width: 2px; }
    ul.links li.last:after {
      display: none; }
    ul.links li a {
      display: block;
      color: white;
      padding: 0 12px;
      font-weight: 400; }
      ul.links li a:hover {
        color: #ffff9b;
        text-decoration: none; }
      ul.links li a .cart-icon {
        display: inline-block;
        width: 21px;
        height: 17px;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-cart.png) no-repeat center center;
        vertical-align: text-bottom; }

.mini-search {
  margin-left: 10px;
  margin-top: 18px;
  display: inline-block; }
  .mini-search .form-search {
    border: 1px solid #fff; }
    .mini-search .form-search .input-text {
      background: none;
      border: none;
      color: white; }
    .mini-search .form-search .button {
      background: none;
      padding: 0 8px 0 0; }
      .mini-search .form-search .button:after {
        display: none; }
      .mini-search .form-search .button img {
        vertical-align: middle; }

#logo-flap {
  color: #FFFFFF;
  margin: -45px auto 0;
  text-align: center;
  width: 244px; }
  #logo-flap h1 {
    font-size: 12px; }

#nav-container address {
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 8px;
  color: #ccc;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", "Roboto"; }

body.cwnapa #nav-container address {
  margin-top: 0; }

#logo-flap .store-name {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-top: -20px;
  text-transform: uppercase;
  display: block;
  font-family: 'Montserrat', arial;
  letter-spacing: 0.15em; }

#promo-block a.close {
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  margin-top: 10px;
  margin-right: -20px;
  font-size: 16px; }
  #promo-block a.close:hover {
    color: #ef743f;
    text-decoration: none; }
#promo-block .width-limiter + div img + p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }
#promo-block .width-limiter + div a.button {
  padding: 0 30px; }
#promo-block > .width-limiter {
  margin-bottom: -30px;
  text-align: right; }

#account-info-block .width-limiter, #vinofile-account-info-block .width-limiter {
  width: 720px; }
#account-info-block > .width-limiter, #vinofile-account-info-block > .width-limiter {
  text-align: right; }

#logo-flap ul {
  margin-top: 15px; }
#logo-flap li {
  margin-bottom: 9px; }
  #logo-flap li a {
    color: #a53644;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em; }
  #logo-flap li.active a, #logo-flap li a:hover {
    color: #ffe6d8; }
  #logo-flap li.active a:before, #logo-flap li.active a:after {
    content: " ";
    display: inline-block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-ornament.png);
    width: 9px;
    height: 9px;
    margin: 0 5px; }

#header-right {
  padding-left: 270px; }

#quick-access {
  padding-right: 150px;
  text-align: right;
  text-transform: uppercase;
  font-size: 9px;
  color: #fff9df;
  line-height: 20px; }
  #quick-access ul {
    float: right;
    margin-left: 15px; }
  #quick-access li {
    display: inline;
    margin-left: 10px; }
    #quick-access li.last {
      margin-left: -1px; }
    #quick-access li a {
      display: inline-block;
      line-height: 20px;
      color: #fff9df; }

#mini-search {
  padding-top: 10px;
  padding-right: 125px; }
  #mini-search form {
    float: right; }

#nav-container {
  padding: 15px 0 5px 0;
  margin-left: -10px;
  width: 1079px; }
  #nav-container ul {
    margin-top: 20px;
    white-space: nowrap; }
  #nav-container li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #1f0b20;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 5px 0; }
    #nav-container li.nav-1 a {
      padding-left: 10px; }
    #nav-container li.last a {
      padding-right: 10px; }
    #nav-container li span {
      cursor: pointer; }
  #nav-container > ul > li + li > a:before {
    content: " ";
    display: inline-block;
    background: white;
    width: 2px;
    height: 13px;
    margin: 0 20px; }
  #nav-container a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal; }
    #nav-container a:hover {
      color: #db9d47; }
  #nav-container li.active a {
    color: #db9d47; }

/*#nav-container li.disabled{opacity: 0.5;}*/
body[class*="tickets"] #nav-container li.nav-1 a {
  color: #db9d47; }

#nav-container li.disabled a:hover {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
#nav-container li.nav-4 a:before {
  display: none; }
#nav-container li.nav-3 {
  margin-right: 250px;
  padding-right: 100px; }
#nav-container li.nav-4 {
  padding-left: 20px; }
#nav-container li + li + li + li {
  font-size: 16px; }
  #nav-container li + li + li + li a:before {
    margin: 0 20px 0; }

* + html #nav-container li {
  margin-right: 30px; }
  * + html #nav-container li.nav-4, * + html #nav-container li.nav-5, * + html #nav-container li.nav-6 {
    margin-right: 25px; }

#mini-search button {
  padding: 0 5px;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px 0; }
  #mini-search button:after {
    content: "";
    width: 0;
    margin: 0; }
#mini-search input[type=text] {
  background: #fff9df;
  width: 170px;
  float: left;
  color: grey;
  font-size: 11px; }
#mini-search img {
  vertical-align: middle; }

#photo-barrel {
  border-top: solid 3px #350c0a;
  border-bottom: solid 3px #350c0a;
  box-shadow: 0 1px 5px #000;
  position: relative;
  z-index: 0;
  height: 386px;
  background-color: #350C0A; }

body#hero_1 #photo-barrel {
  background-image: url(/media/wysiwyg/NY/home/HomeHero_1.jpg); }
body#hero_2 #photo-barrel {
  background-image: url(/media/wysiwyg/NY/home/HomeHero_2.jpg); }
body#hero_3 #photo-barrel {
  background-image: url(/media/wysiwyg/NY/home/HomeHero_3.jpg); }
body#hero_4 #photo-barrel {
  background-image: url(/media/wysiwyg/NY/home/HomeHero_4.jpg); }
body#hero_5 #photo-barrel {
  background-image: url(/media/wysiwyg/NY/home/HomeHero_5.jpg); }

.cms-chicagohome#hero_1 #photo-barrel {
  background-image: url(/media/wysiwyg/CHI/home/HomeHero_1.jpg); }
.cms-chicagohome#hero_2 #photo-barrel {
  background-image: url(/media/wysiwyg/CHI/home/HomeHero_2.jpg); }
.cms-chicagohome#hero_3 #photo-barrel {
  background-image: url(/media/wysiwyg/CHI/home/HomeHero_3.jpg); }
.cms-chicagohome#hero_4 #photo-barrel {
  background-image: url(/media/wysiwyg/CHI/home/HomeHero_4.jpg); }
.cms-chicagohome#hero_5 #photo-barrel {
  background-image: url(/media/wysiwyg/CHI/home/HomeHero_5.jpg); }

#photo-barrel em {
  background-repeat: no-repeat;
  background-position: left center;
  width: 280px;
  height: 67px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -1px;
  padding-top: 245px;
  z-index: 999; }
#photo-barrel.cwnewyork em {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/img-hanging-barrel.png); }
#photo-barrel .quote {
  position: absolute;
  color: #fff9df;
  bottom: 80px;
  left: 20px;
  line-height: 1.4;
  font-size: 12px; }
  #photo-barrel .quote q {
    display: block;
    font-style: italic;
    font-size: 14px;
    margin-right: 300px; }

#main #col-left {
  width: 404px;
  position: relative;
  z-index: 1;
  margin-top: -65px;
  float: left;
  margin-bottom: 25px; }

#feature-1 {
  background: #510510;
  height: 195px;
  margin-top: 20px;
  box-shadow: 0 1px 5px #000;
  color: #fff9df;
  padding: 10px; }
  #feature-1 h3 {
    font-size: 15px;
    line-height: 1.4; }

#feature-2 h3 {
  font-size: 15px;
  line-height: 1.4; }

#feature-1 h3 {
  margin-top: 5px; }
  #feature-1 h3 + p {
    margin: 10px 0 15px;
    line-height: 1.5; }
#feature-1 img {
  float: left;
  margin-right: 15px; }

#main #col-right {
  width: 575px;
  float: right;
  position: relative;
  margin-top: -35px;
  margin-bottom: 25px; }

#feature-2 {
  background: #350c0a;
  padding: 10px 10px 10px 20px;
  color: #fff9df;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px #000; }
  #feature-2 h3 {
    margin-top: 10px; }
  #feature-2 img {
    float: right;
    margin-left: 5px; }
  #feature-2 .date {
    font-size: 13px;
    margin: 7px 0;
    color: #b98559; }
    #feature-2 .date + p {
      margin: 10px 0 15px;
      line-height: 1.5; }

#today-and-tomorrow {
  background: #fff8ea;
  color: #290806;
  width: 288px;
  float: left;
  padding: 20px;
  box-shadow: 0 1px 5px #000;
  line-height: 1.35; }
  #today-and-tomorrow h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 19px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-diamond.png) repeat-x left bottom;
    margin-bottom: 15px;
    white-space: nowrap;
    letter-spacing: 0.06em; }
    #today-and-tomorrow h2.notes {
      font-size: 0em;
      text-transform: uppercase;
      line-height: 1;
      padding-bottom: 19px;
      width: 183px;
      height: 144px;
      background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/Notes-Logo.png) no-repeat left top;
      margin-bottom: 15px;
      white-space: nowrap;
      letter-spacing: 0.06em; }

#cwnotes h2 {
  font-size: 0em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 19px;
  width: 183px;
  height: 144px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/Notes-Logo.png) no-repeat left top;
  margin-bottom: 15px;
  white-space: nowrap;
  letter-spacing: 0.06em; }

#today-and-tomorrow h3, #cwnotes h3 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px; }

#today-and-tomorrow p {
  margin: 10px 0;
  min-height: 50px;
  clear: both; }

#cwnotes p {
  margin: 10px 0;
  min-height: 50px;
  clear: both;
  font-size: 16px;
  font-weight: bold; }

#today-and-tomorrow li, #cwnotes li {
  margin-bottom: 10px; }

#today-and-tomorrow li .link, #cwnotes li .link {
  color: #75032f;
  font-size: 11px; }

#today-and-tomorrow p + h2, #cwnotes p + h2 {
  margin-top: 20px; }

#today-and-tomorrow h2 {
  text-align: center; }
#today-and-tomorrow p img {
  float: left;
  margin-right: 5px;
  clear: both; }

#cwnotes p img {
  float: left;
  margin-right: 5px;
  clear: both; }

#in_the_news h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }
#in_the_news p {
  margin-bottom: 15px; }
  #in_the_news p span {
    display: list-item;
    width: 100%;
    clear: both; }
    #in_the_news p span.title {
      font-weight: bold;
      font-size: 13px; }
    #in_the_news p span.legend {
      font-style: italic; }
  #in_the_news p a {
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff8ea;
    font-weight: normal;
    font-style: italic; }

#my-citywinery {
  width: 228px;
  float: right;
  background: #4a0710;
  min-height: 620px;
  box-shadow: 0 1px 5px #000;
  color: #fff9df; }

.category-membership #my-citywinery {
  height: auto; }

#my-citywinery section {
  padding: 10px 15px; }
  #my-citywinery section + section {
    border-top: solid 1px #75032f; }
#my-citywinery > div {
  padding: 10px 15px; }
#my-citywinery > div + div {
  border-top: solid 1px #75032f; }
#my-citywinery .link {
  color: #86083a; }
#my-citywinery h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-my-citywinery.png) no-repeat center top; }
#my-citywinery label {
  line-height: 1; }
#my-citywinery #login-form label {
  font-size: 11px; }
#my-citywinery #login-form input[type=checkbox] + label {
  font-size: 10px; }
#my-citywinery .input-text {
  background: #fff8ea;
  width: 188px;
  margin-top: 3px; }
#my-citywinery form .f-left {
  font-size: 10px; }
#my-citywinery p + p {
  margin-top: 8px; }
#my-citywinery div#vinofile {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-vinofile.png) no-repeat center top;
  padding-top: 225px; }
  #my-citywinery div#vinofile h3 {
    font-size: 12px; }
  #my-citywinery div#vinofile hr {
    color: transparent;
    border-top: solid 1px #75032f;
    margin: 0 -15px 15px; }
  #my-citywinery div#vinofile p {
    margin: 15px 0px 15px 5px; }
  #my-citywinery div#vinofile.not-logged p {
    margin: 0 5px; }
#my-citywinery .link:after {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-arrow-brown.png); }

#today-and-tomorrow li .link:after {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-arrow-brown.png); }

#my-citywinery #barrel {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-vin.png);
  color: #F7E5B9;
  display: table-cell;
  font-size: 13px;
  height: 220px;
  width: 120px;
  padding: 0 52px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  #my-citywinery #barrel:before {
    margin: -25px 0 5px; }
#my-citywinery div#vinofile.logged {
  background: none;
  padding-top: 15px;
  padding-bottom: 20px; }
#my-citywinery #barrel a {
  text-decoration: none;
  color: #fdedcf;
  text-transform: none;
  font-size: 10px;
  font-style: italic;
  width: 120px; }
  #my-citywinery #barrel a:after {
    content: " ";
    display: inline-block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/arrow-white.png);
    width: 4px;
    height: 6px;
    margin-left: 3px; }
#my-citywinery div:last-child form .input-text {
  width: 150px;
  margin-top: 5px; }
#my-citywinery .validation-advice {
  font-size: 10px;
  color: #75032F;
  position: absolute;
  top: 40px; }

/*#my-citywinery div:last-child form  {padding: 10px 0 0; margin: 10px 0 0; border-top: solid 1px #5d3d3b;}*/
#one-column {
  margin: 0 auto;
  min-height: 400px;
  padding: 40px 0;
  width: 1054px; }

div#control_window_2.napabus {
  background: #FAF5EF;
  padding: 10px; }

.product-bus-ticket #main-container.col1-layout #main #one-column {
  width: auto; }
.product-bus-ticket .product-view .product-shop {
  display: inline-block;
  line-height: 1.8;
  margin-left: 25px;
  vertical-align: top; }
.product-bus-ticket .product-view .product-img-box {
  display: inline-block;
  vertical-align: top;
  width: 300px; }
  .product-bus-ticket .product-view .product-img-box img {
    max-width: 100%; }
.product-bus-ticket .product-view .options-container-wrapper .product-options {
  margin-bottom: 20px; }

body.catalog-product-quickview span.share {
  display: none; }
body.catalog-product-quickview #one-column {
  padding: 0;
  width: 100% !important; }
body.catalog-product-quickview nav#subnav {
  display: none; }
body.catalog-product-quickview div.product-essential.boxed {
  padding: 0; }
body.catalog-product-quickview #one-column .product-view .product-shop {
  width: 500px; }

.page-title, .page-head, .page-head-alt {
  padding-bottom: 15px;
  margin-bottom: 10px; }

.map-container h1 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1; }
.map-container h2 {
  font-size: 16px;
  margin-bottom: 8px; }
  .map-container h2 + p {
    text-transform: uppercase;
    color: #b98559; }
.map-container .map {
  margin: 30px 0 0; }

.seatpicker-head {
  border-bottom: solid 1px #370f0d;
  margin-bottom: 16px; }
  .seatpicker-head h2 {
    float: left;
    font-size: 15px;
    margin-bottom: 8px; }
  .seatpicker-head strong {
    font-size: 16px; }

#seats li {
  width: 75px;
  height: 75px;
  float: left;
  position: relative; }
  #seats li + li {
    margin-left: 18px; }
  #seats li.seat {
    border: 0;
    background: #757438;
    width: 77px;
    height: 77px;
    text-align: center;
    color: #fff9df;
    text-transform: uppercase; }
  #seats li:before {
    content: " ";
    display: block;
    height: 15px; }
  #seats li.empty {
    border: solid 1px #d0bebd; }
  #seats li a.remove {
    color: #fff9df;
    position: absolute;
    font-size: 9px;
    right: 5px;
    top: 5px;
    text-transform: uppercase; }
#seats + p {
  margin-top: 20px;
  font-size: 14px; }

.button-set {
  border-top: solid 1px #370f0d;
  padding-top: 20px;
  margin-top: 20px; }
  .button-set .button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px; }

#main-container.col2-left-layout .col-main {
  width: 100%;
  float: none;
  padding: 60px 0;
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png"); }
#main-container.col3-layout .page-title {
  margin-bottom: 30px; }
  #main-container.col3-layout .page-title h1 {
    font-size: 30px; }

body[class*="catalogsearch"] #main-container.col3-layout .page-title {
  margin-bottom: 0; }

#subnav {
  /*background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png");
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;*/
  font-size: 16px;
  line-height: normal;
  position: relative;
  white-space: nowrap; }
  #subnav ul {
    padding: 0;
    margin-top: -24px;
    margin-bottom: 10px;
    min-height: 14px;
    text-align: center; }
  #subnav li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: normal; }
    #subnav li + li {
      border-left: 1px solid #fff;
      padding-left: 20px; }
    #subnav li.last {
      margin-right: 0; }
    #subnav li a {
      color: #fff; }
      #subnav li a:hover {
        text-decoration: none;
        color: #db9d47; }
    #subnav li.active a {
      color: #db9d47; }
      #subnav li.active a:hover {
        text-decoration: none; }

body[class*="tickets"] #subnav li a[title=Calendar], body.cms-faq #subnav li a[title="FAQ"] {
  color: #db9d47; }

.block-sponsors p {
  margin-bottom: 15px; }

.sidebar {
  min-height: 0; }
  .sidebar .block {
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: none;
    margin: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    max-height: 475px;
    overflow: hidden;
    /*overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-y: scroll;*/ }
    .sidebar .block.in_the_news p {
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      margin: 0 20px 20px;
      text-align: left;
      text-transform: none; }
    .sidebar .block.notes p {
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      margin: 0 20px 20px;
      text-align: left;
      text-transform: none;
      margin: 0 0 20px; }
      .sidebar .block.notes p img {
        font-size: 10px;
        line-height: 1.2;
        margin-right: 15px; }
    .sidebar .block.in_the_news p .title {
      display: block;
      clear: both; }
    .sidebar .block.in_the_news p .legend {
      display: block;
      clear: both;
      color: #999999;
      font-size: 11px;
      margin-bottom: 5px; }
    .sidebar .block.in_the_news p a {
      color: #ef743f; }
    .sidebar .block.notes p a {
      color: #ef743f;
      text-transform: capitalize;
      margin-left: 5px; }
    .sidebar .block a.link {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }

.block-recommended div {
  padding: 0 15px 15px;
  color: #CD6539;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px; }

body[class*="private-events"] .block-recommended div {
  font-size: 14px;
  line-height: 1.4; }

.block div.thumbnail {
  padding: 0;
  margin-bottom: 10px; }
  .block div.thumbnail img {
    border: 1px solid #fff; }

.block-recommended a {
  color: #fff; }
.block-recommended .button {
  margin: 30px 0 0;
  background: none;
  color: white;
  font-size: 14px; }
  .block-recommended .button:hover {
    text-decoration: underline; }

.sidebar .block h3 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 0 30px;
  padding-bottom: 10px;
  color: #fff; }

.block-filters {
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 290px;
  position: relative;
  padding-top: 280px; }

.catalogsearch-result-index .block-filters {
  padding-top: 0; }

.col-left .block-recommended h3 {
  margin-bottom: 5px; }

.block-filters table {
  width: 100%; }
  .block-filters table td {
    text-align: center;
    font-size: 13px;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 30px; }
    .block-filters table td.undefined {
      color: #ac1b4b; }
      .block-filters table td.undefined.ui-datepicker-today {
        color: #fff;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bkg_current-selected.png) no-repeat center top; }
        .block-filters table td.undefined.ui-datepicker-today a {
          color: #fff;
          background: none !important;
          border: none !important; }
  .block-filters table th {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #fff; }
.block-filters dt {
  font-size: 16px;
  background: #540B23;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 30px; }

.catalogsearch-result-index .block-filters dt {
  margin-top: 0; }
.catalogsearch-result-index .block-filters dd {
  margin-bottom: 30px; }

.block-filters dt a {
  display: block;
  font-weight: normal; }
  .block-filters dt a:after {
    content: "+";
    float: right;
    font-family: arial;
    font-size: 18px; }
.block-filters .calendar-wrapper {
  position: absolute;
  top: 0;
  width: 100%; }
.block-filters .currently {
  padding: 0; }
  .block-filters .currently li {
    color: #999; }
    .block-filters .currently li.buttons-set {
      margin: 10px 0 0;
      padding-bottom: 0;
      text-align: center; }
  .block-filters .currently a.btn-remove {
    text-indent: 0;
    background: none;
    font-family: Arial;
    font-size: 12px;
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    padding: 2px 3px; }
  .block-filters .currently .label {
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin-right: 3px; }
.block-filters dt a:hover {
  text-decoration: none; }
.block-filters dd {
  background-color: #000000;
  padding: 15px 20px; }
.block-filters dt.event-date {
  background: none;
  padding-top: 0;
  margin-top: 0; }
.block-filters dd.event-date {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha30.png);
  border: 1px solid #444;
  padding: 10px 15px; }
.block-filters dd + dt {
  margin-top: 30px; }
.block-filters li {
  color: #999;
  font-weight: 300;
  font-size: 12px; }
  .block-filters li a {
    font-size: 14px;
    margin-right: 3px; }
  .block-filters li + li {
    margin-top: 10px; }
  .block-filters li.current a, .block-filters li a:hover {
    color: #fff;
    text-decoration: underline; }
  .block-filters li.current a:before {
    content: " ";
    display: inline-block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-arrow-brown.png);
    width: 6px;
    height: 7px;
    margin: -1px 3px 0 -9px; }
.block-filters dd ol {
  max-height: 165px;
  display: block;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden; }

body[class*="tickets"] #main-container .col-right .block h4, body[class*="catalogsearch"] #main-container .col-right .block h4 {
  font-size: 18px;
  font-weight: normal;
  color: #CD6539;
  margin-bottom: 10px; }
body[class*="tickets"] #main-container .col-right .block .date, body[class*="catalogsearch"] #main-container .col-right .block .date {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
  margin-bottom: 10px; }
body[class*="tickets"] #main-container .col-right .block .button, body[class*="catalogsearch"] #main-container .col-right .block .button {
  padding: 8px 20px;
  font-size: 16px;
  letter-spacing: 0.1em; }
body[class*="tickets"] #main-container .col-right .block .button:hover, body[class*="catalogsearch"] #main-container .col-right .block .button:hover {
  background-color: #75032F; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s; }

body.cwnapa .category-products.tickets-listing {
  padding-top: 0; }

.tickets-listing dt {
  font-size: 18px;
  padding: 20px 0 0;
  text-transform: uppercase;
  border-top: 1px solid #000;
  margin-bottom: 0; }
.tickets-listing dd ul li > div {
  display: table-cell;
  vertical-align: middle; }
.tickets-listing ul li {
  padding: 15px 0; }
  .tickets-listing ul li + li {
    border-top: solid 1px #d2bead; }
  .tickets-listing ul li .thumbnail {
    width: 175px; }
    .tickets-listing ul li .thumbnail img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    .tickets-listing ul li .thumbnail + div {
      padding-left: 20px; }
  .tickets-listing ul li h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2; }
    .tickets-listing ul li h2 a {
      color: #fff; }
  .tickets-listing ul li .button {
    margin-right: 7px;
    padding: 8px 20px; }
.tickets-listing .limitor a {
  margin: 0 2px;
  color: #fff !important; }

.tickets-top {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 10px; }
  .tickets-top a.selected {
    color: #b98559 !important; }
  .tickets-top .pages {
    display: none; }

.tickets-bottom {
  background: #540B23;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  .tickets-bottom .limitor {
    display: inline-block;
    float: left;
    line-height: 31px;
    margin-left: 35%;
    color: #fff; }
  .tickets-bottom strong {
    display: none; }
  .tickets-bottom ol {
    padding: 5px 0; }
    .tickets-bottom ol li {
      display: inline-block;
      margin-left: 8px; }
      .tickets-bottom ol li a:hover {
        text-decoration: none; }
      .tickets-bottom ol li.current {
        border-bottom: 1px solid #fff; }
      .tickets-bottom ol li img {
        vertical-align: middle;
        display: none; }
      .tickets-bottom ol li a[title="Next"]:after {
        content: "Next";
        text-transform: uppercase;
        font-weight: 400;
        margin-left: 20px; }
      .tickets-bottom ol li a.previous:before {
        content: "previous";
        text-transform: uppercase;
        font-weight: 400;
        margin-right: 20px; }
  .tickets-bottom .pages {
    display: inline-block;
    vertical-align: top; }

.tickets-content dl {
  margin-bottom: 20px; }

.results-view .recommendations {
  padding: 0; }
  .results-view .recommendations a {
    color: #CD6539; }
.results-view .products-list li.item {
  padding: 0;
  background: none; }
  .results-view .products-list li.item > div {
    display: table-cell;
    vertical-align: middle; }
.results-view .products-list .product-image {
  float: none;
  margin: 0 20px 0 0;
  display: block;
  width: 200px;
  height: auto; }
  .results-view .products-list .product-image img {
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    width: auto; }
.results-view .products-list .product-name {
  font-size: 18px; }

.col3-layout .col-left .block-recommended {
  margin-top: 15px;
  background: #540B23;
  color: #fff;
  padding: 20px 10px; }
  .col3-layout .col-left .block-recommended:hover {
    background: #290706; }
  .col3-layout .col-left .block-recommended h3 {
    font-size: 14px; }
    .col3-layout .col-left .block-recommended h3 a {
      color: #CD6539; }
  .col3-layout .col-left .block-recommended div {
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.2; }
    .col3-layout .col-left .block-recommended div p {
      color: #fff; }
  .col3-layout .col-left .block-recommended .button {
    margin: 10px 0;
    background: #540B23; }
    .col3-layout .col-left .block-recommended .button:hover {
      background: #75032F;
      color: #fff;
      text-decoration: none; }

.back-to {
  color: #AC1B4B;
  margin: 0 auto;
  width: 1054px;
  text-align: left !important;
  text-transform: uppercase;
  line-height: 23px;
  padding: 10px 0; }
  .back-to span {
    cursor: pointer; }
    .back-to span em {
      font-style: normal; }
  .back-to a {
    color: #540B23; }
    .back-to a em {
      font-style: normal; }
  .back-to span:hover {
    text-decoration: underline; }
  .back-to span:before {
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/sprite_calendar-arrows.png") no-repeat scroll left bottom transparent;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 22px; }
  .back-to a:before {
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/sprite_calendar-arrows.png") no-repeat scroll left bottom transparent;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 22px; }

.buttons-set p.back-link a:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/sprite_calendar-arrows.png") no-repeat scroll left bottom transparent;
  content: " ";
  display: inline-block;
  font-size: 11px;
  height: 23px;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px; }

.event-head {
  padding-bottom: 10px;
  border-bottom: solid 2px #999;
  margin-bottom: 30px; }
  .event-head h1 {
    margin-bottom: 5px;
    font-size: 28px; }
  .event-head .left {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 18px; }
    .event-head .left strong {
      color: #999; }

.link-facebook {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/facebook_32.png) no-repeat center center; }

.link-pinterest {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/pinterest_32.png) no-repeat center center; }

.link-twitter {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/twitter_32.png) no-repeat center center; }

.link-facebook, .link-pinterest, .link-twitter {
  font-size: 1px;
  width: 17px;
  height: 0;
  padding-top: 17px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 3px; }

/*.link-facebook:hover,*/
/*.link-twitter:hover { background-color:#6d0930;}*/
.event-preview .link {
  color: #75032f; }

.event-img-box .more-views a {
  width: 45px;
  height: 34px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px; }
.event-img-box .more-views .video a img {
  max-height: 34px; }
.event-img-box .more-views li {
  position: relative; }
  .event-img-box .more-views li + li {
    margin-left: 3px; }
.event-img-box .more-views .video a:before {
  content: "";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: inline-block;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/video-play-small.png) no-repeat center center; }
.event-img-box .more-views a:hover:before {
  box-shadow: inset 0 0  0 2px #7f143c; }
.event-img-box p.product-image.video {
  position: relative; }
  .event-img-box p.product-image.video:after {
    content: "";
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/video-play.png) no-repeat center center;
    cursor: pointer; }
.event-img-box + .event-shop {
  float: left;
  padding-top: 10px; }

.event-shop {
  font-size: 16px; }
  .event-shop h3 {
    padding: 0 0 10px;
    line-height: 1; }
  .event-shop tr + tr td {
    padding-top: 5px; }
  .event-shop table {
    margin-bottom: 12px;
    margin-left: 2px; }
  .event-shop ul li strong {
    text-transform: uppercase;
    margin-left: 5px;
    color: #b98559;
    padding: 10px 30px;
    display: inline-block;
    text-align: center; }
  .event-shop .link {
    margin-left: 5px; }
  .event-shop a.event-date {
    width: 50%;
    display: inline-block; }
  .event-shop a.button.event-date {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    width: auto; }

.event-about {
  width: 660px;
  font-size: 16px;
  float: left;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: normal; }
  .event-about h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold; }
  .event-about p {
    margin: 12px 0; }
  .event-about .link {
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px; }

.link-video {
  color: #b97447;
  text-transform: uppercase;
  font-size: 10px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-video.png) no-repeat right center;
  padding-right: 20px;
  text-decoration: none !important; }

.event-shop .event-buttons .event-button {
  float: left;
  margin-right: 5px; }
.event-shop .event-buttons #favorite-seats-message {
  font-weight: 300;
  margin-top: 5px; }

.event-up-sell, .aside {
  width: 34%;
  float: right !important;
  padding: 20px 0; }

.event-up-sell {
  padding: 20px;
  background-color: #000;
  width: 26%; }
  .event-up-sell h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1; }

.aside h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1; }

.event-up-sell h4 {
  text-align: center;
  font-weight: normal;
  color: #ef743f; }
.event-up-sell li {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px; }
  .event-up-sell li + li {
    padding-top: 20px;
    border-top: 1px solid #999; }
  .event-up-sell li .product-name {
    margin-bottom: 3px;
    font-size: 15px; }

button.btn-checkout {
  font-size: 18px;
  padding: 10px 40px; }

.cart-empty {
  text-align: center;
  font-size: 18px;
  border: 2px solid #f4f4f4; }
  .cart-empty p {
    margin: 10px 0; }
    .cart-empty p a {
      font-weight: bold !important;
      color: #75032f;
      text-decoration: underline; }

.cart h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: none; }
.cart .timer {
  float: right; }
.cart > form {
  display: block;
  background-color: #fff;
  border: 2px solid #f4f4f4;
  padding: 15px;
  clear: both; }

.data-table {
  width: 100%;
  border: none; }
  .data-table h2 {
    font-size: 14px; }

table {
  width: 100%;
  border: none; }

.cart .data-table .input-text {
  border: solid 2px #eee;
  background: #fff;
  padding: 6px 10px;
  font-size: 14px; }
  .cart .data-table .input-text.qty {
    text-align: center;
    font-size: 18px;
    color: #000; }
  .cart .data-table .input-text.disabled {
    background: #f4f4f4; }
.cart .data-table label {
  font-size: 12px;
  vertical-align: middle;
  color: #666;
  text-transform: uppercase; }
.cart .data-table a.btn-remove {
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  font-size: 24px;
  line-height: normal;
  color: #ccc; }
  .cart .data-table a.btn-remove:hover {
    color: #666; }
  .cart .data-table a.btn-remove .fa {
    font-family: FontAwesome !important; }

.data-table p {
  font-size: 13px; }
  .data-table p + p {
    margin-top: 3px; }
.data-table input[type=checkbox] {
  margin: 0 5px;
  vertical-align: middle; }
.data-table th {
  border: 0;
  background: #fff;
  font-size: 18px;
  border-bottom: 2px solid #eee;
  font-weight: bold;
  text-transform: none; }
.data-table td {
  vertical-align: middle; }
  .data-table td .price {
    color: #75032f;
    font-weight: bold !important;
    font-size: 18px; }
  .data-table td .product-name {
    font-size: 16px;
    text-transform: none; }
.data-table tfoot td {
  border-top: 2px solid #eee;
  padding: 15px 10px 0; }
  .data-table tfoot td .button {
    letter-spacing: 2px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 5px 15px; }
    .data-table tfoot td .button:hover {
      background-color: #333; }
    .data-table tfoot td .button.left {
      background-color: #75032f; }
      .data-table tfoot td .button.left:hover {
        background-color: #333; }
.data-table dt {
  margin: 5px 0;
  color: #75032f; }

.shopping-cart-totals-table table {
  margin-top: 10px; }

#shopping-cart-totals-table {
  margin: 15px 0;
  white-space: nowrap;
  text-transform: uppercase; }
  #shopping-cart-totals-table table td, #shopping-cart-totals-table table th {
    font-size: 18px;
    color: #666; }
  #shopping-cart-totals-table table td .price {
    font-size: 22px; }
  #shopping-cart-totals-table td {
    padding-bottom: 10px; }
  #shopping-cart-totals-table tr:first-child td {
    padding-bottom: 5px;
    white-space: normal; }
  #shopping-cart-totals-table td + td {
    padding-left: 20px; }
  #shopping-cart-totals-table table th + td {
    padding-left: 20px; }
  #shopping-cart-totals-table table th p {
    text-align: center !important;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #aaa;
    border-top: 2px solid #eee; }
    #shopping-cart-totals-table table th p a {
      text-decoration: underline;
      color: #666;
      font-weight: bold; }
    #shopping-cart-totals-table table th p br {
      display: none; }
  #shopping-cart-totals-table tr:first-child {
    text-transform: none; }
    #shopping-cart-totals-table tr:first-child + tr {
      text-transform: none; }
      #shopping-cart-totals-table tr:first-child + tr .link {
        font-size: 12px;
        color: #a8673d;
        font-style: normal; }
  #shopping-cart-totals-table .giftcard {
    margin-top: 10px; }

#discount-coupon-form label, #giftcard-form label {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: none; }

#discount-coupon-form .button, #giftcard-form .button {
  background-color: #999;
  letter-spacing: 2px;
  min-width: 155px; }

#discount-coupon-form .link, #giftcard-form .link {
  clear: left;
  color: #75032f !important;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase; }

#discount-coupon-form .link:hover, #giftcard-form .link:hover {
  color: #666 !important; }

#discount-coupon-form .input-text, #giftcard-form .input-text {
  background: #fff;
  border: solid 2px #eee;
  padding: 6px 12px;
  height: auto;
  font-size: 16px; }

#discount-coupon-form .button:hover, #giftcard-form .button:hover {
  background-color: #666; }

#shopping-cart-totals-table td strong {
  font-size: 18px; }
#shopping-cart-totals-table td > button {
  font-size: 13px;
  text-transform: lowercase;
  height: 30px;
  line-height: 30px;
  padding: 0 15px; }

td.grandtotal {
  padding-top: 5px; }

#box-upsell {
  background: #F4ECDF;
  padding: 15px;
  min-height: 320px;
  margin-top: 35px; }
  #box-upsell p {
    min-height: 80px; }
  #box-upsell li {
    width: 20%;
    line-height: 1.4;
    float: left;
    padding: 0 15px; }
  #box-upsell h2 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: solid 1px #c7beb1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 0; }
  #box-upsell h3 {
    color: #ef743f;
    float: right;
    font-size: 16px;
    padding: 2px;
    line-height: 1.4; }
  #box-upsell .button {
    margin-top: 15px; }
  #box-upsell a {
    font-size: 16px; }

.cart #box-upsell {
  margin-top: 50px;
  background-color: transparent;
  padding: 0;
  min-height: 10px; }
  .cart #box-upsell h3 {
    text-transform: lowercase;
    font-weight: bold; }
  .cart #box-upsell h2 {
    border-bottom: 2px solid #ddd;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .cart #box-upsell ul {
    margin: 0 -15px; }
  .cart #box-upsell li {
    width: 25%;
    line-height: 1.4;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cart #box-upsell .button {
    background-color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    width: 100%;
    margin-top: 0; }
    .cart #box-upsell .button:hover {
      background-color: #333; }
  .cart #box-upsell p {
    font-size: 20px;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 1px;
    line-height: 1.2; }
    .cart #box-upsell p a {
      color: #666; }
  .cart #box-upsell a {
    font-size: 20px; }
  .cart #box-upsell p a:not(.product-image) {
    height: 73px;
    overflow: hidden;
    display: block; }

#vinofile-tout {
  clear: both;
  width: 605px;
  float: right;
  padding: 0 15px 0 15px;
  min-height: 185px;
  color: #222;
  font-size: 16px;
  margin-top: -15px; }
  #vinofile-tout h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: none; }
  #vinofile-tout ul {
    padding-bottom: 15px; }
  #vinofile-tout li {
    list-style: none;
    margin: 0 0 5px 0; }
    #vinofile-tout li:before {
      font-family: FontAwesome;
      display: inline-block;
      vertical-align: middle;
      content: "";
      color: #75032f;
      margin-right: 5px; }
  #vinofile-tout label {
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    color: #75032f;
    line-height: 1; }
    #vinofile-tout label span {
      display: block;
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      color: #999; }

#newsletter_popup .right a {
  font-family: Arial;
  font-size: 18px;
  margin-right: 2px;
  color: #999;
  padding: 5px;
  display: inline-block;
  position: relative; }
  #newsletter_popup .right a:hover {
    text-decoration: none;
    color: #ccc; }

#vinofile-tout .button {
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 3px; }

.col-wrapper .col-main {
  float: right; }

#shopping-cart-totals-table .grandtotal {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  border-top: 2px solid #eee;
  padding-top: 15px; }
  #shopping-cart-totals-table .grandtotal strong {
    font-size: 24px; }
    #shopping-cart-totals-table .grandtotal strong .price {
      font-weight: bold;
      font-size: 28px; }

.cart .checkout-types {
  padding-top: 10px;
  float: none;
  text-align: right; }
  .cart .checkout-types .btn-proceed-checkout {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 15px 20px;
    display: inline-block; }

#nav ul, #nav div {
  border-top: 0 none;
  left: -10000px;
  padding: 5px 11px 10px;
  position: absolute;
  top: 30px; }

.addtocart label, .event-shop table + p label {
  color: #B98559;
  text-transform: uppercase;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 20px; }

.alert-stock.link-stock-alert {
  margin-top: 15px;
  font-size: 19px; }
  .alert-stock.link-stock-alert a {
    font-weight: bold;
    width: 104% !important;
    float: left; }

.tickets-content h2 a {
  color: #290806; }

.addtocart label.qty {
  color: #290706;
  font-size: 12px;
  text-transform: none; }
.addtocart input.qty {
  width: 20px;
  margin-right: 10px; }

.category-listing {
  width: 1054px;
  margin: 0 auto 20px;
  padding-top: 40px;
  min-height: 300px; }

body[class*="wine-shop"].catalog-category-view p.note-msg, body[class*="artist-wines"].catalog-category-view p.note-msg, body.category-membership.cwnapa p.note-msg {
  width: 1054px;
  margin: 0 auto 20px;
  padding-top: 40px;
  min-height: 300px; }

.category-listing li {
  display: inline-block;
  padding: 0 2%;
  text-align: center;
  vertical-align: top;
  width: 28%; }
  .category-listing li h3 {
    height: 50px;
    overflow: hidden;
    text-transform: none;
    line-height: 1.2;
    margin-top: 10px; }
    .category-listing li h3 a {
      color: #75032f; }
  .category-listing li button.button {
    width: 65%; }
    .category-listing li button.button:before {
      background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-cart.png") no-repeat scroll center center transparent;
      content: " ";
      display: inline-block;
      height: 21px;
      position: relative;
      width: 17px;
      margin-right: 5px;
      vertical-align: text-bottom; }

.product-view .product-shop .add-to-box .button:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-cart.png") no-repeat scroll center center transparent;
  content: " ";
  display: inline-block;
  height: 21px;
  position: relative;
  width: 17px;
  margin-right: 5px;
  vertical-align: text-bottom; }

.category-listing ul {
  padding-bottom: 45px; }
.category-listing li > div + div {
  min-height: 110px;
  padding: 0 20px 20px;
  position: relative; }
  .category-listing li > div + div h3 {
    font-weight: normal; }
    .category-listing li > div + div h3 a {
      color: #350c0a; }
.category-listing li a.link {
  color: #75032f;
  text-decoration: none;
  font-size: 11px; }

.cms-block a.link {
  color: #75032f;
  text-decoration: none;
  font-size: 11px; }

.category-listing li .sold-out {
  background-color: #F5ECDF;
  border: 1px solid #FFFFFF;
  color: #540B23;
  display: inline-block;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  width: 82%; }
.category-listing h4 {
  font-weight: 300 !important;
  margin: 5px 0; }
.category-listing li p {
  margin: 5px 0 7px; }
.category-listing .rating-box {
  display: inline-block;
  vertical-align: middle; }
.category-listing + .toolbar .pager {
  border-top: 2px solid #fff;
  width: 1014px;
  float: none;
  margin: 0 auto;
  padding: 5px 20px 40px;
  text-align: center; }
  .category-listing + .toolbar .pager .amount {
    float: right !important; }
    .category-listing + .toolbar .pager .amount + div {
      float: none !important; }
  .category-listing + .toolbar .pager .limiter a {
    margin: 0 5px;
    color: #333;
    font-size: 18px; }
    .category-listing + .toolbar .pager .limiter a.selected {
      color: #ef743f;
      text-decoration: underline; }
  .category-listing + .toolbar .pager .pages {
    margin: 0; }
    .category-listing + .toolbar .pager .pages strong {
      display: none; }
    .category-listing + .toolbar .pager .pages ol li {
      padding: 0 5px; }
      .category-listing + .toolbar .pager .pages ol li.current {
        color: #ef743f;
        text-decoration: underline;
        font-size: 18px;
        font-weight: 300; }
      .category-listing + .toolbar .pager .pages ol li a {
        font-size: 18px;
        color: #333;
        text-decoration: none; }
        .category-listing + .toolbar .pager .pages ol li a:hover {
          text-decoration: underline; }
        .category-listing + .toolbar .pager .pages ol li a[title="Next"]:after {
          content: "Next";
          font-size: 12px;
          text-transform: uppercase;
          font-weight: normal; }
        .category-listing + .toolbar .pager .pages ol li a.previous:after {
          content: "previous";
          font-size: 12px;
          text-transform: uppercase;
          font-weight: normal; }
        .category-listing + .toolbar .pager .pages ol li a img {
          display: none; }

.box-collateral {
  border-color: #fff; }
  .box-collateral .box-title {
    border: none; }

.category-listing.box-collateral {
  width: 100%;
  margin-bottom: 0;
  /*background: #FAF5EF;*/
  border: none; }
  .category-listing.box-collateral .box-title, .category-listing.box-collateral ul {
    width: 1054px;
    margin: 0 auto; }
.category-listing .image-container {
  position: relative; }
  .category-listing .image-container .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 30px;
    padding-top: 50px;
    box-sizing: border-box;
    display: none; }
  .category-listing .image-container:hover .hover-text {
    display: block; }
.category-listing .wine-video {
  position: absolute;
  width: 100%;
  bottom: 5px;
  display: none; }
.category-listing .image-container:hover .wine-video {
  display: block; }

.box-collateral .box-title h2 {
  font-size: 18px;
  font-weight: normal; }

.citywinery-notice {
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  clear: both; }

.link-email {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-mail.png) no-repeat center center;
  vertical-align: middle;
  width: 17px;
  height: 0;
  padding-top: 18px;
  overflow: hidden;
  display: inline-block; }

.product-view .product-img-box .more-views li {
  border: none; }
.product-view .product-shop {
  width: 505px; }
  .product-view .product-shop .add-to-box {
    padding: 10px 0 19px; }
    .product-view .product-shop .add-to-box .button {
      margin-right: 45px; }
    .product-view .product-shop .add-to-box > span {
      margin-right: 10px;
      font-size: 13px; }

.options-container-big {
  border-top: dotted 1px #d2bead; }

.product-facts {
  border-top: dotted 1px #d2bead;
  padding: 19px 0 9px; }
  .product-facts li {
    width: 48%;
    float: left;
    margin-bottom: 8px;
    font-size: 14px !important; }
    .product-facts li:nth-child(odd) {
      clear: left;
      padding-right: 4%; }
    .product-facts li label {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      color: #a8673d;
      padding-bottom: 2px;
      line-height: 1; }

.product-view .box-citywinery li label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #a8673d;
  padding-bottom: 2px;
  line-height: 1; }
.product-view .product-shop .ratings {
  padding: 19px 0;
  border-top: dotted 1px #d2bead;
  display: block;
  margin: 0; }
.product-view .product-shop .more-views {
  padding: 19px 0;
  border-top: dotted 1px #d2bead;
  display: block;
  margin: 0; }
  .product-view .product-shop .more-views li {
    float: left;
    position: relative; }
    .product-view .product-shop .more-views li + li {
      margin-left: 8px; }
    .product-view .product-shop .more-views li a {
      float: left; }
      .product-view .product-shop .more-views li a img {
        float: left; }
    .product-view .product-shop .more-views li:hover a:before, .product-view .product-shop .more-views li:first-child a:before {
      content: " ";
      display: block;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 0 2px #92385a;
      position: absolute; }
.product-view .favorite-foods li {
  display: inline-block;
  margin-right: 10px; }
.product-view .box-citywinery li {
  width: 305px;
  padding-bottom: 20px;
  line-height: 1.35; }
  .product-view .box-citywinery li:nth-child(odd) {
    float: left;
    clear: left; }
  .product-view .box-citywinery li:nth-child(even) {
    float: right; }
.product-view .review-meta {
  color: #a8673d;
  padding-bottom: 3px; }
  .product-view .review-meta span {
    margin-right: 20px; }
.product-view .category-listing ul {
  padding: 20px 0 0; }
.product-view .review-meta table {
  width: auto; }
  .product-view .review-meta table th {
    font-size: 11px;
    vertical-align: top;
    padding-right: 5px; }

#review-form h3 {
  margin-bottom: 15px;
  font-size: 12px; }

#product-review-table td.value {
  text-align: center;
  font-size: 11px; }
#product-review-table tbody td {
  border-bottom: solid 1px #EFE0D5;
  padding: 5px; }
#product-review-table .rating-box {
  vertical-align: middle; }

.cms-block > div > p {
  margin-bottom: 20px;
  margin-right: 70px; }
.cms-block ul {
  width: 1054px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  font-size: 14px; }
  .cms-block ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%; }
    .cms-block ul li .button {
      margin-top: 10px; }
    .cms-block ul li + li {
      margin-left: 5%; }
    .cms-block ul li h3 {
      font-size: 18px;
      color: #fff;
      margin-bottom: 5px; }

.featured-items h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: dotted 1px #d2bead;
  margin-bottom: 20px; }

.category-name {
  margin-bottom: 30px; }
  .category-name h2 {
    font-size: 30px;
    color: #333; }

#membership {
  padding-top: 40px; }

body[class*="wine-shop"] .category-name, body[class*="artist-wines"] .category-name {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body.category-membership .category-name, body.category-membership .category-title {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body.category-memberships .category-name, body.category-memberships .category-title {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body.category-wine-shop.cwnashville .category-title, body.category-wine-shop.cwnashville .category-name {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body.category-artist-wines.cwnashville .category-title, body.category-artist-wines.cwnashville .category-name {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body[class*="winemaking"].cwnashville .category-name {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body.category-wine.cwnapa .col-main .title, body.category-wine.cwnashville .col-main .title {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body[class*="gifts"] .category-name, body[class*="gifts"] .category-title {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body[class*="category-merch"] .category-name, body[class*="category-merch"] .category-title {
  left: 50%;
  margin-bottom: 30px;
  margin-left: -527px;
  margin-top: -67px !important;
  position: absolute;
  width: 1054px;
  display: block;
  padding-bottom: 0 !important; }
body[class*="winemaking"].cwnashville .category-name h2, body[class*="wine-shop"] .category-name h2, body[class*="artist-wines"] .category-name h2 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body.category-membership.cwnashville .category-name h2, body.category-membership.cwnashville .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body.category-wine-shop.cwnashville .category-name h2, body.category-wine-shop.cwnashville .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body.category-artist-wines.cwnashville .category-name h2, body.category-artist-wines.cwnashville .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body[class*="membership"] .category-name h2, body[class*="membership"] .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body[class*="gifts"] .category-name h2, body[class*="gifts"] .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body[class*="category-merch"] .category-name h2, body[class*="category-merch"] .category-title h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", "Roboto"; }
body[class*="winemaking"].cwnashville .category-name h2 {
  font-size: 40px; }
body[class*="membership"].catalog-category-view .category-name, body[class*="membership"].catalog-category-view .category-title {
  display: none; }

.category-title .rss-feed {
  color: #fff;
  margin-top: 15px; }

.col-main .quote {
  font-size: 13px;
  color: #a8673d;
  width: 205px;
  float: left;
  padding-left: 15px;
  line-height: 1.4; }
  .col-main .quote q {
    font-size: 15px;
    display: block;
    color: #666;
    font-weight: bold; }
    .col-main .quote q:before {
      content: '';
      display: inline;
      color: #ddd;
      font-size: 18px;
      font-family: FontAwesome;
      position: absolute; }
    .col-main .quote q:after {
      content: '';
      display: inline;
      color: #ddd;
      font-size: 18px;
      font-family: FontAwesome;
      position: absolute;
      content: '';
      margin-top: 2px; }
    .col-main .quote q:before {
      margin-left: -19px;
      margin-top: -5px; }
  .col-main .quote + div {
    font-size: 18px;
    line-height: 1.36;
    padding-left: 40%;
    padding-right: 0; }
    .col-main .quote + div p {
      margin-bottom: 20px; }
      .col-main .quote + div p a {
        font-size: 16px;
        font-weight: 300;
        padding: 9px 25px; }

#private-events-newyork, #private-events-chicago {
  width: 101%;
  margin-top: 30px;
  clear: both; }

#private-events-newyork li {
  width: 337px;
  height: 210px;
  float: left;
  position: relative;
  margin: 0 7px 14px;
  border: 1px solid #fff;
  overflow: hidden; }
  #private-events-newyork li h3 {
    position: absolute;
    color: #fff;
    bottom: 30px;
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png");
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding-left: 15px; }

#private-events-chicago li h3 {
  position: absolute;
  color: #fff;
  bottom: 30px;
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png");
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding-left: 15px; }

#private-events-newyork li h3, #private-events-chicago li h3 {
  font-size: 16px;
  line-height: 33px; }

#private-events-newyork li.last {
  background: #000000;
  width: 1043px;
  height: auto;
  padding-bottom: 20px; }

#private-events-chicago li.last {
  background: #000000;
  width: 1043px;
  height: auto;
  padding-bottom: 20px;
  width: 1023px; }

#private-events-newyork li.last h2, #private-events-chicago li.last h2 {
  text-align: center;
  padding: 15px 20px;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
  margin: 10px 30px;
  margin-bottom: 20px;
  font-size: 24px; }

#private-events-newyork li.last p.last, #private-events-chicago li.last p.last {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 20px; }

#private-events-newyork li.last p.last a, #private-events-chicago li.last p.last a {
  font-weight: 300;
  color: #ef743f; }

#private-events-newyork li p {
  margin: 5px 30px;
  line-height: 1.3;
  font-size: 16px;
  text-align: center; }

#private-events-chicago li {
  width: 224px;
  height: 224px;
  margin: 10px 16px 20px;
  position: relative;
  border: 1px solid #fff;
  vertical-align: top;
  display: inline-block; }
  #private-events-chicago li p {
    margin: 5px 30px;
    line-height: 1.3;
    font-size: 16px;
    text-align: center; }
  #private-events-chicago li.last p + p {
    margin-top: 10px; }

.aside p {
  font-size: 16px;
  line-height: 20px;
  color: #ef743f;
  margin-bottom: 10px; }
  .aside p a:not(.button) {
    color: #75032F;
    text-align: center;
    text-decoration: underline; }
    .aside p a:not(.button):hover {
      color: #666; }
.aside + .article {
  width: 58%;
  float: left;
  line-height: 1.5; }

.col-side + .article, #currently-on-tap + .article {
  width: 58%;
  float: left;
  line-height: 1.5; }

.aside + .article a:not(.button), .col-side + .article a:not(.button), #currently-on-tap + .article a:not(.button) {
  color: #000;
  text-decoration: underline; }

.aside + .article a:not(.button):hover, .col-side + .article a:not(.button):hover, #currently-on-tap + .article a:not(.button):hover {
  color: #666; }

.article h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: none; }

body[class*="reservations"] .article p strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #ef743f; }
  body[class*="reservations"] .article p strong a {
    text-transform: none;
    font-size: 16px; }

.article dt {
  margin: 15px 0 5px;
  font-weight: normal; }

.aside ul li a:after {
  content: " ";
  display: inline-block;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-arrow-aside.png);
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 7px; }
.aside .button.big {
  color: #fff8ea !important;
  white-space: normal;
  line-height: 1.4;
  padding: 8px 10px;
  height: auto; }
.aside p q {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px; }
.aside hr {
  border-top: solid 1px #fff8ea;
  margin: 15px -20px;
  color: transparent; }

.article p {
  margin: 15px 0;
  line-height: 1.4;
  font-size: 16px; }
  .article p img {
    margin: 3px 0; }
  .article p q {
    display: block;
    color: #ef743f;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px; }
    .article p q + strong {
      color: #ef743f;
      font-weight: 300; }
    .article p q:before, .article p q:after {
      content: ' " '; }

.aside p q:before, .aside p q:after {
  content: ' " '; }

body.category-vision .aside h3 {
  font-size: 14px;
  color: #c9c9c9;
  font-weight: 300; }
body.category-vision .aside .link {
  text-transform: capitalize;
  font-weight: 300; }

/*.room { padding: 12px 0 5px;  }
.room + .room { border-top: solid 1px #444; }
.room h2 { text-transform: capitalize; font-size: 30px; letter-spacing: 0.03em; padding-bottom: 10px; margin-bottom: 20px; line-height: 1; color: #ef743f; display: block; clear: both;}
.room .slider-container { float: none !important; display: table-cell; vertical-align: middle; text-align: left; width: 50%;}
.room .slider-container > p { font-size: 12px; line-height: 1.2; color: #999999;}
.room .slider-container + div { line-height: 22px; position:relative; font-size: 18px; display: table-cell; vertical-align: middle; text-align: left; width: 50%; padding-left: 20px;}
.room p.last { margin-top: 10px;}
.room p .link { clear: left; background-color: #530C22; color: #fff; font-style: normal; text-transform: uppercase; font-size: 18px; display: inline-block; margin-top: 10px; padding: 10px 30px; font-weight: 300;}
.room p .link:hover {
    text-decoration: none;
    background-color: #ef743f;
}*/
.col-main .col-side {
  width: 34%;
  float: right;
  margin-top: 15px; }

.col-side h1 {
  font-size: 15px;
  color: #ef743f;
  line-height: 1.45;
  margin-bottom: 10px; }
.col-side p {
  margin-bottom: 10px;
  margin-right: 20px; }
.col-side .button {
  display: block;
  text-align: center;
  padding: 10px 15px; }

.winemaking-gallery {
  background: #fff;
  padding: 25px;
  margin-top: 45px;
  border: 2px solid #f4f4f4; }

.category-our-winemaking-team .winemaking-gallery {
  margin: 0 auto; }

.winemaking-gallery .left {
  width: 155px;
  text-align: center;
  padding-top: 75px;
  color: #999; }
  .winemaking-gallery .left p {
    margin: 20px 0; }
  .winemaking-gallery .left h3 {
    font-weight: bold;
    color: #000;
    font-size: 22px; }

.gallery {
  width: 408px;
  height: 285px; }

.aside dt {
  text-transform: uppercase;
  color: #ef743f;
  font-weight: bold;
  margin-bottom: 5px;
  color: #999; }
.aside dd {
  padding: 0 0 0 10px;
  line-height: 1.2;
  font-weight: normal;
  border-left: 3px solid #eee;
  margin-bottom: 15px; }
.aside h2.no-bd {
  margin: 20px 0 10px;
  color: #000;
  font-weight: bold; }
.aside dd li {
  margin-bottom: 2px; }
.aside .notice {
  font-size: 12px;
  margin-top: 20px;
  font-weight: 300; }

.article h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  text-transform: none;
  color: #000; }
.article p + h3 {
  padding-top: 6px; }

#go-custom-labels {
  border: solid 2px #f4f4f4;
  padding: 15px 80px 0 30px;
  margin: 20px 0;
  background-color: #fff; }
  #go-custom-labels p.left {
    margin-right: 35px; }
  #go-custom-labels h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

.team-member {
  margin: 0 0 30px; }
  .team-member + .team-member {
    padding-top: 30px;
    border-top: solid 1px #ef743f; }
  .team-member h2, .team-member p.last {
    color: #ef743f; }
  .team-member h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    font-family: "Montserrat";
    letter-spacing: normal; }
    .team-member h2 em {
      font-size: 18px;
      text-transform: none;
      color: #666;
      font-style: normal;
      padding-top: 5px;
      display: block;
      font-family: "Roboto";
      font-weight: 300; }
  .team-member .member-img {
    margin-left: 60px; }
    .team-member .member-img img {
      border: 1px solid #fff; }
    .team-member .member-img + .member-info {
      width: 700px;
      float: right;
      padding-right: 60px;
      font-family: "Roboto"; }
  .team-member .member-info {
    position: relative;
    min-height: 147px;
    padding-bottom: 35px; }
    .team-member .member-info p.last {
      margin: 20px 0 0; }
      .team-member .member-info p.last > .link {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 0;
        display: none; }
        .team-member .member-info p.last > .link:hover {
          text-decoration: underline; }
      .team-member .member-info p.last br {
        margin-bottom: 20px; }

.winemaking-gallery .gallery.medium {
  width: 356px;
  height: 236px; }
.winemaking-gallery #thank-you {
  width: 240px;
  padding-right: 20px;
  float: right;
  margin-top: 60px; }
  .winemaking-gallery #thank-you h3 {
    margin-bottom: 10px; }

ul + .winemaking-gallery {
  margin-top: 20px; }

#currently-on-tap {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-tap-md.png) repeat-y left top;
  padding: 43px 20px;
  width: 187px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #fff; }
  #currently-on-tap:before, #currently-on-tap:after {
    content: " ";
    display: block;
    width: 100%;
    height: 43px;
    position: absolute;
    left: 0;
    width: 100%; }
  #currently-on-tap:before {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-tap-tp.png);
    top: 0; }
  #currently-on-tap:after {
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-tap-bt.png);
    bottom: 0; }
  #currently-on-tap h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1; }
  #currently-on-tap p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.3;
    margin: 15px 0; }

#citywinery-for-sale {
  padding: 20px;
  border: solid 2px #f4f4f4;
  margin: 30px 0;
  background-color: #fff; }
  #citywinery-for-sale #visit-wine-shop {
    margin-left: 0;
    width: 110px;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0;
    background-position: 0 10px; }
  #citywinery-for-sale p {
    font-size: 14px;
    color: #666;
    margin-top: 0; }
  #citywinery-for-sale #visit-wine-shop {
    color: #000; }
  #citywinery-for-sale h3 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-transform: uppercase; }

body[class*="our-team"] #main-container .article .subnav, body[class*="management"] #main-container .article .subnav {
  display: table;
  width: 100%;
  float: none !important;
  margin-bottom: 40px;
  text-align: center;
  table-layout: fixed; }
body[class*="our-team"] #main-container .article .subnav .button, body[class*="management"] #main-container .article .subnav .button {
  background-color: #ccc;
  font-size: 14px;
  letter-spacing: 1px;
  display: table-cell;
  width: 100%;
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff; }
body[class*="our-team"] #main-container .article .subnav .button:hover, body[class*="management"] #main-container .article .subnav .button:hover {
  background-color: #7b1f43; }
body[class*="categorypath-winemaking-vineyards"] #main-container.col2-right-layout {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-map.jpg) repeat-y 177px top, url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-container.gif) repeat-y right top #fff8ea; }

.leftnav {
  width: 150px;
  float: left;
  padding-top: 60px; }
  .leftnav li {
    margin-bottom: 10px; }
    .leftnav li:first-child {
      font-size: 10px;
      text-transform: uppercase;
      color: #a8673d; }
    .leftnav li a {
      color: #a8673d; }
    .leftnav li.active a {
      color: #290706;
      text-decoration: underline; }
  .leftnav + .article {
    width: 475px;
    float: right;
    padding: 20px;
    background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-white.png); }

.article hr {
  color: transparent;
  border-top: solid 1px #fff;
  margin: 20px 0; }
.article ul {
  padding-bottom: 20px; }

ul.disc li {
  list-style: disc inside; }

.gallery.small {
  width: 265px;
  height: auto;
  color: #a8673d;
  font-size: 10px; }

.article img.f-left {
  margin: 2px 10px 5px 0; }

.timer-wrapper {
  position: relative; }
  .timer-wrapper .timer {
    position: static;
    padding-left: 25px !important; }
    .timer-wrapper .timer strong:before {
      margin: 3px 0 0 3px; }

.timer {
  text-align: right;
  margin: 0 0 10px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-left: 25px; }
  .timer strong {
    font-weight: bold !important;
    color: #333; }

.bus-notice {
  background-color: #FFFFFF;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  height: 108px; }
  .bus-notice b {
    color: #ef743f; }
  .bus-notice a {
    color: #ef743f !important;
    text-decoration: underline; }
  .bus-notice > p {
    padding-top: 30px;
    font-weight: 400; }

.bio {
  width: 100%;
  font-size: 16px;
  color: #666; }

.morecontent .morelink {
  display: block;
  clear: both;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px; }

span.link {
  cursor: pointer; }
  span.link.fold {
    display: none; }

#barrel {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-barrel-profile.png);
  width: 120px;
  height: 240px;
  padding: 0 65px 0 95px;
  display: table-cell;
  vertical-align: middle;
  color: #f7e5b9;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px; }
  #barrel:before {
    content: " ";
    display: block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-barrel-tp.png) no-repeat left top;
    height: 35px;
    width: 120px;
    margin-bottom: 5px; }
  #barrel:after {
    content: " ";
    display: block;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/bg-barrel-tp.png) no-repeat left bottom;
    height: 4px;
    width: 120px;
    margin-top: 5px; }
  #barrel strong {
    display: block;
    font-size: 18px; }
  #barrel span {
    color: #cbb684;
    font-size: 10px; }

#recommendations {
  margin-top: 30px;
  float: right;
  width: 245px; }
  #recommendations #recs > div {
    padding-left: 10px;
    border-left: 2px solid #eee;
    margin-bottom: 15px; }
  #recommendations h3 {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: none;
    color: #333; }
  #recommendations h2 {
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  #recommendations ul {
    padding-bottom: 0;
    color: #666; }
  #recommendations li + li {
    margin-top: 10px; }
  #recommendations li a {
    color: #666; }
  #recommendations #recs .link {
    background: #75032f;
    color: #fff;
    cursor: pointer;
    display: block;
    letter-spacing: 2px;
    padding: 7px;
    text-transform: uppercase;
    text-align: center; }
    #recommendations #recs .link:hover {
      background: #333;
      text-decoration: none; }

aside.col-left {
  width: 270px;
  padding-bottom: 75px;
  padding-left: 10px; }
  aside.col-left + .col-main {
    width: 595px;
    float: left;
    margin-left: 25px;
    padding-bottom: 75px; }
    aside.col-left + .col-main .box-collateral {
      border-top-width: 2px; }
      aside.col-left + .col-main .box-collateral .box-content {
        padding: 8px 0; }
      aside.col-left + .col-main .box-collateral .box-title {
        padding: 8px 0; }
        aside.col-left + .col-main .box-collateral .box-title h2 {
          font-size: 16px; }

.profile-head {
  padding-bottom: 15px;
  line-height: 1.5;
  min-height: 30px;
  font-size: 18px; }
  .profile-head strong {
    display: block; }

#event-list, #recent-wines {
  overflow: hidden; }

#event-list .link {
  cursor: hand;
  cursor: pointer; }
#event-list li {
  width: 46%;
  float: left;
  line-height: 1.35;
  margin-bottom: 15px; }

#recent-wines li {
  width: 46%;
  float: left;
  line-height: 1.35;
  margin-bottom: 15px; }

#wine-over {
  display: none; }

#event-list li:nth-child(odd), #recent-wines li:nth-child(odd) {
  padding-right: 8%;
  clear: left; }

#event-list p.date {
  color: #a8673d;
  margin: 3px 0; }
#event-list h3 {
  font-size: 14px;
  font-weight: 300; }

#recent-wines h3, #membership h3 {
  font-size: 14px;
  font-weight: 300; }

#recent-wines p {
  margin: 2px 0; }

#membership th {
  text-align: center; }
#membership td {
  text-align: center;
  padding: 12px 0; }
#membership .box-title {
  border-bottom: 0; }

#become-vinofile-member {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_wineshop-featured.jpg") repeat scroll left top transparent;
  border: none;
  color: #FFFFFF;
  padding: 20px; }
  #become-vinofile-member h1.left {
    color: #FFFFFF;
    font-size: 16px;
    margin: 10px 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 115px; }
    #become-vinofile-member h1.left span {
      font-size: 30px;
      display: block;
      line-height: 1;
      padding: 3px 0 0; }
  #become-vinofile-member .right {
    background-color: #540B23;
    color: #ef743f;
    padding: 22px;
    text-align: center;
    width: 84px; }
    #become-vinofile-member .right label {
      font-size: 11px;
      text-transform: uppercase;
      display: block; }
    #become-vinofile-member .right .price {
      font-size: 24px;
      display: block;
      padding: 3px 0 10px;
      color: #fff; }
    #become-vinofile-member .right .button {
      background-color: #ef743f; }
      #become-vinofile-member .right .button:hover {
        background-color: #A8673D; }
  #become-vinofile-member h1.left + .right + ul {
    margin: 0 80px 0 160px; }
  #become-vinofile-member li + li {
    margin-top: 5px; }

body[class*=membership] .category-description {
  line-height: 1.4;
  margin-bottom: 30px; }
  body[class*=membership] .category-description a {
    color: #a8673d; }
body[class*=membership] #my-citywinery {
  min-height: 0;
  box-shadow: none;
  margin-bottom: 25px;
  width: 225px;
  float: none; }
  body[class*=membership] #my-citywinery .input-text {
    padding: 4px;
    width: 185px !important; }
body[class*=membership] .back-to {
  display: none; }

#membership > li {
  padding: 20px 25px;
  line-height: 1.4; }
  #membership > li:nth-child(odd) {
    /*background-color:#f8efe3;*/ }
  #membership > li p {
    margin: 8px 0; }
  #membership > li div + div {
    padding-left: 245px;
    padding-top: 7px; }
#membership h2 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px; }
#membership h3 {
  text-transform: uppercase;
  margin-top: 12px; }

#about-memberships {
  color: #fff;
  left: 50%;
  margin-left: -527px;
  margin-top: -340px;
  position: absolute;
  text-align: center;
  top: 0;
  font-size: 22px; }
  #about-memberships h2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px;
    font-family: "Montserrat", "Roboto", Arial, sans-serif; }
    #about-memberships h2 + p {
      font-family: "Roboto", Arial, sans-serif;
      font-size: 18px; }
  #about-memberships .learn a {
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/memberships_video.png) no-repeat center center;
    width: 332px;
    height: 95px;
    display: block;
    margin: 25px auto 0;
    padding-top: 60px;
    color: #fff;
    font-weight: normal; }
    #about-memberships .learn a .fa {
      font-size: 26px; }
    #about-memberships .learn a:hover {
      text-decoration: none;
      color: #ccc; }

body[class*=membership].catalog-category-view #one-column {
  padding-top: 0; }
body[class*=membership].catalog-category-view .category-listing {
  margin-bottom: 0; }
  body[class*=membership].catalog-category-view .category-listing ul {
    padding-bottom: 25px; }
  body[class*=membership].catalog-category-view .category-listing li {
    padding: 0 10px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border: none; }
    body[class*=membership].catalog-category-view .category-listing li:hover {
      background-color: transparent; }
    body[class*=membership].catalog-category-view .category-listing li .item {
      padding: 20px;
      background-color: #fff;
      border: 2px solid #f4f4f4; }
      body[class*=membership].catalog-category-view .category-listing li .item .image-container {
        position: relative; }
        body[class*=membership].catalog-category-view .category-listing li .item .image-container .membership-hover {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.7); }
          body[class*=membership].catalog-category-view .category-listing li .item .image-container .membership-hover .button {
            position: absolute;
            left: 50%;
            top: 50px;
            width: auto;
            letter-spacing: 3px;
            background-color: #333;
            margin-left: -72px;
            margin-top: -15px; }
            body[class*=membership].catalog-category-view .category-listing li .item .image-container .membership-hover .button:hover {
              background-color: #000; }
      body[class*=membership].catalog-category-view .category-listing li .item:hover .image-container .membership-hover {
        display: block; }
      body[class*=membership].catalog-category-view .category-listing li .item .image-container a {
        display: block;
        text-align: center; }
    body[class*=membership].catalog-category-view .category-listing li h3 {
      font-size: 24px;
      color: #222;
      height: 60px;
      margin: 15px 0; }
      body[class*=membership].catalog-category-view .category-listing li h3 a {
        color: #222; }
    body[class*=membership].catalog-category-view .category-listing li .shop-product {
      margin: 20px -20px 0;
      padding: 20px 20px 0;
      border-top: 1px solid #f4f4f4; }
      body[class*=membership].catalog-category-view .category-listing li .shop-product .button {
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 3px;
        line-height: normal;
        width: 100%;
        padding: 8px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      body[class*=membership].catalog-category-view .category-listing li .shop-product .buy-gift {
        display: block;
        margin-bottom: 5px; }
        body[class*=membership].catalog-category-view .category-listing li .shop-product .buy-gift .button {
          background-color: #000;
          font-size: 16px; }
          body[class*=membership].catalog-category-view .category-listing li .shop-product .buy-gift .button:hover {
            background-color: #333; }
      body[class*=membership].catalog-category-view .category-listing li .shop-product .button:before {
        display: none; }
    body[class*=membership].catalog-category-view .category-listing li .price-box .price {
      font-size: 24px;
      color: #75032f;
      font-weight: normal; }
    body[class*=membership].catalog-category-view .category-listing li .box-description {
      text-align: left;
      font-size: 16px;
      display: block; }
      body[class*=membership].catalog-category-view .category-listing li .box-description p {
        text-align: left !important; }
      body[class*=membership].catalog-category-view .category-listing li .box-description .read-more {
        color: #75032f;
        text-decoration: underline;
        font-weight: normal; }
  body[class*=membership].catalog-category-view .category-listing > ul {
    margin: 0 -10px; }
body[class*=membership].catalog-category-view #main .widget-static-block {
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
  font-weight: 300; }
body[class*=membership].catalog-category-view #main .barrel-membership {
  background-color: #f4f4f4;
  border: 2px solid #eee;
  padding: 20px;
  font-size: 16px;
  height: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  body[class*=membership].catalog-category-view #main .barrel-membership .barrel-image {
    float: left; }
  body[class*=membership].catalog-category-view #main .barrel-membership .shop-product {
    padding-left: 260px;
    text-align: center; }
    body[class*=membership].catalog-category-view #main .barrel-membership .shop-product h2 {
      text-transform: none;
      font-weight: normal;
      font-size: 24px;
      color: #222;
      margin-bottom: 15px; }
    body[class*=membership].catalog-category-view #main .barrel-membership .shop-product p {
      margin-bottom: 10px; }
    body[class*=membership].catalog-category-view #main .barrel-membership .shop-product .button {
      margin-top: 10px;
      font-size: 24px;
      font-weight: normal;
      letter-spacing: 3px;
      line-height: normal;
      padding: 8px 25px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
body[class*=membership].catalog-product-view #main-container .col-main {
  background-color: #f9f9f9; }
body[class*=membership].catalog-product-view .product-view {
  padding-top: 50px;
  padding-bottom: 30px; }
  body[class*=membership].catalog-product-view .product-view .infographic img {
    max-width: 100%;
    margin: 25px 0;
    vertical-align: middle; }
  body[class*=membership].catalog-product-view .product-view #product_addtocart_form {
    background-color: #fff;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #f4f4f4;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body[class*=membership].catalog-product-view .product-view .product-essential {
    padding: 0;
    display: table;
    width: 100%; }
  body[class*=membership].catalog-product-view .product-view .product-img-box {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    float: none;
    text-align: center; }
    body[class*=membership].catalog-product-view .product-view .product-img-box .product-image {
      width: auto;
      height: auto;
      text-align: center; }
  body[class*=membership].catalog-product-view .product-view .product-shop {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: auto;
    float: none;
    font-size: 16px; }
    body[class*=membership].catalog-product-view .product-view .product-shop p a {
      text-decoration: underline; }
    body[class*=membership].catalog-product-view .product-view .product-shop .link-facebook, body[class*=membership].catalog-product-view .product-view .product-shop .link-twitter, body[class*=membership].catalog-product-view .product-view .product-shop .link-pinterest {
      background: none;
      width: auto;
      height: auto;
      overflow: visible;
      padding: 0;
      font-size: 26px;
      border-radius: 0;
      vertical-align: middle;
      line-height: 1;
      color: #000;
      margin: 0 3px; }
    body[class*=membership].catalog-product-view .product-view .product-shop .link-facebook:hover, body[class*=membership].catalog-product-view .product-view .product-shop .link-twitter:hover, body[class*=membership].catalog-product-view .product-view .product-shop .link-pinterest:hover {
      color: #75032f; }
    body[class*=membership].catalog-product-view .product-view .product-shop .gift-box {
      padding: 10px 10px 10px 55px;
      border-width: 1px 0 1px 0;
      border-style: solid;
      border-color: #eee;
      font-size: 16px;
      color: #666;
      position: relative; }
      body[class*=membership].catalog-product-view .product-view .product-shop .gift-box:before {
        content: "";
        vertical-align: top;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 38px;
        color: #ddd;
        position: absolute;
        top: 10px;
        left: 10px; }
      body[class*=membership].catalog-product-view .product-view .product-shop .gift-box a {
        text-decoration: none;
        color: #666; }
      body[class*=membership].catalog-product-view .product-view .product-shop .gift-box p {
        margin: 0; }
    body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box {
      padding: 10px 0; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box > label, body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box > input {
        display: none; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box dd {
        border: none;
        padding: 0; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options .input-text, body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options textarea {
        padding: 6px 8px;
        border: 2px solid #f4f4f4;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #666;
        font-family: "Roboto Condensed",arial;
        font-weight: 300;
        resize: none; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options .custom-option-note {
        font-size: 12px;
        font-style: italic; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options label {
        font-weight: normal; }
        body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options label em {
          position: absolute;
          margin: 0 0 0 -10px; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options .options-list label {
        font-weight: 300; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .product-options .input-box {
        padding-right: 0;
        margin: 0;
        background: none; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .button {
        margin-right: 5px;
        background-color: #000;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 3px;
        line-height: normal;
        padding: 8px 35px;
        vertical-align: middle;
        float: left; }
        body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .button:hover {
          background-color: #333; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .link-email {
        background-image: none;
        overflow: visible;
        height: auto;
        width: auto;
        padding: 8px 17px;
        vertical-align: middle;
        font-size: 24px;
        margin: 0 5px 0 0;
        float: left;
        background-color: #75032f;
        color: #fff; }
        body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .link-email:hover {
          background-color: #333; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .social-links {
        display: inline-block;
        float: left;
        margin-top: 0;
        padding: 12px 15px 11px 10px;
        background-color: #f4f4f4; }
        body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .social-links:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          color: #ddd;
          font-size: 24px;
          font-family: FontAwesome;
          float: left;
          margin-right: 10px;
          padding-right: 10px;
          border-right: 2px solid #fff; }
      body[class*=membership].catalog-product-view .product-view .product-shop .add-to-box .button:before {
        display: none; }
    body[class*=membership].catalog-product-view .product-view .product-shop .price-box {
      margin: 0; }
      body[class*=membership].catalog-product-view .product-view .product-shop .price-box .price {
        font-size: 48px;
        font-weight: bold;
        color: #75032f; }
  body[class*=membership].catalog-product-view .product-view .product-name h1 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    text-transform: none; }
  body[class*=membership].catalog-product-view .product-view .sarp-subscription {
    margin: 5px 0 10px;
    font-size: 16px;
    text-transform: uppercase; }
    body[class*=membership].catalog-product-view .product-view .sarp-subscription span {
      text-transform: none; }
  body[class*=membership].catalog-product-view .product-view .box-citywinery {
    background-color: #fff;
    border-width: 1px 2px 2px 2px;
    border-color: #f4f4f4;
    border-style: solid;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both; }
    body[class*=membership].catalog-product-view .product-view .box-citywinery .box-title {
      display: table-cell;
      vertical-align: top;
      padding: 20px;
      width: 300px;
      min-width: 300px;
      max-width: 300px; }
      body[class*=membership].catalog-product-view .product-view .box-citywinery .box-title h2 {
        text-transform: uppercase;
        font-size: 46px;
        font-weight: 300;
        color: #222;
        letter-spacing: 6px;
        line-height: 1; }
        body[class*=membership].catalog-product-view .product-view .box-citywinery .box-title h2:after {
          content: ":"; }
    body[class*=membership].catalog-product-view .product-view .box-citywinery .box-content {
      display: table-cell;
      vertical-align: top;
      padding: 20px;
      text-align: left;
      font-size: 18px; }
      body[class*=membership].catalog-product-view .product-view .box-citywinery .box-content p {
        text-align: left !important;
        margin-bottom: 10px; }
  body[class*=membership].catalog-product-view .product-view .box-collateral:not(.box-citywinery) .box-title {
    padding: 0;
    text-align: center;
    position: relative; }
    body[class*=membership].catalog-product-view .product-view .box-collateral:not(.box-citywinery) .box-title:before {
      content: "";
      height: 2px;
      background-color: #ddd;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px; }
    body[class*=membership].catalog-product-view .product-view .box-collateral:not(.box-citywinery) .box-title h2 {
      display: inline-block;
      background-color: #f9f9f9;
      font-size: 20px;
      color: #222;
      position: relative;
      padding: 0 15px; }
  body[class*=membership].catalog-product-view .product-view .box-collateral > ul {
    margin: 0 -6px; }
    body[class*=membership].catalog-product-view .product-view .box-collateral > ul li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0 6px;
      width: 33.33%;
      float: left; }
      body[class*=membership].catalog-product-view .product-view .box-collateral > ul li > * {
        background-color: #fff;
        padding: 20px; }
      body[class*=membership].catalog-product-view .product-view .box-collateral > ul li > div + div {
        padding-top: 0; }
      body[class*=membership].catalog-product-view .product-view .box-collateral > ul li h3 {
        margin-top: 0;
        height: auto;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px; }
        body[class*=membership].catalog-product-view .product-view .box-collateral > ul li h3 a {
          color: #222; }
      body[class*=membership].catalog-product-view .product-view .box-collateral > ul li .price-box .price {
        color: #75032f;
        font-size: 24px;
        font-weight: bold; }
      body[class*=membership].catalog-product-view .product-view .box-collateral > ul li .button {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        width: 100%;
        background-color: #000;
        letter-spacing: 3px; }
        body[class*=membership].catalog-product-view .product-view .box-collateral > ul li .button:hover {
          background-color: #333; }
        body[class*=membership].catalog-product-view .product-view .box-collateral > ul li .button:before {
          display: none; }
body[class*=about] .col-main .more-about {
  height: 9em;
  overflow: hidden;
  margin-bottom: 10px; }
  body[class*=about] .col-main .more-about p {
    line-height: 1.4;
    margin: 5px 0; }
body[class*=about] .col-main .half {
  padding: 20px 0;
  color: #666; }
  body[class*=about] .col-main .half h4 {
    font-size: 24px;
    text-transform: none;
    color: #ef743f;
    font-weight: bold; }
    body[class*=about] .col-main .half h4 a {
      color: #ef743f;
      text-decoration: none; }
      body[class*=about] .col-main .half h4 a:hover {
        color: #fff;
        text-decoration: none; }
  body[class*=about] .col-main .half:first-child {
    width: 40%; }
  body[class*=about] .col-main .half h4 + p {
    margin: 5px 0 15px; }
body[class*=about] .aside dd {
  padding-bottom: 10px; }
body[class*=about] .aside h2 {
  border-bottom: 0;
  text-align: left;
  padding-bottom: 0; }
body[class*=about] .direction {
  padding-bottom: 20px;
  padding-top: 10px; }
  body[class*=about] .direction .left + div {
    padding: 25px 0 0 225px; }
  body[class*=about] .direction strong {
    text-transform: uppercase;
    font-weight: bold; }
  body[class*=about] .direction address {
    margin-bottom: 10px; }
body[class*=about] .contacts {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #f4f4f4; }
body[class*=about] address {
  font-size: 16px;
  line-height: normal; }
body[class*=about] .contacts address .phone {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-phone.png) no-repeat left center;
  padding-left: 20px; }
body[class*=about] .contacts address .email {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-email.png) no-repeat left center;
  padding-left: 20px; }
body[class*=about] .feature {
  background-color: #f1e8d6;
  padding: 20px;
  margin-top: 25px; }
  body[class*=about] .feature div + div {
    padding-left: 270px; }
  body[class*=about] .feature h2 {
    font-size: 14px;
    margin-bottom: 5px; }
body.category-news #news h2 {
  font-size: 14px;
  margin-bottom: 5px; }
body[class*=about] .feature p {
  margin-bottom: 5px; }
body.category-news #news {
  margin-top: 20px; }
  body.category-news #news li {
    padding: 20px;
    height: auto !important;
    border: 2px solid #f4f4f4;
    background-color: #fff;
    margin-bottom: 20px; }
    body.category-news #news li .date {
      text-transform: uppercase;
      font-size: 14px;
      color: #999;
      margin: 0 !important; }
    body.category-news #news li h2 {
      font-size: 18px;
      color: #ef743f; }
      body.category-news #news li h2 a {
        color: #ef743f;
        text-decoration: none; }
        body.category-news #news li h2 a:hover {
          text-decoration: underline; }
    body.category-news #news li .link {
      text-transform: capitalize; }
    body.category-news #news li > div img {
      height: auto !important;
      max-height: 155px;
      width: 100% !important;
      max-width: 155px !important; }
    body.category-news #news li + li {
      border-top: solid 1px #fff; }
body[class*=about] .feature + #news {
  border-top: solid 1px #fff; }
body.category-news #news li div.left {
  margin-right: 20px; }
body[class*=about] .aside h3, body[class*="philosophy-behind-city-winery"] .aside h3, body[class*="role-does-music-play"] .aside h3, body[class*="describe-some-menu"] .aside h3, body[class*="meeting-planners-especially"] .aside h3, body[class*="city-winery-patrons"] .aside h3, body[class*="detail-on-the-design"] .aside h3 {
  color: #C9C9C9;
  font-size: 14px;
  font-weight: 300; }
body[class*=about] .aside h3.active, body[class*="philosophy-behind-city-winery"] .aside h3.active, body[class*="role-does-music-play"] .aside h3.active, body[class*="describe-some-menu"] .aside h3.active, body[class*="meeting-planners-especially"] .aside h3.active, body[class*="city-winery-patrons"] .aside h3.active, body[class*="detail-on-the-design"] .aside h3.active {
  color: #fff;
  font-weight: normal; }

.block.barrel {
  margin-top: -15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  width: 235px;
  height: 50px;
  text-align: center;
  display: inline-block;
  padding-top: 210px;
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/img-hanging-barrel-side.png); }
  .block.barrel a {
    font-style: italic;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/ico-arrow.png) no-repeat right center;
    padding-right: 10px;
    color: #4b1512; }

.video.left {
  margin-right: 25px; }
  .video.left + .quote {
    width: auto;
    float: none;
    margin-right: 25px;
    line-height: 1.7;
    color: #663b20; }
    .video.left + .quote q {
      margin-bottom: 5px;
      display: block; }

.about-main {
  border-top: solid 1px #ef743f;
  border-bottom: solid 1px #ef743f;
  clear: left;
  margin: 30px 0;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.3; }

.category-about .col-main .about-main + h2 {
  font-size: 22px;
  margin-bottom: 20px; }
  .category-about .col-main .about-main + h2 + p {
    margin-bottom: 20px; }

#privacy {
  margin-bottom: 15px; }
  #privacy dt {
    color: #a8673d;
    text-transform: uppercase; }
  #privacy dd {
    line-height: 1.5;
    padding-left: 17px;
    margin-bottom: 30px;
    border-left: 3px solid #eee; }
    #privacy dd p {
      margin-bottom: 3px; }
    #privacy dd ol li {
      list-style: upper-roman;
      margin-left: 18px; }

#charity li + li strong {
  padding-top: 20px; }
#charity li strong {
  color: #ef743f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  font-size: 16px; }

li.charity {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #f4f4f4;
  margin-bottom: 20px; }
  li.charity .left {
    width: 155px; }
    li.charity .left + div {
      padding-left: 175px; }
    li.charity .left p:nth-child(2) {
      text-transform: uppercase;
      font-size: 12px;
      color: #ef743f; }
    li.charity .left p:nth-child(3) {
      font-size: 12px; }
    li.charity .left p:nth-child(4) {
      font-size: 12px;
      color: #c9c9c9; }
  li.charity h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px; }

body[class*=restaurant] .col-main .room {
  padding: 20px 0;
  clear: both; }
body[class*=restaurant] .col-main .clear + .room {
  margin-top: 10px; }
body[class*=restaurant] .quote q:before, body[class*=restaurant] .quote q:after {
  width: 0;
  margin: 0;
  content: ""; }
body[class*=restaurant] .room p.last {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300; }
  body[class*=restaurant] .room p.last .red {
    color: #fff; }
    body[class*=restaurant] .room p.last .red a {
      color: #fff; }
  body[class*=restaurant] .room p.last:first-line {
    text-transform: capitalize;
    color: #ef743f; }
body[class*=restaurant] .room .red {
  color: #75032f; }
  body[class*=restaurant] .room .red a {
    text-decoration: underline; }
body[class*=restaurant] .aside .button {
  width: auto;
  display: inline-block; }
body[class*=restaurant] .aside.menus strong {
  color: #290706;
  font-size: 12px;
  display: block;
  padding-bottom: 3px; }
body[class*=restaurant] .aside.menus .link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300; }
body[class*=restaurant] .aside.menus h2 {
  text-align: left;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 18px; }
body[class*=restaurant] .aside.menus + .article q {
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 300; }
body[class*=restaurant] .aside.menus + .article img.left {
  margin-right: 15px; }
body[class*=restaurant] .aside.menus + .article img.right {
  margin-left: 15px; }
body[class*=restaurant] .quote + div + .room {
  border-top: 1px solid #444;
  margin-top: 20px; }
body[class*=restaurant] .article small {
  font-size: 10px; }

.event-shop input.qty {
  width: 10px;
  margin-right: 10px; }

.press.large {
  width: 48%;
  float: left;
  padding: 25px 25px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  -o-box-sizing: border-box;
  /* Safari */
  -ms-box-sizing: border-box;
  /* Safari */
  border: 2px solid #f4f4f4;
  background-color: #fff;
  margin: 0 1% 20px;
  text-align: center;
  font-size: 16px;
  color: #666; }
  .press.large p {
    margin: 0 !important; }
    .press.large p strong {
      font-weight: bold;
      font-size: 14px; }
.press p {
  margin-bottom: 3px; }

#press p {
  margin-bottom: 3px; }

.press h2 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #ef743f;
  font-weight: bold;
  text-transform: none; }

#press {
  clear: both; }
  #press h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ef743f;
    font-weight: bold;
    text-transform: none; }
  #press div.left {
    margin-right: 25px; }

.press + #press {
  margin: 0 1%; }

#press li {
  padding: 25px;
  background-color: #f1f1f1;
  margin-bottom: 15px; }
#press + p {
  margin-bottom: 5px; }

#OT_form {
  display: block;
  margin: 0 28px 5px !important; }

.OT_ExtLink:link, .OT_ExtLink:visited, .OT_ExtLink:hover, .OT_ExtLink:active {
  width: auto !important; }

.page-title + .aside, .page-title + .col-side, .page-title + .aside + .article {
  margin-top: 0 !important; }
.page-title + .col-side + .article {
  margin-top: 0 !important; }
.page-title + .col-side p a:not(.button) {
  color: #000;
  text-decoration: underline; }
  .page-title + .col-side p a:not(.button):hover {
    color: #666; }

.checkout-onepage-index .timer {
  position: absolute;
  margin-top: -30px;
  text-align: right;
  right: 0; }

/*#customer-subscriptions-table {width:720px;}*/
#customer-subscriptions-table th {
  background-color: transparent; }
#customer-subscriptions-table td {
  background-color: transparent; }
  #customer-subscriptions-table td br {
    display: none; }

body[class*=vision] .aside {
  float: right !important; }

.category-about .col-main > p, .about-more {
  line-height: 1.4; }

#presales_form {
  margin-top: 15px; }

#search_mini_form .search-autocomplete {
  z-index: 999;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  overflow: visible !important;
  color: #ebdbd2; }
  #search_mini_form .search-autocomplete ul {
    border-top: 0;
    padding-left: 0;
    width: 180px;
    position: absolute;
    top: -1px; }
  #search_mini_form .search-autocomplete li {
    padding: 4px 6px 4px 24px;
    border-bottom: 1px dotted #ebdbd2;
    font-size: 12px;
    cursor: pointer;
    background-color: #6c1f33; }
    #search_mini_form .search-autocomplete li .amount {
      display: none; }
    #search_mini_form .search-autocomplete li.last {
      border-bottom: 0; }

/*IPHONE ONLY */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none; } }
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%; } }
#photo-barrel .quote q {
  font-weight: 100;
  background: url(/media/opacity-black-50.png);
  padding: 1px 4px; }

.col-right.sidebar #my-citywinery {
  min-height: 220px;
  margin-bottom: 10px;
  float: none; }

#rec-over {
  display: none; }

#home-wines {
  margin-bottom: 15px; }
  #home-wines div {
    margin: 2px 0; }
  #home-wines li {
    margin-bottom: 15px; }

.guest-select {
  width: 305px !important; }

.switcher-store ul, .switcher-store li {
  display: inline; }

#configurable_ticket_form {
  display: none; }

.cms-chicago-interim {
  padding: 0;
  background-color: #fff8ea; }

.monkey-additional-lists div.interest-groupings div.grouping ul.checkboxes li {
  display: block;
  margin-left: 20px; }

#newsletter_popup_bg {
  background-color: #000000;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100; }

#newsletter_popup {
  background: #f9f9f9;
  border: 1px solid #FFFFFF;
  display: block;
  left: 50%;
  margin-left: -309px;
  position: absolute;
  top: 50px;
  z-index: 1111;
  padding-bottom: 15px;
  text-align: center; }
  #newsletter_popup .news_form {
    width: 285px;
    margin: 55px 20px 0px;
    text-align: center;
    clear: both; }
  #newsletter_popup .close {
    float: right;
    cursor: pointer; }

input.input-news {
  width: 147px;
  line-height: 24px;
  border: none;
  background: #fff;
  height: 24px;
  margin-bottom: 9px;
  border: 1px solid #D9D9D9; }

#newsletter_popup button.submitEmailHome span {
  border: 0;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/newsletter_popup_submit.gif) !important;
  background-position: 0 0;
  display: inline-block;
  width: 147px;
  height: 24px; }
#newsletter_popup .check {
  color: #000000;
  font-family: Georgia;
  font-size: 8px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin: 65px -45px 0 20px;
  word-spacing: -0.05em; }
#newsletter_popup .vf-memberships {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 25px 0 20px;
  padding-bottom: 0;
  border: 2px solid #f4f4f4; }
  #newsletter_popup .vf-memberships li {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    background-color: #fff; }
    #newsletter_popup .vf-memberships li:before {
      display: none; }
    #newsletter_popup .vf-memberships li img {
      max-width: 100%; }
    #newsletter_popup .vf-memberships li p {
      font-size: 24px;
      font-weight: bold;
      color: #000; }
    #newsletter_popup .vf-memberships li .note {
      font-size: 13px;
      line-height: 1;
      padding-top: 5px; }

.social-links {
  margin-top: 20px; }
  .social-links div {
    float: left; }
    .social-links div.facebook {
      margin-right: 10px; }

.category-wine-shop #one-column, .category-artist-wines #one-column {
  padding: 30px; }

.cms-block .ws-text-block p.notice {
  color: #333333;
  font-size: 12px;
  margin: 40px auto 0;
  padding: 0;
  text-transform: none;
  width: 1054px; }
.cms-block .featured-block {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_wineshop-featured.jpg) left top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset; }

.category-wine-shop .category-title {
  display: none !important; }
  .category-wine-shop .category-title.page-title {
    display: none !important; }

.category-artist-wines .category-title {
  display: none !important; }

.category-artist-wines .section.top {
  min-height: 400px;
  height: 100%;
  padding: 30px 30px 60px 30px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

#main-container.col1-layout #main {
  color: #333;
  padding: 0; }

body[class*="wine-shop"].catalog-product-view #main-container.col1-layout #main, body[class*="artist-wines"].catalog-product-view #main-container.col1-layout #main, body.category-membership.catalog-product-view.cwnapa #main-container.col1-layout #main {
  background: #fff; }

.catalog-product-view #main-container.col1-layout #main {
  background: #fff; }

.tickets.catalog-product-view #main-container.col1-layout #main {
  background: none; }

#main-container.col1-layout #main .col-main {
  padding: 0; }

body[class*="wine-shop"].catalog-product-view .product-view, body[class*="artist-wines"].catalog-product-view .product-view {
  padding-top: 50px; }
body.category-membership.catalog-product-view.cwnashville .product-view, body.category-membership.catalog-product-view.cwnapa .product-view {
  padding-top: 50px; }
body[class*="wine-shop"].catalog-product-view .product-view form, body[class*="wine-shop"].catalog-product-view .product-view .box-citywinery {
  display: block;
  width: 1054px;
  margin: 0 auto; }
body[class*="artist-wines"].catalog-product-view .product-view form, body[class*="artist-wines"].catalog-product-view .product-view .box-citywinery {
  display: block;
  width: 1054px;
  margin: 0 auto; }
body.category-membership.catalog-product-view.cwnapa .product-view .box-citywinery, body.category-membership.catalog-product-view.cwnapa .product-view form {
  display: block;
  width: 1054px;
  margin: 0 auto; }

div#advancednewsletter-subscribe.homepage {
  display: block;
  background: #000;
  border: 1px solid #fff;
  padding: 20px 20px 40px;
  margin-bottom: 15px;
  clear: both;
  float: none;
  width: auto;
  margin-top: 30px; }
  div#advancednewsletter-subscribe.homepage label {
    color: #fff;
    font-size: 26px;
    margin: 0 0 20px; }
  div#advancednewsletter-subscribe.homepage input {
    float: left;
    padding: 5px;
    border: 0;
    width: 90%;
    color: #4a0710;
    font-size: 12px; }
  div#advancednewsletter-subscribe.homepage div.an-buttons {
    float: left;
    height: 22px; }

body.cms-nashvillehome div#advancednewsletter-subscribe.homepage input {
  color: #333;
  font-size: 14px;
  padding: 9px 10px 8px;
  width: 345px;
  border: none;
  margin-right: -1px;
  text-transform: uppercase; }
body.cms-nashvillehome #main-container #main .std .row .column div#advancednewsletter-subscribe.homepage div.an-buttons button {
  float: none;
  font-size: 14px;
  height: auto;
  padding: 5px 10px; }

div#advancednewsletter-subscribe.homepage div.an-buttons button {
  float: right;
  margin: 0;
  height: 22px; }

.account-login .fieldset h2 {
  font-size: 22px;
  font-weight: normal;
  text-transform: none; }

.my-account {
  display: inline-block;
  width: 720px;
  vertical-align: top; }

.my-account-right {
  display: inline-block;
  margin-left: 50px;
  margin-bottom: 40px;
  text-align: left;
  width: 280px; }

.form-list label {
  font-weight: 300;
  color: #333;
  text-transform: none; }
.form-list .control label {
  margin-left: 262px; }

.account-create .fieldset, .my-account .fieldset, .customer-account-edit .my-account .fieldset + div {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #f4f4f4; }

.storecredit .account-balance {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #f4f4f4; }
  .storecredit .account-balance a {
    color: #75032f;
    text-decoration: underline; }
  .storecredit .account-balance .price {
    font-size: 18px; }

.account-create .divider, .my-account .divider {
  display: none; }

.account-create .fieldset h2.legend, .my-account .fieldset h2.legend {
  text-transform: none;
  color: #ef743f;
  font-weight: normal; }

.account-create .form-buttons {
  padding: 20px;
  width: auto;
  background-color: #fff;
  text-align: right;
  display: block; }

.my-account .form-buttons {
  padding: 20px;
  width: auto;
  background-color: #fff;
  text-align: right;
  display: block; }
.my-account .giftcardaccount .form-buttons {
  text-align: center; }

.form-buttons p.back-link {
  padding: 0;
  margin: 7px 60px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.buttons-set p.back-link a {
  color: #AC1B4B;
  text-transform: uppercase; }
  .buttons-set p.back-link a small {
    display: none; }

.account-login .btn-only a {
  margin-top: 7px;
  color: #ef743f; }

.form-list .add-field .input-box {
  margin-left: 240px; }

.buttons-set a.button, .buttons-set button.button {
  float: none;
  display: inline-block;
  vertical-align: middle; }

p.required {
  width: auto;
  text-align: left; }

.sub-title {
  text-transform: none;
  color: #333 !important; }

body[class*="account"] .box-collateral {
  border: none;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #f4f4f4; }
  body[class*="account"] .box-collateral#membership {
    padding-top: 20px; }
  body[class*="account"] .box-collateral .box-title {
    padding: 0;
    border: none !important; }
    body[class*="account"] .box-collateral .box-title h2 {
      text-transform: none;
      font-weight: bold;
      float: none !important;
      color: #75032f;
      font-size: 24px !important;
      margin-bottom: 15px; }
    body[class*="account"] .box-collateral .box-title .right {
      margin-top: -47px; }
      body[class*="account"] .box-collateral .box-title .right .link {
        background: none repeat scroll 0 0 #999;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        letter-spacing: 2px;
        padding: 7px 15px;
        text-transform: uppercase; }
        body[class*="account"] .box-collateral .box-title .right .link:hover {
          text-decoration: none;
          background: #666; }
  body[class*="account"] .box-collateral .box-content {
    padding: 0 !important;
    font-size: 16px; }
    body[class*="account"] .box-collateral .box-content#recent-wines {
      padding-top: 10px !important; }
      body[class*="account"] .box-collateral .box-content#recent-wines p {
        font-size: 14px;
        color: #999; }
    body[class*="account"] .box-collateral .box-content h3 {
      text-transform: none;
      font-size: 18px !important;
      color: #333;
      font-weight: bold !important; }
    body[class*="account"] .box-collateral .box-content p.date {
      color: #666 !important;
      font-weight: bold; }
    body[class*="account"] .box-collateral .box-content .link {
      text-transform: capitalize;
      text-decoration: underline; }
    body[class*="account"] .box-collateral .box-content .data-table th {
      font-size: 16px; }

.my-account input[type="text"], .my-account textarea, .my-account .input-text, .my-account select {
  border: 2px solid #eee;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4; }

.account-create input[type="text"], .account-create textarea, .account-create .input-text, .account-create select {
  border: 2px solid #eee;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4; }

#authForm .form-list select {
  height: auto; }

.my-account input[type="text"]:focus, .my-account textarea:focus, .my-account .input-text:focus, .my-account select:focus {
  border-color: #ddd; }

.account-create input[type="text"]:focus, .account-create textarea:focus, .account-create .input-text:focus, .account-create select:focus {
  border-color: #ddd; }

.my-account .page-title h1 {
  font-size: 36px;
  text-transform: none;
  font-weight: bold;
  color: #000; }

.account-create .buttons-set .button {
  letter-spacing: 3px;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #75032f; }

.my-account .buttons-set .button, .my-account #authForm .button {
  letter-spacing: 3px;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #75032f; }
.my-account .buttons-set .button:hover, .my-account #authForm .button:hover {
  background-color: #333; }
.my-account .title-buttons .button, .my-account .title-buttons a {
  letter-spacing: 2px;
  padding: 7px 20px;
  background-color: #999;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal; }
.my-account .title-buttons .button:hover, .my-account .title-buttons a:hover {
  background-color: #666;
  text-decoration: none; }
.my-account .addresses-list .box-content {
  font-size: 14px; }
.my-account .addresses-list .info-box .box-title a {
  font-size: 16px;
  color: #ccc; }
  .my-account .addresses-list .info-box .box-title a:hover {
    color: #666; }

.col1-layout .col-main .page-title {
  margin-top: 0; }

#main-container.account-layout #main .col-main {
  padding: 50px 0;
  min-height: 300px; }

.my-account .info-box, .my-account .addresses-additional .item {
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #f4f4f4; }
.my-account .info-box .box-title {
  text-transform: none; }

.addresses-list .col-2 li address {
  padding: 0; }
.addresses-list .col-2 li .actions {
  border: none;
  padding: 0;
  float: none;
  clear: both;
  font-size: 12px;
  margin-top: 10px; }
  .addresses-list .col-2 li .actions a {
    font-size: 18px;
    line-height: normal;
    color: #ccc;
    margin: 0 3px; }
    .addresses-list .col-2 li .actions a:hover {
      color: #666; }

.info-box .box-title a {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  vertical-align: middle; }

.my-account .giftcardaccount .buttons-set .button:not(#gca_balance_button) {
  background-color: #75032f; }
  .my-account .giftcardaccount .buttons-set .button:not(#gca_balance_button):hover {
    background-color: #333; }

#my-orders-table, #customer-subscriptions-table, #customerbalance-history {
  background-color: #fff;
  border: 15px solid #fff; }

#my-orders-table td {
  vertical-align: top; }
#my-orders-table a, #my-orders-table span.price {
  color: #75032f;
  font-size: 14px; }
#my-orders-table a {
  text-decoration: underline;
  font-weight: bold;
  color: #000; }
  #my-orders-table a:hover {
    color: #666; }
#my-orders-table h3 {
  font-size: 14px;
  text-transform: none;
  color: #333; }

.my-account .pager {
  color: #333;
  float: none;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px 0;
  width: auto;
  border-bottom: 2px solid #75032f; }

.data-table td {
  font-weight: 300; }

.ordershare .product {
  background-color: #FFFFFF;
  float: left !important;
  margin: 0 20px 20px 0 !important;
  padding: 20px;
  display: inline-block; }

.order-items #my-orders-table, .order-items .data-table {
  border: none; }
.order-items #my-orders-table th, .order-items .data-table th {
  font-size: 16px; }
.order-items #my-orders-table tbody + tbody td {
  border-top: 1px solid #eee; }
.order-items #my-orders-table tfoot td {
  border-top: none;
  max-width: 50%;
  min-width: 50%;
  width: 50%; }
  .order-items #my-orders-table tfoot td.last {
    text-align: left !important; }
  .order-items #my-orders-table tfoot td .price {
    font-size: 16px;
    color: #333; }
.order-items #my-orders-table tfoot tr:not(.grand_total) td {
  background-color: #f4f4f4;
  padding: 10px;
  font-size: 16px; }
.order-items #my-orders-table tfoot tr.grand_total td {
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle; }
  .order-items #my-orders-table tfoot tr.grand_total td .price {
    color: #75032f;
    font-size: 26px; }

.ordershare .product h3 {
  margin-bottom: 10px;
  text-transform: none; }
.ordershare .product div.share {
  padding: 10px 0 0 !important; }
.ordershare .product div.facebook, .ordershare .product div.twitter {
  float: none !important;
  display: inline-block;
  vertical-align: top; }

.order-info-box {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0; }

.order-details {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0; }
  .order-details .tracking-table {
    background-color: #f4f4f4; }
    .order-details .tracking-table a {
      color: #75032f;
      text-decoration: underline; }
    .order-details .tracking-table th.label {
      background-color: transparent;
      border: none;
      font-size: 14px;
      font-weight: normal; }

.order-info-box .box .box-title h2, .order-details h2 {
  text-transform: none;
  color: #ef743f !important;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0; }

.table-caption {
  text-transform: none;
  color: #ef743f !important;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0; }
  .table-caption a {
    text-transform: none;
    font-size: 12px; }

.order-info {
  border-bottom: 2px solid #75032f;
  margin-bottom: 5px;
  padding: 0; }
  .order-info dt {
    font-weight: normal;
    margin-top: 3px;
    padding: 0 10px 0 0;
    color: #333;
    font-weight: 300;
    display: none; }
  .order-info li {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-right: 5px;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 2; }
    .order-info li.current {
      background: #75032f;
      color: #fff; }
    .order-info li strong {
      background: none;
      float: none;
      padding: 0;
      font-weight: normal; }
    .order-info li a {
      background: none;
      float: none;
      padding: 0;
      font-weight: normal;
      color: #000; }

.order-links {
  background: none;
  border-bottom: 2px solid #eee; }
  .order-links a {
    color: #75032f !important;
    text-decoration: underline; }

.sub-title a {
  text-transform: none;
  font-size: 12px;
  font-weight: 300; }

.page-popup {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed 0 0 #1B1B1B; }
  .page-popup .data-table th {
    background: none; }
  .page-popup .divider {
    display: none; }

body[class*="category-merch"].catalog-category-view #main .col-main .note-msg {
  width: 1054px;
  margin: 0 auto;
  padding: 50px 0; }
body[class*="account"] #wrapper:before, body[class*="customer"] #wrapper:before, body[class*="checkout"] #wrapper:before, body[class*="order"] #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_dining.jpg") no-repeat fixed center 3% #000; }

/* DEFAULT BG FOR EVERY PAGE UNLESS OVERWRITTEN */
.cms-faq #wrapper:before, .cms-performers #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_dining.jpg") no-repeat fixed center 3% #000; }

body#hero_1.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_1.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_2.cms-nyhome #wrapper:before, body.ticket-change #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_2.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_3.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_3.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_4.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_4.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_5.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_5.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_6.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_6.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_7.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_8.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_8.cms-nyhome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_9.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_1.cms-chicagohome #wrapper:before, body#hero_8.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_1.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_2.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_2.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_3.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_3.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_4.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_1.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_5.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_2.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_6.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_3.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_7.cms-chicagohome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_bkg_1.jpg") no-repeat fixed center 3% #1b1b1b; }
body#hero_1.cms-nashvillehome #wrapper:before, body#hero_8.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_1.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_2.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_2.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_3.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_3.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_4.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_4.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_5.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_2.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_6.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_3.jpg") no-repeat fixed center top #1b1b1b; }
body#hero_7.cms-nashvillehome #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_bkg_1.jpg") no-repeat fixed center top #1b1b1b; }
body.cms-nashvillehome #wrapper {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png"); }
body[class*="gifts"]#ws_hero_1, body[class*="category-merch"]#ws_hero_1, body[class*="categorypath-giftcards"]#ws_hero_1, body[class*="categorypath-merchandise"]#ws_hero_1, body[class*="category-merchandise"]#ws_hero_1 {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_wineshop.jpg") no-repeat scroll center 60px #fff; }
body[class*="gifts"]#ws_hero_2, body[class*="categorypath-giftcards"]#ws_hero_2, body[class*="categorypath-merchandise"]#ws_hero_2, body[class*="category-merchandise"]#ws_hero_2 {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_wineshop2.jpg") no-repeat scroll center 215px #fff; }
body[class*="wine-shop"].catalog-product-view #wrapper:before, body[class*="artist-wines"].catalog-product-view #wrapper:before {
  background-image: none !important; }
body.category-membership.catalog-product-view.cwnapa #wrapper:before, body.category-membership.catalog-product-view.cwnashville #wrapper:before {
  background-image: none !important; }
body#ws_hero_1.catalog-product-view #wrapper:before, body#ws_hero_2.catalog-product-view #wrapper:before, body#ws_hero_3.catalog-product-view #wrapper:before {
  background-image: none !important; }
body[class*="wine-shop"].cwnashville #wrapper:before, body[class*="artist-wines"].cwnashville #wrapper:before, body[class*="wine-shop"].cwnashville #wrapper, body[class*="artist-wines"].cwnashville #wrapper {
  background: none; }
body[class*="wine-shop"].catalog-product-view #header::before, body[class*="artist-wines"].catalog-product-view #header::before {
  background: none; }
body.category-membership.catalog-product-view.cwnapa #header, body.category-membership.catalog-product-view.cwnashville #header {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png") repeat scroll 0 0 transparent; }
body[class*="membership"].catalog-category-view #wrapper #main-container #main .col-main, body[class*="membership"].catalog-product-view #wrapper #main-container #main .col-main {
  background-color: #f9f9f9; }
body[class*="membership"].catalog-category-view, body[class*="membership"]#ws_hero_1, body[class*="membership"]#ws_hero_2, body[class*="membership"]#ws_hero_1.cwchicago, body[class*="membership"]#ws_hero_2.cwchicago {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/campaign/bkg_panel1.jpg) no-repeat center 210px #000 !important; }
body[class*="membership"].cwchicago #wrapper {
  background: none; }
body[class*="restaurant"]#hero_1.cwnashville #wrapper:before, body[class*="restaurant"]#hero_2.cwnashville #wrapper:before, body[class*="restaurant"]#hero_3.cwnashville #wrapper:before, body[class*="restaurant"]#hero_4.cwnashville #wrapper:before, body[class*="restaurant"]#hero_5.cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="gallery"]#hero_1.cwnashville #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_dining.jpg") no-repeat fixed center 3% #1b1b1b; }
body[class*="gallery"]#hero_2.cwnashville #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_dining2.jpg") no-repeat fixed center 3% #1b1b1b; }
body[class*="gallery"]#hero_3.cwnashville #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_dining5.jpg") no-repeat fixed center 3% #1b1b1b; }
body[class*="gallery"]#hero_4.cwnashville #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_dining6.jpg") no-repeat fixed center 3% #1b1b1b; }
body[class*="gallery"]#hero_5.cwnashville #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NVL_dining7.jpg") no-repeat fixed center 3% #1b1b1b; }
body[class*="restaurant"]#hero_1.cwnewyork #wrapper:before, body[class*="restaurant"]#hero_4.cwnewyork #wrapper:before, body[class*="restaurant"]#hero_2.cwnewyork #wrapper:before, body[class*="restaurant"]#hero_5.cwnewyork #wrapper:before, body[class*="restaurant"]#hero_3.cwnewyork #wrapper:before {
  background: #1b1b1b; }
body[class*="restaurant"]#hero_2.cwnewyork #wrapper {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png") repeat scroll 0 0; }
body[class*="restaurant"] #wrapper:before, body[class*="restaurant"]#hero_1 #wrapper:before, body[class*="restaurant"]#hero_2 #wrapper:before, body[class*="restaurant"]#hero_3 #wrapper:before, body[class*="restaurant"]#hero_4 #wrapper:before, body[class*="restaurant"]#hero_5 #wrapper:before {
  background: #1b1b1b; }
body[class*="gallery"]#hero_1.cwnapa #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining.jpg") no-repeat fixed center 3% #000; }
body[class*="gallery"]#hero_2.cwnapa #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining2.jpg") no-repeat fixed center 3% #000; }
body[class*="gallery"]#hero_3.cwnapa #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining3.jpg") no-repeat fixed center 3% #000; }
body[class*="gallery"]#hero_4.cwnapa #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining4.jpg") no-repeat fixed center 3% #000; }
body[class*="gallery"]#hero_5.cwnapa #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining5.jpg") no-repeat fixed center 3% #000; }
body[class*="rooms"]#hero_1.cwnapa #wrapper:before, body[class*="rooms"]#hero_2.cwnapa #wrapper:before, body[class*="rooms"]#hero_3.cwnapa #wrapper:before, body[class*="rooms"]#hero_4.cwnapa #wrapper:before, body[class*="rooms"]#hero_5.cwnapa #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"]#hero_1.cwnapa #wrapper:before, body[class*="private-events"]#hero_2.cwnapa #wrapper:before, body[class*="private-events"]#hero_3.cwnapa #wrapper:before, body[class*="private-events"]#hero_4.cwnapa #wrapper:before, body[class*="private-events"]#hero_5.cwnapa #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"].cwnapa #main-container.col1-layout {
  background: transparent; }
body[class*="private-events"]#hero_1.cwnewyork #wrapper:before, body[class*="private-events"]#hero_1.cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"]#hero_2.cwnashville #wrapper:before, body[class*="private-events"]#hero_2.cwnewyork #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"].cwnapa #wrapper:before, body[class*="private-events"] #wrapper:before, body[class*="private-events"]#hero_3.cwnewyork #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"]#hero_4.cwnewyork #wrapper:before, body[class*="private-events"]#hero_4.cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"]#hero_5.cwnewyork #wrapper:before, body[class*="private-events"]#hero_5.cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="private-events"]#hero_3.cwnashville #wrapper:before, body[class*="private-events"].cwchicago #wrapper:before {
  background: #1b1b1b; }
body[class*="rooms"]#hero_1.cwnashville #wrapper:before, body[class*="rooms"]#hero_2.cwnashville #wrapper:before, body[class*="rooms"]#hero_3.cwnashville #wrapper:before, body[class*="rooms"]#hero_4.cwnashville #wrapper:before, body[class*="rooms"]#hero_5.cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="winemaking"].cwnewyork #wrapper:before, body[class*="winemaking"].cwchicago #wrapper:before {
  background: #1b1b1b; }
body.category-our-team.cwnashville #wrapper:before, body[class*="management"].cwnashville #wrapper:before {
  background: #1b1b1b; }
body[class*="winemaking"].cwnashville {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/winemaking/NASHVILLE.jpg") no-repeat scroll center -500px #000 !important; }
body[class*="tours-tasting"].cwnashville {
  background: none #1b1b1b !important; }
body.category-wine.cwnapa {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/winemaking/NAPA.jpg") no-repeat scroll center top #000; }
  body.category-wine.cwnapa #wrapper:before, body.category-wine.cwnapa #header:before {
    display: none; }
  body.category-wine.cwnapa #wrapper {
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed 0 0; }
  body.category-wine.cwnapa .col-main .title {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: -140px; }
  body.category-wine.cwnapa #main-container {
    background-color: #1B1B1B;
    margin-top: 180px; }
body[class*="tickets"].cwchicago #wrapper:before, body[class*="catalogsearch"].cwchicago #wrapper:before, body[class*="private-events"].catalog-product-view.cwchicago #wrapper:before, body[class*="winemaking"].catalog-product-view.cwchicago #wrapper:before, body[class*="about"].catalog-product-view.cwchicago #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_schedule_CHI.jpg") no-repeat fixed center top #1b1b1b; }
body[class*="winemaking"].cwnashville #header:before {
  background: none; }
body[class*="winemaking"].cwnashville #main-container {
  margin-top: 250px; }
body[class*="tours-tasting"].cwnashville #main-container {
  margin-top: 0; }
body[class*="winemaking"].cwnashville #one-column {
  padding: 0;
  min-height: 100px;
  width: 100%; }
body[class*="winemaking"].cwnashville #wrapper {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed 0 0 transparent; }

/*body[class*="restaurant"]#hero_1.cwnapa #wrapper:before { background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining.jpg") no-repeat fixed center 3% #000;}
body[class*="restaurant"]#hero_2.cwnapa #wrapper:before { background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining2.jpg") no-repeat fixed center 3% #000;}
body[class*="restaurant"]#hero_3.cwnapa #wrapper:before { background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining3.jpg") no-repeat fixed center 3% #000;}
body[class*="restaurant"]#hero_4.cwnapa #wrapper:before { background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining4.jpg") no-repeat fixed center 3% #000;}
body[class*="restaurant"]#hero_5.cwnapa #wrapper:before { background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NP_dining5.jpg") no-repeat fixed center 3% #000;}*/
.col1-layout {
  background: none repeat scroll 0 0 #f9f9f9;
  color: #333333; }
  .col1-layout .link {
    color: #ef743f; }
  .col1-layout h1, .col1-layout h2 {
    color: #333; }
  .col1-layout a {
    color: #333; }
    .col1-layout a.button {
      color: #FFF; }

.cms-index-index .col1-layout {
  background: none; }

body #wrapper:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: transparent;
  moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
  overflow-y: scroll;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
body.ticket-change #wrapper {
  background: none; }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #main-container .col-right, #main-container .col-left {
    overflow: hidden; }

  body[class*="tickets"] #main-container.col3-layout .col-right, body[class*="catalogsearch"] #main-container.col3-layout .col-right {
    overflow: hidden; }
  body #wrapper:before {
    background-size: auto 90% !important; }
  body[class*="tickets"] #wrapper:before, body[class*="catalogsearch"] #wrapper:before {
    background-size: auto 95% !important; }
  body#hero_1.cms-index-index.cms-nyhome #wrapper:before, body#hero_1.cms-chicagohome #wrapper:before {
    background-position-x: 80%; }
  body#hero_2.cms-chicagohome #wrapper:before {
    background-position-x: 80%; }
  body[class*="wine-shop"]#ws_hero_1 #wrapper:before, body[class*="artist-wines"]#ws_hero_1 #wrapper:before, body[class*="wine-shop"]#ws_hero_2 #wrapper:before, body[class*="artist-wines"]#ws_hero_2 #wrapper:before {
    background-size: auto !important; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #main-container .col-right, #main-container .col-left {
    overflow: hidden; }

  body #wrapper:before {
    background-size: auto 90% !important; }
  body[class*="tickets"] #wrapper:before, body[class*="catalogsearch"] #wrapper:before {
    background-size: auto 95% !important; }
  body#hero_1.cms-index-index.cms-nyhome #wrapper:before, body#hero_1.cms-chicagohome #wrapper:before {
    background-position-x: 80%; }
  body#hero_2.cms-chicagohome #wrapper:before {
    background-position-x: 80%; }
  body[class*="wine-shop"]#ws_hero_1 #wrapper:before, body[class*="artist-wines"]#ws_hero_1 #wrapper:before, body[class*="wine-shop"]#ws_hero_2 #wrapper:before, body[class*="artist-wines"]#ws_hero_2 #wrapper:before {
    background-size: auto !important; } }
div.tickets-listing div.tickets-top div {
  margin-bottom: 15px; }
  div.tickets-listing div.tickets-top div.buttons {
    height: 45px; }
div.tickets-listing div.tickets-top a.button {
  width: 298px;
  padding: 10px 20px;
  margin: 0;
  text-align: center !important;
  font-weight: bold;
  font-size: 16px;
  color: #999;
  background-color: #290706;
  float: left; }
  div.tickets-listing div.tickets-top a.button + .button {
    float: right; }
  div.tickets-listing div.tickets-top a.button:hover, div.tickets-listing div.tickets-top a.button.active {
    color: #fff;
    background-color: #540B23; }
div.tickets-listing div.tickets-top div.links {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }
div.tickets-calendar div.tickets-top {
  padding-bottom: 15px; }
  div.tickets-calendar div.tickets-top div.links {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block; }
  div.tickets-calendar div.tickets-top .controls {
    display: inline-block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
    div.tickets-calendar div.tickets-top .controls a {
      color: #000 !important;
      letter-spacing: 1px;
      font-weight: normal;
      width: auto !important; }
  div.tickets-calendar div.tickets-top .links a {
    font-weight: normal;
    color: #999 !important;
    width: auto !important; }
    div.tickets-calendar div.tickets-top .links a.active {
      font-weight: bold;
      color: #000 !important;
      cursor: default; }
    div.tickets-calendar div.tickets-top .links a:not(.active):hover {
      color: #000 !important; }
div.tickets-listing div.tickets-top div.links, div.tickets-calendar div.tickets-top .controls > span {
  margin: 0 5px; }
div.tickets-listing div.tickets-top div.links a, div.tickets-calendar div.tickets-top div.links a {
  margin-right: 5px; }
div.tickets-listing div.tickets-top div.links a + a, div.tickets-calendar div.tickets-top div.links a + a {
  margin: 0;
  margin-left: 5px; }
div.tickets-listing div.tickets-top div.links a.active, div.tickets-calendar div.tickets-top div.links a.active {
  text-decoration: underline; }
div.tickets-listing div.tickets-content ul li div h3 {
  margin-bottom: 10px;
  font-size: 16px; }
div.tickets-listing div.tickets-content p.addtocart span {
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline; }

.jumbotron {
  margin: 50px; }
  .jumbotron .quote q {
    font-size: 30px !important;
    line-height: 1.6em; }

.quote q span {
  margin-left: 20px; }

.featured-content {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/bkg_wineshop-featured.jpg") repeat scroll left center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px; }

.wine-list {
  margin-top: 30px; }
  .wine-list li {
    margin: 0 0 30px; }
    .wine-list li > div {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 0 10px; }
      .wine-list li > div.left-col {
        width: 460px; }
    .wine-list li h3 {
      font-size: 24px;
      margin-bottom: 0;
      text-transform: none;
      line-height: 24px; }
      .wine-list li h3 span {
        color: #fff;
        font-size: 20px;
        padding-left: 5px; }
    .wine-list li p {
      font-size: 16px; }
    .wine-list li .subheading {
      font-size: 20px;
      margin-bottom: 10px; }
    .wine-list li img {
      max-width: 460px; }

div.cart.bus-tickets-message {
  padding: 10px; }
  div.cart.bus-tickets-message img {
    float: left;
    margin-right: 10px;
    vertical-align: middle; }
  div.cart.bus-tickets-message p {
    padding: 10px;
    font-size: 16px; }

.napa-byline {
  font-size: 11px;
  display: block;
  margin: auto;
  width: 270px;
  text-align: center; }

#zenbox_tab {
  top: 50% !important; }

.catalog-product-buytickets #one-column {
  padding-top: 10px; }
.catalog-product-buytickets #main-container {
  background: none; }
  .catalog-product-buytickets #main-container.col1-layout #main {
    background: #f9f9f9; }
.catalog-product-buytickets .page-title {
  padding-bottom: 0; }
  .catalog-product-buytickets .page-title h1 {
    font-size: 26px; }
.catalog-product-buytickets .product-essential {
  font-size: 18px; }
  .catalog-product-buytickets .product-essential .white-box {
    background-color: #fff;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px; }
  .catalog-product-buytickets .product-essential .ticket-info {
    display: table;
    width: 100%; }
    .catalog-product-buytickets .product-essential .ticket-info .cell {
      display: table-cell;
      vertical-align: middle;
      padding: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .catalog-product-buytickets .product-essential .ticket-info .cell.img {
        max-width: 95px;
        width: 95px; }
      .catalog-product-buytickets .product-essential .ticket-info .cell img {
        float: left;
        font-size: 14px;
        line-height: 1;
        max-width: 100%;
        height: auto; }
      .catalog-product-buytickets .product-essential .ticket-info .cell.place {
        max-width: 300px;
        width: 300px;
        border-left: 1px solid #f9f9f9; }
    .catalog-product-buytickets .product-essential .ticket-info h2 {
      margin-bottom: 5px;
      font-size: 18px;
      color: #333;
      line-height: 26px;
      font-weight: normal; }
    .catalog-product-buytickets .product-essential .ticket-info .event-time {
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase; }
    .catalog-product-buytickets .product-essential .ticket-info .event-place {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase; }
.catalog-product-buytickets .select-seats .event-map {
  margin: 0; }
.catalog-product-buytickets .product-essential .select-seats #tabs {
  padding: 0;
  background: none;
  border: 0 none;
  color: #333;
  font-family: "Roboto Condensed",arial; }
  .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav {
    padding: 0;
    border: 0 none;
    position: relative; }
    .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li {
      background: none;
      border: 0 none;
      font-size: 16px;
      margin: 0;
      float: left;
      width: 50%;
      line-height: 44px;
      text-transform: uppercase;
      color: #540b23;
      -moz-box-shadow: 0 -3px 4px #efefef inset;
      -webkit-box-shadow: 0 -3px 4px #efefef inset;
      -ms-box-shadow: 0 -3px 4px #efefef inset;
      box-shadow: 0 -3px 4px #efefef inset; }
      .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li a {
        color: #540b23; }
      .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li.ui-state-active {
        font-size: 18px;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/seatmap_tabs.png) repeat-x left top;
        color: #540b23;
        box-shadow: none; }
        .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li.ui-state-active a {
          color: #fff; }
      .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li a {
        padding: 0;
        float: none;
        display: block;
        text-align: center; }
      .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li + li:before {
        content: "OR";
        width: 34px;
        height: 34px;
        display: block;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/seatmap_tabs_or.png) no-repeat center center;
        text-align: center;
        position: absolute;
        margin-left: -17px;
        margin-top: 5px;
        line-height: 34px;
        color: #540b23;
        font-size: 18px;
        font-weight: bold; }
.catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel {
  padding: 10px; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel#tab-select-manual {
    display: none !important; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel#tab-select-automatic {
    padding-bottom: 0; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right {
    width: 182px; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection {
    margin-top: 10px; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection .title {
      border: 0 none; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection .title h2 {
        float: none;
        margin: 0 0 10px;
        font-weight: bold;
        color: #540b23;
        font-size: 20px; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection .title .timer {
        float: none;
        text-align: left;
        line-height: 1.1;
        font-size: 15px;
        background-color: #f6f5f5;
        padding: 5px 8px 8px; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection .title .timer .fa {
          color: #000; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .event-tickets-selection .tickets-selection-container {
      height: auto;
      overflow: visible;
      background: none;
      margin: 10px 0 20px;
      border-bottom: 1px solid #931941; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol {
    background-color: #f6f5f5;
    padding: 10px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset; }
.catalog-product-buytickets .product-essential .select-seats ol li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  margin-right: 25px;
  color: #333;
  text-transform: uppercase; }
  .catalog-product-buytickets .product-essential .select-seats ol li select {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: none;
    margin-left: 5px;
    padding: 0;
    font-family: "Roboto Condensed",arial; }
  .catalog-product-buytickets .product-essential .select-seats ol li #next-table {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px; }
    .catalog-product-buytickets .product-essential .select-seats ol li #next-table button {
      text-transform: none;
      color: #931941;
      text-decoration: underline;
      padding: 0;
      background: none;
      line-height: normal; }
      .catalog-product-buytickets .product-essential .select-seats ol li #next-table button span {
        text-decoration: none;
        margin-left: 3px; }
  .catalog-product-buytickets .product-essential .select-seats ol li button {
    font-family: "Roboto Condensed",arial;
    background: #931941;
    font-size: 15px;
    padding: 3px 10px; }
    .catalog-product-buytickets .product-essential .select-seats ol li button:hover {
      background: #540b23; }
  .catalog-product-buytickets .product-essential .select-seats ol li:before {
    background-color: #540b23;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "1";
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 24px;
    margin-right: 5px;
    color: #fff; }
  .catalog-product-buytickets .product-essential .select-seats ol li + li:before {
    content: "2"; }
  .catalog-product-buytickets .product-essential .select-seats ol li + li + li:before {
    content: "3"; }
.catalog-product-buytickets .product-essential > .right {
  width: 25%; }
  .catalog-product-buytickets .product-essential > .right .button {
    margin-bottom: 10px;
    font-size: 17px;
    height: 37px;
    line-height: 37px; }
  .catalog-product-buytickets .product-essential > .right .event-tickets-selection {
    margin-top: 0; }
.catalog-product-buytickets .back-to {
  padding-bottom: 10px; }

.tickets-calendar table {
  width: 100%;
  empty-cells: show;
  border-spacing: 0;
  border: 2px #f4f4f4 solid;
  background-color: #fff; }
  .tickets-calendar table thead tr.title th {
    text-transform: uppercase;
    color: #ef743f;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-bottom: 5px solid #f4f4f4; }
  .tickets-calendar table thead tr.week_days {
    display: none; }
  .tickets-calendar table td, .tickets-calendar table th {
    border: 1px #f4f4f4 solid;
    padding: 10px;
    width: 14%;
    vertical-align: top; }
  .tickets-calendar table tbody td:hover {
    background-color: #f9f9f9; }
  .tickets-calendar table td span.date {
    text-transform: uppercase;
    font-size: 14px;
    color: #999; }
  .tickets-calendar table tbody td.col div.content {
    min-height: 200px; }
  .tickets-calendar table tbody td.col dl {
    margin: 15px 0; }
    .tickets-calendar table tbody td.col dl + dl {
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 15px;
      padding-left: 10px;
      padding-right: 10px;
      border-top: 1px solid #f4f4f4; }
  .tickets-calendar table tbody td.col li h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none; }
    .tickets-calendar table tbody td.col li h2 a {
      color: #000;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: none; }
  .tickets-calendar table tbody td.col li h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px; }
  .tickets-calendar table tbody td.col li p.addtocart {
    margin-bottom: 10px; }
  .tickets-calendar table tbody td.col li span.event_status {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #999;
    text-align: center;
    display: block;
    font-size: 16px; }
  .tickets-calendar table tfoot {
    border: none;
    padding: 0; }
    .tickets-calendar table tfoot td {
      border: none;
      padding: 0;
      text-align: right; }
    .tickets-calendar table tfoot ul {
      margin-top: 20px;
      display: inline-block; }
      .tickets-calendar table tfoot ul li {
        float: left;
        text-transform: uppercase;
        padding: 0 5px; }
        .tickets-calendar table tfoot ul li.next {
          border-left: 1px solid #fff;
          padding-right: 0; }

body.category-tickets .qtip {
  max-width: 350px;
  line-height: inherit;
  color: #000;
  border: 2px solid #ddd;
  background-color: #eee; }
  body.category-tickets .qtip.qtip-shadow {
    -webkit-box-shadow: 6px 5px 9px -9px black;
    -moz-box-shadow: 6px 5px 9px -9px black;
    box-shadow: 6px 5px 9px -9px black; }
  body.category-tickets .qtip.qtip-default {
    background-color: #eee;
    border: 2px solid #ddd;
    color: #000; }
  body.category-tickets .qtip .qtip-content {
    padding: 1em;
    position: relative;
    overflow: inherit; }
    body.category-tickets .qtip .qtip-content .product h2 {
      color: #000;
      font-weight: bold;
      margin-bottom: 5px;
      text-transform: none;
      float: left;
      width: 200px;
      font-size: 18px; }
      body.category-tickets .qtip .qtip-content .product h2 a {
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: none; }
    body.category-tickets .qtip .qtip-content .product img {
      float: right; }
    body.category-tickets .qtip .qtip-content .product .info {
      margin-top: 10px;
      font-size: 16px;
      color: #666666; }
    body.category-tickets .qtip .qtip-content .product .event_status {
      margin-top: 5px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      color: #75032F;
      font-size: 16px; }
    body.category-tickets .qtip .qtip-content .product .divisor {
      margin: 10px 0 20px 0;
      border-top: 2px solid #ccc; }
    body.category-tickets .qtip .qtip-content .product .description {
      color: #333333;
      margin: 0 0 20px 0;
      font-size: 14px; }
      body.category-tickets .qtip .qtip-content .product .description a {
        color: #75032F; }
    body.category-tickets .qtip .qtip-content .footer {
      background: none; }
      body.category-tickets .qtip .qtip-content .footer .left p {
        font-size: 12px; }
        body.category-tickets .qtip .qtip-content .footer .left p a {
          font-size: 15px;
          color: #75032F; }

.event-shop ul li .button {
  margin: 5px;
  padding: 2px 5px; }

#change-ticket-name, #nashville-private-events {
  color: #fff; }

#change-ticket-name .form-list, #nashville-private-events .form-list {
  display: inline-block;
  width: auto; }

#change-ticket-name .form-list label, #nashville-private-events .form-list label {
  color: #fff;
  float: none;
  padding: 0 0 5px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: normal; }

#change-ticket-name .form-list label {
  color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }
#change-ticket-name .form-list .input-text {
  background: #eee;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  padding: 10px;
  height: auto;
  font-family: 'Roboto',arial; }

#nashville-private-events .form-list .input-text {
  background: #eee;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  padding: 10px;
  height: auto;
  font-family: 'Roboto',arial;
  width: 425px; }

#change-ticket-name .form-list .button, #nashville-private-events .form-list .button {
  font-size: 18px;
  line-height: normal;
  padding: 10px 20px; }

#change-ticket-name .form-list .control .input-box {
  display: inline-block;
  float: none;
  margin-left: 0;
  position: relative; }
#change-ticket-name .form-list .control label {
  display: inline-block;
  margin-left: 5px;
  text-align: right;
  width: auto; }

#dropdown {
  position: absolute;
  background: #000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  line-height: normal;
  text-align: left;
  width: 200px; }
  #dropdown form {
    display: block;
    padding: 10px 13px; }
  #dropdown label {
    text-transform: none;
    font-weight: normal;
    display: block;
    margin-bottom: 3px; }
  #dropdown .input-text {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 165px; }
  #dropdown .actions a {
    padding: 0;
    margin-bottom: 3px;
    color: #ef743f; }
    #dropdown .actions a:hover {
      text-decoration: underline; }
  #dropdown .actions .button {
    padding: 3px 15px;
    font-size: 12px;
    margin-bottom: 10px; }
    #dropdown .actions .button + a {
      display: inline-block;
      line-height: 30px;
      float: right;
      margin-bottom: 0;
      color: #FFF; }

/* ---------- Dining, private events, careers pages ---------- */
.category-restaurant-bar .col-main, .category-private-events .col-main {
  padding-top: 0 !important; }

.category-restaurant-bar #subnav, .category-private-events #subnav {
  display: none; }

.category-restaurant-bar #diningMenu, .category-private-events #eventsMenu {
  font-weight: normal;
  left: 0;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 100%;
  z-index: 12;
  background-color: #111;
  padding: 12px 0;
  line-height: 1;
  font-family: "Montserrat", "Roboto";
  font-size: 13px;
  border-color: #000;
  border-style: solid;
  border-width: 2px 0 0; }

.category-restaurant-bar #diningMenu li, .category-private-events #eventsMenu li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: text-top;
  line-height: 1;
  font-size: 13px; }

.category-restaurant-bar #diningMenu li a:hover, .category-private-events #eventsMenu li a:hover {
  color: #db9d47; }

.category-restaurant-bar #main-container .col-main > .width-limiter, .category-private-events #main-container .col-main > .width-limiter {
  width: 100%; }

.category-restaurant-bar #fullpage img, .category-private-events #fullpage img {
  max-width: 100%; }

.category-restaurant-bar #fullpage .section .intro {
  width: 1054px;
  margin: 0 auto;
  padding: 60px 0 40px;
  font-size: 16px;
  font-weight: normal; }

.category-private-events #fullpage .section .intro, .category-private-events #fullpage .section .copy, .category-private-events #fullpage .section #private-events-newyork {
  width: 1054px;
  margin: 0 auto;
  padding: 60px 0 40px;
  font-size: 16px;
  font-weight: normal; }
.category-private-events #fullpage #Rooms .copy {
  width: 100%;
  padding: 0; }
.category-private-events #fullpage #Rooms .room {
  padding: 0; }
  .category-private-events #fullpage #Rooms .room + .room {
    border: none; }

.category-restaurant-bar #fullpage .section .intro .button {
  letter-spacing: 3px;
  font-size: 16px;
  padding: 13px 20px;
  line-height: normal;
  margin-top: 20px;
  font-weight: bold;
  background-color: #75032f; }

.category-private-events #fullpage .section .intro .button, .category-private-events #fullpage .section .copy .button {
  letter-spacing: 3px;
  font-size: 16px;
  padding: 13px 20px;
  line-height: normal;
  margin-top: 20px;
  font-weight: bold;
  background-color: #75032f; }

.category-restaurant-bar #fullpage .section .intro .button:hover {
  background-color: #222; }

.category-private-events #fullpage .section .intro .button:hover, .category-private-events #fullpage .section .copy .button:hover {
  background-color: #222; }
.category-private-events #fullpage .btn-top {
  font-size: 28px;
  color: #000; }

.category-restaurant-bar #fullpage .btn-top {
  font-size: 28px;
  color: #000; }

.category-private-events #fullpage .btn-top:hover {
  color: #75032f; }

.category-restaurant-bar #fullpage .btn-top:hover {
  color: #75032f; }
.category-restaurant-bar #fullpage .section .intro p {
  margin: 10px 0; }

.category-private-events #fullpage .section .intro p {
  margin: 10px 0; }

.category-restaurant-bar #fullpage .section .intro .menus {
  font-size: 18px;
  padding-bottom: 0; }
  .category-restaurant-bar #fullpage .section .intro .menus li {
    margin-bottom: 7px; }
  .category-restaurant-bar #fullpage .section .intro .menus .link {
    font-size: 18px;
    text-decoration: none; }
    .category-restaurant-bar #fullpage .section .intro .menus .link .fa {
      color: #ac1b4b; }
.category-restaurant-bar #fullpage .section .slide .intro {
  font-size: 16px; }

.category-private-events #fullpage .section .slide .fp-tableCell {
  font-size: 16px; }
  .category-private-events #fullpage .section .slide .fp-tableCell p > strong {
    font-size: 35px; }

.category-restaurant-bar #fullpage .section .slide .button .fa, .category-private-events #fullpage .section .slide .button .fa {
  display: none; }

.category-restaurant-bar #fullpage .section .slide h2 {
  padding-top: 0;
  border-top: none;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  text-transform: none; }

.category-private-events #fullpage .section .slide h2 {
  padding-top: 0;
  border-top: none;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  text-transform: none; }
.category-private-events #fullpage #Rooms .room h2 {
  padding-top: 0;
  border-top: none;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  text-transform: none;
  padding: 0;
  text-align: left; }

.category-restaurant-bar #fullpage .section .slide:nth-child(odd) {
  background-color: #f4f4f4; }

.category-private-events #fullpage .section .slide:nth-child(odd) {
  background-color: #f4f4f4; }
.category-private-events #fullpage #Rooms .room:nth-child(even) {
  background-color: #f4f4f4; }
.category-private-events #fullpage #Rooms .room .slider-container {
  margin-right: 60px; }

.category-restaurant-bar #fullpage .section .slide:nth-child(odd) .slider-container {
  float: right !important;
  margin-left: 60px;
  margin-right: 0; }

.category-private-events #fullpage .section .slide:nth-child(odd) .slider-container, .category-private-events #fullpage #Rooms .room:nth-child(even) .slider-container {
  float: right !important;
  margin-left: 60px;
  margin-right: 0; }

.category-restaurant-bar #fullpage .section .slide .slider-container, .category-private-events #fullpage .section .slide .slider-container {
  margin-right: 60px; }

.category-restaurant-bar #fullpage .section p small, .category-private-events #fullpage .section p small {
  font-size: 12px; }

.category-restaurant-bar #fullpage .section h2, .category-private-events #fullpage .section h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto 25px;
  max-width: 1054px;
  color: #ef743f;
  text-align: center;
  border-top: 1px solid;
  padding: 20px 20% 0;
  line-height: 1.2;
  max-width: 1054px; }

.category-restaurant-bar #fullpage .section .aside h2 {
  font-size: 18px; }

.category-private-events #fullpage .section .aside {
  width: 33%; }
  .category-private-events #fullpage .section .aside h2 {
    font-size: 18px; }
  .category-private-events #fullpage .section .aside .quote {
    width: 100% !important;
    float: none !important;
    text-transform: none; }
    .category-private-events #fullpage .section .aside .quote q {
      font-size: 16px;
      text-transform: none; }
    .category-private-events #fullpage .section .aside .quote + div {
      padding-left: 0;
      clear: both; }

.category-restaurant-bar #fullpage .section img[align="left"] {
  margin-right: 20px !important; }

.fp-slidesNav.bottom {
  bottom: 45px !important; }
.fp-slidesNav span {
  border-color: #fff !important;
  background: #fff !important; }
.fp-slidesNav .active span {
  border-color: #ac1b4b !important;
  background: #ac1b4b !important; }

.fp-controlArrow {
  margin-top: -15px !important; }
  .fp-controlArrow.fp-prev {
    border-color: transparent #ac1b4b transparent transparent !important;
    border-width: 15.5px 20px 15.5px 0 !important; }
  .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #ac1b4b !important;
    border-width: 15.5px 0 15.5px 20px !important; }

.category-restaurant-bar #fullpage {
  background: #fff;
  color: #000; }

.category-private-events #fullpage, .category-private-events #main-container.col2-right-layout .col-main {
  background: #fff;
  color: #000; }

.category-restaurant-bar #fullpage #section0, .category-private-events #fullpage #section0 {
  position: relative; }

.category-restaurant-bar #fullpage #section0 h1 {
  position: absolute;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -60px;
  line-height: 1;
  letter-spacing: 5px; }

.category-private-events #fullpage #section0 h1 {
  position: absolute;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -60px;
  line-height: 1;
  letter-spacing: 5px;
  margin-top: -100px; }
  .category-private-events #fullpage #section0 h1 span {
    display: block;
    font-size: 40%;
    color: #ccc;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0; }

.category-restaurant-bar #fullpage #section0 h1 span {
  display: block;
  font-size: 40%;
  color: #ccc;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0; }
.category-restaurant-bar #fullpage #section2 > .width-limiter {
  width: auto; }
.category-restaurant-bar #fullpage #section1 .intro {
  border-bottom: 1px solid #ef743f;
  margin-bottom: 50px; }

.category-private-events #fullpage #PrivateEvents > .intro, .category-private-events #fullpage #Weddings > .copy, .category-private-events #fullpage #CorporateEvents > .copy, .category-private-events #fullpage #nonProfitEvents > .copy, .category-private-events #fullpage #IndustryEvents > .copy, .category-private-events #fullpage #customBottles > .intro {
  border-bottom: 1px solid #ef743f;
  margin-bottom: 50px; }

.category-restaurant-bar #fullpage img, .category-private-events #fullpage img {
  max-width: 100%; }

.category-restaurant-bar #fullpage #section3 .intro:before, .category-restaurant-bar #fullpage #section3 .intro:after {
  content: "";
  display: table; }

.category-private-events #fullpage #Rooms .room .intro:before, .category-private-events #fullpage #Rooms .room .intro:after {
  content: "";
  display: table; }
.category-private-events #fullpage #PrivateEvents .intro:before, .category-private-events #fullpage #PrivateEvents .intro:after {
  content: "";
  display: table; }
.category-private-events #fullpage #Weddings .copy:before, .category-private-events #fullpage #Weddings .copy:after {
  content: "";
  display: table; }
.category-private-events #fullpage #CorporateEvents .copy:before, .category-private-events #fullpage #CorporateEvents .copy:after {
  content: "";
  display: table; }
.category-private-events #fullpage #IndustryEvents .copy:before, .category-private-events #fullpage #IndustryEvents .copy:after {
  content: "";
  display: table; }

.category-restaurant-bar #fullpage #section3 .intro:after {
  clear: both; }

.category-private-events #fullpage #Rooms .room .intro:after, .category-private-events #fullpage #PrivateEvents .intro:after, .category-private-events #fullpage #Weddings .copy:after, .category-private-events #fullpage #CorporateEvents .copy:after, .category-private-events #fullpage #IndustryEvents .copy:after {
  clear: both; }

.category-restaurant-bar #fullpage .reservations {
  width: 70%;
  float: right;
  border-bottom: 1px solid #ef743f;
  padding-bottom: 40px; }
  .category-restaurant-bar #fullpage .reservations #OT_logoLink {
    text-align: left !important; }
  .category-restaurant-bar #fullpage .reservations #OT_logo {
    margin-top: -50px; }
.category-restaurant-bar #fullpage div.menus {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ef743f;
  padding-bottom: 40px !important; }
  .category-restaurant-bar #fullpage div.menus ul {
    padding-left: 20px;
    padding-bottom: 40px; }
  .category-restaurant-bar #fullpage div.menus a {
    color: #333; }
    .category-restaurant-bar #fullpage div.menus a .fa {
      color: #fff; }
    .category-restaurant-bar #fullpage div.menus a:hover {
      color: #ef743f; }
      .category-restaurant-bar #fullpage div.menus a:hover .fa {
        color: #ef743f; }
.category-restaurant-bar #fullpage .reservations p strong {
  text-transform: uppercase;
  font-size: 18px; }
.category-restaurant-bar #fullpage .reservations p a {
  text-decoration: underline;
  color: #ef743f;
  text-transform: none; }
.category-restaurant-bar #fullpage #section4 {
  clear: both;
  background: #540b23;
  background-size: 1280px auto; }
  .category-restaurant-bar #fullpage #section4 h2 {
    border-top: none;
    color: #fff; }
  .category-restaurant-bar #fullpage #section4 .intro {
    padding: 0 0 40px; }
  .category-restaurant-bar #fullpage #section4 iframe {
    width: 100%; }
.category-restaurant-bar #main-container.col2-right-layout .col-main {
  background: #540b23; }

.category-private-events #fullpage #PrivateEvents #private-events-newyork {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0; }
  .category-private-events #fullpage #PrivateEvents #private-events-newyork > li {
    display: table-cell;
    float: none;
    vertical-align: top;
    border-width: 0 10px;
    border-style: solid;
    border-color: #f9f9f9;
    padding: 0;
    width: auto; }
.category-private-events #fullpage #PrivateEvents .aside {
  float: none !important;
  width: 100%; }
  .category-private-events #fullpage #PrivateEvents .aside .button {
    display: inline-block; }
.category-private-events #fullpage .section .quote {
  float: right;
  margin-bottom: -40px !important;
  margin-top: 30px;
  width: 20% !important;
  text-transform: none !important;
  padding-bottom: 15px;
  text-align: right;
  margin-left: 40px;
  float: right !important;
  font-size: 14px !important;
  font-weight: bold !important; }
  .category-private-events #fullpage .section .quote:before {
    content: "Client Testimonials";
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left; }
  .category-private-events #fullpage .section .quote q {
    color: #000;
    font-style: italic;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left; }
  .category-private-events #fullpage .section .quote em {
    font-style: normal; }
.category-private-events #fullpage .section .quotes .quote:before {
  color: #fff; }
.category-private-events #fullpage .section .quotes .quote:last-child:before {
  color: #000; }
.category-private-events #fullpage .restaurants-thumbs {
  background-color: #f9f9f9; }
  .category-private-events #fullpage .restaurants-thumbs .intro {
    padding: 60px 0; }
.category-private-events #fullpage .section .article {
  float: none;
  width: auto; }
.category-private-events #fullpage #nonProfitEvents .copy .aside, .category-private-events #fullpage #IndustryEvents .copy .aside {
  float: none !important;
  width: auto;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  padding-top: 20px; }
.category-private-events #fullpage #nonProfitEvents .copy .aside h3, .category-private-events #fullpage #IndustryEvents .copy .aside h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px; }
.category-private-events #fullpage #nonProfitEvents .copy .aside ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px; }
.category-private-events #fullpage #IndustryEvents .copy .aside {
  margin-bottom: 30px; }
  .category-private-events #fullpage #IndustryEvents .copy .aside ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center; }

/* Careers */
.cms-careers #main-container.col2-right-layout .col-main, .category-careers #main-container.col2-right-layout .col-main {
  background: #fff;
  color: #000;
  padding: 0; }

.cms-careers #main-container.col2-right-layout .col-main > .width-limiter, .category-careers #main-container.col2-right-layout .col-main > .width-limiter {
  width: auto; }

#careers .section .intro .button {
  letter-spacing: 3px;
  font-size: 18px;
  padding: 10px 20px;
  line-height: normal;
  margin-top: 20px;
  border: 2px solid #fff;
  background: none; }
  #careers .section .intro .button:hover {
    border: 2px solid #540b23;
    background: #540b23; }
#careers .section h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto 35px;
  max-width: 1054px;
  color: #ef743f;
  text-align: center;
  border-top: 1px solid;
  padding: 20px 0 0;
  line-height: 1.2;
  max-width: 1054px; }
  #careers .section h2 sup {
    font-size: 60%;
    vertical-align: text-top;
    font-weight: bold;
    line-height: 1.7; }
#careers .section .intro {
  width: 1054px;
  margin: 0 auto;
  padding: 60px 0;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #ef743f;
  margin-bottom: 60px; }
#careers #Main {
  background-color: #000; }
  #careers #Main .intro {
    width: auto;
    position: relative;
    padding: 0;
    line-height: 0;
    border: none;
    margin-bottom: 0; }
    #careers #Main .intro .landing-triangle {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      height: 80px;
      width: 100%;
      overflow: hidden; }
      #careers #Main .intro .landing-triangle .landing-triangle-border {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        border-bottom: 80px solid #75032f;
        z-index: 1;
        width: 50%;
        height: 1px; }
        #careers #Main .intro .landing-triangle .landing-triangle-border span {
          display: none; }
      #careers #Main .intro .landing-triangle .landing-triangle-left {
        border-right: 0 solid transparent;
        border-left: 0;
        left: 0; }
      #careers #Main .intro .landing-triangle .landing-triangle-right {
        right: 0;
        border-left: 0 solid transparent;
        border-right: 0; }
    #careers #Main .intro h1 {
      position: absolute;
      bottom: 125px;
      left: 0;
      width: 100%;
      line-height: 1.1;
      font-size: 60px;
      text-transform: none;
      color: #fff; }
      #careers #Main .intro h1 > span {
        display: block;
        clear: both;
        font-size: 44px;
        font-weight: 300; }
#careers .main-under {
  background: #75032f; }
  #careers .main-under .career-sec-1 {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    color: #fff; }
#careers .main-under .intro,
#careers .career-contact-us .intro {
  border-bottom: 0 none;
  margin-bottom: 0; }
#careers img {
  max-width: 100%;
  display: block; }
#careers .section .quote {
  float: right;
  margin-bottom: -55px !important;
  margin-top: 30px;
  width: 20% !important;
  text-transform: none !important;
  padding-bottom: 5px;
  text-align: right;
  margin-left: 40px;
  float: right !important;
  font-size: 12px !important;
  font-weight: bold !important;
  clear: both; }
  #careers .section .quote:before {
    content: "Testimonials";
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left; }
  #careers .section .quote q {
    color: #000;
    font-style: italic;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left; }
#careers .section .article {
  width: 60%;
  float: left; }
#careers .section .aside {
  width: 30%;
  float: right; }
#careers .section .intro ul {
  padding-left: 35px;
  list-style: disc outside; }
  #careers .section .intro ul li {
    list-style: disc outside; }
#careers #section1 .article {
  width: 30%;
  padding: 30px; }
#careers #section1 .aside {
  width: auto;
  padding-right: 30px; }
#careers #section2 .intro ul {
  width: 40%;
  display: block;
  margin: 0 auto; }
  #careers #section2 .intro ul li {
    list-style: disc outside; }
#careers #section2 .intro > p {
  width: 40%;
  display: block;
  margin: 0 auto 15px; }
#careers #openings {
  background-color: #f4f4f4; }
#careers .section .openings {
  display: table;
  table-layout: fixed;
  margin: 0 -15px; }
  #careers .section .openings .opening {
    display: table-cell;
    padding: 15px;
    color: #666;
    width: 50%;
    max-width: 50%;
    min-width: 50%; }
#careers #openings .intro {
  border: none;
  margin-bottom: 0; }
#careers .section .opening h3 {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  margin: 0; }
#careers .section .opening .opening-wp {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #f1f1f1; }
#careers .section .opening .description {
  overflow: hidden;
  height: 150px;
  position: relative;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }
  #careers .section .opening .description + p:before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/careers/description_gradient.png) repeat-x left bottom;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    margin-top: -25px; }
  #careers .section .opening .description:hover {
    height: 300px;
    overflow: auto; }
    #careers .section .opening .description:hover + p:before {
      display: none; }
  #careers .section .opening .description + p {
    position: relative; }
#careers #videos {
  padding: 8% 10% 10%; }
  #careers #videos h3 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 25px; }
  #careers #videos .video {
    float: left;
    width: 31%;
    padding: 1%; }
    #careers #videos .video a {
      position: relative;
      display: block; }
    #careers #videos .video .play-button {
      position: absolute;
      left: 33%;
      top: 30%;
      width: 30%; }
#careers #asktheboss.bossman.section {
  text-align: center;
  background: #75032f;
  padding: 40px 0 40px;
  min-height: 520px; }
  @media screen and (max-width: 768px) {
    #careers #asktheboss.bossman.section {
      min-height: 300px; } }
  #careers #asktheboss.bossman.section .intro {
    border: none;
    margin: 0;
    width: 100%; }
    #careers #asktheboss.bossman.section .intro > div {
      width: 33.33%;
      float: left; }
      #careers #asktheboss.bossman.section .intro > div span.fa.fa-question {
        font-size: 2.5em;
        padding: 10vh 4vw;
        color: #fff; }
    #careers #asktheboss.bossman.section .intro .icons.left {
      position: absolute;
      left: 0;
      padding: 5% 0 0; }
      @media screen and (max-width: 768px) {
        #careers #asktheboss.bossman.section .intro .icons.left {
          display: none; } }
      #careers #asktheboss.bossman.section .intro .icons.left span {
        width: 50%;
        float: left;
        padding: 5% 0 0; }
      #careers #asktheboss.bossman.section .intro .icons.left span.icon1 {
        -webkit-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
        transform: rotate(32deg); }
      #careers #asktheboss.bossman.section .intro .icons.left span.icon2 {
        padding: 13% 0 0;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        transform: rotate(-42deg); }
    #careers #asktheboss.bossman.section .intro .icons.right {
      position: absolute;
      right: 0;
      padding: 5% 0 0; }
      @media screen and (max-width: 768px) {
        #careers #asktheboss.bossman.section .intro .icons.right {
          display: none; } }
      #careers #asktheboss.bossman.section .intro .icons.right span {
        width: 50%;
        float: left; }
      #careers #asktheboss.bossman.section .intro .icons.right span.icon3 {
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
        padding: 0 0 9%; }
      #careers #asktheboss.bossman.section .intro .icons.right span.icon4 {
        -webkit-transform: rotate(-132deg);
        -ms-transform: rotate(-132deg);
        transform: rotate(-132deg);
        padding: 13% 0 0; }
    #careers #asktheboss.bossman.section .intro img {
      display: inline-block; }
    #careers #asktheboss.bossman.section .intro .img {
      position: absolute;
      left: 33.33%;
      right: 33.33%; }
      @media screen and (max-width: 768px) {
        #careers #asktheboss.bossman.section .intro .img {
          position: relative; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-arrow.slick-hidden {
  display: none; }

.career-slider * {
  box-sizing: border-box; }
.career-slider .career-img {
  height: 430px;
  background: none center top / cover;
  padding: 200px 0; }
  .career-slider .career-img h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-transform: none; }
    .career-slider .career-img h3 span {
      color: #ef743f; }
.career-slider .career-img-1 {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/careers/careers-slider-1.jpg); }
.career-slider .career-img-2 {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/careers/careers-slider-2.jpg); }
.career-slider .career-img-3 {
  background-image: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/careers/careers-slider-3.jpg); }
.career-slider .slick-prev,
.career-slider .slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 36px;
  width: 24px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 195px;
  padding: 0;
  border: 0;
  outline: 0; }
.career-slider .slick-prev {
  left: 45px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prev.png) center center no-repeat; }
.career-slider .slick-next {
  right: 45px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/next.png) center center no-repeat; }
.career-slider .career-disc {
  padding: 80px 0;
  background: #75032f; }
  .career-slider .career-disc .career-disc-intro {
    width: 83.3333%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
    .career-slider .career-disc .career-disc-intro p {
      font-size: 20px;
      line-height: 34px;
      font-weight: 300; }

#careers #section3 {
  border-bottom: 1px solid #75032f; }
#careers .career-contact-us {
  background: #fff; }
  #careers .career-contact-us .intro ul,
  #careers .career-contact-us .intro ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
  #careers .career-contact-us .intro ul li {
    width: 33%;
    float: left; }
    #careers .career-contact-us .intro ul li a span {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      display: block;
      font-size: 30px;
      margin-bottom: 10px; }
      #careers .career-contact-us .intro ul li a span.icn-contact-us:before {
        content: "\f007"; }
      #careers .career-contact-us .intro ul li a span.icn-blog:before {
        content: "\f1b3"; }
      #careers .career-contact-us .intro ul li a span.icn-team:before {
        content: "\f06c"; }

#careers #section4 {
  font-family: "Roboto Condensed",arial; }
  #careers #section4 .intro {
    border-bottom: 0 none;
    padding: 0; }
    #careers #section4 .intro #resumator-logo {
      display: none; }
  #careers #section4 .resumator-department-heading,
  #careers #section4 .resumator-type-heading {
    color: #ef743f;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0; }
  #careers #section4 .resumator-job {
    padding: 15px 0 20px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd; }
  #careers #section4 .resumator-job-title {
    border: 0 none;
    margin: 0;
    padding: 0 0 5px;
    font-size: 22px;
    font-family: "Roboto Condensed",arial;
    font-weight: 700; }
  #careers #section4 .resumator-job-info-details,
  #careers #section4 .resumator-job-info {
    font-family: "Roboto Condensed",arial;
    font-size: 16px; }
  #careers #section4 .resumator-job-view-details {
    font-family: "Roboto Condensed",arial;
    font-size: 16px; }
  #careers #section4 .resumator-job-description li, #careers #section4 .resumator-job-description p {
    font-family: "Roboto",arial;
    font-size: 16px; }
  #careers #section4 .resumator-job-description-text {
    margin: 20px 0 0;
    color: #666; }
  #careers #section4 .resumator-buttons {
    height: 40px; }
    #careers #section4 .resumator-buttons input {
      background: #540b23;
      height: 40px;
      padding: 0 10px;
      color: #fff;
      font-family: "Roboto Condensed",arial;
      font-size: 16px;
      border: 0 none; }

body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #careers .career-contact-us .intro ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #75032f;
  font-size: 20px; }
  body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #careers .career-contact-us .intro ul li a:hover {
    color: #ef743f; }

/* ---------- End Dining, private events, careers pages ---------- */
/* ----- WineClub ----- */
.cms-wineclub {
  background-color: #1b1b1b; }
  .cms-wineclub .col1-layout {
    background-color: #f9f9f9; }
    .cms-wineclub .col1-layout #main > .width-limiter {
      width: 100%;
      padding: 0; }

#wine-shop .section {
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal; }
  #wine-shop .section > .width-limiter {
    position: relative;
    z-index: 2;
    padding: 80px 0; }
#wine-shop .bkg-image {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -433px;
  margin-top: -330px;
  z-index: -1; }
#wine-shop .section p {
  padding: 0 150px;
  margin-bottom: 20px; }
  #wine-shop .section p:last-child {
    margin-bottom: 0; }
#wine-shop .section h1, #wine-shop .section h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  font-size: 72px;
  margin-bottom: 20px; }
#wine-shop .section .button.btn-lg {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px 20px;
  line-height: 24px;
  background-color: #7b1f43;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.36); }
  #wine-shop .section .button.btn-lg:hover {
    background-color: #6d1c3c; }
  #wine-shop .section .button.btn-lg.btn-black {
    box-shadow: none;
    background-color: #000; }
    #wine-shop .section .button.btn-lg.btn-black:hover {
      background-color: #7b1f43; }
#wine-shop .section .btn-a-r:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  line-height: 19px;
  padding-left: 4px;
  text-align: center;
  width: 16px;
  margin-left: 10px; }
#wine-shop .section .btn-a-d:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  text-align: center;
  width: 18px;
  margin-left: 10px; }
#wine-shop .section .btn-a-u:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  line-height: 18px;
  padding-left: 2px;
  text-align: center;
  width: 18px;
  margin-left: 10px; }
#wine-shop .how-works {
  background-color: #7b1f43;
  border-width: 3px 0;
  border-style: solid;
  border-color: #6d1c3c; }
  #wine-shop .how-works > .width-limiter {
    padding: 50px 0; }
#wine-shop .memberships > .width-limiter {
  padding: 50px 0; }
#wine-shop .how-works h2 {
  margin-bottom: 50px;
  font-size: 40px; }
#wine-shop #wineclub-steps {
  padding: 0;
  display: table;
  width: 100%; }
  #wine-shop #wineclub-steps li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    width: 30%;
    max-width: 30%;
    min-width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #wine-shop #wineclub-steps li.step2 {
      width: 40%;
      min-width: 40%;
      max-width: 40%; }
    #wine-shop #wineclub-steps li h3 {
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 15px; }
    #wine-shop #wineclub-steps li p {
      padding: 0;
      line-height: normal; }
    #wine-shop #wineclub-steps li .step-num {
      font-size: 48px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 5px;
      margin-top: -5px; }
    #wine-shop #wineclub-steps li .step-copy {
      font-size: 18px;
      font-weight: 300; }
#wine-shop .memberships {
  color: #000; }
  #wine-shop .memberships h2 {
    text-transform: none;
    color: #000;
    font-size: 48px;
    line-height: 1; }
  #wine-shop .memberships #memberships {
    padding: 0;
    margin: 30px auto 40px;
    display: table;
    table-layout: fixed; }
    #wine-shop .memberships #memberships li {
      display: table-cell;
      padding: 0 20px;
      vertical-align: top; }
      #wine-shop .memberships #memberships li p {
        padding: 0; }
      #wine-shop .memberships #memberships li img {
        max-width: 180px;
        height: auto; }
      #wine-shop .memberships #memberships li .product-image {
        line-height: 0;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/wineclub/shadow.png) no-repeat center bottom;
        margin-bottom: 0; }
      #wine-shop .memberships #memberships li .price {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        margin: 5px 0 0; }
      #wine-shop .memberships #memberships li a {
        color: #75032f;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin-right: -15px; }
        #wine-shop .memberships #memberships li a:hover {
          color: #666; }
#wine-shop #section6 {
  text-align: left;
  color: #000; }
  #wine-shop #section6 p a:not(.button):hover {
    color: #666; }
  #wine-shop #section6 h2 {
    color: #000;
    text-transform: none;
    font-size: 48px; }
  #wine-shop #section6 p {
    padding: 0;
    font-size: 18px; }
    #wine-shop #section6 p.small {
      font-size: 12px; }
    #wine-shop #section6 p a:not(.button) {
      color: #75032f;
      font-weight: bold; }
  #wine-shop #section6 .tasting-room {
    display: inline-block;
    vertical-align: top;
    width: 53%; }
  #wine-shop #section6 .tours {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-left: 6.5%; }
#wine-shop p.section {
  margin: 0;
  background-color: #000; }
  #wine-shop p.section .btn-top {
    color: #fff;
    font-size: 34px; }
    #wine-shop p.section .btn-top:hover {
      color: #7b1f43; }
#wine-shop #section3 {
  padding: 75px 0 200px 0;
  background-position: bottom center;
  background-size: cover; }
  #wine-shop #section3 .container {
    max-width: 1054px;
    margin: 0 auto; }
  #wine-shop #section3 .cms.block-top h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    font-size: 72px;
    margin: 20px 0 40px; }
  #wine-shop #section3 .cms.block {
    width: 26%;
    float: left;
    background: #fff;
    color: #333;
    margin: 0 16px;
    padding: 20px;
    min-height: 275px; }
    #wine-shop #section3 .cms.block p {
      padding: 20px;
      font-size: 18px;
      font-weight: 300; }
    #wine-shop #section3 .cms.block .number-circle {
      margin: 20px; }
      #wine-shop #section3 .cms.block .number-circle span {
        border: 1px solid #7b1f43;
        padding: 9px 16px;
        border-radius: 43px;
        background: #7b1f43;
        margin: 50px 20px;
        color: #fff; }
    #wine-shop #section3 .cms.block h3.step-title {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 15px;
      color: #333; }
  #wine-shop #section3 .cms.block-bottom {
    width: 100%;
    float: left;
    padding: 50px 0; }
    #wine-shop #section3 .cms.block-bottom a.button.btn-med {
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1px;
      padding: 15px 20px;
      line-height: 24px;
      background-color: #7b1f43;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
      -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.36); }
      #wine-shop #section3 .cms.block-bottom a.button.btn-med:hover {
        background-color: #6d1c3c; }
#wine-shop #section5 {
  padding: 100px 0;
  background-position: bottom center;
  background-size: cover; }
  #wine-shop #section5 .container {
    max-width: 1054px;
    margin: 0 auto; }
    #wine-shop #section5 .container .member-border {
      padding: 20px;
      border: 1px solid #333; }
  #wine-shop #section5 .cms.block-left {
    float: left;
    width: 40%;
    background: #fff;
    padding: 20px; }
    #wine-shop #section5 .cms.block-left h2 {
      font-weight: 400;
      text-transform: uppercase;
      color: #333;
      margin-top: 0;
      font-size: 32px;
      margin: 20px 40px; }
    #wine-shop #section5 .cms.block-left h6 {
      border: solid 1px #cecece;
      width: 36%;
      margin: 0 auto; }
  #wine-shop #section5 .cms.block-right {
    float: right;
    width: 40%;
    margin: 8% auto;
    text-transform: uppercase; }
    #wine-shop #section5 .cms.block-right h6 {
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      font-size: 18px;
      line-height: 32px; }
      #wine-shop #section5 .cms.block-right h6 span {
        color: #7b1f43; }
    #wine-shop #section5 .cms.block-right ul.bold-list {
      padding: 0; }
  #wine-shop #section5 .cms.block p {
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #333; }

/* ----- End WineClub ----- */
.modal #one-column {
  background: #fff;
  width: 100%; }

body[class*="cw-vinofilefavoriteseats"] #wrapper:before {
  background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/CH_dining.jpg") no-repeat fixed center 3% #000; }
body[class*="cw-vinofilefavoriteseats"] .my-account {
  width: 100% !important; }

/* ugly patching */
.vinofile-favoriteseats .catalog-product-buytickets .event-map {
  margin: 0 auto; }
.vinofile-favoriteseats .event-tickets-selection .selection {
  display: inline-block;
  margin-right: 17px;
  width: 77px;
  height: 77px;
  border: 0px solid #d9c5bc;
  color: #fff7f1;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase; }
  .vinofile-favoriteseats .event-tickets-selection .selection .seat {
    background: none; }
  .vinofile-favoriteseats .event-tickets-selection .selection .close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    font-family: Arial;
    color: #fff7f1; }
  .vinofile-favoriteseats .event-tickets-selection .selection span {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 20px; }
    .vinofile-favoriteseats .event-tickets-selection .selection span span.qty {
      display: none;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
  .vinofile-favoriteseats .event-tickets-selection .selection.first {
    margin: 0; }
  .vinofile-favoriteseats .event-tickets-selection .selection.empty {
    background: none; }
  .vinofile-favoriteseats .event-tickets-selection .selection.seat {
    background-color: #777133; }
.vinofile-favoriteseats .page-title {
  padding-bottom: 0; }
  .vinofile-favoriteseats .page-title h1 {
    font-size: 26px; }
.vinofile-favoriteseats .page-content {
  font-size: 18px;
  width: 844px;
  margin: 0 auto; }
  .vinofile-favoriteseats .page-content > .left {
    width: 584px;
    margin: 0 auto;
    float: none !important; }
    .vinofile-favoriteseats .page-content > .left h2 {
      margin-bottom: 5px;
      font-size: 34px;
      font-weight: bold;
      text-transform: none; }
    .vinofile-favoriteseats .page-content > .left ol {
      background-color: #fff;
      border: 2px solid #f4f4f4;
      margin: 20px -20px 0;
      padding: 20px; }
.vinofile-favoriteseats .seatpicker-head h2 {
  font-size: 18px;
  font-weight: bold; }
.vinofile-favoriteseats .page-content > .left ol li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
  color: #666;
  margin-bottom: 5px; }
  .vinofile-favoriteseats .page-content > .left ol li:before {
    background-color: #75032f;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "1";
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 24px;
    margin-right: 5px; }
  .vinofile-favoriteseats .page-content > .left ol li + li:before {
    content: "2"; }
  .vinofile-favoriteseats .page-content > .left ol li + li + li:before {
    content: "3"; }
.vinofile-favoriteseats .page-content > .right {
  margin: 45px 0 0; }
  .vinofile-favoriteseats .page-content > .right .button {
    margin-bottom: 10px;
    font-size: 17px;
    height: 37px;
    line-height: 37px; }
  .vinofile-favoriteseats .page-content > .right .event-tickets-selection {
    margin-top: 0;
    width: 382px; }
.vinofile-favoriteseats .event-tickets-selection .timer {
  display: none; }
.vinofile-favoriteseats .event-tickets-selection .message {
  float: right; }
.vinofile-favoriteseats .event-map {
  margin: 0 auto; }
.vinofile-favoriteseats .event-tickets-selection {
  width: 584px;
  margin: 0 auto; }
  .vinofile-favoriteseats .event-tickets-selection #save-seats {
    float: right;
    margin-top: -15px; }

/* end ugly patching */
body[class*="account"] .box-collateral #favorite-seats ul li {
  float: left;
  margin-right: 10px; }
body[class*="account"] .box-collateral .favorite-seats-excerpt {
  margin-top: 5px;
  font-size: 14px;
  color: #999; }

.show-mobile {
  display: none !important; }

#diningMenu a, #eventsMenu a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  text-transform: uppercase; }

#diningMenu a:hover, #eventsMenu a:hover {
  color: #db9d47 !important; }

/* Winemaking pages */
.catalog-category-view[class*="winemaking"] #main-container.col2-right-layout .col-main {
  background: #f9f9f9;
  color: #000;
  font-weight: normal;
  padding-top: 0;
  overflow-x: hidden; }

body[class*="tours-tasting"] #main-container.col2-right-layout .col-main {
  background: #f9f9f9;
  color: #000;
  font-weight: normal;
  padding-top: 0;
  overflow-x: hidden; }
body[class*="winemaking"] .page-title h1, body[class*="tours-tasting"] .page-title h1 {
  color: #fff;
  display: table-cell;
  font-size: 72px;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  line-height: 1;
  text-transform: uppercase; }
body[class*="winemaking"] .page-title h1 span, body[class*="tours-tasting"] .page-title h1 span {
  display: block;
  font-weight: normal;
  font-size: 50%;
  text-transform: none;
  color: #ccc; }
body[class*="winemaking"] .page-title, body[class*="tours-tasting"] .page-title {
  height: 600px;
  display: table;
  width: 100%;
  position: relative; }
body[class*="winemaking"] .page-title .bkg_image, body[class*="tours-tasting"] .page-title .bkg_image {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -433px;
  width: 1920px;
  height: 600px;
  max-width: 1000%; }
body[class*="make-your-wine"] .article h3 {
  color: #000;
  text-transform: none;
  font-size: 42px;
  font-weight: bold; }
body[class*="winemaking-team"] #main-container.col2-right-layout .col-main, body[class*="team"] #main-container.col2-right-layout .col-main {
  padding-top: 20px; }
body[class*="category-wineclub"] #main-container.col2-right-layout .col-main {
  padding-top: 40px; }
body[class*="winemaking-team"] #main-container.col2-right-layout .col-main h1 {
  color: #000;
  font-size: 42px;
  font-weight: bold;
  clear: both; }
body[class*="winemaking-team"] .article .subnav {
  float: none !important;
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed; }
  body[class*="winemaking-team"] .article .subnav .button {
    background: #ccc;
    display: table-cell;
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
    body[class*="winemaking-team"] .article .subnav .button:hover {
      background: #75032F; }
body[class*="winemaking"] .article a:not(.button), body:not(.catalog-product-view) #main-container.col2-right-layout .col-main a:not(.button) {
  color: #000;
  text-decoration: underline; }
body[class*="winemaking"] .article a:not(.button):hover, body:not(.catalog-product-view) #main-container.col2-right-layout .col-main a:not(.button):hover {
  color: #666; }
body[class*="category-wineclub"] .article h2 {
  color: #000;
  text-transform: none;
  font-size: 42px;
  font-weight: bold; }
body:not(.catalog-product-view) #main-container.col2-right-layout .col-main {
  background: #f9f9f9;
  color: #000;
  font-weight: normal; }
  body:not(.catalog-product-view) #main-container.col2-right-layout .col-main h1 {
    color: #000;
    font-weight: bold;
    font-size: 42px;
    text-transform: none;
    line-height: 1.2; }
  body:not(.catalog-product-view) #main-container.col2-right-layout .col-main .article {
    font-size: 16px; }
    body:not(.catalog-product-view) #main-container.col2-right-layout .col-main .article dt {
      font-weight: bold;
      font-size: 18px;
      color: #75032F; }

.aside h2 {
  color: #000;
  font-weight: bold;
  text-transform: none;
  font-size: 20px; }
.aside p {
  color: #666;
  font-size: 14px; }

#currently-on-tap h2 {
  color: #fff;
  font-weight: bold; }

body:not(.catalog-product-view) #main-container.col2-right-layout .col-main .page-title h1 {
  color: #000;
  font-weight: bold;
  font-size: 42px;
  text-transform: none; }
body[class*="winemaking"] #main-container.col2-right-layout .col-main .page-title h1, body[class*="tours-tasting"] #main-container.col2-right-layout .col-main .page-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px; }
body[class*="about"] #main-container.col2-right-layout .col-main h3 {
  margin-bottom: 5px;
  font-size: 24px; }
body[class*="about"] #main-container.col2-right-layout .col-main p {
  margin: 10px 0; }
body[class*="about"] #main-container.col2-right-layout .col-main h4 a:not(.button) {
  text-decoration: none; }
body[class*="about"] #main-container.col2-right-layout .col-main h4 a:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  color: #999; }
body[class*="about"] .col-main .half {
  font-size: 16px; }
body[class*="about"] #main-container.col2-right-layout .col-main .half p {
  margin-top: 0;
  margin-bottom: 30px; }
body[class*="about"] #main-container.col2-right-layout .col-main .contacts h3 {
  line-height: 1;
  margin-bottom: 10px;
  color: #ccc; }
body.category-news #news li {
  color: #000; }
  body.category-news #news li h2 {
    font-weight: bold;
    text-transform: none;
    font-size: 20px;
    line-height: 1.1; }
    body.category-news #news li h2 a {
      text-decoration: none !important; }
  body.category-news #news li:before, body.category-news #news li:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  body.category-news #news li > div img {
    width: auto !important; }
body:not(.catalog-product-view) #main-container.col2-right-layout .col-main .press p .link, body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #press p .link {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #ccc;
  display: inline-block;
  margin-top: 15px; }
body:not(.catalog-product-view) #main-container.col2-right-layout .col-main .press p .link:hover {
  background-color: #75032F; }
body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #press p .link:hover {
  background-color: #75032F; }
body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #press h2 {
  color: #000; }
  body:not(.catalog-product-view) #main-container.col2-right-layout .col-main #press h2 a {
    text-decoration: none; }
body[class*="vision"] #main-container.col2-right-layout .col-main .aside h3, body[class*="design"] #main-container.col2-right-layout .col-main .aside h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  color: #000; }
body[class*="vision"] #main-container.col2-right-layout .col-main .aside h3 + p {
  margin-top: 0; }
body.catalog-product-view #main-container.col2-right-layout .col-main .button, body.category-tickets #main-container.col2-right-layout .col-main .button {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px; }
body.catalog-product-view #main-container.col2-right-layout .col-main a:not(.button), body.category-tickets #main-container.col2-right-layout .col-main a:not(.button) {
  text-decoration: none;
  width: 50%;
  display: inline-block; }
body.ticket-change #main-container.col2-right-layout .col-main {
  background: none;
  color: #fff; }
  body.ticket-change #main-container.col2-right-layout .col-main .page-title h1 {
    color: #fff; }
body a.event-date {
  width: 50%;
  display: inline-block; }
body a.button.event-date {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  width: auto; }
body strong.event-date {
  width: auto;
  padding: 10px 30px;
  display: inline-block;
  text-align: center; }

section.event-preview {
  color: #000000; }
  section.event-preview #fixed-quote {
    background: url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/splash/bkg_black.png") repeat fixed;
    background-color: #111;
    border: none; }
    section.event-preview #fixed-quote .content {
      display: table;
      width: 100%; }
      section.event-preview #fixed-quote .content .column {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        margin-right: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        section.event-preview #fixed-quote .content .column.first {
          width: 200px; }
        section.event-preview #fixed-quote .content .column.last {
          border-left: 1px solid #ef743f;
          padding: 0 10px;
          margin: 0;
          width: 400px; }
      section.event-preview #fixed-quote .content .logo {
        text-align: center;
        color: #fff; }
        section.event-preview #fixed-quote .content .logo h1 {
          font-size: 12px; }
        section.event-preview #fixed-quote .content .logo .store-name {
          font-size: 12px;
          font-weight: bold;
          color: #333;
          margin-top: -20px;
          text-transform: uppercase;
          display: block;
          font-family: 'Montserrat', arial;
          letter-spacing: 0.15em; }
      section.event-preview #fixed-quote .content .product-image img {
        width: 200px; }
      section.event-preview #fixed-quote .content h1 {
        color: #db9d47;
        font-size: 20px;
        width: auto;
        padding: 0 10px 0 10px; }
      section.event-preview #fixed-quote .content .event-date {
        color: #d3bdb0;
        float: none;
        width: auto;
        border: none;
        font-size: 14px;
        background-color: transparent;
        padding: 5px 10px 0 10px; }
      section.event-preview #fixed-quote .content form {
        color: white; }
      section.event-preview #fixed-quote .content dl {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      section.event-preview #fixed-quote .content dt {
        display: inline-block;
        width: 25%;
        margin-right: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #db9d47;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview #fixed-quote .content dd {
        display: inline-block;
        width: 70%;
        color: white;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview #fixed-quote .content p {
        color: white;
        padding: 2px;
        text-align: left; }
        section.event-preview #fixed-quote .content p a {
          width: 100%;
          text-align: center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          color: #fff; }
      section.event-preview #fixed-quote .content .event-buttons {
        text-align: center;
        font-size: 14px; }
        section.event-preview #fixed-quote .content .event-buttons .event-button {
          margin-right: 5px;
          float: left; }
  section.event-preview .event-head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ef7441; }
    section.event-preview .event-head .event-date {
      display: table-cell;
      width: 80px;
      height: 100%;
      border-right: 1px solid #ef7441;
      background-color: #ef7441;
      padding: 5px;
      vertical-align: middle;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-head .event-date span {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        font-style: italic; }
        section.event-preview .event-head .event-date span.weekday {
          margin-bottom: 2px;
          border-bottom: 1px solid #fff; }
        section.event-preview .event-head .event-date span.day {
          font-size: 24px;
          font-style: normal; }
        section.event-preview .event-head .event-date span.year {
          display: none; }
    section.event-preview .event-head h1 {
      display: table-cell;
      color: black;
      width: 65%;
      padding: 0 0 0 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    section.event-preview .event-head .overview {
      display: table-cell;
      border-left: 1px solid #ef743f;
      padding: 0 0 0 10px;
      height: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      vertical-align: top; }
      section.event-preview .event-head .overview .event-place {
        margin-bottom: 10px;
        color: #ef743f;
        font-size: 18px; }
      section.event-preview .event-head .overview dl {
        display: block;
        width: 100%;
        color: black; }
      section.event-preview .event-head .overview dt {
        display: inline-block;
        width: 15%;
        margin-right: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #ef743f;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      section.event-preview .event-head .overview dd {
        display: inline-block;
        width: 80%;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
  section.event-preview .event-shop {
    width: 40%; }
    section.event-preview .event-shop .box {
      padding-bottom: 10px;
      margin-bottom: 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop .box h3 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ef743f;
        color: #000; }
    section.event-preview .event-shop a {
      color: #000; }
    section.event-preview .event-shop label {
      color: black; }
      section.event-preview .event-shop label.btn-soldout {
        font-size: 16px;
        line-height: 19px;
        color: #000;
        background: #d5d7de;
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        font-family: "Roboto Condensed",arial;
        padding: 10px 20px;
        text-transform: uppercase; }
    section.event-preview .event-shop dl {
      display: block;
      width: 100%;
      margin: 0 0 10px 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: black; }
    section.event-preview .event-shop dt {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      font-weight: bold;
      color: #ef743f;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop dt a {
        font-size: 12px; }
    section.event-preview .event-shop dd {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    section.event-preview .event-shop .event-buttons {
      font-size: 14px;
      width: 60%;
      margin: 0 auto; }
      section.event-preview .event-shop .event-buttons .event-button {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        section.event-preview .event-shop .event-buttons .event-button a.button {
          width: 100%;
          text-align: center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          color: #fff; }
      section.event-preview .event-shop .event-buttons p.event-select-seate-btn a.button {
        background: #EF7441;
        color: #fff; }
      section.event-preview .event-shop .event-buttons p.favorite-seats-message {
        color: #000; }
    section.event-preview .event-shop .social-links {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: 100%;
      padding-left: 38px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      section.event-preview .event-shop .social-links div {
        float: left; }
        section.event-preview .event-shop .social-links div.facebook, section.event-preview .event-shop .social-links div.pinterest {
          margin-right: 50px; }
    section.event-preview .event-shop .event-up-sell, section.event-preview .event-shop .box-up-sell {
      width: 100%;
      padding: 0;
      background-color: transparent;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      clear: both;
      float: none !important; }
    section.event-preview .event-shop .event-up-sell h3.product-name a, section.event-preview .event-shop .box-up-sell h3.product-name a {
      color: #000; }
    section.event-preview .event-shop .event-up-sell .box-title, section.event-preview .event-shop .box-up-sell .box-title {
      width: 100%;
      margin: 0;
      padding: 0; }
    section.event-preview .event-shop .event-up-sell .box-title h2, section.event-preview .event-shop .box-up-sell .box-title h2 {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px;
      padding: 0 0 10px;
      border-bottom: 1px solid #db9d47;
      color: #ef743f; }
    section.event-preview .event-shop .event-up-sell h3.product-name, section.event-preview .event-shop .box-up-sell h3.product-name {
      border: none;
      font-size: 15px;
      margin-bottom: 3px;
      font-weight: normal; }
    section.event-preview .event-shop .event-up-sell ul, section.event-preview .event-shop .box-up-sell ul {
      width: 100%; }
    section.event-preview .event-shop .event-up-sell li, section.event-preview .event-shop .box-up-sell li {
      width: auto;
      display: block;
      float: none;
      padding: 15px;
      margin: 10px;
      background-color: #efefef;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    section.event-preview .event-shop .event-up-sell li + li, section.event-preview .event-shop .box-up-sell li + li {
      border: none;
      padding: 15px; }
    section.event-preview .event-shop .event-up-sell li .button, section.event-preview .event-shop .box-up-sell li .button {
      padding: 10px 20px;
      margin: 0;
      background: #ef7441; }
  section.event-preview .right .box {
    float: left;
    width: 100%; }
  section.event-preview .left-column {
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    section.event-preview .left-column .event-img-box {
      position: relative; }
      section.event-preview .left-column .event-img-box img {
        width: 100%; }
      section.event-preview .left-column .event-img-box .artist-links-box {
        float: right;
        position: absolute;
        right: 0;
        bottom: -8px; }
      section.event-preview .left-column .event-img-box .artist-links {
        clear: both;
        margin: 0;
        font-size: 20px;
        float: right; }
        section.event-preview .left-column .event-img-box .artist-links > li {
          float: left;
          padding: 5px 10px;
          text-transform: uppercase; }
          section.event-preview .left-column .event-img-box .artist-links > li a {
            color: #ef743f;
            font-size: 20px; }
          section.event-preview .left-column .event-img-box .artist-links > li + li a {
            padding-left: 10px;
            position: relative; }
        section.event-preview .left-column .event-img-box .artist-links li + li a:before {
          content: "|";
          display: inline-block;
          left: -10px;
          position: absolute;
          z-index: 5; }
    section.event-preview .left-column .event-about {
      width: 100%; }
      section.event-preview .left-column .event-about * {
        font-family: 'Roboto Condensed', arial !important;
        color: black !important; }
      section.event-preview .left-column .event-about a {
        color: #db9d47 !important; }

#main-container .col-right .row {
  margin-left: 0; }
#main-container .col-right #featured-events .module_event .block .date {
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold; }
#main-container .col-right .row .column {
  position: relative;
  float: left;
  margin: 0 6px 0 0;
  padding: 6px 0 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 32.22%; }
#main-container .col-left .row .column {
  position: relative;
  float: left;
  margin: 0 6px 0 0;
  padding: 6px 0 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
#main-container .col-right #featured-events .module_event {
  position: relative;
  float: left;
  margin: 0 6px 0 0;
  padding: 6px 0 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
  #main-container .col-right #featured-events .module_event .block {
    height: 300px;
    width: 460px;
    overflow: hidden;
    margin: 0 auto;
    background: #000000; }

.module_event .event-content {
  overflow: visible;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  padding: 10px;
  text-align: left;
  width: 345px; }

body[class*="tickets"] #main-container .col-right .block h4, body[class*="catalogsearch"] #main-container .col-right .module_event .event-content .block h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold; }

.module_event .block div.thumbnail img {
  height: 345px;
  width: 460px;
  background: #DFF1F6;
  z-index: 1;
  opacity: 0.7;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#main-container .col-right #featured-events .module_event .block img:hover {
  background: #000;
  opacity: .5; }

body.tickets .col3-layout .col-wrapper {
  background: #f9f9f9;
  color: #000; }
body.tickets #main-container .col-right .row {
  border-spacing: inherit;
  display: block;
  margin: 0; }
body.catalog-category-view.categorypath-tickets-html.category-tickets #main-container .col-right .row {
  border-spacing: inherit;
  display: block;
  margin: 0; }
body.tickets .col3-layout .col-wrapper a, body.catalog-category-view.categorypath-tickets-html.category-tickets body.tickets .col3-layout .col-wrapper a {
  color: #333; }
body.tickets .col3-layout .col-wrapper a:hover, body.catalog-category-view.categorypath-tickets-html.category-tickets body.tickets .col3-layout .col-wrapper a:hover {
  color: #db9d47; }
body.tickets .col3-layout .col-wrapper a.button {
  color: #fff; }
body.tickets .col3-layout .col-left a, body.tickets .col3-layout .col-left table.ui-datepicker-calendar a {
  color: #fff; }
body.catalog-category-view.categorypath-tickets-html.category-tickets .col3-layout .col-wrapper a.button, body.catalog-category-view.categorypath-tickets-html.category-tickets .col-left a, body.catalog-category-view.categorypath-tickets-html.category-tickets .col3-layout .col-left table.ui-datepicker-calendar a {
  color: #fff; }
body.tickets .col3-layout .col-left table.ui-datepicker-calendar a:hover, body.catalog-category-view.categorypath-tickets-html.category-tickets .col3-layout .col-left table.ui-datepicker-calendar a:hover {
  color: #fff; }
body.tickets .col3-layout .col-left .block-filters dd.event-date, body.catalog-category-view.categorypath-tickets-html.category-tickets .col3-layout .col-left .block-filters dd.event-date {
  background-color: #111;
  color: #fff; }
body.tickets #main-container .col-right, body.catalog-category-view.categorypath-tickets-html.category-tickets #main-container .col-right {
  background-color: #f9f9f9 !important;
  background: none; }
body.tickets #main-container .col-right .width-limiter, body.catalog-category-view.categorypath-tickets-html.category-tickets #main-container .col-right .width-limiter {
  width: 100%; }

section.event-preview .event-shop .event-button.event-text {
  display: inline;
  float: left; }

a#vinofile-login-click, #fixed-quote .content p a {
  display: inline; }

.event-shop .event-buttons #presales_form {
  display: inline-block; }

p.event-vino-member, p.event-vino-member a:not(.button) {
  display: inline !important; }

#presales_form p.event-vino-member, #presales_form p.event-vino-member a:not(.button) {
  display: inherit; }

#presales_form input.button.olive {
  padding: 5px 10px !important;
  margin: 0 10px;
  letter-spacing: 2px !important;
  float: left;
  text-align: left;
  font-size: 14px; }
#presales_form label {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0; }
#presales_form input[type=text] {
  float: left; }

.top-shop-block, section#additional-wine-info {
  width: 100%;
  display: inline-block; }
  .top-shop-block .top-vineyards-block, section#additional-wine-info .top-vineyards-block {
    background: #333;
    width: 100%;
    display: inline-block; }
    .top-shop-block .top-vineyards-block .main-cms-block, section#additional-wine-info .top-vineyards-block .main-cms-block {
      max-width: 1054px;
      margin: 0 auto; }
    .top-shop-block .top-vineyards-block .our-vineyards-block.right, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right {
      width: 45%;
      float: right;
      max-height: 500px;
      margin: 30px 0px 30px 30px;
      background: #333; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-item div.item, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-item div.item {
        max-height: 500px;
        text-align: center;
        background-color: #333;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        margin: 10px auto; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-theme .owl-controls, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        vertical-align: middle;
        bottom: 40%;
        top: 41.4%;
        width: 100%; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons div, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons div {
        background: transparent; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-prev, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-prev {
        float: left;
        opacity: 1; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-next, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-next {
        float: right;
        opacity: 1; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .pe-7s-angle-right:before, .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .pe-7s-angle-left:before, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .pe-7s-angle-right:before, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .pe-7s-angle-left:before {
        display: none; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-next:before, .top-shop-block .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-prev:before, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-next:before, section#additional-wine-info .top-vineyards-block .our-vineyards-block.right .owl-buttons .owl-prev:before {
        color: #ccc; }
    .top-shop-block .top-vineyards-block .our-vineyards-block.left, section#additional-wine-info .top-vineyards-block .our-vineyards-block.left {
      background: transparent;
      width: 45%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.left .caption h3, section#additional-wine-info .top-vineyards-block .our-vineyards-block.left .caption h3 {
        color: #fff;
        font-size: 4.125rem;
        margin: 60px 0 15px 0px;
        font-weight: 300; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.left .caption p, section#additional-wine-info .top-vineyards-block .our-vineyards-block.left .caption p {
        font-size: 18px;
        line-height: 32px;
        margin: 10px 0 15px 0px; }
      .top-shop-block .top-vineyards-block .our-vineyards-block.left .button.btn-5, section#additional-wine-info .top-vineyards-block .our-vineyards-block.left .button.btn-5 {
        color: #999;
        background-color: transparent;
        border: 1px solid #8F1B4C; }
        .top-shop-block .top-vineyards-block .our-vineyards-block.left .button.btn-5:hover, section#additional-wine-info .top-vineyards-block .our-vineyards-block.left .button.btn-5:hover {
          background-color: transparent;
          border-color: #8F1B4C;
          color: #fff; }
  .top-shop-block .top-wines-block p, .top-shop-block .wine-stats p, section#additional-wine-info .top-wines-block p, section#additional-wine-info .wine-stats p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0 15px 20px;
    text-align: center; }
  .top-shop-block .wine-stats, section#additional-wine-info .wine-stats {
    width: 1054px;
    margin: 0 auto 50px; }
    .top-shop-block .wine-stats img, section#additional-wine-info .wine-stats img {
      width: 100%;
      height: auto;
      display: inline-block; }

/*# sourceMappingURL=custom.css.map */

/* Color variables */
/* ----- */
.header-notifications {
  height: 15px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #2c363f;
  border-bottom: 1px solid #2c363f;
  font-family: "Montserrat";
  position: fixed;
  top: 0;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 99;
  display: none; }
  .header-notifications-close {
    float: right;
    margin: 0 10px;
    cursor: pointer; }
  .header-notifications + .top-header {
    top: 36px; }
    .header-notifications + .top-header + .header-wrapper {
      margin-top: 30px; }

.top-header {
  background: #000;
  box-shadow: none;
  border-bottom: 2px solid #000;
  height: 50px;
  font-family: "Roboto";
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 58px; }
  .top-header .width-limiter {
    width: auto;
    padding: 0 15px 0 20px; }
    @media (max-width: 640px) {
      .top-header .width-limiter {
        padding: 0 15px 0 10px;
        display: inline; } }
  .top-header .links {
    vertical-align: top;
    height: 50px;
    line-height: 50px; }
    .top-header .links li {
      vertical-align: top;
      text-transform: none;
      font-size: 14px;
      font-weight: 400;
      height: 50px;
      line-height: 50px; }
      .top-header .links li a {
        color: #999;
        font-weight: 400;
        letter-spacing: normal;
        padding: 0 10px; }
        .top-header .links li a .cart-icon {
          background: none;
          width: auto;
          height: auto;
          color: #db9d47;
          font-family: "Pe-icon-7-stroke";
          display: inline-block;
          font-size: 26px;
          line-height: 26px;
          vertical-align: middle;
          -webkit-transition: color .2s ease-in-out;
          -moz-transition: color .2s ease-in-out;
          -o-transition: color .2s ease-in-out;
          -ms-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
          -webkit-text-stroke: .3px; }
          .top-header .links li a .cart-icon:before {
            display: inline-block;
            content: "\e66e"; }
        .top-header .links li a .count {
          color: #fff;
          font-size: 14px;
          font-weight: 300; }
        .top-header .links li a:hover {
          color: #fff; }
          .top-header .links li a:hover .cart-icon {
            color: #ef743f; }
      .top-header .links li:before {
        display: none; }
      .top-header .links li:after {
        background-color: #999;
        width: 1px;
        top: 18px; }
  .top-header .welcome-msg {
    width: auto;
    text-align: right;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
    display: inline-block;
    white-space: nowrap;
    margin: 0 0 1px;
    line-height: normal;
    position: relative;
    padding-right: 10px;
    border-right: 1px solid #999;
    line-height: 16px; }
  .top-header .store-switcher {
    height: 50px; }
    .top-header .store-switcher > li {
      line-height: 50px; }
      .top-header .store-switcher > li:before {
        display: none; }
      .top-header .store-switcher > li:after {
        display: none; }
    .top-header .store-switcher a {
      font-size: 16px;
      color: #999;
      letter-spacing: normal;
      font-weight: 400;
      text-transform: none;
      font-family: "Roboto"; }
      .top-header .store-switcher a:hover {
        color: #fff; }
    .top-header .store-switcher .active:after {
      width: 100%;
      height: 3px;
      left: 0;
      bottom: 0;
      background-color: #db9d47;
      display: block;
      top: auto; }
    .top-header .store-switcher .active a {
      color: #db9d47; }
  .top-header #dropdown {
    position: fixed;
    left: 0;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #444;
    background-color: #000;
    text-align: center; }
    .top-header #dropdown form {
      padding: 20px; }
    .top-header #dropdown label {
      display: inline-block;
      margin: 0;
      vertical-align: middle;
      letter-spacing: normal;
      font-family: "Roboto";
      font-weight: 300;
      font-size: 18px;
      color: #999; }
    .top-header #dropdown .input-text {
      display: inline-block;
      margin: 0 0 0 10px;
      vertical-align: middle;
      width: auto;
      background-color: transparent;
      border-color: #999;
      padding: 6px 8px;
      font-family: "Roboto";
      color: #999;
      font-size: 16px;
      font-weight: 300;
      height: auto;
      -webkit-appearance: none; }
      .top-header #dropdown .input-text + label {
        margin-left: 20px; }
    .top-header #dropdown .actions {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      margin-right: 30px; }
      .top-header #dropdown .actions a.close {
        position: absolute;
        top: 19px;
        right: 20px;
        width: 40px;
        text-indent: 2px;
        overflow: hidden;
        white-space: nowrap;
        color: #444;
        line-height: 1; }
        .top-header #dropdown .actions a.close:before {
          content: "\e680";
          font-family: "Pe-icon-7-stroke";
          display: inline-block;
          font-size: 40px;
          line-height: 1; }
        .top-header #dropdown .actions a.close:hover {
          color: #db9d47; }
      .top-header #dropdown .actions > * {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        font-family: "Roboto"; }
      .top-header #dropdown .actions .button {
        font-size: 16px;
        background-color: transparent;
        padding: 8px 0;
        font-weight: 400;
        margin-right: 10px;
        color: #db9d47; }
        .top-header #dropdown .actions .button:hover {
          color: #ef743f; }
      .top-header #dropdown .actions a:not(.close) {
        color: #999;
        margin: 0 5px;
        text-decoration: none;
        font-size: 14px; }
        .top-header #dropdown .actions a:not(.close):hover {
          color: #fff;
          text-decoration: none; }

.mini-search {
  margin-top: 9px;
  margin-left: 0; }
  .mini-search .form-search {
    border-color: #555;
    background-color: #000; }
    .mini-search .form-search .input-text {
      height: auto;
      padding: 5px;
      font-size: 14px;
      font-family: "Roboto";
      font-weight: 400;
      color: #ccc;
      width: 125px; }
    .mini-search .form-search .button {
      line-height: normal;
      vertical-align: middle;
      color: #ccc;
      padding-right: 2px; }
      .mini-search .form-search .button img {
        display: none; }
      .mini-search .form-search .button:before {
        font-family: "Pe-icon-7-stroke";
        display: inline-block;
        content: "\e618";
        font-size: 24px; }
      .mini-search .form-search .button:hover {
        color: #db9d47; }

#header {
  background: #000; }
  #header:before {
    display: none; }

#logo-flap {
  margin-top: -51px; }

#nav-container li {
  font-family: "Montserrat", "Roboto";
  text-shadow: none;
  padding: 10px 0 10px 40px;
  border-color: #999; }
  #nav-container li.nav-3 {
    margin-right: 244px;
    padding-right: 42px; }
  #nav-container li.nav-1 a {
    padding-left: 0; }
  #nav-container li.nav-4 {
    padding-left: 37px;
    padding-right: 32px; }
    #nav-container li.nav-4 a {
      padding-left: 0; }
  #nav-container li.nav-5 {
    padding-right: 32px;
    padding-left: 0; }
  #nav-container li.nav-6 {
    padding-right: 32px;
    padding-left: 0; }
  #nav-container li.nav-7 {
    padding-right: 32px;
    padding-left: 0; }
    #nav-container li.nav-7 a {
      padding: 0; }
#nav-container > ul {
  margin-top: 10px;
  text-align: center; }
  #nav-container > ul > li > a {
    padding: 0;
    display: block; }
    #nav-container > ul > li > a:hover {
      color: #db9d47; }
  #nav-container > ul > li + li > a:before {
    display: none; }

.napa #nav-container li.nav-4 {
  padding-left: 51px;
  padding-right: 45px; }
.napa #nav-container li.nav-5 {
  padding-right: 45px; }
.napa #nav-container li.nav-6 {
  padding-right: 45px; }
.napa #nav-container li.nav-7 {
  padding-right: 45px; }

.nashville #nav-container li.nav-4 {
  padding-left: 37px; }

.chicago #nav-container li.nav-4 {
  padding-left: 37px; }

.cwatlanta #nav-container li.nav-4 {
  padding-left: 51px;
  padding-right: 45px; }
.cwatlanta #nav-container li.nav-5 {
  padding-right: 45px; }
.cwatlanta #nav-container li.nav-6 {
  padding-right: 45px; }
.cwatlanta #nav-container li.nav-7 {
  padding-right: 45px; }

#subnav {
  font-size: 13px; }
  #subnav .width-limiter {
    width: 100%; }
    #subnav .width-limiter ul {
      background-color: #111;
      margin: -20px 0 0;
      padding: 12px 0;
      border-color: #000;
      border-style: solid;
      border-width: 2px 0 0; }
      #subnav .width-limiter ul li {
        font-family: "Montserrat", "Roboto";
        margin-right: 10px; }
        #subnav .width-limiter ul li + li {
          border-left: none;
          padding-left: 10px; }

#footer {
  padding-top: 50px;
  text-transform: none;
  font-weight: normal; }
  #footer h4 {
    color: #db9d47;
    font-family: "Roboto"; }
  #footer a {
    font-family: "Montserrat","Roboto";
    text-transform: uppercase;
    font-size: 12px;
    color: #999; }
    #footer a:hover {
      text-decoration: none;
      color: #fff; }

.button.btn-1 {
  background-color: #7b1f43; }
  .button.btn-1:hover {
    background-color: #671a38; }
.button.btn-2 {
  background-color: #ef743f; }
  .button.btn-2:hover {
    background-color: #ed6327; }
.button.btn-3 {
  background-color: #db9d47; }
  .button.btn-3:hover {
    background-color: #d79232; }
.button.btn-4 {
  background-color: #000; }
  .button.btn-4:hover {
    background-color: #333; }
.button.btn-5 {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out, color 300ms ease-in-out; }
  .button.btn-5:hover {
    background-color: transparent;
    border-color: #db9d47;
    color: #db9d47; }

body.cms-index-index img {
  height: auto;
  max-width: 100%; }
body.cms-index-index #wrapper:before {
  background-image: none !important; }
body.cms-index-index #main-container {
  width: 100%;
  margin: 0;
  background-color: #f0f0f0; }
body.cms-index-index .home-carousel {
  position: relative; }
  body.cms-index-index .home-carousel .caption {
    display: table;
    width: 1054px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -527px; }
    body.cms-index-index .home-carousel .caption .caption-wrapper {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding: 0 50px; }
    body.cms-index-index .home-carousel .caption h2 {
      font-weight: bold;
      letter-spacing: 0;
      color: #fff;
      font-size: 50px;
      line-height: 1.1;
      text-shadow: 2px 2px 2px #000;
      font-family: "Montserrat","Roboto"; }
    body.cms-index-index .home-carousel .caption p {
      margin: 30px 0 0; }
    body.cms-index-index .home-carousel .caption .button {
      letter-spacing: 3px;
      font-size: 16px;
      font-weight: bold; }
    body.cms-index-index .home-carousel .caption.affix {
      position: fixed;
      width: 100%;
      padding: 15px 0;
      display: block;
      height: auto;
      left: 0;
      margin: 0;
      background: #1b1b1b url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_2.jpg") no-repeat 0 -130px/cover;
      top: 50px;
      z-index: 10; }
      body.cms-index-index .home-carousel .caption.affix h2 {
        display: block;
        font-size: 24px;
        line-height: normal;
        text-align: center;
        font-weight: 300;
        padding: 0;
        text-transform: none;
        text-shadow: none;
        font-family: "Roboto"; }
body.cms-index-index #main-carousel .owl-item {
  overflow: hidden;
  min-height: 550px;
  position: relative; }
  body.cms-index-index #main-carousel .owl-item .item {
    position: absolute;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
body.cms-index-index #main-carousel .owl-controls {
  margin-top: -60px;
  position: relative; }
  body.cms-index-index #main-carousel .owl-controls .owl-pagination {
    height: 35px;
    padding-top: 25px; }
  body.cms-index-index #main-carousel .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #eadeda;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #000; }
  body.cms-index-index #main-carousel .owl-controls .owl-page.active span {
    background-color: #7b1f43; }
  body.cms-index-index #main-carousel .owl-controls .owl-page:not(.active):hover span {
    background-color: #db9d47; }
body.cms-index-index .featured-events {
  background-color: #fff;
  padding: 50px 0 80px; }
  body.cms-index-index .featured-events .heading {
    margin: 0 30px 45px; }
    body.cms-index-index .featured-events .heading h2 {
      display: inline-block;
      font-family: "Roboto";
      text-transform: none;
      font-size: 30px;
      font-weight: 100;
      margin: 0; }
    body.cms-index-index .featured-events .heading a {
      float: right;
      color: #7b1f43;
      font-size: 18px;
      font-weight: 300;
      font-family: "Roboto";
      text-decoration: none;
      margin-top: 5px; }
      body.cms-index-index .featured-events .heading a span {
        font-size: 30px;
        vertical-align: middle;
        width: 35px; }
      body.cms-index-index .featured-events .heading a:hover {
        color: #999; }
  body.cms-index-index .featured-events .note-msg {
    color: #db9d47; }
  body.cms-index-index .featured-events .events-list {
    font-family: "Roboto";
    position: relative; }
  body.cms-index-index .featured-events .module_event {
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #f4f4f4;
    padding-bottom: 30px;
    background-color: #fcfbfb; }
    body.cms-index-index .featured-events .module_event .eimg a {
      display: block;
      line-height: 0; }
    body.cms-index-index .featured-events .module_event .edate {
      margin: 10px 20px;
      text-transform: uppercase;
      font-size: 14px;
      color: #000;
      font-weight: 400; }
    body.cms-index-index .featured-events .module_event h3 {
      text-transform: none;
      font-size: 24px;
      font-family: "Roboto";
      letter-spacing: 0;
      line-height: 1.1;
      margin: 0 20px 5px;
      min-height: 85px; }
      body.cms-index-index .featured-events .module_event h3 a {
        font-weight: bold;
        color: #7b1f43;
        text-decoration: none; }
        body.cms-index-index .featured-events .module_event h3 a:hover {
          color: #ef743f; }
    body.cms-index-index .featured-events .module_event .edesc {
      font-weight: 400;
      font-size: 16px;
      color: #000;
      margin: 0 20px 20px;
      letter-spacing: -0.02em; }
      body.cms-index-index .featured-events .module_event .edesc strong {
        font-weight: 400;
        font-family: "Roboto"; }
    body.cms-index-index .featured-events .module_event .actions a {
      min-width: 110px;
      font-weight: bold;
      letter-spacing: 3px; }
  body.cms-index-index .featured-events .owl-controls .owl-buttons > div {
    position: absolute;
    top: 50%;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    color: #7b1f43;
    border-radius: 0;
    font-size: 35px;
    margin: -13px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    body.cms-index-index .featured-events .owl-controls .owl-buttons > div.owl-prev {
      left: -10px; }
    body.cms-index-index .featured-events .owl-controls .owl-buttons > div.owl-next {
      right: -10px; }
    body.cms-index-index .featured-events .owl-controls .owl-buttons > div:hover {
      color: #999; }
  body.cms-index-index .featured-events.module_rotator {
    padding-bottom: 0; }
    body.cms-index-index .featured-events.module_rotator .module_event {
      border: none;
      max-width: 100%;
      text-align: left;
      position: relative;
      padding: 0;
      height: 350px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      body.cms-index-index .featured-events.module_rotator .module_event .edate {
        margin-top: 0;
        margin-bottom: 5px;
        color: #fff;
        letter-spacing: 0.02em; }
      body.cms-index-index .featured-events.module_rotator .module_event .news-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        body.cms-index-index .featured-events.module_rotator .module_event .news-wrapper .news-info {
          display: table-cell;
          vertical-align: middle;
          background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha40.png) repeat left top transparent;
          padding: 0 30px 50px;
          text-decoration: none;
          color: #fff;
          -webkit-transition: padding-top 0.3s ease-in-out, background-color 0.3s ease-in-out;
          -moz-transition: padding-top 0.3s ease-in-out, background-color 0.3s ease-in-out;
          transition: padding-top 0.3s ease-in-out, background-color 0.3s ease-in-out;
          /*-webkit-text-shadow: 0 0 0 #000;
          -moz-text-shadow:    0 0 0 #000;
          -ms-text-shadow:     0 0 0 #000;
          text-shadow:         0 0 0 #000;*/ }
          body.cms-index-index .featured-events.module_rotator .module_event .news-wrapper .news-info:hover {
            padding-top: 15px;
            background-color: rgba(123, 31, 67, 0.2);
            /*-webkit-text-shadow: 0 0 15px #000;
            -moz-text-shadow:    0 0 15px #000;
            -ms-text-shadow:     0 0 15px #000;
            text-shadow:         0 0 15px #000;*/ }
      body.cms-index-index .featured-events.module_rotator .module_event h3 {
        min-height: 1px;
        color: #fff;
        margin-bottom: 0;
        font-weight: bold; }
        body.cms-index-index .featured-events.module_rotator .module_event h3 a {
          color: #fff; }
          body.cms-index-index .featured-events.module_rotator .module_event h3 a:hover {
            color: #ccc; }
      @media screen and (min-width: 1600px) {
        body.cms-index-index .featured-events.module_rotator .module_event {
          height: 450px; } }
    body.cms-index-index .featured-events.module_rotator .owl-controls {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    body.cms-index-index .featured-events.module_rotator .owl-buttons > div {
      color: #fff;
      position: static;
      margin: -15px 10px 0; }
      body.cms-index-index .featured-events.module_rotator .owl-buttons > div:hover {
        color: #fff; }
      body.cms-index-index .featured-events.module_rotator .owl-buttons > div.owl-prev {
        left: 0; }
      body.cms-index-index .featured-events.module_rotator .owl-buttons > div.owl-next {
        right: 0; }
body.cms-index-index .module_notes {
  background-color: #fff;
  padding: 50px 0;
  clear: both; }
  body.cms-index-index .module_notes .width-limiter {
    width: 95%;
    max-width: 1200px; }
  body.cms-index-index .module_notes h3 {
    color: #000;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 45px 0;
    text-align: center;
    text-transform: none; }
  body.cms-index-index .module_notes #news {
    padding: 0;
    margin: 0 -10px;
    font-family: "Roboto"; }
    body.cms-index-index .module_notes #news li {
      width: calc(33.33% - 20px);
      float: left;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin: 10px;
      padding: 10px;
      border: 2px solid #f4f4f4;
      min-height: 160px;
      background-color: #fcfbfb; }
      body.cms-index-index .module_notes #news li:nth-child(3n+1) {
        clear: left; }
      body.cms-index-index .module_notes #news li .note-container {
        display: table;
        width: 100%; }
        body.cms-index-index .module_notes #news li .note-container .note-img {
          display: table-cell;
          vertical-align: top;
          width: 30%; }
        body.cms-index-index .module_notes #news li .note-container .note-copy {
          display: table-cell;
          vertical-align: top;
          padding-left: 10px; }
      body.cms-index-index .module_notes #news li .note-img {
        margin-right: 0 !important;
        float: none !important; }
        body.cms-index-index .module_notes #news li .note-img a {
          position: relative;
          display: block;
          width: 100%;
          height: 135px;
          overflow: hidden; }
        body.cms-index-index .module_notes #news li .note-img img {
          width: 100% !important;
          height: auto !important;
          position: absolute;
          left: 0;
          top: 0; }
      body.cms-index-index .module_notes #news li .date {
        font-size: 13px;
        color: #999;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 5px;
        text-transform: uppercase; }
      body.cms-index-index .module_notes #news li h2 {
        text-transform: none;
        color: #000;
        font-size: 16px;
        font-family: "Roboto";
        margin-bottom: 5px;
        font-weight: 400; }
        body.cms-index-index .module_notes #news li h2 a {
          text-decoration: none;
          display: block;
          max-height: 87px;
          overflow: hidden; }
          body.cms-index-index .module_notes #news li h2 a:hover {
            color: #db9d47; }
      body.cms-index-index .module_notes #news li .button {
        padding: 0;
        background-color: transparent;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #db9d47;
        display: block;
        font-weight: 400;
        font-family: "Roboto";
        font-size: 12px; }
        body.cms-index-index .module_notes #news li .button:hover {
          color: #7b1f43; }
      body.cms-index-index .module_notes #news li.all-notes {
        background-color: #f4f4f4;
        border: none;
        text-align: center;
        clear: none; }
        body.cms-index-index .module_notes #news li.all-notes a {
          text-decoration: none;
          color: #7b1f43;
          font-size: 18px;
          display: block;
          padding: 55px 0; }
          body.cms-index-index .module_notes #news li.all-notes a span {
            font-size: 30px;
            vertical-align: middle;
            width: 30px;
            margin-right: 5px; }
          body.cms-index-index .module_notes #news li.all-notes a:hover {
            color: #999; }
    body.cms-index-index .module_notes #news:after {
      display: table;
      clear: both;
      width: 100%;
      content: ""; }
    body.cms-index-index .module_notes #news ul {
      margin: 0 -15px 0 0; }
body.cms-index-index .module_banners .banners {
  display: table;
  width: 100%;
  table-layout: fixed; }
  body.cms-index-index .module_banners .banners .banner {
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px;
    text-align: left;
    border: none;
    height: 270px;
    color: #fff;
    font-family: "Roboto";
    position: relative;
    overflow: hidden; }
    body.cms-index-index .module_banners .banners .banner .banner-title {
      position: relative;
      z-index: 2; }
      body.cms-index-index .module_banners .banners .banner .banner-title span {
        display: block;
        font-size: 24px;
        font-weight: 300;
        line-height: 1; }
      body.cms-index-index .module_banners .banners .banner .banner-title h4 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 50px;
        font-family: "Roboto";
        line-height: 1; }
        body.cms-index-index .module_banners .banners .banner .banner-title h4 a {
          color: #db9d47;
          font-size: 35px;
          text-decoration: none;
          vertical-align: baseline;
          line-height: 1;
          margin-left: 5px; }
          body.cms-index-index .module_banners .banners .banner .banner-title h4 a:hover {
            color: #fff; }
      body.cms-index-index .module_banners .banners .banner .banner-title p {
        font-weight: 300;
        font-style: italic;
        margin: 15px 25px 0 0;
        font-size: 18px; }
    body.cms-index-index .module_banners .banners .banner img {
      position: absolute;
      width: auto;
      height: 100%;
      max-width: 1000%;
      left: 0;
      top: 0;
      z-index: 1;
      transition: all 0.3s ease-in-out;
      /* Mozilla Firefox */
      -moz-transform: scale(1.1);
      /* Webkit (Safari/Chrome) */
      -webkit-transform: scale(1.1);
      /* Opera */
      -o-transform: scale(1.1);
      /* IE10 */
      -ms-transform: scale(1.1);
      /* Proposed W3C Markup */
      transform: scale(1.1);
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      transition: all .2s ease-in; }
    body.cms-index-index .module_banners .banners .banner:hover img {
      /* Mozilla Firefox */
      -moz-transform: scale(1);
      /* Webkit (Safari/Chrome) */
      -webkit-transform: scale(1);
      /* Opera */
      -o-transform: scale(1);
      /* IE10 */
      -ms-transform: scale(1);
      /* Proposed W3C Markup */
      transform: scale(1); }
body.cms-index-index .module_VFbanner {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/new-home/VFbanner_bkg.jpg) repeat-x left center;
  height: 400px;
  position: relative;
  z-index: 2; }
  body.cms-index-index .module_VFbanner .VF-ad {
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
    line-height: 0;
    margin-left: 50px;
    /* Safari */
    -webkit-transform: rotate(345deg);
    /* Firefox */
    -moz-transform: rotate(345deg);
    /* IE */
    -ms-transform: rotate(345deg);
    /* Opera */
    -o-transform: rotate(345deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -moz-box-shadow: -7px 13px 21px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -7px 13px 21px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -7px 13px 21px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 13px 21px 1px rgba(0, 0, 0, 0.2); }
  body.cms-index-index .module_VFbanner .VF-copy {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: "Roboto";
    font-weight: 300;
    margin-left: 100px;
    max-width: 650px; }
    body.cms-index-index .module_VFbanner .VF-copy h3 {
      font-size: 36px;
      font-weight: 100;
      color: #fff;
      text-transform: none;
      font-family: "Roboto";
      margin-bottom: 40px;
      line-height: 1;
      letter-spacing: 0;
      margin-top: -20px; }
    body.cms-index-index .module_VFbanner .VF-copy p {
      margin-bottom: 0;
      font-size: 18px; }
    body.cms-index-index .module_VFbanner .VF-copy .actions {
      margin-top: 30px; }
      body.cms-index-index .module_VFbanner .VF-copy .actions .button {
        background-color: #7b1f43;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px; }
        body.cms-index-index .module_VFbanner .VF-copy .actions .button:hover {
          background-color: #671a38; }
        body.cms-index-index .module_VFbanner .VF-copy .actions .button.btn-orange {
          background-color: #ef743f; }
          body.cms-index-index .module_VFbanner .VF-copy .actions .button.btn-orange:hover {
            background-color: #ed6327; }
body.cms-index-index .module_subscribe {
  background-color: #2b2826;
  color: #fff;
  font-family: "Roboto";
  padding: 30px 0; }
  body.cms-index-index .module_subscribe .form-subscribe label {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    color: #eadeda; }
  body.cms-index-index .module_subscribe .form-subscribe .pe-7s-mail {
    vertical-align: middle;
    font-size: 36px;
    color: #db9d47;
    width: 40px; }
  body.cms-index-index .module_subscribe .form-subscribe #newsletter {
    background-color: transparent;
    border: 1px solid #eadeda;
    height: 40px;
    padding: 0 12px;
    font-weight: 300;
    font-size: 16px;
    color: #ccc;
    letter-spacing: 0;
    font-family: "Roboto";
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 370px;
    line-height: 40px; }
  body.cms-index-index .module_subscribe .form-subscribe .link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
    color: #db9d47;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 10px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    body.cms-index-index .module_subscribe .form-subscribe .link:hover {
      color: #999; }
body.cms-index-index .module_social {
  background-color: #7b1f43;
  color: #eadeda;
  font-family: "Roboto";
  padding: 30px 0;
  font-weight: 300; }
  body.cms-index-index .module_social .width-limiter {
    display: table;
    table-layout: fixed;
    max-width: 1054px;
    width: 100%; }
  body.cms-index-index .module_social .social-links {
    margin: 0;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 15px; }
    body.cms-index-index .module_social .social-links span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    body.cms-index-index .module_social .social-links a {
      display: inline-block;
      color: #eadeda;
      vertical-align: middle;
      font-size: 24px;
      text-align: center;
      background-color: #671a38;
      width: 45px;
      line-height: 39px;
      height: 45px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      body.cms-index-index .module_social .social-links a span {
        margin-right: -5px;
        vertical-align: middle; }
      body.cms-index-index .module_social .social-links a:hover {
        color: #fff;
        background-color: #5e1833; }
  body.cms-index-index .module_social .store-address {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding: 0;
    text-align: right; }
    body.cms-index-index .module_social .store-address a {
      color: #eadeda;
      font-weight: 300;
      font-family: "Roboto";
      text-decoration: none; }
      body.cms-index-index .module_social .store-address a:hover {
        color: #db9d47; }

#fixed-quote {
  position: fixed;
  width: 100%;
  padding: 10px;
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/NY_bkg_2.jpg) no-repeat 0 -250px;
  left: 0;
  top: 0;
  z-index: 50;
  margin-top: -1px;
  display: none;
  -webkit-transition: margin .3s ease-in-out;
  -moz-transition: margin .3s ease-in-out;
  -o-transition: margin .3s ease-in-out;
  -ms-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out; }
  #fixed-quote h2 {
    font-size: 24px;
    font-weight: 300;
    font-family: "Roboto";
    color: #fff;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto; }
  #fixed-quote.affix {
    margin-top: 51px; }

/* ----- Shop redesign ----- */
body[class*="shop"] .cms-block .featured-block {
  background-image: none;
  box-shadow: none; }
body[class*="shop"] #main-container .cms-block .category-name {
  position: static;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1054px;
  padding-top: 30px; }
  body[class*="shop"] #main-container .cms-block .category-name h2 {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    text-transform: none;
    font-family: "Roboto";
    letter-spacing: normal; }

#shop-rotator .owl-controls {
  margin-top: -60px;
  position: relative; }
  #shop-rotator .owl-controls .owl-pagination {
    height: 35px;
    padding-top: 25px; }
  #shop-rotator .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #eadeda;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #000; }
  #shop-rotator .owl-controls .owl-page.active span {
    background-color: #7b1f43; }
  #shop-rotator .owl-controls .owl-page:not(.active):hover span {
    background-color: #db9d47; }
#shop-rotator .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  height: 400px; }
  #shop-rotator .item .caption-wrapper {
    display: table;
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    height: 100%; }
    #shop-rotator .item .caption-wrapper .caption {
      height: 100%;
      vertical-align: middle;
      color: #fff;
      display: table-cell;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 300;
      font-size: 20px; }
  #shop-rotator .item h3 {
    font-family: "Montserrat", "Roboto", Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-shadow: 2px 2px 2px #000;
    -moz-text-shadow: 2px 2px 2px #000;
    -ms-text-shadow: 2px 2px 2px #000;
    text-shadow: 2px 2px 2px #000; }
    #shop-rotator .item h3 + p {
      margin-bottom: 15px;
      max-width: 50%;
      -webkit-text-shadow: 2px 2px 1px #000;
      -moz-text-shadow: 2px 2px 1px #000;
      -ms-text-shadow: 2px 2px 1px #000;
      text-shadow: 2px 2px 1px #000; }
  #shop-rotator .item .btn-5 {
    border-color: #db9d47;
    color: #db9d47;
    font-size: 15px;
    font-family: "Montserrat", "Roboto", Arial, sans-serif;
    letter-spacing: normal; }
    #shop-rotator .item .btn-5:hover {
      color: #fff;
      border-color: #fff; }

.category-listing {
  padding: 0; }
  .category-listing li {
    padding: 0;
    float: left;
    width: 33.33%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .category-listing li:hover {
      background-color: #fff;
      border-color: #f4f4f4; }
    .category-listing li .item {
      padding: 20px; }
      .category-listing li .item .image-container .hover-text {
        font-size: 14px;
        text-transform: uppercase;
        line-height: normal;
        text-align: left;
        font-family: "Montserrat", "Roboto", Arial, sans-serif;
        padding: 10px 45px 10px 10px;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/shop/img-hover-gradient.png) repeat-x 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .category-listing li h3 {
      color: #000;
      font-size: 18px;
      font-family: "Roboto";
      font-weight: bold;
      margin-bottom: 15px; }
      .category-listing li h3 a {
        color: #000; }
        .category-listing li h3 a:hover {
          text-decoration: none;
          color: #999; }
    .category-listing li .price-box {
      font-family: "Roboto";
      color: #7b1f43;
      margin-bottom: 20px; }
      .category-listing li .price-box .price {
        font-family: "Montserrat", "Roboto", Arial, sans-serif;
        color: #7b1f43;
        font-size: 24px;
        font-weight: bold; }
      .category-listing li .price-box .old-price {
        font-size: 14px;
        margin-bottom: 0; }
        .category-listing li .price-box .old-price .price {
          font-size: inherit;
          color: inherit;
          font-weight: normal;
          font-family: "Roboto"; }
      .category-listing li .price-box .special-price {
        margin-top: 0; }
    .category-listing li .button:before {
      display: none !important; }
    .category-listing li .button:hover {
      background-color: #525252; }
    .category-listing li .button .pe-7s-cart {
      vertical-align: middle;
      font-size: 10px; }
      .category-listing li .button .pe-7s-cart:before {
        font-size: 25px; }
    .category-listing li .sold-out {
      background-color: transparent;
      border-color: #ccc;
      color: #999;
      width: auto;
      font-size: 18px;
      padding: 8px 15px; }
      .category-listing li .sold-out .pe-7s-attention {
        font-size: 10px;
        vertical-align: middle; }
        .category-listing li .sold-out .pe-7s-attention:before {
          font-size: 25px;
          vertical-align: middle; }
  .category-listing .products-container {
    padding: 30px 0; }
    .category-listing .products-container:before, .category-listing .products-container:after {
      content: "";
      display: table; }
    .category-listing .products-container:after {
      clear: both; }
  .category-listing .wine-video {
    bottom: auto;
    width: auto;
    right: 10px;
    top: 7px; }
    .category-listing .wine-video a {
      color: #fff;
      font-size: 30px; }
      .category-listing .wine-video a .pe-7s-film {
        vertical-align: top; }
        .category-listing .wine-video a .pe-7s-film:before {
          vertical-align: top; }
      .category-listing .wine-video a:hover {
        color: #db9d47; }

.citywinery-notice {
  width: auto;
  background-color: #db9d47;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  padding: 20px; }

/* Change ticket name - customer account */
.my-account .page-title h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "Montserrat"; }
.my-account .title-buttons h1, .my-account .title-buttons h2, .my-account .title-buttons h3, .my-account .title-buttons h4, .my-account .title-buttons h5, .my-account .title-buttons h6 {
  max-width: 75%;
  text-align: left; }
.my-account .title-buttons .button, .my-account .title-buttons a {
  background-color: transparent;
  color: #db9d47;
  border: 1px solid #db9d47;
  font-size: 13px;
  letter-spacing: normal;
  font-family: "Montserrat";
  white-space: nowrap;
  position: relative;
  top: 10px; }
  .my-account .title-buttons .button:hover, .my-account .title-buttons a:hover {
    color: #fff;
    background-color: #db9d47; }
.my-account .info-box .box-title, #main-container.account-layout .my-account .addresses-additional .item .box-title {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 15px; }
.my-account .fieldset h2.legend, .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 15px; }
.my-account .order-info-box .box .box-title h2 {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 15px; }

body.customer-account-change-ticket-name #wrapper:before {
  display: none; }
body.customer-account-change-ticket-name #main-container {
  background: #f9f9f9; }
body.customer-account-change-ticket-name .my-account .page-title + p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px; }
body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list {
  display: block;
  margin: 0 -10px; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list:before, body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list:after {
    content: "";
    display: table; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list:after {
    clear: both; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li {
    float: left;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.action {
      width: 25%;
      padding-top: 32px; }
      body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.action .button {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.control {
      width: 25%;
      padding-top: 43px; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list label {
    color: #000;
    font-family: "Montserrat";
    font-size: 14px; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #eee;
    background-color: transparent; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list .input-box {
    float: none; }

/* Order success page */
.checkout-onepage-success #one-column {
  width: auto;
  padding-bottom: 0; }
  .checkout-onepage-success #one-column h2 {
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #333;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 15px; }
  .checkout-onepage-success #one-column .box-highlight {
    background-color: #fff;
    padding: 50px 0;
    color: #000;
    font-family: "Roboto";
    font-size: 18px;
    text-align: center; }
    .checkout-onepage-success #one-column .box-highlight h2 {
      color: #333;
      margin-bottom: 10px;
      font-size: 24px; }
    .checkout-onepage-success #one-column .box-highlight .order-number {
      font-size: 24px;
      margin-bottom: 10px;
      color: #7b1f43; }
      .checkout-onepage-success #one-column .box-highlight .order-number a {
        color: #7b1f43;
        font-weight: normal; }
  .checkout-onepage-success #one-column .buttons-set {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1054px;
    border-top: 1px solid #ddd; }
    .checkout-onepage-success #one-column .buttons-set .button {
      font-family: "Montserrat";
      letter-spacing: normal;
      padding: 15px 30px;
      border-color: #444;
      color: #444; }
      .checkout-onepage-success #one-column .buttons-set .button:hover {
        color: #db9d47;
        border-color: #db9d47; }
  .checkout-onepage-success #one-column .ordershare {
    padding: 50px 0; }
    .checkout-onepage-success #one-column .ordershare .width-limiter:before, .checkout-onepage-success #one-column .ordershare .width-limiter:after {
      content: "";
      display: table; }
    .checkout-onepage-success #one-column .ordershare .width-limiter:after {
      clear: both; }
    .checkout-onepage-success #one-column .ordershare h2 {
      font-family: "Roboto";
      font-size: 24px;
      font-weight: 300;
      text-transform: none;
      color: #000;
      margin: 0 0 50px; }
    .checkout-onepage-success #one-column .ordershare .product {
      width: auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      float: none !important;
      margin: 0 10px;
      background-color: #fcfbfb;
      border: 3px solid #f4f4f4;
      text-align: center; }
      .checkout-onepage-success #one-column .ordershare .product h3 {
        margin: 10px 0;
        color: #000;
        font-weight: bold; }
    .checkout-onepage-success #one-column .ordershare .product-wrapper {
      width: 33.33%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .checkout-onepage-success #one-column .module_success {
    padding: 0 0 60px;
    text-align: center;
    background-color: #7b1f43;
    margin-bottom: 0; }
    .checkout-onepage-success #one-column .module_success .width-limiter {
      display: table;
      table-layout: fixed; }
      .checkout-onepage-success #one-column .module_success .width-limiter:before, .checkout-onepage-success #one-column .module_success .width-limiter:after {
        content: "";
        display: table; }
      .checkout-onepage-success #one-column .module_success .width-limiter:after {
        clear: both; }
    .checkout-onepage-success #one-column .module_success .block {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      display: table-cell;
      vertical-align: top;
      padding-top: 50px; }
      .checkout-onepage-success #one-column .module_success .block .icon {
        color: #7b1f43;
        margin-bottom: 15px; }
        .checkout-onepage-success #one-column .module_success .block .icon span[class*="pe-7s"] {
          font-size: 0;
          width: 140px;
          height: 140px;
          text-align: center;
          line-height: 140px;
          background-color: #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          .checkout-onepage-success #one-column .module_success .block .icon span[class*="pe-7s"]:before {
            font-size: 70px;
            line-height: inherit; }
      .checkout-onepage-success #one-column .module_success .block .text {
        font-family: "Roboto";
        font-weight: 300;
        font-size: 20px;
        line-height: 1.2;
        color: #fff; }
.checkout-onepage-success .page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1054px; }

/* Checkout */
.opc .step .form-list label {
  color: #000000;
  font-family: "Montserrat";
  font-size: 11px;
  letter-spacing: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: normal; }
  .opc .step .form-list label em {
    margin-left: -8px; }
.opc .step .form-list .control label {
  padding-top: 2px;
  padding-bottom: 0; }
.opc .step .input-box .input-text {
  padding: 10px 12px;
  border-width: 1px;
  border-color: #e8e8e8; }
.opc .step .input-box select {
  padding: 10px 12px;
  border-width: 1px;
  border-color: #e8e8e8; }
.opc .step .input-box.country-code #mobile_phone_code {
  margin-bottom: 10px;
  display: block;
  float: none; }
.opc .step .input-box.country-code .validate-phoneStrict {
  float: none;
  display: block; }
.opc .step .input-box.country-code .note {
  padding: 0;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px; }

/* Select seats page */
.catalog-product-buytickets #one-column {
  width: auto;
  background-color: #fff; }
.catalog-product-buytickets .back-to {
  color: #db9d47;
  font-family: "Montserrat";
  padding: 20px 0; }
  .catalog-product-buytickets .back-to span:before {
    content: "\e6a2";
    font-family: "Pe-icon-7-stroke";
    font-size: 22px;
    background-image: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .catalog-product-buytickets .back-to span:hover {
    text-decoration: none;
    color: #f1a131; }
    .catalog-product-buytickets .back-to span:hover:before {
      margin-right: 10px; }
.catalog-product-buytickets .product-view > p {
  width: 1054px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-family: "Roboto"; }
  .catalog-product-buytickets .product-view > p a {
    color: #7b1f43;
    text-decoration: underline;
    font-weight: normal; }
  .catalog-product-buytickets .product-view > p strong {
    font-family: inherit;
    font-weight: bold; }
.catalog-product-buytickets .product-essential .selector-sub {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 300;
  margin: 40px 0 50px;
  text-align: center; }
  .catalog-product-buytickets .product-essential .selector-sub:after {
    width: 500px;
    height: 20px;
    display: block;
    margin: 10px auto 0;
    content: "";
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #954c69; }
.catalog-product-buytickets .product-essential .select-seats {
  border: none;
  box-shadow: none;
  background-color: #f9f9f9; }
  .catalog-product-buytickets .product-essential .select-seats #tabs {
    width: 1054px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav {
      background: none;
      font-family: "Montserrat";
      display: table;
      width: 100%;
      table-layout: fixed; }
      .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li {
        box-shadow: none;
        color: #fff;
        font-size: 18px;
        float: none;
        display: table-cell;
        vertical-align: top;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #f9f9f9; }
        .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li a {
          color: #7b1f43;
          font-weight: bold; }
        .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li.ui-state-active {
          background: #fff; }
          .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li.ui-state-active a {
            color: #7b1f43;
            font-weight: bold; }
        .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li:not(.ui-state-active) {
          border-bottom: 1px solid #f9f9f9 !important; }
          .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li:not(.ui-state-active) a {
            background-color: #f9f9f9;
            color: #999; }
            .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li:not(.ui-state-active) a:hover {
              background-color: #ececec; }
        .catalog-product-buytickets .product-essential .select-seats #tabs .ui-tabs-nav > li + li:before {
          background: none;
          color: #fff;
          margin-top: -35px;
          display: none; }
  .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel {
    width: 1034px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 20px; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel#tab-select-automatic {
      top: 1px; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol {
      box-shadow: none;
      background-color: transparent;
      font-family: "Roboto";
      text-align: center;
      border-bottom: 1px solid #f4f4f4;
      margin: 0 -10px; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol li {
        text-transform: none; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol li:before {
          font-family: "Montserrat";
          font-size: 18px;
          font-weight: normal;
          background-color: #fff;
          width: 35px;
          line-height: 35px;
          height: 35px;
          border: 1px solid #7b1f43;
          color: #7b1f43; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol li #next-table .button {
          text-decoration: none;
          letter-spacing: 0;
          font-family: "Montserrat";
          text-transform: uppercase;
          color: #db9d47;
          font-weight: bold;
          font-size: 14px; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol li #next-table .button:hover {
            color: #f1a131; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel ol li select {
          font-family: "Montserrat"; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .left {
      float: none !important; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .left .event-map {
        margin: 0 auto; }
    .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right {
      background-color: #7b1f43;
      bottom: 0;
      color: #ffffff;
      left: 0;
      padding: 15px;
      position: fixed;
      width: 100%;
      z-index: 100000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head {
        margin: 0 auto;
        width: 1054px; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .title h2 {
          font-family: "Roboto";
          font-size: 18px;
          font-weight: bold;
          margin: 0;
          text-transform: none;
          color: #fff;
          float: none; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .title .timer {
          background-color: #fff;
          padding: 10px !important;
          position: fixed;
          left: 50%;
          margin-top: -93px;
          margin-left: -527px;
          color: #db9d47;
          letter-spacing: 0.25px;
          font-size: 13px;
          text-transform: uppercase;
          border: 1px solid #db9d47;
          width: 1054px;
          text-align: center; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .title .timer strong {
            color: inherit;
            font-family: "Montserrat"; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .title .timer:before {
            display: none; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container {
          border: none;
          margin: 0; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat {
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            padding: 15px;
            border: 1px solid #883556;
            margin: 10px 0 0 0;
            font-family: "Montserrat";
            position: relative;
            cursor: default;
            -webkit-transition: border-color 300ms ease-in-out;
            -moz-transition: border-color 300ms ease-in-out;
            transition: border-color 300ms ease-in-out; }
            .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat + .seat {
              margin-left: 10px; }
            .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat .seat-area {
              text-align: right;
              color: #caa5b4;
              font-weight: normal;
              font-size: 13px; }
            .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat .close {
              color: #fff;
              position: absolute;
              display: inline-block;
              right: 0;
              top: 0;
              font-size: 24px;
              line-height: 1;
              margin-top: -2px;
              margin-right: -2px; }
              .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat .close .fa {
                font-family: "Pe-icon-7-stroke"; }
                .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat .close .fa:before {
                  content: "\e680"; }
            .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right > .seatpicker-head .tickets-selection-container .seat:hover {
              border-color: #db9d47; }
      .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot {
        position: absolute;
        left: 50%;
        top: 10px;
        width: 1054px;
        margin-left: -527px;
        border: none;
        text-align: right; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot > .seatpicker-head {
          color: #ffffff;
          display: inline-block;
          text-transform: none;
          vertical-align: bottom;
          width: auto;
          margin: 0; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot .bottom {
          font-family: "Montserrat"; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot .bottom .cart-total {
            color: #fff;
            font-family: "Montserrat";
            font-size: 14px;
            font-weight: normal; }
            .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot .bottom .cart-total .total {
              font-weight: bold; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot .bottom .cart-count {
            display: none; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot .bottom .message {
            position: fixed;
            margin-left: -527px;
            left: 50%;
            width: 1054px;
            text-align: center;
            font-family: "Montserrat";
            text-transform: uppercase;
            color: #ef743f;
            font-size: 14px; }
        .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot > .button {
          padding: 0;
          background-color: transparent;
          color: #db9d47;
          font-family: "Montserrat";
          font-size: 15px;
          width: auto;
          display: inline-block;
          vertical-align: bottom;
          margin-bottom: -8px;
          margin-left: 10px;
          font-weight: bold; }
          .catalog-product-buytickets .product-essential .select-seats .ui-tabs-panel .right .seatpicker-foot > .button:hover {
            color: #f1a131; }
.catalog-product-buytickets .product-essential .ticket-info {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  box-shadow: none;
  border: 1px solid #e8e8e8; }
  .catalog-product-buytickets .product-essential .ticket-info h2 {
    font-family: "Montserrat";
    font-weight: bold;
    color: #7b1f43;
    font-size: 20px;
    line-height: 1.3; }
  .catalog-product-buytickets .product-essential .ticket-info .event-time {
    font-size: 16px;
    color: #7b1f43; }
    .catalog-product-buytickets .product-essential .ticket-info .event-time strong {
      font-family: "Roboto";
      font-weight: bold; }
  .catalog-product-buytickets .product-essential .ticket-info .event-place {
    letter-spacing: 0.5px;
    font-size: 12px; }
  .catalog-product-buytickets .product-essential .ticket-info .cell {
    padding: 20px;
    color: #999; }
    .catalog-product-buytickets .product-essential .ticket-info .cell.img {
      max-width: 160px; }
    .catalog-product-buytickets .product-essential .ticket-info .cell.title {
      padding-left: 0; }
    .catalog-product-buytickets .product-essential .ticket-info .cell.place {
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: #e8e8e8; }
    .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows .divider {
      display: none; }
    .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows h3 {
      font-size: 12px;
      font-weight: 300;
      color: #999;
      letter-spacing: 0.5px; }
    .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows ul li {
      font-size: 14px;
      font-weight: 400;
      font-family: "Montserrat"; }
      .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows ul li .button {
        padding: 0;
        background-color: transparent;
        font-family: "Montserrat";
        font-size: 12px;
        color: #db9d47;
        letter-spacing: 0; }
        .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows ul li .button:hover {
          color: #ffa323; }
      .catalog-product-buytickets .product-essential .ticket-info .cell .other-shows ul li > a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        color: #000; }

#best-found-tooltip {
  text-transform: none;
  font-size: 16px; }
  #best-found-tooltip > span {
    display: block;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: normal; }
  #best-found-tooltip .button {
    font-family: "Montserrat";
    letter-spacing: 0;
    background-color: #db9d47;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 14px; }

/* ATLANTA comming soon */
body.cwatlanta.coming-soon #one-column, body.cwboston.coming-soon #one-column {
  width: auto;
  padding: 0; }
body.cwatlanta #coming-soon, body.cwboston #coming-soon {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 50px;
  overflow: hidden; }
  body.cwatlanta #coming-soon p, body.cwboston #coming-soon p {
    margin: 0 100px 10px;
    line-height: 1.4; }
  body.cwatlanta #coming-soon .page-title, body.cwboston #coming-soon .page-title {
    display: table;
    height: 400px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    padding: 0;
    margin-bottom: 50px; }
    body.cwatlanta #coming-soon .page-title h1, body.cwboston #coming-soon .page-title h1 {
      display: table-cell;
      position: relative;
      text-align: center;
      vertical-align: middle;
      z-index: 2;
      line-height: 1.2;
      font-weight: bold;
      color: #ffffff;
      font-size: 72px;
      text-transform: uppercase;
      font-family: "Montserrat"; }
      body.cwatlanta #coming-soon .page-title h1 span, body.cwboston #coming-soon .page-title h1 span {
        color: #cccccc;
        display: block;
        font-size: 50%;
        font-weight: normal;
        text-transform: none;
        font-family: "Roboto Condensed"; }
    body.cwatlanta #coming-soon .page-title .bkg_image, body.cwboston #coming-soon .page-title .bkg_image {
      height: 400px;
      left: 50%;
      margin-left: -940px;
      max-width: 1000%;
      position: absolute;
      top: 0;
      width: 1920px; }

/* CMS News CSS fix */
body.category-news #main .col-main > .width-limiter {
  width: auto; }
body.category-news #main .col-main .article h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1054px; }
body.category-news #news li {
  border: none;
  padding: 50px 0;
  margin-bottom: 0; }
  body.category-news #news li .note-container {
    margin: 0 auto;
    max-width: 1054px;
    display: table; }
    body.category-news #news li .note-container > div {
      display: table-cell;
      vertical-align: middle;
      float: none !important; }
      body.category-news #news li .note-container > div.note-img {
        width: 300px; }
    body.category-news #news li .note-container .note-copy {
      padding-left: 30px; }
  body.category-news #news li .button {
    font-family: "Montserrat";
    letter-spacing: normal;
    background-color: #7b1f43; }
    body.category-news #news li .button:hover {
      background-color: #671a38; }
  body.category-news #news li h2 {
    font-family: "Montserrat";
    font-size: 24px;
    text-transform: uppercase; }
  body.category-news #news li .date {
    letter-spacing: 0.5px;
    margin-bottom: 5px !important; }
  body.category-news #news li p:not(.date) {
    font-family: "Roboto";
    font-weight: 300; }
  body.category-news #news li > div img {
    max-width: 100% !important;
    max-height: 100%; }
  body.category-news #news li:nth-child(even) {
    background-color: #f9f9f9; }

select optgroup {
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  padding: 5px; }

/* Shop */
.cms-block .ws-text-block p.notice {
  font-weight: normal;
  font-family: "Roboto"; }

.category-name h2 {
  font-size: 34px; }

.mini-search {
  margin-top: 7px;
  margin-left: 0; }

.mini-search .form-search {
  border-color: #555;
  background-color: #000;
  width: 100%; }

.mini-search .form-search .input-text {
  height: auto;
  padding: 5px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  color: #ccc;
  width: 125px; }

.mini-search .form-search .button {
  border-right: 2px solid white;
  float: none;
  vertical-align: middle; }

.mini-search .form-search .button img {
  display: none; }

.mini-search .form-search .button:before {
  font-family: "Pe-icon-7-stroke";
  display: inline-block;
  content: "\e618";
  font-size: 27px;
  font-weight: bold; }

.mini-search .form-search .button:hover {
  color: #db9d47; }

.mini-search a.search-button {
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  -webkit-text-stroke: .3px; }

.mini-search a.search-button:hover {
  color: #db9d47; }

.mini-search a.search-button:before {
  font-family: "Pe-icon-7-stroke";
  display: inline-block;
  content: "\e618";
  font-size: 24px;
  vertical-align: middle; }

.mini-search a.close-search-button {
  display: inline-block;
  vertical-align: middle; }

.mini-search a.close-search-button:before {
  font-family: "Pe-icon-7-stroke";
  display: inline-block;
  content: "\e680";
  font-size: 45px;
  font-weight: bold;
  margin-top: 10px; }

.mini-search #search-show {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999; }

.mini-search #search-show .search-overlay {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9; }

.mini-search #search-show #search_mini_form {
  max-width: 600px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 40%;
  margin-left: -300px;
  padding: 15px;
  text-align: center;
  z-index: 10; }

.mini-search #search-show #search_mini_form .form-search {
  max-height: none;
  min-height: initial;
  height: 60px;
  background: #000;
  border: 0;
  position: static;
  display: inline-block;
  line-height: 38px;
  padding: 0 10px; }

.mini-search #search-show #search_mini_form .form-search input[type="text"] {
  float: none;
  width: 100%;
  max-width: 80%;
  padding: 0px 10px 0px 5px;
  position: static;
  font-size: 30px;
  color: #fff;
  vertical-align: middle; }

.mini-search #search-show #search_mini_form .form-search #search_autocomplete {
  width: 100% !important; }

.mini-search #search-show #search_mini_form .form-search #search_autocomplete > ul {
  width: 100%; }

.cwboston #logo-flap {
  margin-top: -51px !important; }

.top-shop-block #shop-rotator .item .caption-wrapper .caption {
  vertical-align: bottom;
  padding-bottom: 50px; }
.top-shop-block #shop-rotator .item h3, .top-shop-block #shop-rotator .item p {
  float: right;
  width: 100%;
  text-align: right; }

#main-container.account-layout {
  position: relative;
  background-color: #fff;
  color: #000; }
  #main-container.account-layout #subnav {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #f1f1f1;
    width: 140px;
    z-index: 10; }
    #main-container.account-layout #subnav .width-limiter {
      width: auto; }
      #main-container.account-layout #subnav .width-limiter ul {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none; }
        #main-container.account-layout #subnav .width-limiter ul li {
          padding: 0;
          display: block;
          text-transform: none;
          white-space: normal;
          font-size: 12px;
          margin: 0; }
          #main-container.account-layout #subnav .width-limiter ul li a {
            color: #000;
            display: block;
            padding: 5px 15px; }
            #main-container.account-layout #subnav .width-limiter ul li a span {
              display: block;
              font-family: "Pe-icon-7-stroke";
              font-size: 30px;
              line-height: 1;
              margin-bottom: 5px;
              -webkit-transition: color 0.3s ease-in-out;
              -moz-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
              #main-container.account-layout #subnav .width-limiter ul li a span:before {
                display: inline-block;
                vertical-align: top;
                content: "\e65d"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.addressbook:before {
                content: "\e637"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.account_edit:before {
                content: "\e68f"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.sales_order:before {
                content: "\e69d"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.sarp:before {
                content: "\e6c9"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.gift_card:before {
                content: "\e652"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.enterprise_customerbalance:before {
                content: "\e68c"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.favorite_seats:before {
                content: "\e611"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.profiles:before {
                content: "\e664"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.name_change:before {
                content: "\e60c"; }
              #main-container.account-layout #subnav .width-limiter ul li a span.tokenbase:before {
                content: "\e664"; }
          #main-container.account-layout #subnav .width-limiter ul li.active a {
            color: #7b1f43;
            background-color: #fff;
            padding: 10px 15px; }
          #main-container.account-layout #subnav .width-limiter ul li + .active a {
            margin-top: 5px; }
          #main-container.account-layout #subnav .width-limiter ul li:not(.active) a span {
            color: #cccccc; }
          #main-container.account-layout #subnav .width-limiter ul li:not(.active) a:hover span {
            color: #000; }
    #main-container.account-layout #subnav .profile-head {
      background-color: #db9d47;
      padding: 15px 10px;
      color: #fff;
      text-align: center;
      font-size: 12px;
      font-family: "Montserrat";
      line-height: normal; }
      #main-container.account-layout #subnav .profile-head p {
        margin-bottom: 0; }
      #main-container.account-layout #subnav .profile-head .membership-label {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 10px;
        white-space: normal;
        line-height: 1; }
  #main-container.account-layout #main .col-main {
    min-height: 400px;
    color: #000;
    font-family: "Roboto"; }
    #main-container.account-layout #main .col-main > .width-limiter {
      width: auto;
      max-width: 1054px; }
      @media (max-width: 1430px) {
        #main-container.account-layout #main .col-main > .width-limiter {
          padding-left: 200px;
          padding-right: 50px; } }
  #main-container.account-layout .my-account {
    display: block;
    width: auto; }
    #main-container.account-layout .my-account .page-title {
      margin-bottom: 20px; }
      #main-container.account-layout .my-account .page-title h1 {
        letter-spacing: normal; }
    #main-container.account-layout .my-account .title-buttons .button {
      padding: 10px 20px;
      top: 0; }
    #main-container.account-layout .my-account .title-buttons a {
      padding: 10px 20px;
      top: 0; }
    #main-container.account-layout .my-account .col2-set .sub-title {
      border-bottom: 1px solid #e8e8e8;
      color: #000;
      font-family: "Roboto";
      font-size: 21px;
      font-weight: 300;
      margin-bottom: 20px;
      padding-bottom: 15px;
      letter-spacing: normal; }
    #main-container.account-layout .my-account .info-box, #main-container.account-layout .my-account .addresses-additional .item {
      border: none;
      background-color: #f9f9f9;
      padding: 20px; }
      #main-container.account-layout .my-account .info-box .box-title, #main-container.account-layout .my-account .addresses-additional .item .box-title {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: normal; }
        #main-container.account-layout .my-account .info-box .box-title a, #main-container.account-layout .my-account .addresses-additional .item .box-title a {
          color: #000; }
          #main-container.account-layout .my-account .info-box .box-title a:hover, #main-container.account-layout .my-account .addresses-additional .item .box-title a:hover {
            color: #db9d47; }
    #main-container.account-layout .my-account .order-info-box {
      padding: 0 20px; }
      #main-container.account-layout .my-account .order-info-box .box {
        border: 1px solid #e8e8e8;
        padding: 20px;
        min-height: 125px; }
        #main-container.account-layout .my-account .order-info-box .box .box-title h2 {
          color: #000 !important;
          font-weight: normal;
          letter-spacing: normal;
          font-size: 14px; }
    #main-container.account-layout .my-account .order-date {
      padding: 10px 20px;
      font-size: 18px;
      font-family: "Roboto Condensed"; }
    #main-container.account-layout .my-account .order-info {
      border-bottom: 1px solid #e8e8e8; }
      #main-container.account-layout .my-account .order-info dt {
        display: inline-block;
        vertical-align: bottom;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
        color: #999;
        padding-top: 11px;
        letter-spacing: 0.4px; }
      #main-container.account-layout .my-account .order-info dd {
        margin-bottom: -2px;
        position: relative; }
        #main-container.account-layout .my-account .order-info dd li {
          border-width: 1px 1px 1px 1px;
          border-style: solid;
          border-color: #e8e8e8;
          padding: 10px 15px;
          background-color: #f9f9f9;
          font-size: 12px;
          letter-spacing: normal;
          font-family: "Montserrat" !important;
          position: relative;
          margin-top: -4px; }
          #main-container.account-layout .my-account .order-info dd li a {
            font-family: inherit; }
          #main-container.account-layout .my-account .order-info dd li.current {
            background-color: #fff;
            color: #7b1f43;
            border-bottom-width: 0;
            margin-top: -3px;
            padding-bottom: 12px; }
            #main-container.account-layout .my-account .order-info dd li.current strong {
              font-family: inherit; }
    #main-container.account-layout .my-account .order-items > .sub-title {
      font-weight: 300;
      font-size: 28px;
      font-family: "Roboto Condensed";
      color: #000 !important;
      padding-bottom: 10px;
      border-bottom: 1px solid #e8e8e8;
      margin-bottom: 20px; }
      #main-container.account-layout .my-account .order-items > .sub-title .separator {
        color: #ccc;
        font-weight: 100;
        margin: 0 5px; }
      #main-container.account-layout .my-account .order-items > .sub-title a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: "Montserrat";
        color: #7b1f43;
        display: inline-block;
        vertical-align: middle; }
        #main-container.account-layout .my-account .order-items > .sub-title a:hover {
          color: #999; }
    #main-container.account-layout .my-account .order-items .table-caption {
      color: #000 !important;
      font-weight: 300 !important;
      font-size: 28px;
      font-family: "Roboto";
      padding-bottom: 10px !important;
      border-bottom: 1px solid #e8e8e8;
      letter-spacing: normal;
      margin-bottom: 30px; }
      #main-container.account-layout .my-account .order-items .table-caption .separator {
        color: #ccc;
        font-weight: 100;
        margin: 0 5px; }
      #main-container.account-layout .my-account .order-items .table-caption a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: "Montserrat";
        color: #7b1f43;
        display: inline-block;
        vertical-align: middle; }
        #main-container.account-layout .my-account .order-items .table-caption a:hover {
          color: #999; }
    #main-container.account-layout .my-account .order-items .tracking-table {
      margin-bottom: 50px;
      background-color: transparent;
      border: none !important; }
      #main-container.account-layout .my-account .order-items .tracking-table a {
        color: #000; }
      #main-container.account-layout .my-account .order-items .tracking-table tr.first td {
        padding: 10px 0;
        background-color: #fff; }
      #main-container.account-layout .my-account .order-items .tracking-table tr.last td a {
        font-size: inherit; }
      #main-container.account-layout .my-account .order-items .tracking-table th {
        border: none;
        padding: 10px;
        background-color: #f9f9f9;
        vertical-align: middle;
        font-size: 14px;
        letter-spacing: 0.6px; }
      #main-container.account-layout .my-account .order-items .tracking-table td {
        border: none; }
    #main-container.account-layout .my-account .order-items .order-links {
      border: none; }
      #main-container.account-layout .my-account .order-items .order-links a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: "Montserrat";
        color: #7b1f43 !important; }
        #main-container.account-layout .my-account .order-items .order-links a:hover {
          color: #999 !important; }
      #main-container.account-layout .my-account .order-items .order-links .separator {
        margin: 0 5px; }
    #main-container.account-layout .my-account .order-items .data-table {
      border-bottom: 1px solid #e8e8e8; }
      #main-container.account-layout .my-account .order-items .data-table .product-name {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        font-weight: bold; }
      #main-container.account-layout .my-account .order-items .data-table .item-options {
        margin-top: 10px; }
        #main-container.account-layout .my-account .order-items .data-table .item-options dt {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: normal;
          font-family: "Montserrat";
          letter-spacing: normal;
          color: #000; }
        #main-container.account-layout .my-account .order-items .data-table .item-options dd {
          padding-left: 0;
          color: #000;
          font-size: 14px; }
      #main-container.account-layout .my-account .order-items .data-table tfoot td {
        border: none;
        background-color: #fff; }
      #main-container.account-layout .my-account .order-items .data-table tfoot .grand_total td {
        font-weight: bold;
        font-family: "Montserrat";
        letter-spacing: normal; }
        #main-container.account-layout .my-account .order-items .data-table tfoot .grand_total td strong {
          font-weight: bold;
          font-family: "Montserrat"; }
        #main-container.account-layout .my-account .order-items .data-table tfoot .grand_total td .price {
          font-weight: bold !important;
          font-family: "Montserrat"; }
    #main-container.account-layout .my-account .storecredit .table-caption {
      color: #000 !important;
      font-weight: 300 !important;
      font-size: 28px;
      font-family: "Roboto";
      padding-bottom: 10px !important;
      border-bottom: 1px solid #e8e8e8;
      letter-spacing: normal;
      margin-bottom: 30px; }
    #main-container.account-layout .my-account .storecredit .account-balance {
      border: none;
      padding: 0;
      margin-bottom: 50px;
      font-size: 18px;
      font-family: "Roboto Condensed";
      color: #000; }
      #main-container.account-layout .my-account .storecredit .account-balance .sub-title {
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-weight: 300;
        font-size: 28px;
        font-family: "Roboto";
        border-bottom: 1px solid #e8e8e8;
        letter-spacing: normal; }
    #main-container.account-layout .my-account .vinofile-favoriteseats .page-content {
      width: auto;
      max-width: 845px;
      margin: 0; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left {
        margin: 0;
        width: auto; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left h2 {
          font-size: 32px;
          font-family: "Montserrat";
          text-transform: uppercase;
          letter-spacing: normal;
          color: #000;
          margin-bottom: 50px; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left ol {
          margin: 0;
          border: none;
          padding: 15px;
          background-color: #f9f9f9; }
          #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left ol li {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            letter-spacing: normal;
            color: #000;
            font-family: "Roboto Condensed"; }
            #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left ol li + li {
              margin-left: 30px; }
            #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .left ol li:before {
              background-color: #000;
              font-family: "Montserrat";
              width: 30px;
              height: 30px;
              line-height: 30px; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > p a {
        text-decoration: underline; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > p a:hover {
          color: #db9d47; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .event-tickets-selection.seatpicker-head {
        margin-bottom: 30px; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .seatpicker-foot {
        margin: 0;
        position: relative;
        right: 100px;
        bottom: -46px; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .page-content > .seatpicker-foot .message {
          height: 25px; }
    #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection {
      width: auto;
      margin: 0; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container {
        background: none;
        margin: 35px 0 0;
        overflow: visible; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container .selection {
          background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/seat-big.png) no-repeat center center;
          background-size: 100% auto;
          border: none;
          margin-right: 25px; }
          #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container .selection .close {
            font-family: "Pe-icon-7-stroke";
            top: -22px;
            right: 4px;
            font-size: 0;
            color: transparent; }
            #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container .selection .close:before {
              display: inline-block;
              content: "\e680";
              font-size: 30px;
              color: #999;
              -webkit-transition: color 0.3s ease-in-out;
              -moz-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
            #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container .selection .close:hover:before {
              color: #db9d47; }
          #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .tickets-selection-container .selection > span {
            color: #fff;
            font-family: "Montserrat";
            font-size: 14px;
            padding: 18px 15px;
            line-height: 1; }
      #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .title {
        border-color: #e8e8e8;
        margin-bottom: 20px; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .title h2 {
          font-weight: 300;
          font-size: 28px;
          text-transform: none; }
        #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .title .button {
          background-color: transparent;
          border: 1px solid #db9d47;
          color: #db9d47;
          font-family: "Montserrat";
          font-size: 14px;
          letter-spacing: normal;
          margin-top: 0; }
          #main-container.account-layout .my-account .vinofile-favoriteseats .event-tickets-selection .title .button:hover {
            background-color: #db9d47;
            color: #fff; }
    #main-container.account-layout .my-account .vinofile-favoriteseats .event-map {
      margin: 0; }
    #main-container.account-layout .my-account .fieldset, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set), .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) {
      border: none;
      padding: 0;
      margin-bottom: 0; }
      #main-container.account-layout .my-account .fieldset + .fieldset h2.legend, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) h2.legend, #main-container.account-layout .customer-account-edit .my-account .fieldset + div.fieldset:not(.buttons-set) + div:not(.buttons-set) h2.legend, .customer-account-edit #main-container.account-layout .my-account .fieldset + div.fieldset:not(.buttons-set) + div:not(.buttons-set) h2.legend {
        margin-top: 50px; }
      #main-container.account-layout .my-account .fieldset h2.legend, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) h2.legend {
        font-size: 28px;
        font-weight: 300;
        font-family: "Roboto";
        text-transform: none;
        letter-spacing: normal;
        color: #000;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        margin-bottom: 20px; }
      #main-container.account-layout .my-account .fieldset .form-list .field, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .field, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list .field {
        padding: 15px;
        background-color: #f9f9f9;
        margin-bottom: 10px; }
      #main-container.account-layout .my-account .fieldset .form-list label, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list label {
        text-transform: uppercase;
        letter-spacing: 0;
        color: #000;
        font-family: "Montserrat";
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px; }
        #main-container.account-layout .my-account .fieldset .form-list label.required em, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list label.required em {
          margin-left: -10px; }
      #main-container.account-layout .my-account .fieldset .form-list li:not(.fields), #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li:not(.fields), .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list li:not(.fields) {
        padding: 15px;
        background-color: #f9f9f9;
        margin-bottom: 10px; }
      #main-container.account-layout .my-account .fieldset .form-list .add-field, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .add-field, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list .add-field {
        margin-top: -20px;
        position: relative; }
      #main-container.account-layout .my-account .fieldset .form-list .control .input-box, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .control .input-box, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list .control .input-box {
        margin-left: 257px;
        margin-top: 8px; }
      #main-container.account-layout .my-account .fieldset .form-list .control + .control, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .control + .control, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list .control + .control {
        margin-top: -20px;
        position: relative; }
      #main-container.account-layout .my-account .fieldset .form-list .control strong, #main-container.account-layout .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .control strong, .customer-account-edit #main-container.account-layout .my-account .fieldset + div:not(.buttons-set) .form-list .control strong {
        font-family: "Montserrat";
        font-size: 11px;
        text-transform: uppercase; }
    #main-container.account-layout .my-account .input-box select {
      background-color: #fff;
      border-width: 1px; }
    #main-container.account-layout .my-account .input-box.country-code {
      width: 380px; }
      #main-container.account-layout .my-account .input-box.country-code.validation-error {
        width: 400px; }
      #main-container.account-layout .my-account .input-box.country-code #mobile_phone_code {
        display: block;
        padding: 10px 7px;
        float: none;
        margin-bottom: 10px;
        width: 100%; }
      #main-container.account-layout .my-account .input-box.country-code #mobile_phone_num {
        display: block;
        padding: 10px;
        float: none; }
      #main-container.account-layout .my-account .input-box.country-code select.input-text {
        text-align: left;
        padding: 0 0 0 10px; }
      #main-container.account-layout .my-account .input-box.country-code .note {
        padding: 0;
        font-size: 12px;
        color: #999;
        margin-bottom: 10px; }
    #main-container.account-layout .my-account .input-text {
      padding: 10px 12px;
      border-width: 1px;
      border-color: #e8e8e8; }
    #main-container.account-layout .my-account .addresses-additional .item .actions a {
      color: #000; }
      #main-container.account-layout .my-account .addresses-additional .item .actions a:hover {
        color: #db9d47; }
    #main-container.account-layout .my-account .fa-pencil {
      font-family: "Pe-icon-7-stroke";
      font-size: 20px; }
      #main-container.account-layout .my-account .fa-pencil:before {
        content: "\e666"; }
    #main-container.account-layout .my-account .fa-trash-o {
      font-family: "Pe-icon-7-stroke";
      font-size: 20px; }
      #main-container.account-layout .my-account .fa-trash-o:before {
        content: "\e609"; }
    #main-container.account-layout .my-account .buttons-set {
      padding: 30px 0;
      border: none; }
      #main-container.account-layout .my-account .buttons-set .back-link a {
        color: #999;
        font-family: "Montserrat";
        font-weight: normal;
        letter-spacing: normal; }
        #main-container.account-layout .my-account .buttons-set .back-link a:before {
          background-image: none;
          font-family: "Pe-icon-7-stroke";
          content: "\e6a2";
          width: auto;
          height: auto;
          font-size: 25px;
          margin-right: 7px;
          -webkit-transition: margin-right 0.3s ease-in-out;
          -moz-transition: margin-right 0.3s ease-in-out;
          transition: margin-right 0.3s ease-in-out; }
        #main-container.account-layout .my-account .buttons-set .back-link a:hover {
          text-decoration: none;
          color: #db9d47; }
          #main-container.account-layout .my-account .buttons-set .back-link a:hover:before {
            margin-right: 3px; }
      #main-container.account-layout .my-account .buttons-set .button {
        font-family: "Montserrat";
        letter-spacing: normal;
        font-size: 16px;
        padding: 15px 30px;
        background-color: #7b1f43; }
        #main-container.account-layout .my-account .buttons-set .button:hover {
          background-color: #333; }
    #main-container.account-layout .my-account .pager {
      margin: 0 0 30px;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #e8e8e8;
      padding-bottom: 10px;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.6px;
      font-family: "Roboto Condensed";
      font-weight: normal; }
      #main-container.account-layout .my-account .pager .pages {
        color: #999; }
        #main-container.account-layout .my-account .pager .pages strong {
          font-weight: normal; }
        #main-container.account-layout .my-account .pager .pages ol {
          font-family: "Montserrat";
          font-size: 16px; }
          #main-container.account-layout .my-account .pager .pages ol li {
            display: inline-block;
            vertical-align: middle; }
            #main-container.account-layout .my-account .pager .pages ol li a {
              text-decoration: none;
              display: block;
              padding: 0 3px; }
              #main-container.account-layout .my-account .pager .pages ol li a:hover {
                color: #000; }
              #main-container.account-layout .my-account .pager .pages ol li a.previous:hover {
                color: #db9d47; }
              #main-container.account-layout .my-account .pager .pages ol li a.previous img {
                display: none; }
              #main-container.account-layout .my-account .pager .pages ol li a.previous:before {
                font-family: "Pe-icon-7-stroke";
                display: inline-block;
                font-size: 25px;
                content: "\e686";
                vertical-align: text-bottom;
                line-height: 1; }
              #main-container.account-layout .my-account .pager .pages ol li a.next:hover {
                color: #db9d47; }
              #main-container.account-layout .my-account .pager .pages ol li a.next img {
                display: none; }
              #main-container.account-layout .my-account .pager .pages ol li a.next:before {
                font-family: "Pe-icon-7-stroke";
                display: inline-block;
                font-size: 25px;
                content: "\e684";
                vertical-align: text-bottom;
                line-height: 1; }
        #main-container.account-layout .my-account .pager .pages .current {
          color: #7b1f43;
          padding: 0 3px; }
    #main-container.account-layout .my-account .data-table ~ .pager {
      margin-top: 30px;
      border-width: 1px 0 0 0;
      border-style: solid;
      border-color: #e8e8e8;
      padding-top: 15px; }
    #main-container.account-layout .my-account .data-table tbody td a {
      text-decoration: none;
      font-family: "Montserrat";
      letter-spacing: normal;
      text-transform: uppercase;
      font-size: 12px; }
      #main-container.account-layout .my-account .data-table tbody td a:hover {
        color: #db9d47; }
    #main-container.account-layout .my-account .text01, #main-container.account-layout .my-account .box-collateral .favorite-seats-excerpt, #main-container.account-layout .my-account .box-collateral .favorite-seats-excerpt + p {
      color: #000;
      font-size: 18px;
      font-weight: 300;
      font-family: "Roboto Condensed"; }
    #main-container.account-layout .my-account .box-collateral {
      border: none;
      padding: 0;
      margin-bottom: 50px; }
      #main-container.account-layout .my-account .box-collateral .box-title {
        border-bottom: 1px solid #e8e8e8 !important;
        margin-bottom: 20px; }
        #main-container.account-layout .my-account .box-collateral .box-title h2 {
          color: #000;
          font-family: "Roboto";
          font-size: 28px !important;
          font-weight: 300;
          margin-bottom: 10px;
          letter-spacing: normal; }
        #main-container.account-layout .my-account .box-collateral .box-title .right {
          margin-top: -35px; }
          #main-container.account-layout .my-account .box-collateral .box-title .right .link {
            padding: 0;
            background: none;
            color: #7b1f43;
            letter-spacing: normal;
            text-transform: none;
            font-family: "Roboto";
            font-size: 18px;
            font-weight: 300; }
            #main-container.account-layout .my-account .box-collateral .box-title .right .link span {
              font-size: 24px;
              vertical-align: text-bottom; }
            #main-container.account-layout .my-account .box-collateral .box-title .right .link:hover {
              color: #999; }
      #main-container.account-layout .my-account .box-collateral .box-content {
        color: #000; }
      #main-container.account-layout .my-account .box-collateral .favorite-seats-excerpt {
        margin-bottom: 30px;
        margin-top: 0; }
        #main-container.account-layout .my-account .box-collateral .favorite-seats-excerpt + p {
          padding: 10px;
          letter-spacing: 0.2px;
          font-size: 14px;
          text-align: center;
          background-color: #f9f9f9; }
      #main-container.account-layout .my-account .box-collateral #favorite-seats ul li {
        display: inline-block;
        vertical-align: middle;
        width: 69px;
        height: 59px;
        background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/seat.png) no-repeat center center;
        text-align: center;
        font-family: "Montserrat";
        font-size: 16px;
        color: #fff; }
        #main-container.account-layout .my-account .box-collateral #favorite-seats ul li span {
          display: block;
          color: #ffd800;
          font-size: 18px;
          padding-top: 4px; }
    #main-container.account-layout .my-account #recent-wines {
      padding-top: 20px !important; }
      #main-container.account-layout .my-account #recent-wines ul {
        display: block;
        margin: 0 -10px; }
      #main-container.account-layout .my-account #recent-wines li {
        width: 33.33%;
        float: left;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #main-container.account-layout .my-account #recent-wines li:nth-child(2n+1) {
          clear: none;
          padding: 0 10px; }
        #main-container.account-layout .my-account #recent-wines li:nth-child(3n+1) {
          clear: left; }
      #main-container.account-layout .my-account #recent-wines .text01, #main-container.account-layout .my-account #recent-wines .box-collateral .favorite-seats-excerpt, #main-container.account-layout .my-account .box-collateral #recent-wines .favorite-seats-excerpt, #main-container.account-layout .my-account #recent-wines .box-collateral .favorite-seats-excerpt + p, #main-container.account-layout .my-account .box-collateral #recent-wines .favorite-seats-excerpt + p {
        background-color: #f9f9f9;
        padding: 10px;
        font-size: 14px;
        color: #000;
        text-align: center;
        letter-spacing: 0.2px; }
      #main-container.account-layout .my-account #recent-wines .module_wine {
        display: table;
        width: 100%; }
        #main-container.account-layout .my-account #recent-wines .module_wine .inner {
          height: 330px;
          vertical-align: middle;
          display: table-cell;
          padding: 20px;
          border: 1px solid #e8e8e8;
          position: relative;
          text-align: center;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #main-container.account-layout .my-account #recent-wines .module_wine .inner:hover {
            background-color: #f9f9f9; }
          #main-container.account-layout .my-account #recent-wines .module_wine .inner .date {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            color: #666;
            font-size: 13px;
            text-transform: uppercase;
            font-family: "Roboto Condensed";
            font-weight: normal;
            letter-spacing: 0.6px; }
          #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings {
            position: absolute;
            bottom: 15px;
            width: 100%;
            left: 0; }
            #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings > p {
              text-transform: uppercase;
              font-family: "Roboto Condensed";
              font-size: 12px;
              letter-spacing: 0.6px;
              color: #000;
              font-weight: normal; }
            #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container {
              float: none; }
              #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a {
                display: inline-block;
                float: none;
                font-size: 26px;
                width: auto;
                height: auto;
                color: #000; }
                #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a:before {
                  content: "";
                  display: inline-block;
                  vertical-align: bottom;
                  font-family: "Pe-icon-7-stroke";
                  line-height: 28px; }
                #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a.rating_on {
                  background-image: none;
                  font-size: 27px; }
                  #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a.rating_on:before {
                    font-family: "Pe-icon-7-filled";
                    content: "\e691"; }
                #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a.rating_off {
                  background-image: none; }
                  #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a.rating_off:before {
                    content: "\e611"; }
                #main-container.account-layout .my-account #recent-wines .module_wine .inner .ratings .rating_container a.rating_selected {
                  color: #db9d47; }
          #main-container.account-layout .my-account #recent-wines .module_wine .inner h3 {
            font-family: "Montserrat";
            text-transform: uppercase;
            font-size: 14px !important;
            font-weight: normal !important;
            color: #000;
            line-height: normal;
            height: 70px;
            margin-top: -25px; }
          #main-container.account-layout .my-account #recent-wines .module_wine .inner .action {
            position: absolute;
            width: 100%;
            left: 0;
            margin: 15px 0 0; }
            #main-container.account-layout .my-account #recent-wines .module_wine .inner .action .button {
              font-family: "Montserrat";
              font-size: 14px;
              letter-spacing: normal;
              padding: 15px 20px;
              color: #7b1f43;
              border-color: #7b1f43;
              -webkit-transition: background-color 0.3s ease-in-out;
              -moz-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
              #main-container.account-layout .my-account #recent-wines .module_wine .inner .action .button:hover {
                color: #fff;
                background-color: #7b1f43; }
    #main-container.account-layout .my-account #recommendations {
      width: auto;
      float: none;
      font-size: 14px;
      font-weight: 400; }
      #main-container.account-layout .my-account #recommendations #recs > div {
        padding: 0;
        border: none;
        margin-bottom: 0; }
        #main-container.account-layout .my-account #recommendations #recs > div:first-child {
          width: 50%;
          float: left; }
          #main-container.account-layout .my-account #recommendations #recs > div:first-child + .wine-listing {
            width: 40%;
            margin-left: 60%; }
            #main-container.account-layout .my-account #recommendations #recs > div:first-child + .wine-listing h3 {
              margin-bottom: 5px;
              letter-spacing: 0.2px; }
            #main-container.account-layout .my-account #recommendations #recs > div:first-child + .wine-listing + div {
              width: 40%;
              margin-left: 60%; }
              #main-container.account-layout .my-account #recommendations #recs > div:first-child + .wine-listing + div h3 {
                margin-bottom: 5px;
                letter-spacing: 0.2px; }
      #main-container.account-layout .my-account #recommendations #recs #rec-over {
        margin-top: 20px; }
      #main-container.account-layout .my-account #recommendations #recs h3 {
        margin: 0;
        font-size: 12px !important;
        color: #999;
        text-transform: uppercase;
        font-weight: normal !important;
        font-family: "Roboto Condensed"; }
      #main-container.account-layout .my-account #recommendations ul {
        color: #000; }
    #main-container.account-layout .my-account #customer-subscriptions-table, #main-container.account-layout .my-account .data-table {
      border: none; }
      #main-container.account-layout .my-account #customer-subscriptions-table th, #main-container.account-layout .my-account .data-table th {
        border: none;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        color: #888888;
        padding: 0 10px 10px;
        letter-spacing: 0.4px; }
      #main-container.account-layout .my-account #customer-subscriptions-table td, #main-container.account-layout .my-account .data-table td {
        padding: 10px;
        background-color: #f9f9f9;
        border-bottom: 5px solid #fff;
        text-align: left;
        font-size: 16px;
        color: #000;
        font-weight: normal;
        font-family: "Roboto Condensed";
        letter-spacing: 0.4px; }
        #main-container.account-layout .my-account #customer-subscriptions-table td .price, #main-container.account-layout .my-account .data-table td .price {
          font-weight: normal !important;
          color: inherit;
          font-size: inherit; }
    #main-container.account-layout .my-account #event-list ul {
      display: block;
      margin: 0 -10px; }
      #main-container.account-layout .my-account #event-list ul > li {
        width: 33.33%;
        float: left;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #main-container.account-layout .my-account #event-list ul > li:nth-child(2n+1) {
          clear: none;
          padding: 0 10px; }
        #main-container.account-layout .my-account #event-list ul > li:nth-child(3n+1) {
          clear: left; }
        #main-container.account-layout .my-account #event-list ul > li .text01, #main-container.account-layout .my-account #event-list ul > li .box-collateral .favorite-seats-excerpt, #main-container.account-layout .my-account .box-collateral #event-list ul > li .favorite-seats-excerpt, #main-container.account-layout .my-account #event-list ul > li .box-collateral .favorite-seats-excerpt + p, #main-container.account-layout .my-account .box-collateral #event-list ul > li .favorite-seats-excerpt + p {
          text-align: left; }
        #main-container.account-layout .my-account #event-list ul > li .date {
          color: #666;
          font-size: 15px;
          font-family: "Roboto Condensed";
          font-weight: normal;
          letter-spacing: 0.4px;
          margin-bottom: 15px; }
          #main-container.account-layout .my-account #event-list ul > li .date span {
            margin-right: 5px;
            font-size: 18px;
            vertical-align: text-bottom; }
        #main-container.account-layout .my-account #event-list ul > li h3 {
          font-size: 18px !important;
          font-weight: bold !important;
          color: #000;
          line-height: normal;
          margin-bottom: 10px;
          letter-spacing: normal;
          font-family: "Roboto"; }
        #main-container.account-layout .my-account #event-list ul > li .link {
          text-decoration: none;
          padding: 15px 20px;
          display: inline-block;
          color: #fff;
          background-color: #000;
          font-family: "Montserrat";
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: normal;
          min-width: 120px;
          text-align: center;
          -webkit-transition: background-color 0.3s ease-in-out;
          -moz-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out; }
          #main-container.account-layout .my-account #event-list ul > li .link:hover {
            background-color: #333; }
        #main-container.account-layout .my-account #event-list ul > li .seats {
          padding-top: 15px; }
          #main-container.account-layout .my-account #event-list ul > li .seats h3 {
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-family: "Roboto Condensed";
            font-weight: 400 !important;
            font-size: 12px !important; }
          #main-container.account-layout .my-account #event-list ul > li .seats ol {
            margin: 0;
            padding: 0; }
            #main-container.account-layout .my-account #event-list ul > li .seats ol li {
              float: none;
              display: inline-block;
              padding: 0;
              vertical-align: top;
              width: auto; }
              #main-container.account-layout .my-account #event-list ul > li .seats ol li img {
                max-width: 80px; }
              #main-container.account-layout .my-account #event-list ul > li .seats ol li:nth-child(2n+1) {
                clear: none;
                padding: 0; }
              #main-container.account-layout .my-account #event-list ul > li .seats ol li:nth-child(3n+1) {
                clear: none; }
              #main-container.account-layout .my-account #event-list ul > li .seats ol li .seat {
                display: block;
                width: 50px;
                height: 44px;
                background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/seat.png) no-repeat center center;
                background-size: 100% auto;
                margin: 0 auto 10px;
                text-align: center;
                font-family: "Montserrat";
                font-size: 16px;
                color: #fff;
                line-height: 35px; }
    #main-container.account-layout .my-account #event-list .module_event .inner {
      padding: 20px 20px 20px 0;
      position: relative; }
    #main-container.account-layout .my-account .manage-payment-method .col2-set > div {
      float: none;
      width: auto; }
      #main-container.account-layout .my-account .manage-payment-method .col2-set > div > h2 {
        font-size: 28px;
        font-weight: 300;
        font-family: "Roboto";
        text-transform: none;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
        line-height: normal;
        letter-spacing: normal;
        color: #000; }
    #main-container.account-layout .my-account .manage-payment-method .col2-set .item {
      font-size: 18px;
      font-family: "Roboto Condensed"; }
      #main-container.account-layout .my-account .manage-payment-method .col2-set .item .box-content {
        font-family: "Roboto"; }
        #main-container.account-layout .my-account .manage-payment-method .col2-set .item .box-content .buttons-set {
          padding: 0;
          margin: 20px 0 0 0 !important; }
          #main-container.account-layout .my-account .manage-payment-method .col2-set .item .box-content .buttons-set .button {
            margin-left: 0;
            font-size: 14px;
            padding: 10px 15px; }
    #main-container.account-layout .my-account .manage-payment-method .col2-set .col-1 {
      margin-bottom: 50px; }
    #main-container.account-layout .my-account .manage-payment-method .form-list h4 {
      font-family: "Montserrat";
      text-transform: uppercase;
      letter-spacing: normal;
      font-size: 14px; }
    #main-container.account-layout .my-account .manage-payment-method .form-list ul li {
      padding: 15px;
      background-color: #f9f9f9; }
      #main-container.account-layout .my-account .manage-payment-method .form-list ul li label {
        text-transform: uppercase;
        letter-spacing: 0;
        color: #000;
        font-family: "Montserrat";
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px; }
        #main-container.account-layout .my-account .manage-payment-method .form-list ul li label.required em {
          margin-left: -10px; }
    #main-container.account-layout .my-account .manage-payment-method .form-list li.authnetcim_add {
      padding: 15px;
      background-color: #f9f9f9; }
      #main-container.account-layout .my-account .manage-payment-method .form-list li.authnetcim_add label {
        text-transform: uppercase;
        letter-spacing: 0;
        color: #000;
        font-family: "Montserrat";
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px; }
        #main-container.account-layout .my-account .manage-payment-method .form-list li.authnetcim_add label.required em {
          margin-left: -10px; }
    #main-container.account-layout .my-account .manage-payment-method .form-list li.buttons-set {
      text-align: center; }
      #main-container.account-layout .my-account .manage-payment-method .form-list li.buttons-set a {
        display: inline-block;
        padding: 15px 30px;
        font-family: "Montserrat";
        text-transform: uppercase;
        font-size: 16px;
        line-height: normal;
        vertical-align: middle;
        color: #999;
        letter-spacing: normal; }
        #main-container.account-layout .my-account .manage-payment-method .form-list li.buttons-set a:hover {
          color: #000;
          text-decoration: none; }
    #main-container.account-layout .my-account .manage-payment-method .form-list input[type="radio"] + label {
      display: block;
      float: none;
      width: auto;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-size: 12px;
      color: #000;
      padding-left: 20px;
      padding-right: 0; }
    #main-container.account-layout .my-account .manage-payment-method .form-list .input-box {
      float: left; }
    #main-container.account-layout .my-account #become-vinofile-member {
      background: #7b1f43;
      padding: 50px; }
      #main-container.account-layout .my-account #become-vinofile-member h1 {
        float: none !important;
        width: auto;
        margin: 0 0 30px;
        font-family: "Montserrat";
        font-weight: normal;
        letter-spacing: normal;
        text-transform: uppercase; }
        #main-container.account-layout .my-account #become-vinofile-member h1 span {
          font-size: 32px;
          font-family: "Montserrat";
          font-weight: bold;
          letter-spacing: normal;
          text-transform: uppercase; }
        #main-container.account-layout .my-account #become-vinofile-member h1:before {
          font-family: "Pe-icon-7-stroke";
          display: block;
          content: "\e6c9";
          font-size: 35px;
          margin-bottom: 5px;
          color: #a3627b;
          font-weight: normal; }
        #main-container.account-layout .my-account #become-vinofile-member h1 + .right {
          float: none !important;
          width: auto;
          padding: 0;
          background: none;
          color: #db9d47;
          margin-bottom: 30px; }
          #main-container.account-layout .my-account #become-vinofile-member h1 + .right label {
            display: inline-block;
            font-weight: normal;
            font-family: "Roboto Condensed";
            letter-spacing: 0.6px;
            font-size: 14px;
            margin-right: 10px;
            vertical-align: middle;
            line-height: 1; }
          #main-container.account-layout .my-account #become-vinofile-member h1 + .right .price {
            display: inline-block;
            font-family: "Montserrat";
            font-weight: normal;
            margin: 0 10px 0 0;
            vertical-align: middle;
            padding: 0;
            font-size: 32px;
            color: #db9d47; }
          #main-container.account-layout .my-account #become-vinofile-member h1 + .right .button {
            background-color: transparent;
            font-family: "Montserrat";
            letter-spacing: normal;
            border: 1px solid #db9d47;
            color: #db9d47;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #main-container.account-layout .my-account #become-vinofile-member h1 + .right .button:hover {
              background-color: #db9d47;
              color: #fff; }
          #main-container.account-layout .my-account #become-vinofile-member h1 + .right + ul {
            font-size: 16px;
            margin: 0 10%;
            text-align: center;
            padding: 0;
            list-style: none; }
            #main-container.account-layout .my-account #become-vinofile-member h1 + .right + ul li {
              list-style: none;
              display: inline; }
              #main-container.account-layout .my-account #become-vinofile-member h1 + .right + ul li:after {
                content: ".";
                margin-right: 5px; }

.customer-account-edit .my-account .fieldset + div:not(.buttons-set) + .fieldset h2.legend, .customer-account-edit .my-account .fieldset + div.fieldset:not(.buttons-set) + div:not(.buttons-set) h2.legend {
  margin-top: 50px; }

.shipping-tracking-popup {
  background: #fff; }
  .shipping-tracking-popup .page-title {
    margin-bottom: 30px; }
    .shipping-tracking-popup .page-title h1 {
      font-size: 32px;
      font-family: "Montserrat";
      text-transform: uppercase;
      color: #000; }
  .shipping-tracking-popup .button {
    background-color: #7b1f43;
    font-family: "Montserrat";
    letter-spacing: normal;
    font-size: 12px; }
    .shipping-tracking-popup .button:hover {
      background-color: #333; }
  .shipping-tracking-popup .sub-title {
    font-size: 28px;
    font-weight: 300;
    font-family: "Roboto";
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .shipping-tracking-popup .data-table td {
    background-color: #f9f9f9;
    padding: 10px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #fff;
    vertical-align: middle; }
    .shipping-tracking-popup .data-table td a {
      color: inherit;
      text-decoration: underline; }
  .shipping-tracking-popup .data-table th {
    background-color: #f9f9f9;
    padding: 10px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #666;
    text-transform: uppercase;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-color: #fff;
    vertical-align: middle; }

body.customer-account-change-ticket-name #main-container {
  background: #fff; }
body.customer-account-change-ticket-name .my-account .page-title + p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: "Roboto Condensed"; }
body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list {
  margin: 0; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li {
    float: none;
    width: auto; }
    body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.control {
      width: auto; }
      body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.control .input-box {
        width: auto;
        margin-left: 225px !important; }
      body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.control label {
        width: auto;
        text-align: left; }
    body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.action.a-right {
      background-color: transparent;
      padding: 30px 0;
      width: auto;
      text-align: center !important; }
      body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.action.a-right .button {
        display: inline-block;
        letter-spacing: normal;
        font-family: "Montserrat";
        width: auto;
        padding: 15px 30px;
        font-size: 16px;
        background-color: #7b1f43; }
        body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list li.action.a-right .button:hover {
          background-color: #333; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list label {
    float: left;
    width: 225px;
    font-weight: normal; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list .input-box {
    float: left;
    width: 400px; }
  body.customer-account-change-ticket-name .my-account #change-ticket-name .form-list .input-text {
    border: 1px solid #e8e8e8;
    background-color: #fff; }

.customer-account-logoutsuccess .page-title h1 {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Montserrat";
  text-align: center; }
.customer-account-logoutsuccess .page-title + p {
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center; }

.customer-account-login #main-container, .customer-account-create #main-container, .customer-account-forgotpassword #main-container, .customer-account-changeforgotten #main-container {
  background-color: #fff; }
.customer-account-login #main, .customer-account-create #main, .customer-account-forgotpassword #main, .customer-account-changeforgotten #main {
  color: #000; }
.customer-account-login .page-title, .customer-account-create .page-title, .customer-account-forgotpassword .page-title, .customer-account-changeforgotten .page-title {
  margin-bottom: 30px; }
  .customer-account-login .page-title h1, .customer-account-create .page-title h1, .customer-account-forgotpassword .page-title h1, .customer-account-changeforgotten .page-title h1 {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Montserrat"; }

.customer-account-create .fieldset .form-list .input-box, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box {
  width: 400px; }
  .customer-account-create .fieldset .form-list .input-box select, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box select {
    width: 100%;
    border-width: 1px;
    padding: 10px;
    border-color: #e8e8e8; }
    .customer-account-create .fieldset .form-list .input-box select#sms_notification, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select#sms_notification, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box select#sms_notification {
      width: 363px; }
  .customer-account-create .fieldset .form-list .input-box .input-text, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box .input-text, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .customer-account-create .fieldset .form-list .input-box.country-code #mobile_phone_code, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box.country-code #mobile_phone_code, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box.country-code #mobile_phone_code {
    display: block;
    padding: 10px;
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .customer-account-create .fieldset .form-list .input-box.country-code #mobile_phone_num, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box.country-code #mobile_phone_num, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box.country-code #mobile_phone_num {
    display: block;
    float: none; }
  .customer-account-create .fieldset .form-list .input-box.country-code select.input-text, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box.country-code select.input-text, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box.country-code select.input-text {
    width: auto;
    text-align: left;
    padding: 0 0 0 10px; }
  .customer-account-create .fieldset .form-list .input-box.country-code .note, .customer-account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box.country-code .note, .customer-account-edit .my-account .customer-account-create .fieldset + div:not(.buttons-set) .form-list .input-box.country-code .note {
    padding: 0;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    font-family: "Roboto"; }

.customer-account-forgotpassword #one-column .buttons-set, .customer-account-changeforgotten #one-column .buttons-set {
  padding: 30px 0;
  border: none;
  text-align: right;
  width: auto; }
  .customer-account-forgotpassword #one-column .buttons-set .back-link a, .customer-account-changeforgotten #one-column .buttons-set .back-link a {
    color: #999;
    font-family: "Montserrat";
    font-weight: normal;
    letter-spacing: normal; }
    .customer-account-forgotpassword #one-column .buttons-set .back-link a:before, .customer-account-changeforgotten #one-column .buttons-set .back-link a:before {
      background-image: none;
      font-family: "Pe-icon-7-stroke";
      content: "\e6a2";
      width: auto;
      height: auto;
      font-size: 25px;
      margin-right: 7px;
      -webkit-transition: margin-right 0.3s ease-in-out;
      -moz-transition: margin-right 0.3s ease-in-out;
      transition: margin-right 0.3s ease-in-out; }
    .customer-account-forgotpassword #one-column .buttons-set .back-link a:hover, .customer-account-changeforgotten #one-column .buttons-set .back-link a:hover {
      text-decoration: none;
      color: #db9d47; }
      .customer-account-forgotpassword #one-column .buttons-set .back-link a:hover:before, .customer-account-changeforgotten #one-column .buttons-set .back-link a:hover:before {
        margin-right: 3px; }
  .customer-account-forgotpassword #one-column .buttons-set .button, .customer-account-changeforgotten #one-column .buttons-set .button {
    font-family: "Montserrat";
    letter-spacing: normal;
    font-size: 16px;
    padding: 15px 30px;
    background-color: #7b1f43; }
    .customer-account-forgotpassword #one-column .buttons-set .button:hover, .customer-account-changeforgotten #one-column .buttons-set .button:hover {
      background-color: #333; }
.customer-account-forgotpassword #one-column .fieldset > p, .customer-account-changeforgotten #one-column .fieldset > p, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) > p, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) > p, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) > p, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) > p {
  font-size: 18px;
  letter-spacing: 0.2px; }
.customer-account-forgotpassword #one-column .fieldset .form-list li, .customer-account-changeforgotten #one-column .fieldset .form-list li, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list li, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list li {
  padding: 15px;
  background-color: #f9f9f9; }
  .customer-account-forgotpassword #one-column .fieldset .form-list li.fields, .customer-account-changeforgotten #one-column .fieldset .form-list li.fields, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list li.fields, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list li.fields {
    padding: 0;
    background-color: transparent; }
    .customer-account-forgotpassword #one-column .fieldset .form-list li.fields .field, .customer-account-changeforgotten #one-column .fieldset .form-list li.fields .field, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields .field, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list li.fields .field, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields .field, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list li.fields .field {
      margin-bottom: 10px;
      padding: 15px;
      background-color: #f9f9f9; }
.customer-account-forgotpassword #one-column .fieldset .form-list .input-box select, .customer-account-changeforgotten #one-column .fieldset .form-list .input-box select, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list .input-box select {
  background-color: #fff; }
.customer-account-forgotpassword #one-column .fieldset .form-list .input-text, .customer-account-changeforgotten #one-column .fieldset .form-list .input-text, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-text, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list .input-text, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-text, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list .input-text {
  padding: 10px 12px;
  border-width: 1px;
  border-color: #e8e8e8; }
.customer-account-forgotpassword #one-column .fieldset .form-list label, .customer-account-changeforgotten #one-column .fieldset .form-list label, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list label, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list label {
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
  font-family: "Montserrat";
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .customer-account-forgotpassword #one-column .fieldset .form-list label.required em, .customer-account-changeforgotten #one-column .fieldset .form-list label.required em, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list label.required em {
    margin-left: -10px; }
  .customer-account-forgotpassword #one-column .fieldset .form-list label.input-box, .customer-account-changeforgotten #one-column .fieldset .form-list label.input-box, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.input-box, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list label.input-box, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.input-box, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list label.input-box {
    margin-left: 140px; }
.customer-account-forgotpassword #one-column .fieldset .form-list input.input-text, .customer-account-changeforgotten #one-column .fieldset .form-list input.input-text, .customer-account-forgotpassword #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list input.input-text, .customer-account-edit .my-account .customer-account-forgotpassword #one-column .fieldset + div:not(.buttons-set) .form-list input.input-text, .customer-account-changeforgotten #one-column .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list input.input-text, .customer-account-edit .my-account .customer-account-changeforgotten #one-column .fieldset + div:not(.buttons-set) .form-list input.input-text {
  width: 270px; }

.account-login .page-title, .account-create .page-title {
  margin-bottom: 30px; }
  .account-login .page-title h1, .account-create .page-title h1 {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Montserrat"; }
.account-login .fieldset, .account-create .fieldset, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set), .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set), .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set), .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) {
  border: none;
  padding: 0; }
  .account-login .fieldset h2.legend, .account-create .fieldset h2.legend, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) h2.legend, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) h2.legend {
    font-size: 28px;
    font-weight: 300;
    font-family: "Roboto";
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    color: #000; }
    .account-login .fieldset h2.legend + p, .account-create .fieldset h2.legend + p, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend + p, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) h2.legend + p, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) h2.legend + p, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) h2.legend + p {
      font-size: 18px;
      letter-spacing: 0.2px; }
  .account-login .fieldset .form-list li, .account-create .fieldset .form-list li, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list li, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list li {
    padding: 15px;
    background-color: #f9f9f9; }
    .account-login .fieldset .form-list li.fields, .account-create .fieldset .form-list li.fields, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list li.fields, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list li.fields {
      padding: 0;
      background-color: transparent; }
      .account-login .fieldset .form-list li.fields .field, .account-create .fieldset .form-list li.fields .field, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields .field, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list li.fields .field, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list li.fields .field, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list li.fields .field {
        margin-bottom: 10px;
        padding: 15px;
        background-color: #f9f9f9; }
  .account-login .fieldset .form-list .input-box select, .account-create .fieldset .form-list .input-box select, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list .input-box select, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-box select, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list .input-box select {
    background-color: #fff; }
  .account-login .fieldset .form-list .input-text, .account-create .fieldset .form-list .input-text, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-text, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list .input-text, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list .input-text, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list .input-text {
    padding: 10px 12px;
    border-width: 1px;
    border-color: #e8e8e8; }
  .account-login .fieldset .form-list label, .account-create .fieldset .form-list label, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list label, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list label {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
    font-family: "Montserrat";
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .account-login .fieldset .form-list label.required em, .account-create .fieldset .form-list label.required em, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list label.required em, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.required em, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list label.required em {
      margin-left: -10px; }
    .account-login .fieldset .form-list label.input-box, .account-create .fieldset .form-list label.input-box, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.input-box, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list label.input-box, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list label.input-box, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list label.input-box {
      margin-left: 140px; }
  .account-login .fieldset .form-list input.input-text, .account-create .fieldset .form-list input.input-text, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list input.input-text, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .form-list input.input-text, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .form-list input.input-text, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .form-list input.input-text {
    width: 270px; }
  .account-login .fieldset .buttons-set, .account-create .fieldset .buttons-set, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .buttons-set, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .buttons-set {
    width: auto;
    float: none;
    text-align: center;
    padding: 30px 0; }
    .account-login .fieldset .buttons-set a, .account-create .fieldset .buttons-set a, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set a, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .buttons-set a, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set a, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .buttons-set a {
      float: none;
      font-family: "Montserrat";
      font-size: 14px;
      text-transform: uppercase;
      color: #999;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
      .account-login .fieldset .buttons-set a:hover, .account-create .fieldset .buttons-set a:hover, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set a:hover, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .buttons-set a:hover, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set a:hover, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .buttons-set a:hover {
        color: #000;
        text-decoration: none; }
    .account-login .fieldset .buttons-set .button, .account-create .fieldset .buttons-set .button, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set .button, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .buttons-set .button, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set .button, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .buttons-set .button {
      margin: 0 15px 0 0;
      font-family: "Montserrat";
      font-size: 16px;
      text-transform: uppercase;
      vertical-align: middle;
      letter-spacing: normal;
      padding: 15px 30px;
      background-color: #7b1f43; }
      .account-login .fieldset .buttons-set .button:hover, .account-create .fieldset .buttons-set .button:hover, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set .button:hover, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) .buttons-set .button:hover, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) .buttons-set .button:hover, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) .buttons-set .button:hover {
        background-color: #333; }
  .account-login .fieldset p.required, .account-create .fieldset p.required, .account-login .customer-account-edit .my-account .fieldset + div:not(.buttons-set) p.required, .customer-account-edit .my-account .account-login .fieldset + div:not(.buttons-set) p.required, .account-create .customer-account-edit .my-account .fieldset + div:not(.buttons-set) p.required, .customer-account-edit .my-account .account-create .fieldset + div:not(.buttons-set) p.required {
    float: none;
    padding: 0;
    text-align: right;
    width: auto; }

.account-create .form-list .control .input-box {
  margin-top: 8px;
  margin-left: 250px; }
.account-create .buttons-set {
  padding: 30px 0;
  border: none; }
  .account-create .buttons-set .back-link a {
    color: #999;
    font-family: "Montserrat";
    font-weight: normal;
    letter-spacing: normal; }
    .account-create .buttons-set .back-link a:before {
      background-image: none;
      font-family: "Pe-icon-7-stroke";
      content: "\e6a2";
      width: auto;
      height: auto;
      font-size: 25px;
      margin-right: 7px;
      -webkit-transition: margin-right 0.3s ease-in-out;
      -moz-transition: margin-right 0.3s ease-in-out;
      transition: margin-right 0.3s ease-in-out; }
    .account-create .buttons-set .back-link a:hover {
      text-decoration: none;
      color: #db9d47; }
      .account-create .buttons-set .back-link a:hover:before {
        margin-right: 3px; }
  .account-create .buttons-set .button {
    font-family: "Montserrat";
    letter-spacing: normal;
    font-size: 16px;
    padding: 15px 30px;
    background-color: #7b1f43; }
    .account-create .buttons-set .button:hover {
      background-color: #333; }

.cwboston #logo-flap {
  margin-top: 0; }
.cwboston.cms-index-index .home-carousel .caption {
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 18px; }
  .cwboston.cms-index-index .home-carousel .caption p {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
.cwboston.cms-index-index .module_notes .notes {
  font-size: 18px;
  font-family: "Roboto"; }
  .cwboston.cms-index-index .module_notes .notes a {
    color: #7b1f43;
    text-decoration: underline; }
    .cwboston.cms-index-index .module_notes .notes a:hover {
      color: #999; }

#header .stores-menu .menu-btn-container .switch-store {
  display: inline-block;
  margin-left: -10px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Montserrat";
  line-height: 50px;
  font-size: 12px; }
  #header .stores-menu .menu-btn-container .switch-store .icon {
    width: 25px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle; }
    #header .stores-menu .menu-btn-container .switch-store .icon .line {
      height: 1px;
      background-color: #fff;
      display: block;
      margin: 7px 0;
      font-size: 10px;
      line-height: normal;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  #header .stores-menu .menu-btn-container .switch-store:hover {
    text-decoration: none; }
    #header .stores-menu .menu-btn-container .switch-store:hover .icon .line {
      background-color: #db9d47; }
#header .stores-menu .menu-btn-container .current-city {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  letter-spacing: normal;
  color: #db9d47;
  font-weight: normal;
  cursor: pointer; }
  #header .stores-menu .menu-btn-container .current-city:before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #999;
    display: inline-block;
    vertical-align: sub;
    margin: 0 13px 0 10px;
    line-height: 1; }
  #header .stores-menu .menu-btn-container .current-city:hover {
    text-decoration: none;
    color: #fca226; }
#header .stores-menu .sliding-menu {
  background-color: #000;
  color: #fff;
  position: fixed;
  width: 320px;
  left: 0;
  top: 0;
  height: 100%;
  margin-left: -320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  z-index: 10002;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  #header .stores-menu .sliding-menu.active {
    margin-left: 0;
    background-color: #2b2826; }
  #header .stores-menu .sliding-menu .title.first {
    margin: 40px 0 0 0; }
  #header .stores-menu .sliding-menu .title.second {
    margin: 20px 0 0 0; }
  #header .stores-menu .sliding-menu .switch-store {
    float: right;
    font-size: 36px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 30px;
    color: #6b6967;
    display: block; }
    #header .stores-menu .sliding-menu .switch-store:hover {
      color: #fff;
      text-decoration: none; }
  #header .stores-menu .sliding-menu .menu-subtitle {
    letter-spacing: normal;
    margin-top: 30px;
    font-family: "Roboto";
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal; }
  #header .stores-menu .sliding-menu .store-switcher {
    margin: 10px 0 40px;
    display: block;
    height: auto; }
    #header .stores-menu .sliding-menu .store-switcher li {
      display: block;
      line-height: normal;
      text-align: left;
      margin-bottom: 10px; }
      #header .stores-menu .sliding-menu .store-switcher li a {
        padding: 0;
        font-family: "Montserrat";
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        color: #959493;
        letter-spacing: normal; }
        #header .stores-menu .sliding-menu .store-switcher li a:hover {
          color: #db9d47; }
        #header .stores-menu .sliding-menu .store-switcher li a.open-winebar .pe-7s-angle-down {
          vertical-align: middle;
          color: #db9d47;
          font-size: 20px; }
      #header .stores-menu .sliding-menu .store-switcher li .winebar {
        display: none; }
        #header .stores-menu .sliding-menu .store-switcher li .winebar ul {
          padding: 0 0 10px;
          margin: 0 0 15px;
          border-bottom: 1px solid #363331; }
          #header .stores-menu .sliding-menu .store-switcher li .winebar ul li {
            margin: 10px 0 5px; }
        #header .stores-menu .sliding-menu .store-switcher li .winebar a {
          cursor: pointer;
          color: #6b6967;
          padding: 0 10px 0 0;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          #header .stores-menu .sliding-menu .store-switcher li .winebar a:hover {
            color: #db9d47;
            padding: 0 0 0 10px; }
      #header .stores-menu .sliding-menu .store-switcher li.active:after {
        display: none; }
      #header .stores-menu .sliding-menu .store-switcher li.active a.city-label {
        color: #fff;
        position: relative;
        cursor: pointer; }
  #header .stores-menu .sliding-menu .form-subscribe {
    letter-spacing: normal;
    border-top: 1px solid #4b4847;
    padding-top: 15px; }
    #header .stores-menu .sliding-menu .form-subscribe label {
      color: #959493;
      font-family: "Roboto Condensed";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    #header .stores-menu .sliding-menu .form-subscribe input[type="text"] {
      background: #363331;
      border: none;
      box-shadow: none;
      color: #bfbfbe;
      font-family: "Roboto Condensed";
      font-size: 14px;
      height: auto;
      padding: 10px 45px 10px 10px;
      display: block;
      width: 100%;
      letter-spacing: 0.5px;
      font-weight: 300;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #header .stores-menu .sliding-menu .form-subscribe .link {
      display: inline-block;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat";
      letter-spacing: normal;
      color: #db9d47;
      position: absolute;
      right: 0;
      top: 0;
      padding: 10px;
      margin-top: 1px; }
    #header .stores-menu .sliding-menu .form-subscribe .input-box {
      position: relative; }
#header .stores-menu .switcher-backdrop {
  background: url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/background/overlay_alpha68.png);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10001;
  display: none; }

/*# sourceMappingURL=home.css.map */

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}
.rating_container {
    float: right;
    clear:both;
}

.rating_container a {
    float:left;
    display:block;
    width:12px;
    height:12px;
    border:0;
    background-image:url("http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/rating.png");
}

.rating_container a.rating_off {
    background-position:0 0px;
}

.rating_container a.rating_half {
    background-position:0 -12px;
}

.rating_container a.rating_on {
    background-position:0 -24px;
}

.rating_container a.rating_selected {
    background-position:0 -36px;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(http://media.citywinery.com/skin/frontend/enterprise/citywinery/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
