﻿html {
    -webkit-text-size-adjust: none;
}

.share-container,
.breadcrumb-container {
    padding: 15px 0 10px;
}

@media (max-width: 767px) {
    .share-container {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .share-container,
    .breadcrumb-container {
        padding: 20px 0 30px 0;
    }
}

@media (min-width: 1024px) {
    .share-container,
    .breadcrumb-container {
        padding: 20px 0 30px 0;
    }
}

.share-container {
    margin-top: 0;
}

    .share-container .free-shipping {
        margin-right: 10px;
        font-size: 16px;
        font-style: italic;
        color: #777777;
    }

.pagination,
.pagination-showpages {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    position: relative;
    z-index: 100;
}

    .pagination,
    .pagination .dropdown {
        display: inline-block;
    }

        .pagination .dropdown {
            width: 56px;
        }

            .pagination .dropdown [data-toggle="dropdown"] {
                min-height: 0;
                padding-top: 6px;
                padding-bottom: 6px;
            }

        .pagination .view-all {
            padding-left: 10px;
            margin-left: 10px;
            border-left: 1px solid #222222;
        }

.form-wrapper label.error {
    display: none !important;
}

.form-wrapper .errors label.error {
    display: block !important;
}

#featured {
    text-align: center;
}

@media (max-width: 767px) {
    #featured {
        margin-top: 50px;
    }
}

#featured h5 {
    margin: 0 0 10px;
    font-weight: bold;
}

#featured p {
    margin-bottom: 0px;
}

#featured .carousel-control .arrow {
    margin-top: -100px;
}

    #featured .carousel-control .arrow.left {
        left: 0;
    }

    #featured .carousel-control .arrow.right {
        right: 0;
    }

#featured .item {
    padding: 20px;
}

    #featured .item h5 {
        margin-top: 20px;
    }

    #featured .item .btn {
        margin-top: 30px;
    }

.info table {
    float: left;
    border-collapse: separate;
}

    .info table td a {
        color: #be0216;
        text-decoration: underline;
    }

        .info table td a:hover,
        .info table td a:active {
            color: #222222;
            text-decoration: none;
        }

    .info table th {
        margin: 3px 0 0;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .info table td,
    .info table th {
        float: left;
    }

    .info table tr + tr td,
    .info table tr + tr th {
        margin-top: 20px;
    }

.row.info .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .info table th,
    .info table td {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .info table {
        width: 100%;
        padding-left: 0px;
    }

        .info table th {
            width: 25%;
        }

        .info table td {
            width: 75%;
        }
}

@media (min-width: 1024px) {
    .info table {
        width: 50%;
    }

        .info table th {
            width: 41.66666666666667%;
        }

        .info table td {
            width: 58.333333333333336%;
        }
}

@media (min-width: 1200px) {
    .info table th {
        width: 33.33333333333333%;
    }

    .info table td {
        width: 66.66666666666666%;
    }
}

.description .text img {
    width: 100%;
    height: auto;
}

#instagram-gallery .img-responsive {
    width: 100%;
}

#instagram-gallery p {
    margin: 0;
}

@media (max-width: 767px) {
    #instagram-gallery p {
        margin-top: 20px;
    }

    #instagram-gallery .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        #instagram-gallery .carousel-inner .item {
            position: relative;
            display: none;
            -webkit-transition: 0.6s ease-in-out left;
            transition: 0.6s ease-in-out left;
        }

            #instagram-gallery .carousel-inner .item img,
            #instagram-gallery .carousel-inner .item a > img {
                width: 100%;
                line-height: 1;
            }

        #instagram-gallery .carousel-inner .active,
        #instagram-gallery .carousel-inner .next,
        #instagram-gallery .carousel-inner .prev {
            display: block;
        }

        #instagram-gallery .carousel-inner .active {
            left: 0;
        }

        #instagram-gallery .carousel-inner .next,
        #instagram-gallery .carousel-inner .prev {
            position: absolute;
            top: 0;
            width: 100%;
        }

        #instagram-gallery .carousel-inner .next {
            left: 100%;
        }

        #instagram-gallery .carousel-inner .prev {
            left: -100%;
        }

            #instagram-gallery .carousel-inner .next.left,
            #instagram-gallery .carousel-inner .prev.right {
                left: 0;
            }

        #instagram-gallery .carousel-inner .active.left {
            left: -100%;
        }

        #instagram-gallery .carousel-inner .active.right {
            left: 100%;
        }
}

#instagram-gallery .carousel-control {
    opacity: 1;
}

    #instagram-gallery .carousel-control .arrow {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

        #instagram-gallery .carousel-control .arrow.left {
            left: -13px;
            background: url(../images/lg_red_dot_left.png);
        }

        #instagram-gallery .carousel-control .arrow.right {
            right: -13px;
            background: url(../images/lg_red_dot_right.png);
        }

@media (min-width: 768px) {
    #instagram-gallery .carousel-control {
        display: none;
    }
}

@media (max-width: 767px) {
    #instagram-gallery .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    #instagram-gallery .row {
        margin: 0 -10px 20px;
    }

        #instagram-gallery .row > div {
            padding: 0 10px;
        }
}

.get-in-touch {
    padding: 30px 29px;
    background: #ffffff;
}

    .get-in-touch a {
        letter-spacing: 0;
    }

    .get-in-touch h5 {
        padding-bottom: 15px;
        font-weight: bold;
    }

    .get-in-touch .contact {
        padding-bottom: 30px;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    .get-in-touch .contact {
        padding-bottom: 0;
    }
}

.get-in-touch .secure {
    padding-top: 30px;
    border-top: 1px solid #999999;
}

    .get-in-touch .secure img {
        margin-bottom: 10px;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    .get-in-touch .secure {
        padding: 0 0 0 30px;
        border-top: 0;
        border-left: 1px solid #999999;
    }
}

.sidebar-getintouch {
    padding: 30px 29px;
    background: #ffffff;
}

    .sidebar-getintouch a {
        letter-spacing: 0;
    }

    .sidebar-getintouch h3 {
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .sidebar-getintouch ul,
    .sidebar-getintouch li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-getintouch ul,
    .sidebar-getintouch .tweet {
        margin-bottom: 0;
    }

    .sidebar-getintouch div {
        padding-bottom: 30px;
    }

        .sidebar-getintouch div + div {
            padding-top: 30px;
            padding-bottom: 0;
            border-top: 1px solid #333333;
        }

            .sidebar-getintouch div + div ._padding {
                margin-bottom: 0;
                font-size: 15px;
            }

            .sidebar-getintouch div + div img {
                margin: 0 0 10px;
            }

@media (min-width: 768px) and (max-width: 1023px) {
    .sidebar-getintouch {
        width: auto;
    }

        .sidebar-getintouch div {
            display: inline-block;
            width: 420px;
            padding: 0;
        }

            .sidebar-getintouch div + div {
                width: 201px;
                padding-top: 0;
                padding-left: 30px;
                border-top: 0;
                border-left: 1px solid #c0bdb9;
            }

                .sidebar-getintouch div + div ._padding {
                    padding: 15px 0 0;
                    margin-bottom: 0;
                }

                .sidebar-getintouch div + div img {
                    margin-top: 5px;
                }
}

#recently-viewed {
    padding: 30px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #999999;
}

    #recently-viewed h2 {
        margin-top: 0;
    }

    #recently-viewed #recently-viewed-carousel .item h5 {
        margin: 0;
        font-weight: bold;
    }

    #recently-viewed #recently-viewed-carousel .item p {
        margin: 20px;
    }

    #recently-viewed .carousel-control .arrow {
        margin-top: -30px;
    }

        #recently-viewed .carousel-control .arrow.left {
            left: 0;
        }

        #recently-viewed .carousel-control .arrow.right {
            right: 0;
        }

#address-verification-modal .address .box {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #222222;
}

#address-verification-modal .address p {
    margin: 10px 0;
}

#address-verification-modal .suggestions li {
    padding: 10px 0;
    border-top: 1px solid #222222;
}

    #address-verification-modal .suggestions li:first-child {
        border: none;
    }

#address-verification-modal .scroll {
    max-height: 200px;
    padding-right: 10px;
    overflow-y: auto;
}

    #address-verification-modal .scroll::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #address-verification-modal .scroll::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #address-verification-modal .scroll::-webkit-scrollbar-thumb,
    #address-verification-modal .scroll::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

.portfolio-item {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 15px;
    text-align: center;
}

#home .portfolio-item {
    cursor: pointer;
}

.portfolio-item img {
    width: auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .portfolio-item img {
        width: auto;
        height: auto;
    }
}

.portfolio-item img,
.portfolio-item span {
    display: block;
    margin: 0 auto;
}

.portfolio-item .item-name {
    display: block;
    margin: 15px 0;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home .portfolio-item .item-name {
    overflow: hidden;
    height: 75px;
}

.portfolio-item .item-series {
    letter-spacing: 0px;
    text-decoration: underline;
}

.portfolio-item .item-rating {
    font-size: 14px;
    font-style: italic;
}

#carousel-scores .text-wrap {
    height: 185px;
    overflow: hidden;
}
/* product filter */

.filterWrap {
    margin-bottom: 10px;
    position: relative;
    z-index: 80 !important;
}

    .filterWrap:before,
    .filterWrap:after {
        display: table;
        content: " ";
    }

    .filterWrap:after {
        clear: both;
    }

    .filterWrap .btn-group {
        display: block;
    }

        .filterWrap .btn-group:before,
        .filterWrap .btn-group:after {
            display: table;
            content: " ";
        }

        .filterWrap .btn-group:after {
            clear: both;
        }

    .filterWrap .dropdown-backdrop {
        position: relative;
        display: none;
    }

    .filterWrap .btn {
        width: 100%;
        padding: 14px 14px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        color: #222222;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        border: solid 1px #222222;
        border-radius: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .filterWrap .btn .caret {
            float: right;
            position: absolute;
            top: 50%;
            right: 10px;
        }

    .filterWrap .filterContent {
        position: relative;
    }

        .filterWrap .filterContent:before,
        .filterWrap .filterContent:after {
            display: table;
            content: " ";
        }

        .filterWrap .filterContent:after {
            clear: both;
        }

    .filterWrap .selectedItems {
        position: relative;
        z-index: 1000;
        clear: both;
    }

        .filterWrap .selectedItems a {
            display: inline-block;
            padding: 10px 15px 0 0;
            padding-right: 15px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 12px;
            color: #222222;
        }

@media (min-width: 1024px) {
    .filterWrap .selectedItems a:hover {
        color: #be0216;
    }

        .filterWrap .selectedItems a:hover .caret-close {
            background-position: 0 -11px;
        }
}

.filterWrap .selectedItems .caret-close {
    display: inline-block;
    width: 11px;
    height: 11px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: url("../images/filter-close.gif") 0 0 no-repeat transparent;
    background-color: transparent;
    border: 0;
}

.filterWrap .allRangeWrap {
    float: left;
    width: 55%;
}

.filterWrap .refineWrap {
    float: right;
    width: 35%;
}

    .filterWrap .refineWrap .btn {
        text-align: center;
    }

    .filterWrap .refineWrap .caret {
        display: none;
    }

    .filterWrap .refineWrap .btn-group .dropdown-toggle.open {
        color: #ffffff;
        background: #222222;
    }

    .filterWrap .refineWrap .btn-group {
        position: static;
    }

    .filterWrap .refineWrap .dropdown-menu {
        padding: 0;
        margin-top: 18px;
        border-bottom: 0;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    .filterWrap .refineWrap .dropdown-menu .row {
        margin: 0 -10px;
    }
}

.filterWrap .refineWrap .panel {
    margin-top: 0;
    border-bottom: solid 1px #222222;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .filterWrap .refineWrap .panel {
        padding: 0 10px;
        border: none;
    }
}

@media (min-width: 1024px) {
    .filterWrap .refineWrap .panel:first-child {
        border-top: solid 1px #222222;
    }
}

.filterWrap .refineWrap .panel .caret {
    display: block;
    float: right;
    margin-top: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000000;
}

.filterWrap .refineWrap .panel .closeCaret {
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
    border-left: 4px solid transparent;
}

.filterWrap .refineWrap .panel-collapse {
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .filterWrap .refineWrap .panel-collapse {
        padding-bottom: 10px;
    }
}

.filterWrap .refineWrap .panel-heading {
    padding: 0;
    background: none;
    border: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.filterWrap .refineWrap .panel-title > a {
    display: block;
    width: 100%;
    padding: 15px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #222222 !important;
    text-transform: uppercase;
    outline: none;
}

    .filterWrap .refineWrap .panel-title > a:hover {
        color: #be0216 !important;
    }

.filterWrap .refineWrap .top-caret {
    position: absolute;
    top: 100%;
    right: 42px;
    z-index: 1001;
    display: none;
    width: 15px;
    height: 11px;
    margin-top: 10px;
    background: url("../images/refine-dropdown.png") no-repeat;
}

.filterWrap .refineWrap .open .top-caret {
    display: block;
}

.filterWrap .refineWrap .panel-body {
    max-height: 200px;
    padding: 0 15px;
    overflow-y: auto;
    border: none !important;
}

@media (max-width: 1024px) {
    .filterWrap .refineWrap .panel-body {
        max-height: none;
        overflow-y: hidden;
    }
}

.filterWrap .refineWrap .panel-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.filterWrap .refineWrap .panel-body::-webkit-scrollbar-track {
    background-color: #dddddd;
    border: none;
}

.filterWrap .refineWrap .panel-body::-webkit-scrollbar-thumb,
.filterWrap .refineWrap .panel-body::-webkit-scrollbar-thumb:hover {
    background-color: #222222;
}

.filterWrap .refineWrap input[type="checkbox"] + label {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
}

    .filterWrap .refineWrap input[type="checkbox"] + label:before {
        width: 9px;
        height: 9px;
    }

    .filterWrap .refineWrap input[type="checkbox"] + label:after {
        top: 12px;
        left: 27px;
        width: 5px;
        height: 5px;
    }

@media (min-width: 1024px) {
    .filterWrap .refineWrap input[type="checkbox"] + label:after {
        top: 2px;
        left: 2px;
    }
}

.filterWrap .refineWrap .input-group-addon {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
}

.filterWrap .refineWrap .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.filterWrap .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterWrap .open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.filterWrap .dropdown-menu {
    width: 100%;
    min-width: 0;
    padding: 10px 0;
    margin: -1px 0 0 0;
    background: #ffffff;
    border: solid 1px #222222;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .filterWrap .dropdown-menu > li > a {
        padding: 10px 15px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 15px;
        color: #222222;
        text-transform: uppercase;
        white-space: normal;
    }

        .filterWrap .dropdown-menu > li > a.selected {
			color:#900;
            text-decoration: underline;
        }

        .filterWrap .dropdown-menu > li > a:hover,
        .filterWrap .dropdown-menu > li > a:focus {
            text-decoration: underline;
            background: none;
        }

@media (min-width: 768px) {
    .filterWrap {
        padding: 0;
    }

        .filterWrap .filterContent {
            float: left;
        }

        .filterWrap .allRangeWrap {
            width: 245px;
            margin-right: 20px;
        }

        .filterWrap .refineWrap {
            float: left;
            width: 105px;
        }

            .filterWrap .refineWrap .panel {
                background: none;
                /*border: none;*/
            }

                .filterWrap .refineWrap .panel .caret {
                    display: none;
                }

            .filterWrap .refineWrap .dropdown-menu {
                position: static;
                width: 728px;
                padding-top: 15px;
                margin-top: 20px;
                margin-left: -265px;
                background: none;
                border: none;
                border-top: 1px solid #222222;
            }

            .filterWrap .refineWrap .panel-title > a {
                padding-left: 0;
                cursor: default;
            }

                .filterWrap .refineWrap .panel-title > a:hover {
                    text-decoration: none;
                }

            .filterWrap .refineWrap .panel-body {
                padding-left: 0;
            }

            .filterWrap .refineWrap .top-caret {
                top: 53px;
                margin-top: 0;
                background: url("../images/refine-dropdown-m.png") no-repeat;
            }
}

@media (min-width: 1024px) {
    .filterWrap .filterContent {
        position: absolute;
        top: -280px;
        left: -240px;
        float: none;
        width: 180px;
        margin: 0;
    }

        .filterWrap .filterContent > div {
            padding-bottom: 30px;
        }

    .filterWrap .allRangeWrap {
        float: none;
        width: 100%;
        margin: 0;
    }

    .filterWrap .refineWrap {
        float: none;
        width: 100%;
        margin: 0;
    }

        .filterWrap .refineWrap [type="checkbox"] + label:after {
            top: 2px;
            left: 2px;
        }

        .filterWrap .refineWrap .top-caret {
            display: none !important;
        }

        .filterWrap .refineWrap .dropdown-menu {
            width: 100%;
            margin: 0;
        }

        .filterWrap .refineWrap .panel-title > a {
            cursor: pointer;
        }

        .filterWrap .refineWrap .panel .caret {
            display: block;
            margin-top: 4px;
            border-top: 4px solid #000000;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .filterWrap .refineWrap .panel .closeCaret {
            border-top: none;
            border-right: 4px solid transparent;
            border-bottom: 4px solid #000000;
            border-left: 4px solid transparent;
        }

        .filterWrap .refineWrap #refineYear .panel-body {
            /*height: 300px;
    overflow: auto;*/
        }

    .filterWrap .filterTitle {
        margin-bottom: 10px;
        font-size: 16px;
        color: #be0216;
    }

    .filterWrap .allRangeWrap .dropdown-menu,
    .filterWrap .refineWrap .dropdown-menu {
        position: static;
        display: block;
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .filterWrap .allRangeWrap li > a {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .filterWrap .filterContent {
        top: -362px;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #222222;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #333333;
    }

.breadcrumb-container {
    margin: 0 -25px 5px;
    overflow-x: hidden;
    direction: rtl;
}

@media (min-width: 768px) {
    .breadcrumb-container {
        margin: 0;
        text-align: left;
        direction: ltr;
    }
}

.breadcrumb-container .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    z-index: 10;
    width: 21px;
    background: url("../images/bc-fadeoff.png") repeat-y top left transparent;
}

.breadcrumb {
    display: inline-block;
    padding: 0 25px;
    margin: 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    direction: ltr;
}

    .breadcrumb > li + li:before {
        padding: 0;
    }

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0;
        white-space: normal;
    }
}

.share {
    position: relative;
    z-index: 100;
    padding: 10px 0px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
}

    .share,
    .share:hover,
    .share:active {
        color: #222222;
    }

        .share + .popover {
            right: 0px;
            left: auto !important;
            white-space: nowrap;
        }

            .share + .popover .popover-content {
                padding: 12px;
            }

            .share + .popover .arrow {
                top: -6px;
                right: 8px;
                left: auto;
                margin-right: 11px;
            }

                .share + .popover .arrow:after {
                    border-width: 6px;
                    border-top-width: 0;
                }

            .share + .popover.bottom {
                margin-top: 6px;
            }

        .share .underline {
            text-decoration: none;
            border-bottom: 1px solid #222222;
        }

            .share .underline:hover,
            .share .underline:active {
                color: #777777;
                border-bottom: 1px solid #777777;
            }

.popover .share-content {
    height: 37px;
}

    .popover .share-content a {
        display: inline-block;
        width: 37px;
        height: 37px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 80%;
    }

    .popover .share-content span.facebook, .popover .share-content span.twitter, .popover .share-content span.linkedin {
        text-indent: -9999px;
    }

    .popover .share-content span.st_facebook, .popover .share-content span.st_twitter, .popover .share-content span.st_linkedin {
        position: relative;
        top: -15px;
    }

    .popover .share-content a + a {
        margin-left: 12px;
    }

    .popover .share-content .mail {
        background-size: 100%;
    }

.breadcrumb-container {
    padding: 15px 0 10px;
}

@media (min-width: 768px) {
    .breadcrumb-container {
        padding: 20px 0 30px;
    }
}

.share-container.no-padding-top {
    padding-top: 0;
}

.nav-container {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .nav-container {
        padding-left: 25px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .nav-container {
        padding: 20px 0 10px;
        margin-top: 30px;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-container {
        margin-left: 25px;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .nav-container {
        margin-left: 0px;
    }
}

.nav-container a {
    text-decoration: underline;
}

    .nav-container a:hover {
        color: #777777;
    }

    .nav-container a.prev {
        position: relative;
        padding-left: 12px;
    }

        .nav-container a.prev:after {
            position: absolute;
            top: 50%;
            right: 10px;
            width: 0;
            height: 0;
            margin-top: -6px;
            border-top: 6px solid transparent;
            border-right: 6px solid #222222;
            border-bottom: 6px solid transparent;
            border-left: none;
            content: ' ';
        }

        .nav-container a.prev:after {
            right: auto;
            left: 0px;
        }

    .nav-container a.next {
        position: relative;
        padding-right: 12px;
    }

        .nav-container a.next:after {
            position: absolute;
            top: 50%;
            right: 10px;
            width: 0;
            height: 0;
            margin-top: -6px;
            border-top: 6px solid transparent;
            border-right: none;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #222222;
            content: ' ';
        }

        .nav-container a.next:after {
            right: 0px;
        }

#search-results .container .row .share-container {
    display: none;
}

#search-results .container .row .container .row .share-container {
    display: inline-block;
}

#search-results .container .row .container {
    padding: 0;
}

@media (max-width: 767px) {
    #search-results .container .row .col-xs-9 {
        width: 100%;
    }

        #search-results .container .row .col-xs-9 .container .row .col-xs-9 {
            width: 75%;
        }
}

#home {
    /*  ======================================================
		WINE PORTFOLIO
		====================================================== */
    /*  ======================================================
		NEWS AND EVENTS
		====================================================== */
    /*  ======================================================
		THE CRAFT OF WINE MAKING
		====================================================== */
}

    #home #hero {
        position: relative;
        background: #000;
    }

        #home #hero .slide {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            #home #hero .slide .btn {
                margin-top: 30px;
            }

@media (min-width: 768px) {
    #home #hero .slide .btn {
        margin-top: 50px;
    }
}

#home #hero .caption {
    display: table-cell;
    padding: 0 40px;
    color: #ffffff;
    vertical-align: middle;
}

    #home #hero .caption,
    #home #hero .caption h3 {
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 20px;
    }

@media (min-width: 768px) {
    #home #hero .caption,
    #home #hero .caption h3 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    #home #hero .caption,
    #home #hero .caption h3 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    #home #hero .caption {
        padding: 0 140px;
    }
}

@media (min-width: 1200px) {
    #home #hero .caption {
        padding: 0;
    }
}

#home #hero .carousel li {
    margin-right: 0;
}

#home #hero .item-col {
    display: table;
}

#home #hero .carousel-control .arrow.left {
    background: url(../images/arrow_left.png);
}

#home #hero .carousel-control .arrow.right {
    background: url(../images/arrow_right.png);
}

#home .hero-height {
    height: 280px;
}

@media (min-width: 768px) {
    #home .hero-height {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    #home .hero-height {
        height: 598px;
    }
}

#home #wine-portfolio .title,
#home #news .title,
#home #winemaking .title {
    position: relative;
}

    #home #wine-portfolio .title .btn,
    #home #news .title .btn,
    #home #winemaking .title .btn {
        position: absolute;
        top: -4px;
        right: 0px;
    }

#home #wine-portfolio,
#home #news,
#home #winemaking,
#home #friends-pairings {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    #home #wine-portfolio,
    #home #news,
    #home #winemaking,
    #home #friends-pairings {
        padding-bottom: 30px;
    }
}

#home #wine-portfolio {
    background-color: #ffffff;
}

@media (min-width: 1024px) {
    #home #wine-portfolio .title .btn {
        top: 46px;
    }
}

@media (min-width: 768px) {
    #home #wine-portfolio .area-heading {
        margin: 60px 0 70px;
    }
}

#home #wine-portfolio .carousel-control .arrow {
    margin-top: -88px;
}

#home #wine-portfolio .carousel {
    padding-bottom: 40px;
    margin: 0 60px;
}

@media (min-width: 768px) {
    #home #wine-portfolio .carousel {
        padding-bottom: 30px;
    }

        #home #wine-portfolio .carousel .item.active + .item {
            left: 33.33333333333333%;
        }

            #home #wine-portfolio .carousel .item.active + .item,
            #home #wine-portfolio .carousel .item.active + .item + .item {
                position: absolute;
                top: 0;
                display: block;
            }

                #home #wine-portfolio .carousel .item.active + .item + .item {
                    left: 66.66666666666666%;
                }

        #home #wine-portfolio .carousel .item.active.left + .item {
            left: -66.66666666666667%;
        }

            #home #wine-portfolio .carousel .item.active.left + .item + .item {
                left: -33.333333333333336%;
            }

        #home #wine-portfolio .carousel .item.active.right + .item {
            left: 133.33333333333331%;
        }

            #home #wine-portfolio .carousel .item.active.right + .item + .item {
                left: 166.66666666666666%;
            }

        #home #wine-portfolio .carousel .item.col-sm-4 {
            width: 33.33333333333333% !important;
        }

        #home #wine-portfolio .carousel .item.next + .item {
            left: 133.33333333333331%;
        }

            #home #wine-portfolio .carousel .item.next + .item + .item {
                left: 166.66666666666666%;
            }

        #home #wine-portfolio .carousel .item.prev + .item {
            left: -66.66666666666667%;
        }

            #home #wine-portfolio .carousel .item.prev + .item + .item {
                left: -33.333333333333336%;
            }

            #home #wine-portfolio .carousel .item.next + .item,
            #home #wine-portfolio .carousel .item.prev + .item,
            #home #wine-portfolio .carousel .item.next + .item + .item,
            #home #wine-portfolio .carousel .item.prev + .item + .item {
                position: absolute;
                top: 0;
                display: block;
            }

        #home #wine-portfolio .carousel .item.next.left + .item,
        #home #wine-portfolio .carousel .item.prev.left + .item,
        #home #wine-portfolio .carousel .item.next.right + .item,
        #home #wine-portfolio .carousel .item.prev.right + .item {
            left: 33.33333333333333%;
        }

            #home #wine-portfolio .carousel .item.next.left + .item + .item,
            #home #wine-portfolio .carousel .item.prev.left + .item + .item,
            #home #wine-portfolio .carousel .item.next.right + .item + .item,
            #home #wine-portfolio .carousel .item.prev.right + .item + .item {
                left: 66.66666666666666%;
            }
}

#home #wine-portfolio .learn-more {
    margin-top: 20px;
    font-size: 12px;
}

@media (min-width: 768px) {
    #home #news {
        padding-bottom: 0;
    }

        #home #news > .container > .row + .row > div {
            margin-bottom: 50px;
        }
}

@media (min-width: 1200px) {
    #home #news .left {
        padding-right: 10px;
    }

    #home #news .right {
        padding-left: 10px;
    }
}

#home #news .title {
    position: relative;
}

#home #news .image-left img {
    width: 100%;
}

@media (min-width: 768px) {
    #home #news .image-left {
        float: left;
        margin-right: 30px;
    }

        #home #news .image-left img {
            width: auto;
            max-width: 280px;
        }
}

#home #news .content {
    margin: 30px 0 40px;
}

    #home #news .content .heading,
    #home #news .content h5 {
        font-weight: bold;
    }

    #home #news .content .date {
        margin-top: 25px;
        margin-bottom: 20px;
        font-style: italic;
    }

    #home #news .content p {
        margin-bottom: 25px;
    }

@media (min-width: 1024px) {
    #home #news .content {
        margin: 0;
    }

        #home #news .content h5 {
            margin-top: 0;
        }

        #home #news .content .date {
            margin-top: 15px;
            margin-bottom: 10px;
        }
}

#home #news .news-highlight .content .heading {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 16px;
}

    #home #news .news-highlight .content .heading a {
        color: #222222;
    }

@media (min-width: 1024px) {
    #home #news .news-highlight .content .heading {
        font-size: 18px;
    }

        #home #news .news-highlight .content .heading a {
            color: #ffffff;
        }
}

@media (min-width: 1024px) {
    #home #news .news-highlight .content .heading {
        font-size: 22px;
    }
}

#home #news .news-highlight .content p {
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    #home #news .news-highlight .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 336px;
        padding: 30px 30px 40px;
        color: #ffffff;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.9);
    }

        #home #news .news-highlight .content .date {
            margin-top: 25px;
            margin-bottom: 20px;
        }

        #home #news .news-highlight .content p {
            margin-bottom: 35px;
        }

        #home #news .news-highlight .content.right {
            right: 20px;
            left: auto;
        }
}

@media (min-width: 1024px) {
    #home #news .news-highlight .content {
        width: 460px;
    }
}

@media (min-width: 1200px) {
    #home #news .news-highlight .content {
        bottom: 50px;
        left: 50px;
    }

        #home #news .news-highlight .content.right {
            right: 50px;
            left: auto;
        }
}

#home #friends-pairings {
    margin-left: 0px;
    font-size: 16px;
}

@media (min-width: 768px) {
    #home #friends-pairings {
        margin-bottom: 20px;
    }

        #home #friends-pairings .left {
            padding-right: 10px;
        }

        #home #friends-pairings .right {
            padding-left: 10px;
        }
}

#home #friends-pairings .heading {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
}

    #home #friends-pairings .heading h5 {
        padding-bottom: 30px;
        margin: 0;
        font-weight: bold;
    }

@media (min-width: 768px) {
    #home #friends-pairings .heading h5 {
        padding: 20px 0;
    }
}

#home #friends-pairings .friends-of-penfolds-container {
    padding: 40px 25px 50px;
    margin: 0px -25px;
    background-color: #222222;
}

    #home #friends-pairings .friends-of-penfolds-container .heading {
        color: #ffffff;
    }

    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds {
        color: #ffffff;
        background-color: #222222;
    }

        #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds div {
            position: relative;
        }

        #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .intro {
            padding-top: 5px;
            padding-bottom: 30px;
            font-size: 24px;
            line-height: 1.5;
        }

@media (min-width: 1024px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .intro {
        padding: 0;
        font-size: 36px;
        line-height: 1.1;
    }
}

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input {
    width: 134px;
    letter-spacing: 0px;
}

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds label.error {
    position: absolute;
    bottom: -30px;
}

@media (min-width: 768px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input {
        width: 200px;
    }
}

@media (min-width: 1024px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input {
        width: 226px;
    }

    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds label.error {
        bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds label.error {
        bottom: -30px;
    }
}

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input,
#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .btn-primary {
    height: 40px;
}

@media (min-width: 1024px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input,
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .btn-primary {
        height: 50px;
        font-size: 14px;
    }
}

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input[type="submit"].btn-submit-form {
    margin-top: 0;
    border: none;
}

    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds input[type="submit"].btn-submit-form:hover {
        background-color: #be0216;
    }

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds ul {
    padding: 20px 0;
    margin: 0;
}

    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds ul em {
        font-size: 18px;
    }

    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds ul li + li {
        margin-top: 10px;
    }

#home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .number {
    margin-top: -10px;
    margin-right: 20px;
    font-size: 48px;
}

@media (min-width: 768px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds {
        padding: 30px 26px;
    }

        #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds .btn-primary {
            width: auto;
        }
}

@media (min-width: 1024px) {
    #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds {
        height: 580px;
        padding: 88px 40px;
    }

        #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds ul {
            padding: 40px 0;
        }

            #home #friends-pairings .friends-of-penfolds-container .friends-of-penfolds ul li + li {
                margin-top: 35px;
            }
}

@media (min-width: 768px) {
    #home #friends-pairings .friends-of-penfolds-container {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

        #home #friends-pairings .friends-of-penfolds-container .heading {
            color: inherit;
        }
}

#home #friends-pairings .pairing-container {
    padding-top: 40px;
}

@media (min-width: 768px) {
    #home #friends-pairings .pairing-container {
        padding-top: 0;
    }
}

#home #friends-pairings .pairing-container .heading .count {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 768px) {
    #home #friends-pairings .pairing-container .heading .count {
        top: 20px;
    }
}

#home #friends-pairings .pairing-container .carousel-container {
    padding: 40px 0 0;
    margin: 0;
    border-top: 1px solid #222222;
}

@media (min-width: 768px) {
    #home #friends-pairings .pairing-container .carousel-container {
        padding: 40px 46px;
    }
}

@media (min-width: 1024px) {
    #home #friends-pairings .pairing-container .carousel-container {
        height: 580px;
        padding: 60px 20px 48px;
        border-bottom: 1px solid #222222;
    }
}

#home #friends-pairings .pairing-container .carousel-control {
    opacity: 1;
}

#home #friends-pairings .pairing-container .caption h5 {
    margin-top: 30px;
    margin-bottom: 4px;
    font-weight: bold;
}

#home #friends-pairings .pairing-container .caption p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#home #friends-pairings .pairing-container .arrow {
    width: 48px;
    height: 48px;
    margin-top: -66px;
    top: 250px;
}

    #home #friends-pairings .pairing-container .arrow.left {
        left: -13px;
    }

    #home #friends-pairings .pairing-container .arrow.right {
        right: -13px;
    }

@media (min-width: 768px) {
    #home #friends-pairings .pairing-container .arrow {
        top: 210px;
    }

        #home #friends-pairings .pairing-container .arrow.left {
            left: 0px;
        }

        #home #friends-pairings .pairing-container .arrow.right {
            right: 0px;
        }
}

@media (min-width: 1024px) {
    #home #friends-pairings .pairing-container .arrow {
        top: 275px;
    }
}

@media (min-width: 1200px) {
    #home #friends-pairings .pairing-container .arrow.left {
        left: 24px;
    }

    #home #friends-pairings .pairing-container .arrow.right {
        right: 24px;
    }
}

#home #winemaking {
    color: #ffffff;
    background-color: #222222;
}

@media (min-width: 768px) {
    #home #winemaking {
        background: url(../images/lg_vineyard_bg.jpg) no-repeat center bottom;
        background-size: cover;
    }

        #home #winemaking .area-heading {
            margin: 60px 0 45px;
        }
}

@media (min-width: 1024px) {
    #home #winemaking .area-heading {
        margin: 60px 0 50px;
    }
}

#home #winemaking .content {
    padding: 30px 0;
}

    #home #winemaking .content h5 {
        font-weight: bold;
    }

    #home #winemaking .content h5,
    #home #winemaking .content p {
        margin: 0 0 25px;
    }

@media (min-width: 768px) {
    #home #winemaking .content {
        padding: 30px 0 40px;
    }
}

#home #winemaking .inner-row {
    padding-top: 16px;
}

@media (min-width: 1024px) {
    #home #winemaking .inner-row {
        padding-top: 20px;
    }
}

#home #winemaking .inner-row > div.left {
    padding-right: 10px;
}

#home #winemaking .inner-row > div.right {
    padding-left: 10px;
}

#home #winemaking .title,
#home #winemaking .content {
    border-bottom: 1px solid #333333;
}

@media (min-width: 768px) {
    #home #winemaking .title,
    #home #winemaking .content {
        border: none;
    }
}

#home #winemaking .craft-heading {
    margin: 30px 0px;
}

@media (min-width: 768px) {
    #home #winemaking .craft-heading {
        margin: 48px 0px;
    }
}

#home #winemaking .craft-wrapper .craft-learn-container div {
    margin: 0 auto;
}

#home #winemaking .craft-learn-label span {
    float: right;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}

#home #winemaking .craft-learn-button-container-xs div.craft-learn-label-xs {
    margin-bottom: 25px;
}

#home #winemaking .craft-learn-label-sm span {
    margin-top: 50px;
    margin-bottom: 35px;
}

#home #winemaking .craft-learn-container span {
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
}

#home #winemaking .craft-learn-button-container-xs ._button > a {
    display: block;
    padding: 12px 32px;
    color: #ffffff;
}

#home #winemaking .craft-container {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #home #winemaking .craft-container {
        margin-bottom: 0px;
    }

        #home #winemaking .craft-container > div.left {
            padding-right: 10px;
        }

        #home #winemaking .craft-container > div.right {
            padding-left: 10px;
        }
}

#product-listing {
    /* hero image */
    /* product listing - end */
    /* promo */
    /* promo - end */
    /* pagination */
    /* pagination - end */
    /* Small devices (tablets, 768px and up) width=758px */
    /* Large devices (large desktops, 1280px and up) */
}

    #product-listing .carousel-inner {
        padding-top: 40px;
    }

    #product-listing .input-group {
        display: block;
    }

    #product-listing .productListingWrap:before,
    #product-listing .productListingWrap:after {
        display: table;
        content: " ";
    }

    #product-listing .productListingWrap:after {
        clear: both;
    }

    #product-listing .singleProductRangeWrap .description a {
        color: #BE0216;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    #product-listing .productListingWrap {
        margin-top: 15px;
    }
}

#product-listing .flex-direction-nav a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#product-listing .carousel-container {
    text-align: center;
}

    #product-listing .carousel-container.mobile-carousel {
        text-align: center;
        z-index: 1;
    }

    #product-listing .carousel-container .item h5 {
        margin: 20px;
        font-weight: bold;
        height: 56px;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }

    #product-listing .carousel-container .item p {
        margin: 0 0 20px;
    }

#product-listing .carousel .carousel-control .arrow {
    margin-top: -60px;
}

    #product-listing .carousel .carousel-control .arrow.left {
        left: 0;
    }

    #product-listing .carousel .carousel-control .arrow.right {
        right: 0;
    }

@media (min-width: 768px) {
    #product-listing .carousel {
        margin-top: 30px;
    }
}

#product-listing .bcFadeOff {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url("../images/bc-fadeoff.png") no-repeat center center transparent;
}

#product-listing .extraWrap {
    padding: 0 25px 20px;
    text-align: right;
}

    #product-listing .extraWrap .shippingWrap {
        float: left;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 17px;
        font-style: italic;
        color: #777;
    }

@media (min-width: 768px) {
    #product-listing .extraWrap {
        float: right;
        padding-right: 0;
        padding-left: 0;
    }

        #product-listing .extraWrap .shippingWrap {
            display: block;
            float: right;
        }
}

#product-listing .heroWrap {
    padding: 25px 25px;
    color: #ffffff;
    background: #232323;
}

@media (max-width: 767px) {
    #product-listing .heroWrap {
        margin-right: -25px;
        margin-bottom: 20px;
        margin-left: -25px;
    }
}

#product-listing .heroWrap img {
    display: block;
    height: auto;
    max-width: 100%;
}

#product-listing .heroWrap .ctaWrap {
    font-size: 17px;
    color: #b4171f;
    text-decoration: none;
    border-bottom: solid 1px #b4171f;
}

    #product-listing .heroWrap .ctaWrap:hover {
        border-bottom: dotted 1px #b4171f;
    }

#product-listing .singleProductRangeWrap {
    padding: 0px 0;
    border-top: solid 1px #222222;
}

#product-listing.range .singleProductRangeWrap {
    border-top: 0 none;
}

#product-listing .singleProductRangeWrap h3 {
    margin: 0 0 10px 0;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 26px;
    font-style: italic;
}

#product-listing .singleProductRangeWrap .entireRangeWrap {
    margin-bottom: 10px;
}

#product-listing.range .singleProductRangeWrap .entireRangeWrap {
    display: none;
}

#product-listing .singleProductRangeWrap .entireRangeWrap a {
    font-size: 17px;
    color: #b4171f;
    text-decoration: none;
    border-bottom: solid 1px #b4171f;
}

    #product-listing .singleProductRangeWrap .entireRangeWrap a:hover {
        border-bottom: dotted 1px #b4171f;
    }

#product-listing .singleProductRangeWrap .twoColumnPromoWrap {
    margin-top: 30px;
}

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap .imageWrap a {
        display: block;
    }

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap p a {
        color: #be0216;
        border-bottom: solid 1px #be0216;
    }

        #product-listing .singleProductRangeWrap .twoColumnPromoWrap p a:hover {
            text-decoration: none;
            border-bottom: dotted 1px #be0216;
        }

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap .responsiveImage {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap h4 {
        margin: 20px 0;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 15px;
        font-weight: bold;
    }

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem {
        margin-top: 45px;
    }

        #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem:first-child {
            margin-top: 0;
        }

#product-listing .ctaWrap {
    margin: 20px 0;
}

    #product-listing .ctaWrap a {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #b4171f;
        text-transform: uppercase;
    }

        #product-listing .ctaWrap a:hover {
            color: #222222;
            text-decoration: none;
        }

#product-listing .promoWrap {
    padding: 25px 25px;
    margin-bottom: 60px;
    color: #ffffff;
    background: #1C1C1C;
}

@media (max-width: 767px) {
    #product-listing .promoWrap {
        margin-right: -25px;
        margin-left: -25px;
    }
}

#product-listing .promoWrap .imageWrap a {
    display: block;
}

#product-listing .promoWrap .imageWrap iframe {
    min-height: 180px;
}

#product-listing .promoWrap .responsiveImage {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#product-listing .promoWrap h4 {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase;
}

#product-listing .promoWrap .ctaWrap {
    margin: 10px 0;
}

    #product-listing .promoWrap .ctaWrap a {
        border-bottom: solid 1px transparent;
    }

        #product-listing .promoWrap .ctaWrap a:hover {
            color: #b4171f;
            border-bottom: dotted 1px #b4171f;
        }

#product-listing .paginationWrap {
    float: right;
    padding: 10px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    color: #222222;
    display: none;
}

    #product-listing .paginationWrap .paginationContent,
    #product-listing .paginationWrap .paginationAltContent {
        min-height: 28px;
        padding-bottom: 20px;
        border-bottom: solid 1px #222222;
    }

        #product-listing .paginationWrap .paginationContent .btn-group,
        #product-listing .paginationWrap .paginationAltContent .btn-group {
            display: inline-block;
            width: 60px;
            padding: 0;
        }

        #product-listing .paginationWrap .paginationContent .btn,
        #product-listing .paginationWrap .paginationAltContent .btn {
            width: 100%;
            height: 28px;
            padding: 8px 8px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 1;
            color: #222222;
            text-align: left;
            text-transform: uppercase;
            background: transparent;
            border: solid 1px #222222;
            border-radius: 0;
        }

            #product-listing .paginationWrap .paginationContent .btn .caret,
            #product-listing .paginationWrap .paginationAltContent .btn .caret {
                position: absolute;
                top: 8px;
                right: 10px;
                float: right;
                margin-top: 3px;
            }

        #product-listing .paginationWrap .paginationContent > span,
        #product-listing .paginationWrap .paginationAltContent > span {
            padding: 0 5px;
        }

        #product-listing .paginationWrap .paginationContent > a,
        #product-listing .paginationWrap .paginationAltContent > a {
            color: #222222;
            text-decoration: none;
            border-bottom: solid 1px #222222;
        }

            #product-listing .paginationWrap .paginationContent > a:hover,
            #product-listing .paginationWrap .paginationAltContent > a:hover {
                text-decoration: none;
                border-bottom: dotted 1px #222222;
            }

        #product-listing .paginationWrap .paginationContent .totalPages,
        #product-listing .paginationWrap .paginationAltContent .totalPages {
            padding-right: 10px;
            margin-right: 10px;
            border-right: solid 1px #222222;
        }

        #product-listing .paginationWrap .paginationContent .btn-group.open .dropdown-toggle,
        #product-listing .paginationWrap .paginationAltContent .btn-group.open .dropdown-toggle {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #product-listing .paginationWrap .paginationContent .open .dropdown-toggle.btn-default,
        #product-listing .paginationWrap .paginationAltContent .open .dropdown-toggle.btn-default {
            color: #222222;
            background-color: transparent;
            border-color: #222222;
        }

        #product-listing .paginationWrap .paginationContent .dropdown-menu,
        #product-listing .paginationWrap .paginationAltContent .dropdown-menu {
            width: 100%;
            min-width: 0;
            padding: 10px 0;
            margin: -1px 0 0 0;
            background: #ffffff;
            border: solid 1px #222222;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #product-listing .paginationWrap .paginationContent .dropdown-menu > li > a,
            #product-listing .paginationWrap .paginationAltContent .dropdown-menu > li > a {
                padding: 10px 15px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 11px;
                font-weight: bold;
                line-height: 15px;
                color: #222222;
                text-align: left;
                text-transform: uppercase;
                white-space: normal;
            }

                #product-listing .paginationWrap .paginationContent .dropdown-menu > li > a:hover,
                #product-listing .paginationWrap .paginationAltContent .dropdown-menu > li > a:hover,
                #product-listing .paginationWrap .paginationContent .dropdown-menu > li > a:focus,
                #product-listing .paginationWrap .paginationAltContent .dropdown-menu > li > a:focus {
                    text-decoration: underline;
                    background: none;
                }

    #product-listing .paginationWrap .paginationAltContent {
        display: none;
    }

#product-listing .paginationBottom {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: right;
}

#product-listing .videoModal .modal-dialog {
    margin-top: 60px;
}

#product-listing .videoModal .close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #212121;
    opacity: 1;
    filter: alpha(opacity=100);
}

    #product-listing .videoModal .close:hover {
        background: #BE0316;
    }

#product-listing .videoModal .modal-content {
    height: 300px;
    background: transparent;
    border: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1024px) {
    .productListing-main {
        min-height: 1800px;
    }

    #product-listing.range .filterContent {
        top: 0;
    }

    #product-listing > .container {
        padding: 0 20px;
    }

    #product-listing .extraWrap {
        width: 26%;
    }

    #product-listing .pageSupportWrap:before,
    #product-listing .pageSupportWrap:after {
        display: table;
        content: " ";
    }

    #product-listing .pageSupportWrap:after {
        clear: both;
    }

    #product-listing .singleProductRangeWrap {
        padding-bottom: 40px;
        margin: 0;
        overflow: hidden;
    }

        #product-listing .singleProductRangeWrap h3 {
            font-size: 40px;
        }


        #product-listing .singleProductRangeWrap .twoColumnPromoWrap:before,
        #product-listing .singleProductRangeWrap .twoColumnPromoWrap:after {
            display: table;
            content: " ";
        }

        #product-listing .singleProductRangeWrap .twoColumnPromoWrap:after {
            clear: both;
        }

        #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem {
            float: right;
            width: 48%;
            margin-top: 0;
            margin-bottom: 20px;
        }

            #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem:first-child {
                float: left;
            }

    #product-listing .promoWrap {
        padding: 0;
    }

        #product-listing .promoWrap .promoContent {
            position: relative;
        }

        #product-listing .promoWrap .promoSupport {
            position: absolute;
            right: 30px;
            bottom: 30px;
            width: 350px;
            padding: 20px 30px;
            color: #ffffff;
            background-color: #222222;
            background-color: rgba(34, 34, 34, 0.9);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #product-listing .promoWrap .promoSupport:hover {
                background-color: #222222;
            }

            #product-listing .promoWrap .promoSupport p {
                font-size: 16px;
                line-height: 22px;
            }

        #product-listing .promoWrap .promoAlignLeft {
            right: auto;
            left: 30px;
        }

        #product-listing .promoWrap .imageWrap a.hidden-xs {
            display: block !important;
        }

    #product-listing .paginationWrap .paginationContent,
    #product-listing .paginationWrap .paginationAltContent {
        padding: 0;
        border-bottom: 0;
    }

    #product-listing .paginationBottom {
        padding: 0;
    }

        #product-listing .paginationBottom .paginationContent,
        #product-listing .paginationBottom .paginationAltContent {
            padding: 20px 0 0 0;
            border-top: solid 1px #222222;
            border-bottom: 0;
        }
}

#product-listing .singleProductRangeWrap p {
    font-size: 16px;
    line-height: 22px;
}

    #product-listing .singleProductRangeWrap p a {
        margin-left: 5px;
        color: #be0216;
        border-bottom: solid 1px #be0216;
    }

        #product-listing .singleProductRangeWrap p a:hover {
            text-decoration: none;
            border-bottom: dotted 1px #be0216;
        }

#product-listing .singleProductRangeWrap .entireRangeWrap {
    padding-top: 15px;
}

    #product-listing .singleProductRangeWrap .entireRangeWrap a {
        display: block;
        width: 190px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 36px;
        color: #222222;
        text-align: center;
        text-transform: uppercase;
        border: solid 1px #222222;
    }

        #product-listing .singleProductRangeWrap .entireRangeWrap a:hover {
            color: #ffffff;
            background: #222222;
            border: solid 1px #222222;
        }

@media (min-width: 768px) {

    #product-listing .heroWrap {
        position: relative;
        padding: 0;
        margin-bottom: 35px;
        color: #222222;
        background: none;
    }

        #product-listing .heroWrap .text {
            position: absolute;
            bottom: 40px;
            left: 40px;
            width: 400px;
        }

        #product-listing .heroWrap .ctaWrap {
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 100px;
            height: 100px;
            padding: 20px 0;
            margin: 0;
            font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
            font-size: 20px;
            font-style: italic;
            color: #ffffff;
            text-align: center;
            background: #232323;
            border: none;
        }

            #product-listing .heroWrap .ctaWrap:hover {
                background: #000;
                border: none;
            }
}

@media (min-width: 1024px) {
    #product-listing .extraWrap .shippingWrap {
        float: left;
        margin-right: 20px;
    }

    #product-listing .extraWrap .shareWrap {
        float: left;
        padding-left: 20px;
        clear: none;
        border-left: solid 1px #777777;
    }

    #product-listing .heroWrap {
        margin-left: 240px;
    }

    #product-listing .productListingWrap {
        position: relative;
        margin-left: 240px;
    }

    #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem {
        width: 48%;
    }

        #product-listing .singleProductRangeWrap .twoColumnPromoWrap .promoItem:first-child {
            margin-right: 4%;
        }
}

#product-details #product {
    position: relative;
    margin-bottom: 50px;
}

    #product-details #product .crest {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: -1;
    }

@media (min-width: 768px) {
    #product-details #product .crest {
        top: -50px;
        right: 30px;
    }
}

@media (min-width: 1024px) {
    #product-details #product .crest {
        top: -30px;
        right: 4%;
    }
}

#product-details #product .title h2 {
    margin: 0 0 20px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#product-details #product .rest-container .tab-container {
    margin-top: 15px;
}

#product-details #product hr {
    height: 0;
    border-top: 1px solid #222222;
}

@media (min-width: 768px) {
    #product-details #product .title,
    #product-details #product .status,
    #product-details #product .vintage-history,
    #product-details #product .rest-container {
        float: right;
    }

        #product-details #product .title:before,
        #product-details #product .status:before,
        #product-details #product .vintage-history:before,
        #product-details #product .rest-container:before,
        #product-details #product .title:after,
        #product-details #product .status:after,
        #product-details #product .vintage-history:after,
        #product-details #product .rest-container:after {
            display: table;
            content: " ";
        }

        #product-details #product .title:after,
        #product-details #product .status:after,
        #product-details #product .vintage-history:after,
        #product-details #product .rest-container:after {
            clear: both;
        }
}

#product-details #product .product-image .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    text-align: center;
}

    #product-details #product .product-image .carousel-indicators li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        text-indent: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        #product-details #product .product-image .carousel-indicators li.active {
            width: auto;
            height: auto;
            border-bottom: 4px solid #be0216;
        }

#product-details #product .product-image .item {
    text-align: center;
}

@media (max-width: 767px) {
    #product-details #product .product-image {
        margin-bottom: 10px;
    }

    .filterWrap .refineWrap .input-group-addon {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #product-details #product .product-image {
        padding-right: 30px;
    }

    #product-details #product .status {
        margin-bottom: 15px;
    }
}

#product-details #product .status p {
    display: table-cell;
    height: 34px;
    margin: 0;
    vertical-align: middle;
}

#product-details #product .status img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

#product-details #product .status .status-legend-container {
    display: inline;
}

@media (min-width: 768px) {
    #product-details #product .status .status-legend-container {
        position: relative;
    }
}

#product-details #product .status .status-legend {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 1px 0 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    text-align: center;
    border: 1px solid #222222;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    /*  CHANGED
#product-details #product .status .status-legend:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: none;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ' ';
}
    */

    #product-details #product .status .status-legend:after {
        top: 100%;
        right: 50%;
        margin-top: 1px;
        margin-right: -6px;
        opacity: 0;
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }

    #product-details #product .status .status-legend.open:after {
        opacity: 1;
    }

    #product-details #product .status .status-legend + .popover {
        right: 0;
        left: 0 !important;
        max-width: none;
    }

        #product-details #product .status .status-legend + .popover .popover-content {
            padding: 12px;
        }

            #product-details #product .status .status-legend + .popover .popover-content > div:before,
            #product-details #product .status .status-legend + .popover .popover-content > div:after {
                display: table;
                content: " ";
            }

            #product-details #product .status .status-legend + .popover .popover-content > div:after {
                clear: both;
            }

            #product-details #product .status .status-legend + .popover .popover-content > div + div {
                margin-top: 10px;
            }

        #product-details #product .status .status-legend + .popover.bottom {
            margin-top: 6px;
        }

@media (min-width: 768px) {
    #product-details #product .status .status-legend + .popover {
        right: -16px;
        left: auto !important;
    }

        #product-details #product .status .status-legend + .popover .popover-content {
            width: 250px;
        }
}

@media (min-width: 1024px) {
    #product-details #product .status .status-legend:hover,
    #product-details #product .status .status-legend:active {
        color: #be0216;
        border: 1px solid #be0216;
    }
}

@media (max-width: 767px) {
    #product-details #product .status {
        margin-bottom: 10px;
    }
}

#product-details #product .vintage-history {
    padding-left: 44px;
}

    #product-details #product .vintage-history .label {
        display: inline-block;
    }

    #product-details #product .vintage-history .dropdown [data-toggle="dropdown"] {
        padding: 0;
        border: none;
    }

    #product-details #product .vintage-history .dropdown .scroll {
        display: block;
        width: 100%;
        height: 14px;
    }

        #product-details #product .vintage-history .dropdown .scroll[data-scroll="up"] {
            position: relative;
            margin-bottom: 10px;
        }

            #product-details #product .vintage-history .dropdown .scroll[data-scroll="up"]:after {
                position: absolute;
                top: 50%;
                right: 10px;
                width: 0;
                height: 0;
                margin-top: -3px;
                border-top: none;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #222222;
                border-left: 6px solid transparent;
                content: ' ';
            }

        #product-details #product .vintage-history .dropdown .scroll[data-scroll="down"] {
            position: relative;
            margin-top: 10px;
        }

            #product-details #product .vintage-history .dropdown .scroll[data-scroll="down"]:after {
                position: absolute;
                top: 50%;
                right: 10px;
                width: 0;
                height: 0;
                margin-top: -3px;
                border-top: 6px solid #222222;
                border-right: 6px solid transparent;
                border-bottom: none;
                border-left: 6px solid transparent;
                content: ' ';
            }

        #product-details #product .vintage-history .dropdown .scroll:after {
            position: relative !important;
            top: auto !important;
            right: auto !important;
            display: inline-block;
            margin: 0 !important;
            text-align: center;
        }

@media (max-width: 1023px) {
    #product-details #product .vintage-history .dropdown {
        display: inline-block;
        margin-left: 4px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    }

        #product-details #product .vintage-history .dropdown [data-toggle="dropdown"] {
            min-height: 0;
            padding: 0;
            font-size: 16px;
            letter-spacing: 0;
            text-decoration: underline;
            border: none;
        }

            #product-details #product .vintage-history .dropdown [data-toggle="dropdown"]:after {
                right: -12px;
            }

        #product-details #product .vintage-history .dropdown .dropdown-menu {
            right: auto;
            left: 50%;
            margin-left: -34px;
            font-size: 16px;
        }

            #product-details #product .vintage-history .dropdown .dropdown-menu ul {
                max-height: 200px;
                overflow-y: auto;
            }

                #product-details #product .vintage-history .dropdown .dropdown-menu ul::-webkit-scrollbar {
                    width: 10px;
                    height: 10px;
                }

                #product-details #product .vintage-history .dropdown .dropdown-menu ul::-webkit-scrollbar-track {
                    background-color: #dddddd;
                    border: none;
                }

                #product-details #product .vintage-history .dropdown .dropdown-menu ul::-webkit-scrollbar-thumb,
                #product-details #product .vintage-history .dropdown .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
                    background-color: #222222;
                }
}

@media (min-width: 1024px) {
    #product-details #product .vintage-history {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        text-align: center;
    }

        #product-details #product .vintage-history .label {
            display: block;
            font-style: italic;
        }

        #product-details #product .vintage-history .dropdown {
            margin-top: 5px;
        }

            #product-details #product .vintage-history .dropdown [data-toggle="dropdown"] {
                display: none;
            }

            #product-details #product .vintage-history .dropdown .dropdown-menu {
                position: relative;
                display: block;
                float: none;
                padding: 0;
                text-align: center;
                background-color: transparent;
                border: none;
            }

                #product-details #product .vintage-history .dropdown .dropdown-menu ul {
                    max-height: 320px;
                    overflow-y: hidden;
                }

                #product-details #product .vintage-history .dropdown .dropdown-menu li {
                    padding: 5px 0;
                }

                    #product-details #product .vintage-history .dropdown .dropdown-menu li a {
                        padding: 5px 10px;
                    }

                        #product-details #product .vintage-history .dropdown .dropdown-menu li a:hover {
                            color: #be0216;
                            background-color: transparent;
                        }
}

#product-details #product .order {
    padding: 30px 0 15px 0;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #222222;
    /*border-bottom: 1px solid #222222;*/
}

    #product-details #product .order a {
        color: #BE0216;
        text-decoration: underline;
    }

    #product-details #product .order .price {
        margin-bottom: 20px;
        font-size: 13px;
    }

        #product-details #product .order .price .cost {
            font-size: 21px;
        }

        #product-details #product .order .price p {
            margin: 0;
        }

@media (min-width: 768px) {
    #product-details #product .order .price {
        font-size: 16px;
    }

        #product-details #product .order .price .cost {
            font-size: 28px;
        }
}

@media (min-width: 768px) {
    #product-details #product .order .add > div {
        height: 83px;
    }
}

#product-details #product .order .add [data-toggle="dropdown"] {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    #product-details #product .order .add .checkboxes {
        margin-bottom: 10px;
    }

        #product-details #product .order .add .checkboxes > .row {
            margin: 0 -5px;
        }

            #product-details #product .order .add .checkboxes > .row > div {
                padding: 0 5px;
            }

        #product-details #product .order .add .checkboxes .unit .dropdown-menu li {
            padding-right: 0;
        }
}

#product-details #product .order .add .btn-primary {
    width: 100%;
    height: 100%;
    padding: 34px 30px;
    font-size: 14px;
}

@media (min-width: 768px) {
    #product-details #product .order {
    }

        #product-details #product .order .add .unit {
            margin-top: -1px;
        }
}

#product-details #product .info .panel {
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#product-details #product .info [data-toggle="collapse"][data-parent="#info-accordion"] {
    position: relative;
    display: block;
    padding: 20px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
}

    #product-details #product .info [data-toggle="collapse"][data-parent="#info-accordion"]:before {
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -5px;
        background-color: #222222;
        content: ' ';
    }

    #product-details #product .info [data-toggle="collapse"][data-parent="#info-accordion"].collapsed:after {
        position: absolute;
        top: 50%;
        right: 9px;
        display: block;
        width: 2px;
        height: 10px;
        margin-top: -5px;
        margin-left: -1px;
        background-color: #222222;
        content: ' ';
    }

@media (min-width: 768px) {
    #product-details #product .info [data-toggle="collapse"][data-parent="#info-accordion"] {
        display: none;
    }
}

#product-details #product .info #facts #facts-collapse table {
    float: none;
    width: 100%;
}

    #product-details #product .info #facts #facts-collapse table td:nth-child(1) {
        width: 41.66666666666667%;
    }

    #product-details #product .info #facts #facts-collapse table td:nth-child(2) {
        width: 58.333333333333336%;
    }

#product-details #product .info #scores #scores-collapse table {
    float: none;
    width: 100%;
    padding-bottom: 20px;
}

    #product-details #product .info #scores #scores-collapse table td:nth-child(1) {
        width: 41.66666666666667%;
        padding-right: 10px;
        /*padding-top: 4px;
  font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
  font-size: 11px;*/
        letter-spacing: 1px;
    }

    #product-details #product .info #scores #scores-collapse table td:nth-child(2) {
        width: 58.333333333333336%;
    }

@media (max-width: 767px) {
    #product-details #product .info .tab-pane {
        display: block;
    }

    #product-details #product .info .panel {
        border-bottom: 1px solid #222222;
    }

    #product-details #product .info .collapse,
    #product-details #product .info .in {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #product-details #product .info #description-collapse,
    #product-details #product .info #facts-collapse,
    #product-details #product .info #scores-collapse {
        display: block;
        height: auto !important;
    }
}

#product-details #product .info #description-collapse {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height 1s ease;
}

@media (max-width: 767px) {
    #product-details #product .info #description-collapse {
        height: 90px !important;
    }

    #product-details #product .info #description .collapsed ~ #readmore {
        display: none;
    }
}

#product-details #product .info #description-collapse.out {
    height: auto !important;
}

#product-details #product .download {
    margin-top: 50px;
}

    #product-details #product .download p {
        margin-bottom: 5px;
    }

    #product-details #product .download .learn-more {
        display: block;
        margin-top: 10px;
        color: #be0216;
    }

    #product-details #product .download img {
        float: left;
        margin-top: -3px;
        margin-right: 5px;
    }

@media (min-width: 768px) {
    #product-details #product .download .learn-more {
        display: inline-block;
        margin-top: 0;
        font-size: 14px;
    }

    #product-details #product .download img {
        float: none;
        margin-right: 0;
    }
}

#product-details .nav-tabs {
    position: relative;
    margin-bottom: 25px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-weight: bold;
    border: none;
}

    #product-details .nav-tabs > li > a {
        padding: 0;
        margin: 0;
        font-size: 12px;
        letter-spacing: 2px;
        color: #999999;
        border: none;
        -webkit-transition: color 0.25s linear;
        transition: color 0.25s linear;
    }

        #product-details .nav-tabs > li > a:hover {
            background-color: transparent;
        }

@media (min-width: 1024px) {
    #product-details .nav-tabs > li > a:hover {
        color: #222222;
    }
}

#product-details .nav-tabs > li.active > a {
    color: #222222;
    background-color: transparent;
}

#product-details .nav-tabs > li + li {
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
}

    #product-details .nav-tabs > li + li:before {
        position: absolute;
        top: 1px;
        bottom: 3px;
        left: 0;
        display: block;
        width: 1px;
        background-color: #999999;
        content: ' ';
    }

@media (max-width: 767px) {
    #product-details .tab-container {
        margin-right: -25px;
        margin-left: -25px;
        overflow-x: hidden;
    }

        #product-details .tab-container .nav-tabs {
            display: inline-block;
            padding: 0 25px;
            white-space: nowrap;
        }

            #product-details .tab-container .nav-tabs > li {
                display: inline-block;
                float: none;
            }
}

#product-details #suggestions {
    padding: 50px 0 70px;
    text-align: center;
    background-color: #ffffff;
}

    #product-details #suggestions h1 {
        margin: 0 0 50px;
        font-size: 24px;
        font-style: italic;
    }

        #product-details #suggestions h1 span {
            font-style: normal;
            /*text-transform:uppercase;*/
        }

@media (min-width: 768px) {
    #product-details #suggestions h1 {
        font-size: 32px;
    }
}

#product-details #suggestions .carousel .item h5 {
    margin: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#product-details #suggestions .carousel .item p {
    margin-bottom: 20px;
}

#product-details #suggestions .carousel .carousel-control .arrow {
    margin-top: -60px;
}

    #product-details #suggestions .carousel .carousel-control .arrow.left {
        left: 0;
    }

    #product-details #suggestions .carousel .carousel-control .arrow.right {
        right: 0;
    }

#product-details #pairings {
    padding: 50px 0 70px;
    color: #ffffff;
    background: url("../images/bgd-age-verification.jpg");
    background-color: #1e1e1e;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #product-details #pairings h1 {
        margin: 0 0 30px;
        font-size: 24px;
        font-style: italic;
        text-align: center;
    }

    #product-details #pairings .carousel-inner > .item {
        text-align: left;
    }

@media (min-width: 768px) {
    #product-details #pairings h1 {
        font-size: 32px;
    }
}

#product-details .dropdown-menu {
    min-width: 0;
}

#product-details #pairings h1 span {
    font-style: normal;
    /*text-transform:uppercase;*/
}

#product-details #pairings .nav-tabs {
    display: inline-block;
}

@media (min-width: 1024px) {
    #product-details #pairings .nav-tabs > li > a:hover {
        color: #ffffff;
    }
}

#product-details #pairings .nav-tabs > li.active > a {
    position: relative;
    color: #ffffff;
}

    #product-details #pairings .nav-tabs > li.active > a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-top: 6px solid #ffffff;
        border-right: 6px solid transparent;
        border-bottom: none;
        border-left: 6px solid transparent;
        content: ' ';
    }

    #product-details #pairings .nav-tabs > li.active > a:after {
        top: 100%;
        right: 50%;
        margin-top: 10px;
        margin-right: -6px;
    }

#product-details #pairings .tab-container {
    text-align: center;
}

#product-details #pairings .carousel .count {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

#product-details #pairings .carousel .controls {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    #product-details #pairings .carousel .controls {
        position: absolute;
        top: 0;
        left: 66.66666666666666%;
        z-index: 5;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

@media (min-width: 1024px) {
    #product-details #pairings .carousel .controls {
        top: 30px;
    }
}

#product-details #pairings .carousel .carousel-control {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    opacity: 1;
}

    #product-details #pairings .carousel .carousel-control .arrow {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: inline-block;
        margin: 0;
    }

#product-details #pairings .item > .row {
    margin: 0 -15px;
}

    #product-details #pairings .item > .row > div {
        padding: 0 15px;
    }

#product-details #pairings .item h5 {
    margin-top: 0;
    font-weight: bold;
}

#product-details #pairings .item .image-grid {
    text-align: right;
}

@media (max-width: 767px) {
    #product-details #pairings .item .image-grid {
        text-align: left;
    }

        #product-details #pairings .item .image-grid img {
            width: 100%;
        }
}

#product-details #pairings .item .image-grid .row {
    margin: 0 -10px;
}

    #product-details #pairings .item .image-grid .row + .row {
        margin-top: 20px;
    }

#product-details #pairings .item .image-grid .left,
#product-details #pairings .item .image-grid .right {
    float: left;
    padding: 0 10px;
}

#product-details #pairings .item .image-grid .first .left {
    width: 62.083333333333336%;
}

#product-details #pairings .item .image-grid .first .right {
    width: 37.916666666666664%;
}

#product-details #pairings .item .image-grid .second .left {
    width: 37.916666666666664%;
}

#product-details #pairings .item .image-grid .second .right {
    width: 62.083333333333336%;
}

@media (min-width: 1024px) {
    #product-details #pairings .item .image-grid .first .left {
        width: 62.5%;
    }

    #product-details #pairings .item .image-grid .first .right {
        width: 37.5%;
    }

    #product-details #pairings .item .image-grid .second .left {
        width: 37.5%;
    }

    #product-details #pairings .item .image-grid .second .right {
        width: 62.5%;
    }
}

#product-details #pairings .item .info {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #product-details #pairings .item .info {
        margin-top: 78px;
    }
}

@media (min-width: 1024px) {
    #product-details #pairings .item .info {
        margin-top: 108px;
    }
}

#product-details #pairings .item .info h6 {
    margin-top: 30px;
    font-weight: bold;
}

#product-details #pairings .item .info a {
    color: #ffffff;
}

#product-details #pairings .behind {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #777777;
}

    #product-details #pairings .behind .tab-pane > .row {
        margin: 0 -15px;
    }

        #product-details #pairings .behind .tab-pane > .row > div {
            padding: 0 15px;
        }

    #product-details #pairings .behind .tab-pane h5 {
        font-weight: bold;
    }

    #product-details #pairings .behind .tab-pane a {
        color: #ffffff;
    }

    #product-details #pairings .behind .tab-pane p {
        margin: 20px 0 0;
    }

    #product-details #pairings .behind .download {
        margin-top: 30px;
    }

        #product-details #pairings .behind .download p {
            margin: 0 0 5px;
        }

        #product-details #pairings .behind .download .learn-more {
            display: block;
            margin-top: 10px;
            color: #be0216;
        }

        #product-details #pairings .behind .download img {
            float: left;
            margin-top: -3px;
            margin-right: 5px;
        }

@media (min-width: 768px) {
    #product-details #pairings .behind .download .learn-more {
        display: inline-block;
        margin-top: 0;
        font-size: 14px;
    }

    #product-details #pairings .behind .download img {
        float: none;
        margin-right: 0;
    }
}

#search-results {
    margin-bottom: 50px;
}

    #search-results .title h1 {
        margin: 0;
        margin-bottom: 20px;
        font-size: 24px;
    }

@media (min-width: 768px) {
    #search-results .title h1 {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    #search-results .title h1 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #search-results .pagination-container {
        padding-top: 8px;
    }
}

@media (min-width: 1024px) {
    #search-results .title,
    #search-results .pagination-container,
    #search-results .content {
        float: right;
    }
}

#search-results .navigation h5 {
    margin-top: 0;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    color: #be0216;
}

#search-results .navigation .stories {
    margin-top: 30px;
}

@media (min-width: 1024px) {
    #search-results .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #search-results .navigation .caret {
        display: inline-block;
    }

    #search-results .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        font-size: 12px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #search-results .navigation .dropdown-menu li a {
            padding: 10px 0;
            font-size: 11px;
            font-weight: bold;
            line-height: 15px;
        }

            #search-results .navigation .dropdown-menu li a:hover {
                text-decoration: underline;
                background-color: transparent;
            }

            #search-results .navigation .dropdown-menu li a.active {
                color: #222222;
                text-decoration: underline;
            }

        #search-results .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#search-results .category-title {
    padding-top: 30px;
    margin-top: 30px;
    font-size: 28px;
    font-style: italic;
    border-top: 1px solid #222222;
}

    #search-results .category-title a {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        font-style: normal;
    }

@media (max-width: 767px) {
    #search-results .carousel .item {
        text-align: center;
    }
}

#search-results .carousel .item h5 {
    margin: 20px 0;
    font-weight: bold;
}

#search-results .carousel .item p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #search-results .carousel .item .slide {
        display: table;
    }

    #search-results .carousel .item .row {
        display: table-row;
    }

        #search-results .carousel .item .row > div {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }
}

@media (min-width: 1200px) {
    #search-results .carousel .item img {
        padding: 0 30px;
    }
}

#search-results .carousel .carousel-control .arrow {
    margin-top: -60px;
}

    #search-results .carousel .carousel-control .arrow.left {
        left: 0;
    }

    #search-results .carousel .carousel-control .arrow.right {
        right: 0;
    }

#no-search-results {
    margin-top: 30px;
    margin-bottom: 50px;
}

    #no-search-results h1 {
        margin-top: 0;
    }

    #no-search-results .ranges ul li a {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
    }

    #no-search-results .ranges ul li + li {
        margin-top: 10px;
    }

.no-search-results h1 {
    margin-top: 0;
}

.no-search-results .icon {
    display: inline-block;
    margin-right: 10px;
}

.no-search-results .social a {
    display: inline-block;
}

    .no-search-results .social a + a {
        margin-left: 30px;
    }

.no-search-results #suggestions {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #222222;
}

    .no-search-results #suggestions h2 {
        margin: 0 0 30px;
        font-size: 24px;
        font-style: italic;
    }

        .no-search-results #suggestions h2 span {
            font-style: normal;
        }

@media (min-width: 768px) {
    .no-search-results #suggestions h2 {
        font-size: 32px;
    }
}

.no-search-results #suggestions .carousel .item {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

    .no-search-results #suggestions .carousel .item h5 {
        margin: 20px 0;
        font-weight: bold;
    }

    .no-search-results #suggestions .carousel .item p {
        margin: 20px 0;
    }

.no-search-results #suggestions .carousel .carousel-control .arrow {
    margin-top: -60px;
}

    .no-search-results #suggestions .carousel .carousel-control .arrow.left {
        left: 0;
    }

    .no-search-results #suggestions .carousel .carousel-control .arrow.right {
        right: 0;
    }

.no-search-results #suggestions .item-name {
    margin: 20px;
    font-weight: bold;
    height: 56px;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.no-search-results #suggestions .item-series {
    display: block;
    margin: 20px 0;
}

.no-search-results #suggestions .learn-more {
    display: block;
    font-size: 12px;
}

body.blank {
    min-height: 720px;
    background: url("../images/bgd-age-verification.jpg");
    background-color: #1e1e1e;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#age-verification {
    border: none;
}

    #age-verification .age-verification-content {
        padding-bottom: 30px;
        color: #ffffff;
        text-align: center;
    }

        #age-verification .age-verification-content label {
            position: relative;
            display: inline-block;
            width: 240px;
            margin: 0 0 0 10px;
            font-weight: normal;
            cursor: default;
        }

            #age-verification .age-verification-content label,
            #age-verification .age-verification-content label [data-toggle=dropdown] {
                font-size: 22px;
                border: none;
                padding-left: 2px;
            }

                #age-verification .age-verification-content label:before,
                #age-verification .age-verification-content label:after {
                    display: none;
                }

                #age-verification .age-verification-content label [data-toggle=dropdown] {
                    position: relative;
                    padding-right: 20px;
                    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
                    color: #ffffff;
                    text-decoration: underline;
                    border: none;
                }



                    #age-verification .age-verification-content label [data-toggle=dropdown]:after {
                        position: absolute;
                        top: 50%;
                        right: 10px;
                        width: 0;
                        height: 0;
                        margin-top: -3px;
                        border-top: 6px solid #ffffff;
                        border-right: 6px solid transparent;
                        border-bottom: none;
                        border-left: 6px solid transparent;
                        content: ' ';
                    }

                    #age-verification .age-verification-content label [data-toggle=dropdown]:after {
                        right: 0;
                        margin-top: -2px;
                    }

@media (min-width: 768px) {
    #age-verification .age-verification-content label {
        width: auto;
    }

        #age-verification .age-verification-content label,
        #age-verification .age-verification-content label [data-toggle=dropdown] {
            font-size: 36px;
        }
}

#age-verification .age-verification-content .legal-text {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
}

#age-verification .age-verification-content .dropdown-menu {
    right: 0;
    left: inherit;
    min-width: 200px;
    padding: 10px;
    font-size: 12px;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    border: none;
}

    #age-verification .age-verification-content .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #age-verification .age-verification-content .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #age-verification .age-verification-content .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #age-verification .age-verification-content .dropdown-menu ul::-webkit-scrollbar-thumb,
        #age-verification .age-verification-content .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #age-verification .age-verification-content .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #age-verification .age-verification-content .dropdown-menu li a {
            display: block;
            padding: 3px 10px;
            color: #222222;
        }

            #age-verification .age-verification-content .dropdown-menu li a:hover {
                background-color: #dddddd;
            }

#age-verification .age-verification-content h1 {
    margin: 30px 0 30px 0;
}

    #age-verification .age-verification-content h1 img {
        width: 137px;
        height: 73px;
    }

@media (min-width: 768px) {
    #age-verification .age-verification-content h1 {
        margin-top: 150px;
    }

        #age-verification .age-verification-content h1 img {
            width: 196px;
            height: 104px;
        }
}

#age-verification .age-verification-content p {
    margin: 30px 0;
    font-size: 12px;
    color: #999999;
}

#age-verification .age-verification-content .enter-section {
    margin: 30px auto 0 auto;
    /*.btn.disabled {
				background: @penfolds-dark;
				border:1px solid @penfolds-dark;
				color: @penfolds-grey;
			}*/
}

@media (min-width: 768px) {
    #age-verification .age-verification-content p {
        margin: 50px 0;
    }

    #age-verification .age-verification-content .enter-section {
        margin: 50px auto 0 auto;
    }

    #age-verification .age-verification-content h1 {
        margin-bottom: 45px;
    }
}

#age-verification input[type=checkbox] {
    display: none;
}

    #age-verification input[type=checkbox][checked] + a.checkbox {
        background-position: bottom;
    }

#age-verification .checkbox {
    display: inline-block;
    width: 23px;
    height: 24px;
    min-height: 0;
    margin: -70px auto 0 auto;
    cursor: pointer;
    background: url("../images/icon_checkbox-age.png") top no-repeat;
    border: none;
    -webkit-transition: none;
}

    #age-verification .checkbox .checkbox-inner {
        position: absolute;
        top: -10px;
        left: -10px;
        display: block;
        width: 32px;
        height: 32px;
    }

    #age-verification .checkbox .active {
        display: none;
        width: 100%;
        height: 100%;
        background: #222222;
    }

    #age-verification .checkbox.checked .active {
        display: block;
    }

@media (min-width: 768px) {
    #age-verification .checkbox {
        margin: -22px auto 0 auto;
    }
}

#age-verification #best-fit-modal .continue {
    margin-top: 10px;
}

#penfolds-club {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #penfolds-club .share-container {
        margin-top: 50px;
    }

    #penfolds-club .page-content {
        /*margin-top: -52px;*/
    }
}

#penfolds-club hr {
    margin: 0px 0px 24px;
}

#penfolds-club h1 {
    font-size: 30px;
    font-style: normal;
}

@media (min-width: 768px) {
    #penfolds-club h1 {
        font-size: 41px;
    }
}

#penfolds-club .fop-list {
    margin-top: 10px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #penfolds-club .fop-list {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    #penfolds-club .fop-list {
        margin-bottom: 40px;
    }
}

#penfolds-club .fop-list li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 25px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #penfolds-club .fop-list li {
        padding-right: 25px;
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    #penfolds-club .fop-list li {
        margin-bottom: 0;
    }
}


.form-wrapper label.club-privacy-policy {
    text-transform: none !important;
    cursor: default;
}

    .form-wrapper label.club-privacy-policy a {
        color: #222222;
        text-decoration: underline;
    }

.form-wrapper div.club-privacy-policy a {
    text-decoration: underline;
}

#penfolds-club .number-circle {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #be0216;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#penfolds-club .hero-img {
    padding-right: 40px;
}

    #penfolds-club .hero-img img {
        width: 100%;
        height: auto;
    }

#penfolds-club .form-wrapper {
    max-width: 240px;
    margin-top: 30px;
}

    #penfolds-club .form-wrapper input[type=submit] {
        margin-top: 30px;
    }

@media (min-width: 768px) {
    #penfolds-club .form-wrapper {
        max-width: 510px;
    }
}

#penfolds-club .form-wrapper .birthdate > div.right {
    padding-left: 20px;
}

@media (min-width: 768px) {
    #penfolds-club .form-wrapper .birthdate > div.right {
        padding-left: 0;
    }
}

#penfolds-club .form-wrapper .row > div {
    margin-bottom: 20px;
}

.avenirMedium {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.AvenirHeavy {
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.a_underline {
    text-decoration: underline;
}

.text_red {
    color: #be0216;
}

.pos-r {
    position: relative;
}

._padding {
    padding: 5px 0;
}

._button {
    display: inline-block;
    padding: 12px 32px 12px 32px;
    margin-top: 45px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
}

.f26 {
    font-size: 1.625em;
}

#contact-us {
    margin-bottom: 50px;
}

    #contact-us #address-container {
        margin-bottom: 20px;
    }

        #contact-us #address-container .social_media_icons > a + a {
            margin-left: 6px;
        }

@media (min-width: 768px) {
    #contact-us #address-container .social_media_icons > a + a {
        margin-left: 13px;
    }
}

.form-contact label {
    text-transform: uppercase;
}

#contact-us #address-container #address,
#contact-us #address-container #consumer-info {
    margin-bottom: 20px;
}

#contact-us #form-section .form-contact .row > div {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 30px;
}

#contact-us #form-section .form-contact {
    margin-top: 20px;
}

    #contact-us #form-section .form-contact .row {
        margin-right: -14px;
        margin-left: -14px;
    }

@media (min-width: 768px) {
    #contact-us #form-section .form-contact {
        max-width: 494px;
    }
}

@media (min-width: 768px) {
    #contact-us #address-container {
        padding-left: 40px;
        margin-bottom: 0px;
    }
}

#contact-us h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact-us h1 {
        float: left;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    #contact-us h1 {
        float: none;
    }
}

@media (min-width: 768px) {
    #contact-us #title {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    #contact-us #title {
        margin-top: 8px;
    }
}

#contact-us h5 {
    margin-bottom: 25px;
    font-weight: bold;
}

    #contact-us h5#consumer-info {
        margin-top: 30px;
    }

@media (min-width: 768px) {
    #contact-us h5#consumer-info {
        margin-top: 50px;
    }
}

#contact-us #select-location-container {
    margin: 30px 0px;
}

@media (min-width: 768px) {
    #contact-us #select-location-container {
        float: right;
        min-width: 220px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #contact-us #select-location-container {
        float: none;
        margin: 0;
    }

        #contact-us #select-location-container [data-toggle=dropdown] {
            display: none !important;
        }

        #contact-us #select-location-container .dropdown-menu {
            position: relative;
            z-index: 0;
            display: block;
            width: 100%;
            padding: 0;
            font-size: 11px;
            background-color: transparent;
            border: none;
        }

            #contact-us #select-location-container .dropdown-menu ul {
                max-height: none;
            }

            #contact-us #select-location-container .dropdown-menu li a {
                padding: 10px 0;
            }

                #contact-us #select-location-container .dropdown-menu li a:hover {
                    color: #be0216;
                    background-color: transparent;
                }

                #contact-us #select-location-container .dropdown-menu li a.selected {
                    color: #be0216;
                }
}

#contact-us #map {
    height: 270px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    #contact-us #map {
        height: 320px;
    }
}

#contact-us #form-section {
    margin-top: 15px;
}

#contact-us .form-wrapper {
    margin-top: 20px;
}

    #contact-us .form-wrapper > .row {
        max-width: 240px;
    }

        #contact-us .form-wrapper > .row.no-max {
            max-width: none;
        }

        #contact-us .form-wrapper > .row > div {
            margin-bottom: 30px;
        }

@media (min-width: 768px) {
    #contact-us .form-wrapper,
    #contact-us .form-wrapper > .row {
        max-width: 494px;
    }
}

#contact-us .form-wrapper input[type=submit] {
    margin-top: 0;
}

#contact-us .form-wrapper select,
#contact-us .form-wrapper select option {
    text-transform: uppercase;
}

#contact-us input.error,
#contact-us select.error,
#contact-us textarea.error {
    color: #be0216;
    border: 1px solid #be0216 !important;
}

#contact-us ul {
    padding: 0;
}

#contact-us .text_red {
    color: #be0216;
}

#other-penfolds-products {
    /* product filter */
    /* product filter - end */
    /* product listing */
    /* product listing - end */
    /* search result */
    /* pagination */
    /* pagination - end */
    /* Small devices (tablets, 768px and up) width=758px */
    /* Large devices (large desktops, 1280px and up) */
}

    #other-penfolds-products .portfolio-item .item-name {
        padding: 0 15px;
    }

    #other-penfolds-products .productListingWrap:before,
    #other-penfolds-products .productListingWrap:after {
        display: table;
        content: " ";
    }

    #other-penfolds-products .productListingWrap:after {
        clear: both;
    }

    #other-penfolds-products .pageSupportWrap {
        position: relative;
        margin-top: 20px;
    }

    #other-penfolds-products a.learn-more {
        margin-top: 10px;
    }

    #other-penfolds-products .portfolio-carousel-height {
        position: relative;
    }

    #other-penfolds-products .extraWrap {
        padding: 0 0 20px;
        text-align: right;
    }

@media (min-width: 768px) {
    #other-penfolds-products .extraWrap {
        float: right;
    }
}

#other-penfolds-products .extraWrap .shippingWrap {
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 17px;
    font-style: italic;
    color: #777;
}

#other-penfolds-products .filterWrap {
    padding: 0;
    margin-bottom: 20px;
}

    #other-penfolds-products .filterWrap:before,
    #other-penfolds-products .filterWrap:after {
        display: table;
        content: " ";
    }

    #other-penfolds-products .filterWrap:after {
        clear: both;
    }

    #other-penfolds-products .filterWrap .btn-group {
        display: block;
    }

        #other-penfolds-products .filterWrap .btn-group:before,
        #other-penfolds-products .filterWrap .btn-group:after {
            display: table;
            content: " ";
        }

        #other-penfolds-products .filterWrap .btn-group:after {
            clear: both;
        }

    #other-penfolds-products .filterWrap .btn {
        width: 100%;
        padding: 14px 14px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        color: #222222;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        border: solid 1px #222222;
        border-radius: 0;
    }

        #other-penfolds-products .filterWrap .btn .caret {
            float: right;
            margin-top: 4px;
        }

    #other-penfolds-products .filterWrap .filterContent {
        position: relative;
        top: auto;
        left: auto;
        z-index: 2;
    }

        #other-penfolds-products .filterWrap .filterContent:before,
        #other-penfolds-products .filterWrap .filterContent:after {
            display: table;
            content: " ";
        }

        #other-penfolds-products .filterWrap .filterContent:after {
            clear: both;
        }

    #other-penfolds-products .filterWrap .selectedItems {
        padding-top: 10px;
        clear: both;
    }

        #other-penfolds-products .filterWrap .selectedItems a {
            display: inline-block;
            padding-right: 15px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 12px;
            color: #222222;
        }

            #other-penfolds-products .filterWrap .selectedItems a:hover {
                color: #be0216;
            }

                #other-penfolds-products .filterWrap .selectedItems a:hover .caret-close {
                    background-position: 0 -11px;
                }

        #other-penfolds-products .filterWrap .selectedItems .caret-close {
            display: inline-block;
            width: 11px;
            height: 11px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background: url("../images/filter-close.gif") 0 0 no-repeat transparent;
            background-color: transparent;
            border: 0;
        }

    #other-penfolds-products .filterWrap .allRangeWrap {
        float: left;
        width: 100%;
    }

    #other-penfolds-products .filterWrap .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #other-penfolds-products .filterWrap .open .dropdown-toggle.btn-default {
        color: #222222;
        background-color: transparent;
        border-color: #222222;
    }

    #other-penfolds-products .filterWrap .dropdown-menu {
        width: 100%;
        min-width: 0;
        padding: 10px 0;
        margin: -1px 0 0 0;
        background: #ffffff;
        border: solid 1px #222222;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #other-penfolds-products .filterWrap .dropdown-menu > li > a {
            padding: 10px 15px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 15px;
            color: #222222;
            text-transform: uppercase;
            white-space: normal;
        }

            #other-penfolds-products .filterWrap .dropdown-menu > li > a.selected {
                text-decoration: underline;
            }

            #other-penfolds-products .filterWrap .dropdown-menu > li > a:hover,
            #other-penfolds-products .filterWrap .dropdown-menu > li > a:focus {
                text-decoration: underline;
                background: none;
            }

#other-penfolds-products .singleProductRangeWrap {
    padding: 25px 0;
    margin: 0 25px;
    border-top: solid 1px #222222;
}

    #other-penfolds-products .singleProductRangeWrap h3 {
        margin: 0 0 10px 0;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 26px;
        font-style: italic;
    }

#other-penfolds-products .ctaWrap {
    margin: 20px 0;
}

    #other-penfolds-products .ctaWrap a {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #b4171f;
        text-transform: uppercase;
    }

        #other-penfolds-products .ctaWrap a:hover {
            color: #222222;
            text-decoration: none;
        }

#other-penfolds-products .searchContent-main {
    padding: 0;
}

#other-penfolds-products .searchResult {
    padding: 0 25px 20px;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
}

    #other-penfolds-products .searchResult h1 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 32px;
        font-style: normal;
    }

    #other-penfolds-products .searchResult h2 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 28px;
        font-style: normal;
    }

        #other-penfolds-products .searchResult h2 .searchKeyword {
            font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        }

    #other-penfolds-products .searchResult p {
        font-size: 18px;
    }

    #other-penfolds-products .searchResult a {
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        color: #be0216;
        border-bottom: solid 1px #be0216;
    }

        #other-penfolds-products .searchResult a:hover {
            color: #be0216;
            text-decoration: none;
            border-bottom: dotted 1px #be0216;
        }

        #other-penfolds-products .searchResult a[href^="tel:"] {
            color: #222222;
            border-bottom: none;
        }

            #other-penfolds-products .searchResult a[href^="tel:"]:hover {
                color: #222222;
                text-decoration: none;
                border-bottom: none;
            }

    #other-penfolds-products .searchResult ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #other-penfolds-products .searchResult ul li {
            padding-bottom: 10px;
            padding-left: 30px;
            font-size: 18px;
        }

        #other-penfolds-products .searchResult ul .tollfree {
            background: url('../images/search-result-tollfree.gif') no-repeat left center transparent;
        }

        #other-penfolds-products .searchResult ul .email {
            background: url('../images/search-result-mail.gif') no-repeat left center transparent;
        }

        #other-penfolds-products .searchResult ul .facebook {
            background: url('../images/search-result-fb.gif') no-repeat left center transparent;
        }

        #other-penfolds-products .searchResult ul .twitter {
            background: url('../images/search-result-twitter.gif') no-repeat left center transparent;
        }

@media (max-width: 767px) {
    #other-penfolds-products .title {
        margin-top: 30px;
    }
}

#other-penfolds-products .title .area-heading {
    display: block;
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 28px;
    text-align: left;
}

@media (min-width: 768px) {
    #other-penfolds-products .title .area-heading {
        display: inline-block;
        margin: 0 0 20px;
    }
}

#other-penfolds-products .title .learn-more {
    display: block;
    float: left;
    margin: 0;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    line-height: 16px;
    color: #be0216;
    border-bottom: solid 1px #be0216;
}

@media (min-width: 768px) {
    #other-penfolds-products .title .learn-more {
        display: inline-block;
        float: none;
        margin: 20px 0 40px 15px;
    }
}

@media (min-width: 768px) {
    #other-penfolds-products .portfolio-item {
        padding-bottom: 30px;
        text-align: center;
    }

        #other-penfolds-products .portfolio-item img {
            height: 205px;
        }

        #other-penfolds-products .portfolio-item.left {
            float: right;
        }
}

@media (min-width: 1024px) {
    #other-penfolds-products .portfolio-item img {
        width: auto;
        height: 264px;
    }
}

#other-penfolds-products .paginationWrap {
    float: right;
    padding: 10px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    color: #222222;
}

    #other-penfolds-products .paginationWrap .paginationContent,
    #other-penfolds-products .paginationWrap .paginationAltContent {
        min-height: 28px;
        padding-bottom: 20px;
        border-bottom: solid 1px #222222;
    }

        #other-penfolds-products .paginationWrap .paginationContent .btn-group,
        #other-penfolds-products .paginationWrap .paginationAltContent .btn-group {
            display: inline-block;
            width: 60px;
            padding: 0;
        }

        #other-penfolds-products .paginationWrap .paginationContent .btn,
        #other-penfolds-products .paginationWrap .paginationAltContent .btn {
            width: 100%;
            height: 28px;
            padding: 8px 8px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 1;
            color: #222222;
            text-align: left;
            text-transform: uppercase;
            background: transparent;
            border: solid 1px #222222;
            border-radius: 0;
        }

            #other-penfolds-products .paginationWrap .paginationContent .btn .caret,
            #other-penfolds-products .paginationWrap .paginationAltContent .btn .caret {
                position: absolute;
                top: 9px;
                right: 10px;
                float: right;
                margin-top: 3px;
            }

        #other-penfolds-products .paginationWrap .paginationContent > span,
        #other-penfolds-products .paginationWrap .paginationAltContent > span {
            padding: 0 5px;
        }

        #other-penfolds-products .paginationWrap .paginationContent > a,
        #other-penfolds-products .paginationWrap .paginationAltContent > a {
            color: #222222;
            text-decoration: none;
            border-bottom: solid 1px #222222;
        }

            #other-penfolds-products .paginationWrap .paginationContent > a:hover,
            #other-penfolds-products .paginationWrap .paginationAltContent > a:hover {
                text-decoration: none;
                border-bottom: dotted 1px #222222;
            }

        #other-penfolds-products .paginationWrap .paginationContent .totalPages,
        #other-penfolds-products .paginationWrap .paginationAltContent .totalPages {
            padding-right: 10px;
            margin-right: 10px;
            border-right: solid 1px #222222;
        }

        #other-penfolds-products .paginationWrap .paginationContent .btn-group.open .dropdown-toggle,
        #other-penfolds-products .paginationWrap .paginationAltContent .btn-group.open .dropdown-toggle {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #other-penfolds-products .paginationWrap .paginationContent .open .dropdown-toggle.btn-default,
        #other-penfolds-products .paginationWrap .paginationAltContent .open .dropdown-toggle.btn-default {
            color: #222222;
            background-color: transparent;
            border-color: #222222;
        }

        #other-penfolds-products .paginationWrap .paginationContent .dropdown-menu,
        #other-penfolds-products .paginationWrap .paginationAltContent .dropdown-menu {
            width: 100%;
            min-width: 0;
            padding: 10px 0;
            margin: -1px 0 0 0;
            text-align: left;
            background: #ffffff;
            border: solid 1px #222222;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #other-penfolds-products .paginationWrap .paginationContent .dropdown-menu > li > a,
            #other-penfolds-products .paginationWrap .paginationAltContent .dropdown-menu > li > a {
                padding: 10px 15px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 11px;
                font-weight: bold;
                line-height: 15px;
                color: #222222;
                text-transform: uppercase;
                white-space: normal;
            }

                #other-penfolds-products .paginationWrap .paginationContent .dropdown-menu > li > a:hover,
                #other-penfolds-products .paginationWrap .paginationAltContent .dropdown-menu > li > a:hover,
                #other-penfolds-products .paginationWrap .paginationContent .dropdown-menu > li > a:focus,
                #other-penfolds-products .paginationWrap .paginationAltContent .dropdown-menu > li > a:focus {
                    text-decoration: underline;
                    background: none;
                }

    #other-penfolds-products .paginationWrap .paginationAltContent {
        display: none;
    }

#other-penfolds-products .paginationBottom {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: right;
}

#other-penfolds-products .searchResultWrap {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

    #other-penfolds-products .searchResultWrap .searchKeyword {
        font-style: italic;
    }

@media (min-width: 768px) {
    #other-penfolds-products .searchResultWrap {
        font-size: 28px;
    }
}

#other-penfolds-products .searchKeyword {
    font-style: italic;
}

@media (min-width: 768px) {
    #other-penfolds-products .title {
        margin-top: 30px;
    }

    #other-penfolds-products .pageSupportWrap:before,
    #other-penfolds-products .pageSupportWrap:after {
        display: table;
        content: " ";
    }

    #other-penfolds-products .pageSupportWrap:after {
        clear: both;
    }

    #other-penfolds-products .singleProductRangeWrap {
        margin: 0;
        overflow: hidden;
    }

        #other-penfolds-products .singleProductRangeWrap h3 {
            font-size: 30px;
        }

        #other-penfolds-products .singleProductRangeWrap p {
            font-size: 16px;
            line-height: 22px;
        }

            #other-penfolds-products .singleProductRangeWrap p a {
                margin-left: 5px;
                color: #be0216;
                border-bottom: solid 1px #be0216;
            }

                #other-penfolds-products .singleProductRangeWrap p a:hover {
                    text-decoration: none;
                    border-bottom: dotted 1px #be0216;
                }

    #other-penfolds-products .filterWrap {
        padding: 0;
    }

        #other-penfolds-products .filterWrap .filterContent {
            float: left;
        }

        #other-penfolds-products .filterWrap .allRangeWrap {
            width: 245px;
            margin-right: 20px;
        }

    #other-penfolds-products .searchResult {
        padding: 0 0 30px;
    }

    #other-penfolds-products .paginationWrap .paginationContent,
    #other-penfolds-products .paginationWrap .paginationAltContent {
        padding: 0;
        border-bottom: 0;
    }

    #other-penfolds-products .paginationContent .btn-group {
        float: none;
    }

    #other-penfolds-products .paginationBottom {
        padding: 0;
    }

        #other-penfolds-products .paginationBottom .paginationContent,
        #other-penfolds-products .paginationBottom .paginationAltContent {
            padding: 20px 0 0 0;
            border-top: solid 1px #222222;
            border-bottom: 0;
        }

    #other-penfolds-products .searchResultWrap {
        padding: 0;
    }

    #other-penfolds-products .searchContent-main {
        padding: 0 0 40px;
    }
}

@media (min-width: 1024px) {
    #other-penfolds-products .title {
        margin-top: 0;
    }

    #other-penfolds-products .filterWrap .dropdown-menu {
        background-color: transparent;
        border: none;
    }

    #other-penfolds-products .filterWrap .allRangeWrap {
        width: 180px;
    }

    #other-penfolds-products .filterWrap .filterContent {
        position: absolute;
        float: none;
    }

    #other-penfolds-products .searchContent-main {
        margin-left: 180px;
    }
}

@media (min-width: 1200px) {
    #other-penfolds-products .extraWrap {
        width: 27%;
    }

    #other-penfolds-products .categoryWrap {
        float: left;
        width: 240px;
    }

    #other-penfolds-products .searchContent-main {
        width: 940px;
        margin-left: 240px;
        min-height: 530px;
    }

    #other-penfolds-products .filterWrap {
        margin: 20px 0 0 0;
    }

        #other-penfolds-products .filterWrap .filterContent {
            position: absolute;
            float: none;
            width: 180px;
            margin: 0;
        }

            #other-penfolds-products .filterWrap .filterContent > div {
                padding-bottom: 30px;
            }

        #other-penfolds-products .filterWrap .allRangeWrap {
            float: none;
            width: 100%;
            margin: 0;
        }

        #other-penfolds-products .filterWrap .filterTitle {
            margin-bottom: 10px;
            font-size: 16px;
            color: #be0216;
        }

        #other-penfolds-products .filterWrap .allRangeWrap .dropdown-menu,
        #other-penfolds-products .filterWrap .refineWrap .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #other-penfolds-products .filterWrap .allRangeWrap li > a {
            padding-left: 0;
        }

        #other-penfolds-products .filterWrap .visible-lg:before,
        #other-penfolds-products .filterWrap .visible-lg:after {
            display: table;
            content: " ";
        }

        #other-penfolds-products .filterWrap .visible-lg:after {
            clear: both;
        }

        #other-penfolds-products .filterWrap .visible-lg .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #other-penfolds-products .filterWrap .visible-lg .dropdown-menu > li > a {
                padding-left: 0;
            }

    #other-penfolds-products .searchResultWrap {
        position: absolute;
        top: 45px;
        left: 0;
        margin-left: 240px;
    }

    #other-penfolds-products .categoryWrap .paginationContent .dropdown-menu {
        display: none;
    }

    #other-penfolds-products .categoryWrap .paginationContent .open > .dropdown-menu {
        display: block;
        text-align: left;
    }

    #other-penfolds-products .categoryWrap {
        position: relative;
        margin-top: -27px;
    }

        #other-penfolds-products .categoryWrap .paginationWrap {
            position: absolute;
            top: -8px;
            left: 940px;
            width: 240px;
            text-align: right;
        }

        #other-penfolds-products .categoryWrap .dropdown-menu {
            display: block;
            width: 240px;
            padding: 0;
            margin: 10px 0 0 0;
            line-height: 15px;
            background: none;
            border: none;
        }

        #other-penfolds-products .categoryWrap ul li {
            margin-bottom: 10px;
        }

        #other-penfolds-products .categoryWrap .paginationWrap ul li {
            margin-bottom: 0;
        }

        #other-penfolds-products .categoryWrap .dropdown-menu > li > a {
            padding: 0;
        }

            #other-penfolds-products .categoryWrap .dropdown-menu > li > a.selected {
                color: #be0216;
                text-decoration: none;
            }

                #other-penfolds-products .categoryWrap .dropdown-menu > li > a.selected:hover {
                    color: #222222;
                    text-decoration: underline;
                }

        #other-penfolds-products .categoryWrap .allRangeWrap {
            float: none;
            width: 100%;
            margin: 0;
        }

        #other-penfolds-products .categoryWrap .filterTitle {
            margin-bottom: 10px;
            font-size: 16px;
            color: #be0216;
        }

        #other-penfolds-products .categoryWrap .allRangeWrap .dropdown-menu,
        #other-penfolds-products .categoryWrap .refineWrap .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #other-penfolds-products .categoryWrap .allRangeWrap li > a {
            padding-left: 0;
        }

        #other-penfolds-products .categoryWrap .visible-lg:before,
        #other-penfolds-products .categoryWrap .visible-lg:after {
            display: table;
            content: " ";
        }

        #other-penfolds-products .categoryWrap .visible-lg:after {
            clear: both;
        }

        #other-penfolds-products .categoryWrap .visible-lg .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #other-penfolds-products .categoryWrap .visible-lg .dropdown-menu > li > a {
                padding-left: 0;
            }
}

#heritage .title {
    position: relative;
}

    #heritage .title h1 {
        margin: 0 0 14px;
    }

    #heritage .title .button {
        margin: 0 0 20px;
    }

@media (min-width: 768px) {
    #heritage .title h1 {
        margin: 0 0 20px;
    }

    #heritage .title .button {
        text-align: right;
    }
}

#heritage .content {
    margin: 30px 0 40px;
}

    #heritage .content .heading,
    #heritage .content h5 {
        font-weight: bold;
    }

    #heritage .content h5,
    #heritage .content p {
        margin: 0 0 25px;
    }

    #heritage .content .heading {
        margin-bottom: 25px;
    }

@media (min-width: 768px) {
    #heritage .content .heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #heritage #vineyards .highlight,
    #heritage #vineyards .locations,
    #heritage #history {
        margin-bottom: 50px;
    }
}

#heritage #vineyards img,
#heritage #vineyards img,
#heritage #history img,
#heritage #winemaking img {
    width: 100%;
}

@media (min-width: 1024px) {
    #heritage #vineyards img,
    #heritage #vineyards img,
    #heritage #history img,
    #heritage #winemaking img {
        width: auto;
    }
}

@media (min-width: 768px) {
    #heritage #vineyards {
        padding-bottom: 0;
    }

        #heritage #vineyards > .container > .row + .row > div {
            margin-bottom: 50px;
        }
}

#heritage #vineyards .highlight-container {
    padding-top: 30px;
    margin-bottom: 30px;
    background-color: #222222;
}

@media (min-width: 1024px) {
    #heritage #vineyards .highlight-container {
        padding-top: 0;
        margin-bottom: 0;
        background-color: transparent;
    }
}

#heritage #vineyards .highlight {
    color: #ffffff;
}

    #heritage #vineyards .highlight .content .heading {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 16px;
    }

        #heritage #vineyards .highlight .content .heading a {
            color: #ffffff;
        }

@media (min-width: 768px) {
    #heritage #vineyards .highlight .content .heading {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    #heritage #vineyards .highlight .content .heading {
        font-size: 22px;
    }
}

#heritage #vineyards .highlight .content p {
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    #heritage #vineyards .highlight .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 336px;
        padding: 30px 30px 40px;
        margin: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.9);
    }

        #heritage #vineyards .highlight .content.right {
            right: 20px;
            left: auto;
        }
}

@media (min-width: 1024px) {
    #heritage #vineyards .highlight .content {
        width: 460px;
    }
}

@media (min-width: 1200px) {
    #heritage #vineyards .highlight .content {
        bottom: 50px;
        left: 50px;
    }

        #heritage #vineyards .highlight .content.right {
            right: 50px;
            left: auto;
        }
}

#heritage #vineyards .locations {
    margin: 0 -10px;
}

@media (min-width: 1024px) {
    #heritage #vineyards .locations {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #heritage #vineyards .locations .content {
        margin: 0;
    }
}

#heritage #vineyards .locations > div {
    padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #heritage #vineyards .locations > div {
        margin-bottom: 50px;
    }
}

#heritage #vineyards .locations .image-left img {
    width: 100%;
}

@media (min-width: 768px) {
    #heritage #vineyards .locations .image-left {
        float: left;
        margin-right: 30px;
    }

        #heritage #vineyards .locations .image-left img {
            width: auto;
        }
}

@media (min-width: 1024px) {
    #heritage #vineyards .locations .image-left {
        float: none;
        margin-right: 0;
    }
}

#heritage #history {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #heritage #history > .container > .row {
        padding-top: 30px;
        border-top: 1px solid #222222;
    }
}

#heritage #history .carousel-container {
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #222222;
}

@media (min-width: 768px) {
    #heritage #history .carousel-container {
        padding: 0 30px 50px;
        padding-bottom: 40px;
        border: 1px solid #222222;
    }
}

@media (min-width: 1024px) {
    #heritage #history .carousel-container {
        margin-left: 60px;
    }
}

#heritage #history .carousel-container .carousel-control {
    opacity: 1;
}

#heritage #history .carousel-container img {
    width: auto;
}

#heritage #history .carousel-container h5 {
    margin: 20px 0;
}

@media (min-width: 768px) {
    #heritage #history .carousel-container h5 {
        margin-top: 30px;
    }
}

#heritage #history .carousel-container .award {
    margin: 20px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 768px) {
    #heritage #history .carousel-container .award {
        margin-bottom: 30px;
    }
}

#heritage #history .carousel-container .arrow {
    margin-top: -100px;
}

@media (max-width: 767px) {
    #heritage #history .carousel-container .arrow.left {
        left: 0px;
    }

    #heritage #history .carousel-container .arrow.right {
        right: 0px;
    }
}

@media (min-width: 768px) {
    #heritage #history {
        margin-bottom: 70px;
    }
}

@media (min-width: 1024px) {
    #heritage #history {
        margin-bottom: 60px;
    }

        #heritage #history .content {
            margin-bottom: 0;
        }
}

#heritage #winemaking {
    padding-bottom: 50px;
    color: #ffffff;
    background-color: #222222;
}

    #heritage #winemaking .area-heading {
        text-align: left;
    }

    #heritage #winemaking .content {
        padding: 30px 0;
        margin: 0;
    }

@media (min-width: 768px) {
    #heritage #winemaking {
        padding-bottom: 20px;
        background: url(../images/lg_vineyard_bg.jpg) no-repeat center bottom;
        background-size: cover;
    }

        #heritage #winemaking .area-heading {
            margin: 60px 0 45px;
        }

        #heritage #winemaking .content {
            padding: 0;
            margin: 30px 0 70px;
        }
}

@media (min-width: 1024px) {
    #heritage #winemaking {
        padding-bottom: 30px;
    }

        #heritage #winemaking .area-heading {
            margin: 60px 0 50px;
        }

        #heritage #winemaking .content {
            margin: 30px 0 40px;
        }
}

#heritage #winemaking .content h5 {
    font-weight: bold;
}

#heritage #winemaking .content h5,
#heritage #winemaking .content p {
    margin: 0 0 25px;
}

#heritage #winemaking .inner-row {
    padding-top: 16px;
}

@media (min-width: 1024px) {
    #heritage #winemaking .inner-row {
        padding-top: 20px;
    }
}

#heritage #winemaking .inner-row > div:first-child {
    padding-right: 10px;
}

#heritage #winemaking .inner-row > div:last-child {
    padding-left: 10px;
}

#heritage #winemaking .title,
#heritage #winemaking .content {
    border-bottom: 1px solid #333333;
}

@media (min-width: 768px) {
    #heritage #winemaking .title,
    #heritage #winemaking .content {
        border: none;
    }
}

#heritage #winemaking .title .btn {
    position: absolute;
    top: -2px;
    right: 0px;
}

#heritage #winemaking .craft-heading {
    margin: 30px 0px;
}

@media (min-width: 768px) {
    #heritage #winemaking .craft-heading {
        margin: 48px 0px;
    }
}

#heritage #winemaking .craft-wrapper .craft-learn-container div {
    margin: 0 auto;
}

#heritage #winemaking .craft-learn-label span {
    float: right;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}

#heritage #winemaking .craft-learn-button-container-xs div.craft-learn-label-xs {
    margin-bottom: 25px;
}

#heritage #winemaking .craft-learn-label-sm span {
    margin-top: 50px;
    margin-bottom: 35px;
}

#heritage #winemaking .craft-learn-container span {
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
}

#heritage #winemaking .craft-learn-button-container-xs ._button > a {
    display: block;
    padding: 12px 32px;
    color: #ffffff;
}

#heritage #winemaking .craft-container {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #heritage #winemaking .craft-container {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    #heritage #winemaking .craft-container > div:first-child {
        padding-right: 10px;
    }

    #heritage #winemaking .craft-container > div:last-child {
        padding-left: 10px;
    }
}

#vineyards .title h1 {
    margin: 0 0 20px;
}

#vineyards .content {
    margin: 30px 0 40px;
}

    #vineyards .content .heading,
    #vineyards .content h5 {
        font-weight: bold;
    }

    #vineyards .content h5,
    #vineyards .content p {
        margin: 0 0 25px;
    }

.vineyards .content p {
    height: 90px;
}

#vineyards #locations .list > .vineyards > .row > div.clear {
    clear: none !important;
}

#vineyards .content .heading {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    #vineyards .content .heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #vineyards #locations {
        padding-bottom: 0;
    }
}

#vineyards #locations .map-container {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #vineyards #locations .map-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 768px) {
    #vineyards #locations .map-container,
    #vineyards #locations .map-container .map,
    #vineyards #locations .map-container .controls,
    #vineyards #locations .map-container #controls-collapse {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    #vineyards #locations .map-container,
    #vineyards #locations .map-container .map,
    #vineyards #locations .map-container .controls,
    #vineyards #locations .map-container #controls-collapse {
        height: 600px;
    }
}

#vineyards #locations .map-container .map {
    min-height: 320px;
}

    #vineyards #locations .map-container .map .dialog {
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    }

        #vineyards #locations .map-container .map .dialog h5 {
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
        }

        #vineyards #locations .map-container .map .dialog .content {
            font-size: 14px;
        }

    #vineyards #locations .map-container .map .infoBox {
        position: relative;
        padding: 20px;
    }

        #vineyards #locations .map-container .map .infoBox .content {
            max-height: 200px;
            margin: 0;
            overflow-y: auto;
        }

            #vineyards #locations .map-container .map .infoBox .content::-webkit-scrollbar {
                width: 10px;
                height: 10px;
            }

            #vineyards #locations .map-container .map .infoBox .content::-webkit-scrollbar-track {
                background-color: #dddddd;
                border: none;
            }

            #vineyards #locations .map-container .map .infoBox .content::-webkit-scrollbar-thumb,
            #vineyards #locations .map-container .map .infoBox .content::-webkit-scrollbar-thumb:hover {
                background-color: #222222;
            }

            #vineyards #locations .map-container .map .infoBox .content p {
                margin-bottom: 10px;
            }

        #vineyards #locations .map-container .map .infoBox .close {
            position: absolute;
            top: 0;
            right: 0;
            float: none;
        }

        #vineyards #locations .map-container .map .infoBox h4 {
            margin: 0 0 15px;
        }

#vineyards #locations .map-container .filter-dropdown {
    padding-right: 24px;
    margin-top: 30px;
}

#vineyards #locations .map-container .controls {
    min-width: 0;
    padding: 0;
    margin-top: 10px;
    background-color: #ffffff;
}

    #vineyards #locations .map-container .controls .arrow {
        position: absolute;
        top: 0;
        left: 70px;
        background: #ffffff;
    }

        #vineyards #locations .map-container .controls .arrow:after,
        #vineyards #locations .map-container .controls .arrow:before {
            position: absolute;
            bottom: 100%;
            left: 50%;
            width: 0;
            height: 0;
            pointer-events: none;
            border: solid transparent;
            content: " ";
        }

        #vineyards #locations .map-container .controls .arrow:after {
            margin-left: -10px;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
        }

        #vineyards #locations .map-container .controls .arrow:before {
            margin-left: -11px;
            border-color: rgba(34, 34, 34, 0);
            border-bottom-color: #222222;
            border-width: 11px;
        }

    #vineyards #locations .map-container .controls,
    #vineyards #locations .map-container .controls label {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
    }

        #vineyards #locations .map-container .controls label {
            text-transform: uppercase;
        }

@media (min-width: 768px) {
    #vineyards #locations .map-container .controls #controls-collapse {
        max-height: 200px;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #vineyards #locations .map-container .controls #controls-collapse::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #vineyards #locations .map-container .controls #controls-collapse::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #vineyards #locations .map-container .controls #controls-collapse::-webkit-scrollbar-thumb,
        #vineyards #locations .map-container .controls #controls-collapse::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }
}

@media (max-width: 767px) {
    #vineyards #locations .map-container .controls #controls-collapse {
        display: block !important;
        width: auto !important;
    }
}

#vineyards #locations .map-container .controls #controls-accordion {
    margin: 0;
}

    #vineyards #locations .map-container .controls #controls-accordion .panel {
        margin-top: 0;
        border-bottom: 1px solid #222222;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 767px) {
    #vineyards #locations .map-container .controls #controls-accordion .panel:last-child {
        border-bottom: none;
    }
}

#vineyards #locations .map-container .controls #controls-accordion .panel-heading {
    padding: 0;
}

#vineyards #locations .map-container .controls #controls-accordion .panel-body {
    border: none;
}

@media (min-width: 1024px) {
    #vineyards #locations .map-container .controls #controls-accordion .panel-body > div {
        margin-bottom: 10px;
    }

        #vineyards #locations .map-container .controls #controls-accordion .panel-body > div:last-child {
            margin: 0;
        }
}

#vineyards #locations .map-container .controls #controls-accordion .panel-title {
    font-size: 11px;
}

#vineyards #locations .map-container .controls #controls-accordion .collapse-toggle {
    display: block;
    padding: 15px;
}

@media (min-width: 768px) {
    #vineyards #locations .map-container .controls #controls-accordion .collapse-toggle {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) {
    #vineyards #locations .map-container .controls #controls-accordion {
        width: 225px;
        margin: 30px;
        border-top: 1px solid #222222;
    }
}

#vineyards #locations .map-container .controls .toggle {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 10;
    width: 22px;
    height: 45px;
    margin-top: -22px;
    background-image: url(../images/map-filter-close.png);
}

    #vineyards #locations .map-container .controls .toggle.collapsed {
        background-image: url(../images/map-filter-open.png);
    }

@media (min-width: 768px) {
    #vineyards #locations .map-container .controls {
        position: relative;
        top: auto;
        left: auto;
        z-index: 10;
        display: block;
        float: left;
        min-width: initial;
        padding: 0;
        margin: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#vineyards #locations .list {
    border-top: 1px solid #222222;
}

    #vineyards #locations .list > .vineyards > .row {
        margin: 0 -10px;
    }

        #vineyards #locations .list > .vineyards > .row > div {
            padding: 0 10px;
        }

    #vineyards #locations .list > .vineyards h5 {
        margin: 0 0 10px;
    }

@media (min-width: 768px) {
    #vineyards #locations .list > .vineyards h5 {
        margin: 0 0 25px;
    }
}

#vineyards #locations .list .vineyards-title h1 {
    margin: 20px 0;
}

#vineyards #locations .list .vineyards-title,
#vineyards #locations .list .vineyards-title p {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    #vineyards #locations .list .vineyards-title p {
        margin-bottom: 0;
    }

    #vineyards #locations .list .vineyards-title a {
        position: absolute;
        top: 20px;
        right: 0;
    }
}

@media (min-width: 1024px) {
    #vineyards #locations .list {
        margin-bottom: 10px;
    }
}

#vineyards #locations .list .image {
    position: relative;
}

    #vineyards #locations .list .image img {
        width: 100%;
    }

    #vineyards #locations .list .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 68px;
        padding: 10px 0;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #vineyards #locations .list .image .temp {
        padding: 26px 0;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    #vineyards #locations .list .image img {
        width: auto;
    }
}

#shop-our-wines-filtered {
    /* product listing */
    /* product listing - end */
    /* search result */
    /* search result - end */
    /* pagination */
    /* pagination - end */
    /* Small devices (tablets, 768px and up) width=758px */
    /* Large devices (large desktops, 1280px and up) */
}

    #shop-our-wines-filtered .shopWrap:before,
    #shop-our-wines-filtered .shopWrap:after {
        display: table;
        content: " ";
    }

    #shop-our-wines-filtered .shopWrap:after {
        clear: both;
    }

    #shop-our-wines-filtered .shopWrap .filterWrap {
        padding: 0;
    }

    #shop-our-wines-filtered .pageSupportWrap {
        position: relative;
        margin-top: 20px;
    }

    #shop-our-wines-filtered #wine-portfolio .title,
    #shop-our-wines-filtered #news .title,
    #shop-our-wines-filtered #winemaking .title {
        position: relative;
    }

        #shop-our-wines-filtered #wine-portfolio .title .btn,
        #shop-our-wines-filtered #news .title .btn,
        #shop-our-wines-filtered #winemaking .title .btn {
            position: absolute;
            top: -4px;
            right: 0px;
        }

    #shop-our-wines-filtered .portfolio-carousel-height {
        position: relative;
    }

    #shop-our-wines-filtered .portfolio-item .price {
        margin-top: 10px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 16px;
        font-style: italic;
    }

        #shop-our-wines-filtered .portfolio-item .price p {
            margin: 0;
        }

    #shop-our-wines-filtered a.learn-more {
        margin-top: 10px;
    }

    #shop-our-wines-filtered #wine-portfolio {
        background: #ffffff;
    }

@media (min-width: 1024px) {
    #shop-our-wines-filtered #wine-portfolio .title .btn {
        top: 46px;
    }
}

#shop-our-wines-filtered #wine-portfolio .area-heading {
    padding-left: 0;
}

#shop-our-wines-filtered .portfolio-height {
    height: 650px;
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .portfolio-height {
        height: 700px;
    }
}

#shop-our-wines-filtered .carousel {
    margin: 20px 0;
}

    #shop-our-wines-filtered .carousel .item {
        padding-bottom: 30px;
    }

#shop-our-wines-filtered .extraWrap {
    padding: 0 0 20px;
    text-align: right;
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .extraWrap {
        float: right;
    }
}

#shop-our-wines-filtered .extraWrap .shippingWrap {
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 17px;
    font-style: italic;
    color: #777;
}

#shop-our-wines-filtered .title {
    padding: 25px 0;
    border-top: solid 1px #222222;
}

    #shop-our-wines-filtered .title h3 {
        margin: 0 0 10px 0;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 26px;
        font-style: italic;
    }

    #shop-our-wines-filtered .title .entireRangeWrap {
        margin-bottom: 10px;
    }

        #shop-our-wines-filtered .title .entireRangeWrap a {
            font-size: 17px;
            color: #b4171f;
            text-decoration: none;
            border-bottom: solid 1px #b4171f;
        }

            #shop-our-wines-filtered .title .entireRangeWrap a:hover {
                border-bottom: dotted 1px #b4171f;
            }

#shop-our-wines-filtered .ctaWrap {
    margin: 20px 0;
}

    #shop-our-wines-filtered .ctaWrap a {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #b4171f;
        text-transform: uppercase;
    }

        #shop-our-wines-filtered .ctaWrap a:hover {
            color: #222222;
            text-decoration: none;
        }

#shop-our-wines-filtered .searchContent-main {
    padding: 0;
}

#shop-our-wines-filtered .searchResult {
    padding: 0 25px 20px;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
}

    #shop-our-wines-filtered .searchResult h1 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 32px;
        font-style: normal;
    }

    #shop-our-wines-filtered .searchResult h2 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 28px;
        font-style: normal;
    }

        #shop-our-wines-filtered .searchResult h2 .searchKeyword {
            font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        }

    #shop-our-wines-filtered .searchResult p {
        font-size: 18px;
    }

    #shop-our-wines-filtered .searchResult a {
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        color: #be0216;
        border-bottom: solid 1px #be0216;
    }

        #shop-our-wines-filtered .searchResult a:hover {
            color: #be0216;
            text-decoration: none;
            border-bottom: dotted 1px #be0216;
        }

        #shop-our-wines-filtered .searchResult a[href^="tel:"] {
            color: #222222;
            border-bottom: none;
        }

            #shop-our-wines-filtered .searchResult a[href^="tel:"]:hover {
                color: #222222;
                text-decoration: none;
                border-bottom: none;
            }

    #shop-our-wines-filtered .searchResult ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #shop-our-wines-filtered .searchResult ul li {
            padding-bottom: 10px;
            padding-left: 30px;
            font-size: 18px;
        }

        #shop-our-wines-filtered .searchResult ul .tollfree {
            background: url('../images/search-result-tollfree.gif') no-repeat left center transparent;
        }

        #shop-our-wines-filtered .searchResult ul .email {
            background: url('../images/search-result-mail.gif') no-repeat left center transparent;
        }

        #shop-our-wines-filtered .searchResult ul .facebook {
            background: url('../images/search-result-fb.gif') no-repeat left center transparent;
        }

        #shop-our-wines-filtered .searchResult ul .twitter {
            background: url('../images/search-result-twitter.gif') no-repeat left center transparent;
        }

#shop-our-wines-filtered .title .area-heading {
    display: block;
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 28px;
    text-align: left;
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .title .area-heading {
        display: inline-block;
        margin: 0 0 60px;
    }
}

#shop-our-wines-filtered .title .learn-more {
    display: block;
    float: left;
    margin: 0;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    line-height: 16px;
    color: #be0216;
    border-bottom: solid 1px #be0216;
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .title .learn-more {
        display: inline-block;
        float: none;
        margin: 20px 0 40px 15px;
    }
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .portfolio-item {
        text-align: center;
    }

        #shop-our-wines-filtered .portfolio-item img {
            height: 205px;
        }

        #shop-our-wines-filtered .portfolio-item.left {
            float: right;
        }
}

@media (min-width: 1024px) {
    #shop-our-wines-filtered .portfolio-item img {
        width: auto;
        height: 264px;
    }
}

#shop-our-wines-filtered .paginationWrap {
    float: right;
    padding: 10px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    color: #222222;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #shop-our-wines-filtered .paginationWrap {
        position: absolute;
        top: -62px;
        right: 0px;
    }
}

#shop-our-wines-filtered .paginationWrap .paginationContent,
#shop-our-wines-filtered .paginationWrap .paginationAltContent {
    min-height: 28px;
    padding-bottom: 20px;
    border-bottom: solid 1px #222222;
}

    #shop-our-wines-filtered .paginationWrap .paginationContent .btn-group,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .btn-group {
        display: inline-block;
        width: 60px;
        padding: 0;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent .btn,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .btn {
        width: 100%;
        height: 28px;
        padding: 8px 8px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        color: #222222;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        border: solid 1px #222222;
        border-radius: 0;
    }

        #shop-our-wines-filtered .paginationWrap .paginationContent .btn .caret,
        #shop-our-wines-filtered .paginationWrap .paginationAltContent .btn .caret {
            position: absolute;
            top: 9px;
            right: 10px;
            float: right;
            margin-top: 3px;
        }

    #shop-our-wines-filtered .paginationWrap .paginationContent > span,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent > span {
        padding: 0 5px;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent > a,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent > a {
        color: #222222;
        text-decoration: none;
        border-bottom: solid 1px #222222;
    }

        #shop-our-wines-filtered .paginationWrap .paginationContent > a:hover,
        #shop-our-wines-filtered .paginationWrap .paginationAltContent > a:hover {
            text-decoration: none;
            border-bottom: dotted 1px #222222;
        }

    #shop-our-wines-filtered .paginationWrap .paginationContent .totalPages,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .totalPages {
        padding-right: 10px;
        margin-right: 10px;
        border-right: solid 1px #222222;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent .btn-group.open .dropdown-toggle,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent .open .dropdown-toggle.btn-default,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .open .dropdown-toggle.btn-default {
        color: #222222;
        background-color: transparent;
        border-color: #222222;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent .dropdown-menu,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent .dropdown-menu {
        width: 100%;
        min-width: 0;
        padding: 10px 0;
        margin: -1px 0 0 0;
        text-align: left;
        background: #ffffff;
        border: solid 1px #222222;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #shop-our-wines-filtered .paginationWrap .paginationContent .dropdown-menu > li > a,
        #shop-our-wines-filtered .paginationWrap .paginationAltContent .dropdown-menu > li > a {
            padding: 10px 15px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 15px;
            color: #222222;
            text-transform: uppercase;
            white-space: normal;
        }

            #shop-our-wines-filtered .paginationWrap .paginationContent .dropdown-menu > li > a:hover,
            #shop-our-wines-filtered .paginationWrap .paginationAltContent .dropdown-menu > li > a:hover,
            #shop-our-wines-filtered .paginationWrap .paginationContent .dropdown-menu > li > a:focus,
            #shop-our-wines-filtered .paginationWrap .paginationAltContent .dropdown-menu > li > a:focus {
                text-decoration: underline;
                background: none;
            }

#shop-our-wines-filtered .paginationWrap .paginationAltContent {
    display: none;
}

#shop-our-wines-filtered .paginationBottom {
    top: auto;
    right: auto;
    float: right: position:relative;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: right;
}

#shop-our-wines-filtered .searchResultWrap {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

    #shop-our-wines-filtered .searchResultWrap .searchKeyword {
        font-style: italic;
    }

@media (min-width: 768px) {
    #shop-our-wines-filtered .searchResultWrap {
        font-size: 28px;
    }
}

#shop-our-wines-filtered .searchKeyword {
    font-style: italic;
}

@media (min-width: 768px) {
    #shop-our-wines-filtered .pageSupportWrap:before,
    #shop-our-wines-filtered .pageSupportWrap:after {
        display: table;
        content: " ";
    }

    #shop-our-wines-filtered .pageSupportWrap:after {
        clear: both;
    }

    #shop-our-wines-filtered .singleProductRangeWrap {
        padding-bottom: 10px;
        margin: 0;
        overflow: hidden;
    }

        #shop-our-wines-filtered .singleProductRangeWrap h3 {
            font-size: 30px;
        }

        #shop-our-wines-filtered .singleProductRangeWrap p {
            font-size: 16px;
            line-height: 22px;
        }

            #shop-our-wines-filtered .singleProductRangeWrap p a {
                margin-left: 5px;
                color: #be0216;
                border-bottom: solid 1px #be0216;
            }

                #shop-our-wines-filtered .singleProductRangeWrap p a:hover {
                    text-decoration: none;
                    border-bottom: dotted 1px #be0216;
                }

    #shop-our-wines-filtered .searchResult {
        padding: 0 0 30px;
    }

    #shop-our-wines-filtered .paginationWrap .paginationContent,
    #shop-our-wines-filtered .paginationWrap .paginationAltContent {
        padding: 0;
        border-bottom: 0;
    }

    #shop-our-wines-filtered .paginationContent .btn-group {
        float: none;
    }

    #shop-our-wines-filtered .paginationBottom {
        padding: 0;
    }

        #shop-our-wines-filtered .paginationBottom .paginationContent,
        #shop-our-wines-filtered .paginationBottom .paginationAltContent {
            padding: 20px 0 0 0;
            border-top: solid 1px #222222;
            border-bottom: 0;
        }

    #shop-our-wines-filtered .searchResultWrap {
        padding: 0;
    }

    #shop-our-wines-filtered .searchContent-main {
        padding: 0;
    }

    #shop-our-wines-filtered .title {
        margin: 0;
        overflow: hidden;
    }

        #shop-our-wines-filtered .title h3 {
            font-size: 40px;
        }

        #shop-our-wines-filtered .title p {
            font-size: 16px;
            line-height: 22px;
        }

            #shop-our-wines-filtered .title p a {
                margin-left: 5px;
                color: #be0216;
                border-bottom: solid 1px #be0216;
            }

                #shop-our-wines-filtered .title p a:hover {
                    text-decoration: none;
                    border-bottom: dotted 1px #be0216;
                }

        #shop-our-wines-filtered .title .entireRangeWrap {
            padding-top: 15px;
        }

            #shop-our-wines-filtered .title .entireRangeWrap a {
                display: block;
                width: 190px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 11px;
                font-weight: bold;
                line-height: 36px;
                color: #222222;
                text-align: center;
                text-transform: uppercase;
                border: solid 1px #222222;
            }

                #shop-our-wines-filtered .title .entireRangeWrap a:hover {
                    color: #ffffff;
                    background: #222222;
                    border: solid 1px #222222;
                }
}

@media (min-width: 1024px) {
    #shop-our-wines-filtered .filterWrap .filterContent {
        top: 0px;
    }

    #shop-our-wines-filtered .shopWrap {
        position: relative;
        margin-left: 240px;
    }

    #shop-our-wines-filtered .extraWrap {
        width: 27%;
    }

    #shop-our-wines-filtered .categoryWrap {
        float: left;
        width: 240px;
    }

    #shop-our-wines-filtered .searchContent-main {
        /*width: 940px;
    			margin-left: 240px;*/
    }

    #shop-our-wines-filtered .searchResultWrap {
        position: absolute;
        top: 45px;
        left: 0;
        margin-left: 240px;
    }

    #shop-our-wines-filtered .categoryWrap .paginationContent .dropdown-menu {
        display: none;
    }

    #shop-our-wines-filtered .categoryWrap .paginationContent .open > .dropdown-menu {
        display: block;
        text-align: left;
    }

    #shop-our-wines-filtered .categoryWrap {
        position: relative;
        margin-top: -27px;
    }

        #shop-our-wines-filtered .categoryWrap .paginationWrap {
            position: absolute;
            top: -8px;
            left: 940px;
            width: 240px;
            text-align: right;
        }

        #shop-our-wines-filtered .categoryWrap .dropdown-menu {
            display: block;
            width: 240px;
            padding: 0;
            margin: 10px 0 0 0;
            line-height: 15px;
            background: none;
            border: none;
        }

        #shop-our-wines-filtered .categoryWrap ul li {
            margin-bottom: 10px;
        }

        #shop-our-wines-filtered .categoryWrap .paginationWrap ul li {
            margin-bottom: 0;
        }

        #shop-our-wines-filtered .categoryWrap .dropdown-menu > li > a {
            padding: 0;
        }

            #shop-our-wines-filtered .categoryWrap .dropdown-menu > li > a.selected {
                color: #be0216;
                text-decoration: none;
            }

                #shop-our-wines-filtered .categoryWrap .dropdown-menu > li > a.selected:hover {
                    color: #222222;
                    text-decoration: underline;
                }

        #shop-our-wines-filtered .categoryWrap .allRangeWrap {
            float: none;
            width: 100%;
            margin: 0;
        }

        #shop-our-wines-filtered .categoryWrap .filterTitle {
            margin-bottom: 10px;
            font-size: 16px;
            color: #be0216;
        }

        #shop-our-wines-filtered .categoryWrap .allRangeWrap .dropdown-menu,
        #shop-our-wines-filtered .categoryWrap .refineWrap .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #shop-our-wines-filtered .categoryWrap .allRangeWrap li > a {
            padding-left: 0;
        }

        #shop-our-wines-filtered .categoryWrap .visible-lg:before,
        #shop-our-wines-filtered .categoryWrap .visible-lg:after {
            display: table;
            content: " ";
        }

        #shop-our-wines-filtered .categoryWrap .visible-lg:after {
            clear: both;
        }

        #shop-our-wines-filtered .categoryWrap .visible-lg .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #shop-our-wines-filtered .categoryWrap .visible-lg .dropdown-menu > li > a {
                padding-left: 0;
            }
}

#cellar {
    /* product listing */
    /* product listing - end */
    /* search result */
    /* search result - end */
    /* pagination */
    /* pagination - end */
    /* Small devices (tablets, 768px and up) width=758px */
    /* Large devices (large desktops, 1280px and up) */
}

    #cellar .cellarWrap:before,
    #cellar .cellarWrap:after {
        display: table;
        content: " ";
    }

    #cellar .cellarWrap:after {
        clear: both;
    }

    #cellar .cellarWrap .filterWrap {
        padding: 0;
    }

@media (min-width: 1024px) {
    #cellar .cellarWrap {
        position: relative;
        margin-left: 240px;
    }
}

#cellar .productListingWrap:before,
#cellar .productListingWrap:after {
    display: table;
    content: " ";
}

#cellar .productListingWrap:after {
    clear: both;
}

#cellar .pageSupportWrap {
    position: relative;
    margin-top: 20px;
}

#cellar #wine-portfolio .title,
#cellar #news .title,
#cellar #winemaking .title {
    position: relative;
}

    #cellar #wine-portfolio .title .btn,
    #cellar #news .title .btn,
    #cellar #winemaking .title .btn {
        position: absolute;
        top: -4px;
        right: 0px;
    }

#cellar .portfolio-carousel-height {
    position: relative;
}

#cellar a.learn-more {
    margin-top: 10px;
}

#cellar #wine-portfolio {
    background: #ffffff;
}

@media (min-width: 1024px) {
    #cellar #wine-portfolio .title .btn {
        top: 46px;
    }
}

#cellar #wine-portfolio .area-heading {
    padding-left: 0;
}

#cellar .portfolio-height {
    height: 650px;
}

@media (min-width: 768px) {
    #cellar .portfolio-height {
        height: 700px;
    }
}

#cellar #carousel-portfolio {
    margin: 20px 0;
}

@media (min-width: 768px) {
    #cellar #carousel-portfolio .item {
        display: block;
    }
}

#cellar .extraWrap {
    padding: 0 0 20px;
    text-align: right;
}

@media (min-width: 768px) {
    #cellar .extraWrap {
        float: right;
    }
}

#cellar .extraWrap .shippingWrap {
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 17px;
    font-style: italic;
    color: #777;
}

#cellar .title {
    padding: 0;
}

    #cellar .title h3 {
        margin: 0 0 10px 0;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 26px;
        font-style: italic;
    }

    #cellar .title .entireRangeWrap {
        margin-bottom: 10px;
    }

        #cellar .title .entireRangeWrap a {
            font-size: 17px;
            color: #b4171f;
            text-decoration: none;
            border-bottom: solid 1px #b4171f;
        }

            #cellar .title .entireRangeWrap a:hover {
                border-bottom: dotted 1px #b4171f;
            }

#cellar .ctaWrap {
    margin: 20px 0;
}

    #cellar .ctaWrap a {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #b4171f;
        text-transform: uppercase;
    }

        #cellar .ctaWrap a:hover {
            color: #222222;
            text-decoration: none;
        }

#cellar .searchContent-main {
    padding: 0;
}

#cellar .searchResult {
    padding: 0 25px 20px;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
}

    #cellar .searchResult h1 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 32px;
        font-style: normal;
    }

    #cellar .searchResult h2 {
        margin: 0 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 28px;
        font-style: normal;
    }

        #cellar .searchResult h2 .searchKeyword {
            font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        }

    #cellar .searchResult p {
        font-size: 18px;
    }

    #cellar .searchResult a {
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        color: #be0216;
        border-bottom: solid 1px #be0216;
    }

        #cellar .searchResult a:hover {
            color: #be0216;
            text-decoration: none;
            border-bottom: dotted 1px #be0216;
        }

        #cellar .searchResult a[href^="tel:"] {
            color: #222222;
            border-bottom: none;
        }

            #cellar .searchResult a[href^="tel:"]:hover {
                color: #222222;
                text-decoration: none;
                border-bottom: none;
            }

    #cellar .searchResult ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #cellar .searchResult ul li {
            padding-bottom: 10px;
            padding-left: 30px;
            font-size: 18px;
        }

        #cellar .searchResult ul .tollfree {
            background: url('../images/search-result-tollfree.gif') no-repeat left center transparent;
        }

        #cellar .searchResult ul .email {
            background: url('../images/search-result-mail.gif') no-repeat left center transparent;
        }

        #cellar .searchResult ul .facebook {
            background: url('../images/search-result-fb.gif') no-repeat left center transparent;
        }

        #cellar .searchResult ul .twitter {
            background: url('../images/search-result-twitter.gif') no-repeat left center transparent;
        }

#cellar .title .area-heading {
    display: block;
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 28px;
    text-align: left;
}

@media (min-width: 768px) {
    #cellar .title .area-heading {
        display: inline-block;
        margin: 0 0 60px;
    }
}

#cellar .title .learn-more {
    display: block;
    float: left;
    margin: 0;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    line-height: 16px;
    color: #be0216;
    border-bottom: solid 1px #be0216;
}

@media (min-width: 768px) {
    #cellar .title .learn-more {
        display: inline-block;
        float: none;
        margin: 20px 0 40px 15px;
    }
}

@media (min-width: 768px) {
    #cellar .portfolio-item {
        text-align: center;
    }

        #cellar .portfolio-item img {
            height: 205px;
        }

        #cellar .portfolio-item.left {
            float: right;
        }
}

@media (min-width: 1024px) {
    #cellar .filterWrap .filterContent {
        top: 0px;
    }

    #cellar .portfolio-item img {
        width: auto;
        height: 264px;
    }
}

#cellar .paginationWrap {
    float: right;
    padding: 10px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
    color: #222222;
}

    #cellar .paginationWrap .paginationContent,
    #cellar .paginationWrap .paginationAltContent {
        min-height: 28px;
        padding-bottom: 20px;
        border-bottom: solid 1px #222222;
    }

        #cellar .paginationWrap .paginationContent .btn-group,
        #cellar .paginationWrap .paginationAltContent .btn-group {
            display: inline-block;
            width: 60px;
            padding: 0;
        }

        #cellar .paginationWrap .paginationContent .btn,
        #cellar .paginationWrap .paginationAltContent .btn {
            width: 100%;
            height: 28px;
            padding: 8px 8px;
            font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 1;
            color: #222222;
            text-align: left;
            text-transform: uppercase;
            background: transparent;
            border: solid 1px #222222;
            border-radius: 0;
        }

            #cellar .paginationWrap .paginationContent .btn .caret,
            #cellar .paginationWrap .paginationAltContent .btn .caret {
                position: absolute;
                top: 9px;
                right: 10px;
                float: right;
                margin-top: 3px;
            }

        #cellar .paginationWrap .paginationContent > span,
        #cellar .paginationWrap .paginationAltContent > span {
            padding: 0 5px;
        }

        #cellar .paginationWrap .paginationContent > a,
        #cellar .paginationWrap .paginationAltContent > a {
            color: #222222;
            text-decoration: none;
            border-bottom: solid 1px #222222;
        }

            #cellar .paginationWrap .paginationContent > a:hover,
            #cellar .paginationWrap .paginationAltContent > a:hover {
                text-decoration: none;
                border-bottom: dotted 1px #222222;
            }

        #cellar .paginationWrap .paginationContent .totalPages,
        #cellar .paginationWrap .paginationAltContent .totalPages {
            padding-right: 10px;
            margin-right: 10px;
            border-right: solid 1px #222222;
        }

        #cellar .paginationWrap .paginationContent .btn-group.open .dropdown-toggle,
        #cellar .paginationWrap .paginationAltContent .btn-group.open .dropdown-toggle {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #cellar .paginationWrap .paginationContent .open .dropdown-toggle.btn-default,
        #cellar .paginationWrap .paginationAltContent .open .dropdown-toggle.btn-default {
            color: #222222;
            background-color: transparent;
            border-color: #222222;
        }

        #cellar .paginationWrap .paginationContent .dropdown-menu,
        #cellar .paginationWrap .paginationAltContent .dropdown-menu {
            width: 100%;
            min-width: 0;
            padding: 10px 0;
            margin: -1px 0 0 0;
            text-align: left;
            background: #ffffff;
            border: solid 1px #222222;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #cellar .paginationWrap .paginationContent .dropdown-menu > li > a,
            #cellar .paginationWrap .paginationAltContent .dropdown-menu > li > a {
                padding: 10px 15px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 11px;
                font-weight: bold;
                line-height: 15px;
                color: #222222;
                text-transform: uppercase;
                white-space: normal;
            }

                #cellar .paginationWrap .paginationContent .dropdown-menu > li > a:hover,
                #cellar .paginationWrap .paginationAltContent .dropdown-menu > li > a:hover,
                #cellar .paginationWrap .paginationContent .dropdown-menu > li > a:focus,
                #cellar .paginationWrap .paginationAltContent .dropdown-menu > li > a:focus {
                    text-decoration: underline;
                    background: none;
                }

    #cellar .paginationWrap .paginationAltContent {
        display: none;
    }

#cellar .paginationBottom {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: right;
}

#cellar .searchResultWrap {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

    #cellar .searchResultWrap .searchKeyword {
        font-style: italic;
    }

@media (min-width: 768px) {
    #cellar .searchResultWrap {
        font-size: 28px;
    }
}

#cellar .searchKeyword {
    font-style: italic;
}

@media (min-width: 768px) {
    #cellar .pageSupportWrap:before,
    #cellar .pageSupportWrap:after {
        display: table;
        content: " ";
    }

    #cellar .pageSupportWrap:after {
        clear: both;
    }

    #cellar .singleProductRangeWrap {
        padding-bottom: 40px;
        margin: 0;
        overflow: hidden;
    }

        #cellar .singleProductRangeWrap h3 {
            font-size: 30px;
        }

        #cellar .singleProductRangeWrap p {
            font-size: 16px;
            line-height: 22px;
        }

            #cellar .singleProductRangeWrap p a {
                margin-left: 5px;
                color: #be0216;
                border-bottom: solid 1px #be0216;
            }

                #cellar .singleProductRangeWrap p a:hover {
                    text-decoration: none;
                    border-bottom: dotted 1px #be0216;
                }

    #cellar .searchResult {
        padding: 0 0 30px;
    }

    #cellar .paginationWrap .paginationContent,
    #cellar .paginationWrap .paginationAltContent {
        padding: 0;
        border-bottom: 0;
    }

    #cellar .paginationContent .btn-group {
        float: none;
    }

    #cellar .paginationBottom {
        padding: 0;
    }

        #cellar .paginationBottom .paginationContent,
        #cellar .paginationBottom .paginationAltContent {
            padding: 20px 0 0 0;
            border-top: solid 1px #222222;
            border-bottom: 0;
        }

    #cellar .searchResultWrap {
        padding: 0;
    }

    #cellar .searchContent-main {
        padding: 0;
    }

    #cellar .title {
        margin: 0;
        overflow: hidden;
    }

        #cellar .title h3 {
            font-size: 40px;
        }

        #cellar .title p {
            font-size: 16px;
            line-height: 22px;
        }

            #cellar .title p a {
                margin-left: 5px;
                color: #be0216;
                border-bottom: solid 1px #be0216;
            }

                #cellar .title p a:hover {
                    text-decoration: none;
                    border-bottom: dotted 1px #be0216;
                }

        #cellar .title .entireRangeWrap {
            padding-top: 15px;
        }

            #cellar .title .entireRangeWrap a {
                display: block;
                width: 190px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 11px;
                font-weight: bold;
                line-height: 36px;
                color: #222222;
                text-align: center;
                text-transform: uppercase;
                border: solid 1px #222222;
            }

                #cellar .title .entireRangeWrap a:hover {
                    color: #ffffff;
                    background: #222222;
                    border: solid 1px #222222;
                }
}

@media (min-width: 1200px) {
    #cellar .extraWrap {
        width: 27%;
    }

    #cellar .categoryWrap {
        float: left;
        width: 240px;
    }

    #cellar .searchContent-main {
        width: 940px;
    }

    #cellar .searchResultWrap {
        position: absolute;
        top: 45px;
        left: 0;
        margin-left: 240px;
    }

    #cellar .categoryWrap .paginationContent .dropdown-menu {
        display: none;
    }

    #cellar .categoryWrap .paginationContent .open > .dropdown-menu {
        display: block;
        text-align: left;
    }

    #cellar .categoryWrap {
        position: relative;
        margin-top: -27px;
    }

        #cellar .categoryWrap .paginationWrap {
            position: absolute;
            top: -8px;
            left: 940px;
            width: 240px;
            text-align: right;
        }

        #cellar .categoryWrap .dropdown-menu {
            display: block;
            width: 240px;
            padding: 0;
            margin: 10px 0 0 0;
            line-height: 15px;
            background: none;
            border: none;
        }

        #cellar .categoryWrap ul li {
            margin-bottom: 10px;
        }

        #cellar .categoryWrap .paginationWrap ul li {
            margin-bottom: 0;
        }

        #cellar .categoryWrap .dropdown-menu > li > a {
            padding: 0;
        }

            #cellar .categoryWrap .dropdown-menu > li > a.selected {
                color: #be0216;
                text-decoration: none;
            }

                #cellar .categoryWrap .dropdown-menu > li > a.selected:hover {
                    color: #222222;
                    text-decoration: underline;
                }

        #cellar .categoryWrap .allRangeWrap {
            float: none;
            width: 100%;
            margin: 0;
        }

        #cellar .categoryWrap .filterTitle {
            margin-bottom: 10px;
            font-size: 16px;
            color: #be0216;
        }

        #cellar .categoryWrap .allRangeWrap li > a {
            padding-left: 0;
        }

        #cellar .categoryWrap .visible-lg:before,
        #cellar .categoryWrap .visible-lg:after {
            display: table;
            content: " ";
        }

        #cellar .categoryWrap .visible-lg:after {
            clear: both;
        }

        #cellar .categoryWrap .visible-lg .dropdown-menu {
            position: static;
            display: block;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #cellar .categoryWrap .visible-lg .dropdown-menu > li > a {
                padding-left: 0;
            }
}

@media (min-width: 768px) {
    #add-new form .first-row > div,
    #edit form .first-row > div {
        width: 34%;
    }

        #add-new form .first-row > div:nth-child(2),
        #edit form .first-row > div:nth-child(2) {
            width: 32%;
        }
}

@media (min-width: 768px) {
    #article {
        margin-bottom: 50px;
    }
}

#article .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#article .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #article .navigation {
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
    #article .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #article .navigation > .row {
        margin: 0 -10px;
    }

        #article .navigation > .row > div {
            padding: 0 10px;
        }
}

#article .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#article .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #article .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #article .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #article .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #article .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#article .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #article .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #article .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#article .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#article .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#article .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #article .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #article .navigation .caret {
        display: inline-block;
    }

    #article .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #article .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #article .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#article .content .title h1 {
    font-style: normal;
}

@media (max-width: 767px) {
    #article .content .title h1 {
        font-size: 24px;
    }
}

#article .content .title .date {
    margin-bottom: 20px;
}

#article .content .related-container {
    padding-top: 30px;
    /*border-top: 1px solid #999999;*/
}

    #article .content .related-container h5,
    #article .content .related-container h6 {
        margin: 20px 0;
        font-weight: bold;
    }

    #article .content .related-container .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    #article .content .related-container .title h5 {
        text-align: left;
    }
}

#article .content .related-container .article {
    margin-bottom: 40px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #article .content .related-container .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #article .content .related-container .articles {
        margin: 0 -10px;
    }

        #article .content .related-container .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #article .content .related-container {
        padding-top: 0;
        border-top: none;
        border-left: 1px solid #999999;
    }
}

.visible-xs .share {
    display: none !important;
}

#article .content .row.article {
    margin: 30px -30px 0;
}

@media (max-width: 1023px) {
    #article .content .row.article {
        margin: 30px 0;
    }

        #article .content .row.article > div {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
}

#article .content .row.article > div {
    padding-right: 30px;
    padding-left: 30px;
}

#article .content .row.article > .text {
    line-height: 1.5;
}

    #article .content .row.article > .text p {
        margin-bottom: 40px;
    }

    #article .content .row.article > .text #instagram-gallery {
        margin: 40px 0;
    }

@media (min-width: 1024px) {
    #article .content .row.article {
        margin-top: 50px;
    }

        #article .content .row.article .collapse {
            display: block !important;
        }
}

#article .content .row.article .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #article .content .row.article .read-more {
        margin-bottom: 50px;
    }
}

#article .content .row.article .read-more a:not(.collapsed) {
    display: none;
}

#change-password {
    margin-bottom: 50px;
}

    #change-password .title h1 {
        font-size: 26px;
        font-style: normal;
    }

@media (min-width: 768px) {
    #change-password .title h1 {
        margin-bottom: 30px;
        font-size: 41px;
    }
}

#change-password form {
    margin-bottom: 40px;
}

    #change-password form .checkboxes {
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #vineyard-details {
        margin-bottom: 50px;
    }
}

#vineyard-details .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#vineyard-details .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #vineyard-details .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #vineyard-details .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #vineyard-details .navigation > .row {
        margin: 0 -10px;
    }

        #vineyard-details .navigation > .row > div {
            padding: 0 10px;
        }
}

#vineyard-details .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#vineyard-details .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#vineyard-details .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #vineyard-details .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #vineyard-details .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#vineyard-details .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#vineyard-details .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#vineyard-details .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #vineyard-details .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #vineyard-details .navigation .caret {
        display: inline-block;
    }

    #vineyard-details .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #vineyard-details .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #vineyard-details .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#vineyard-details .content .image {
    position: relative;
    display: block;
}

    #vineyard-details .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #vineyard-details .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#vineyard-details .content .row.info {
    padding-bottom: 30px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #999999;
}

    #vineyard-details .content .row.info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #vineyard-details .content .row.info .separator {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #vineyard-details .content .row.info .left > .row + .row,
    #vineyard-details .content .row.info .right > .row + .row {
        margin-top: 20px;
    }

    #vineyard-details .content .row.info .right {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    #vineyard-details .content .row.info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #vineyard-details .content .row.info h6 {
            margin: 3px 0 0;
        }

        #vineyard-details .content .row.info > div {
            padding: 20px;
        }

        #vineyard-details .content .row.info .taste {
            display: block;
        }
}

@media (min-width: 1024px) {
    #vineyard-details .content .row.info .left {
        padding-right: 20px;
    }

    #vineyard-details .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #vineyard-details .content .row.info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

@media (min-width: 768px) {
    #vineyard-details .content .row.description,
    #vineyard-details .content .side-container > .row {
        margin: 0 -30px 0;
    }

        #vineyard-details .content .row.description > div,
        #vineyard-details .content .side-container > .row > div {
            padding: 0 30px;
        }
}

#vineyard-details .content .row.description {
    margin-top: 30px;
}

    #vineyard-details .content .row.description > .text {
        line-height: 1.5;
    }

        #vineyard-details .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

@media (min-width: 768px) {
    #vineyard-details .content .row.description > .text p {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    #vineyard-details .content .row.description > .text {
        border-right: 1px solid #999999;
    }
}

#vineyard-details .content .row.description .caption {
    display: block;
    margin-top: 10px;
}

#vineyard-details .content .row.description .side-container {
    text-align: center;
    border-top: 1px solid #999999;
}

    #vineyard-details .content .row.description .side-container h5 {
        margin: 0 0 30px;
        font-weight: bold;
    }

    #vineyard-details .content .row.description .side-container #featured {
        margin-top: 0;
    }

    #vineyard-details .content .row.description .side-container .location .map {
        height: 360px;
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    #vineyard-details .content .row.description .side-container .location .map {
        height: 425px;
    }
}

#vineyard-details .content .row.description .side-container .location p {
    margin: 10px 0;
}

@media (max-width: 767px) {
    #vineyard-details .content .row.description .side-container .location {
        border-top: 1px solid #999999;
    }

        #vineyard-details .content .row.description .side-container .location .map {
            width: 80%;
            margin: 0 auto;
        }
}

@media (min-width: 768px) {
    #vineyard-details .content .row.description .side-container .location {
        border-left: 1px solid #999999;
    }
}

@media (min-width: 1024px) {
    #vineyard-details .content .row.description .side-container .location {
        margin-top: 50px;
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #vineyard-details .content .row.description .side-container {
        padding: 50px 0;
    }
}

@media (min-width: 1024px) {
    #vineyard-details .content .row.description .side-container {
        border-top: none;
    }
}

@media (max-width: 767px) {
    #vineyard-details .content .row.description .side-container > .row > div {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    #vineyard-details .content .row.description {
        margin-top: 50px;
    }

        #vineyard-details .content .row.description .collapse {
            display: block !important;
        }
}

#vineyard-details .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #vineyard-details .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#vineyard-details .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

#experience-penfolds {
    /*.cellar-door,*/
}

    #experience-penfolds .title {
        border-bottom: 1px solid #222222;
    }

        #experience-penfolds .title h1 {
            margin: 0 0 20px;
            font-style: normal;
        }

@media (max-width: 767px) {
    #experience-penfolds .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

#experience-penfolds .area-heading {
    margin: 30px 0;
    font-style: italic;
}

@media (min-width: 768px) {
    #experience-penfolds .area-heading {
        margin: 34px 0;
    }
}

#experience-penfolds .cellar-door-title .btn {
    position: absolute;
    top: 30px;
    right: 0;
}

@media (min-width: 768px) {
    #experience-penfolds .cellar-door-title .btn {
        top: 34px;
    }
}

#experience-penfolds .cellar-door {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #experience-penfolds .cellar-door {
        margin-bottom: 50px;
    }
}

#experience-penfolds .cellar-door .content {
    margin-bottom: 30px;
}

    #experience-penfolds .cellar-door .content .heading {
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

        #experience-penfolds .cellar-door .content .heading a {
            color: #222222;
        }

@media (min-width: 768px) {
    #experience-penfolds .cellar-door .content .heading {
        margin-top: 0;
        font-size: 18px;
    }

        #experience-penfolds .cellar-door .content .heading a {
            color: #ffffff;
        }
}

@media (min-width: 1024px) {
    #experience-penfolds .cellar-door .content .heading {
        font-size: 22px;
    }
}

#experience-penfolds .cellar-door .content p {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    #experience-penfolds .cellar-door .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 336px;
        padding: 30px 30px 40px;
        margin-bottom: 0;
        color: #ffffff;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.9);
    }

        #experience-penfolds .cellar-door .content p {
            margin-bottom: 35px;
        }

        #experience-penfolds .cellar-door .content.right {
            right: 20px;
            left: auto;
        }
}

@media (min-width: 1024px) {
    #experience-penfolds .cellar-door .content {
        width: 460px;
    }
}

@media (min-width: 1200px) {
    #experience-penfolds .cellar-door .content {
        bottom: 50px;
        left: 50px;
    }

        #experience-penfolds .cellar-door .content.right {
            right: 50px;
            left: auto;
        }
}

#experience-penfolds .see-all {
    margin-bottom: 30px;
}

#experience-penfolds .restaurant .carousel .count {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

#experience-penfolds .restaurant .carousel .controls {
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    #experience-penfolds .restaurant .carousel .controls {
        position: absolute;
        top: 28px;
        right: 0;
        margin-bottom: 0;
    }
}

#experience-penfolds .restaurant .carousel .carousel-control {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    opacity: 1;
}

    #experience-penfolds .restaurant .carousel .carousel-control .arrow {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: inline-block;
        margin: 0;
    }

#experience-penfolds .restaurant {
    padding-bottom: 70px;
    background-color: #222222;
    background-image: url('../images/bgd-age-verification.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    #experience-penfolds .restaurant,
    #experience-penfolds .restaurant .area-heading {
        color: #ffffff;
    }

        #experience-penfolds .restaurant .carousel {
            margin-top: 30px;
        }

        #experience-penfolds .restaurant .item > .row {
            margin: 0 -15px;
        }

            #experience-penfolds .restaurant .item > .row > div {
                padding: 0 15px;
            }

        #experience-penfolds .restaurant .item h5 {
            margin-top: 0;
            font-weight: bold;
        }

        #experience-penfolds .restaurant .item .image-grid {
            margin: 0 -10px;
        }

            #experience-penfolds .restaurant .item .image-grid > div {
                padding: 0 10px;
            }

                #experience-penfolds .restaurant .item .image-grid > div:first-child {
                    margin-bottom: 20px;
                }

        #experience-penfolds .restaurant .item .info {
            margin-top: 30px;
        }

@media (min-width: 1024px) {
    #experience-penfolds .restaurant .item .info {
        margin-top: 0;
    }
}

#experience-penfolds .pairings {
    margin-top: 50px;
    border-top: 1px solid #777777;
}

    #experience-penfolds .pairings .btn {
        position: absolute;
        top: 30px;
        right: 0;
    }

@media (min-width: 768px) {
    #experience-penfolds .pairings .btn {
        top: 34px;
    }
}

#experience-penfolds .pairing-box {
    position: relative;
    margin-bottom: 30px;
}

#experience-penfolds .pairing {
    padding: 30px;
    color: #222222;
    background-color: #ffffff;
}

@media (min-width: 1024px) {
}

#experience-penfolds .pairing h5 {
    margin: 0 0 20px;
    font-weight: bold;
}

#experience-penfolds .pairing .wine {
    margin-top: 30px;
}

#experience-penfolds .pairing .photo {
    text-align: center;
}

@media (min-width: 768px) {
    #experience-penfolds .pairing .photo {
        text-align: right;
    }
}

#experience-penfolds .pairing .info {
    text-align: center;
}

    #experience-penfolds .pairing .info h5 {
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.45;
        text-transform: uppercase;
    }

    #experience-penfolds .pairing .info p {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #experience-penfolds .pairing .info {
        padding-top: 70px;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #experience-penfolds .pairing .info {
        padding-top: 14px;
    }
}

@media (min-width: 1200px) {
    #experience-penfolds .pairing .info {
        padding-top: 32px;
    }
}

@media (min-width: 1024px) {
    #experience-penfolds .cheese {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#experience-penfolds .cheese img {
    height: 100%;
}

#experience-penfolds .carousel-inner > .item {
    text-align: left;
}

#experience-penfolds .see-all {
    margin-bottom: 30px;
}

#experience-penfolds .where {
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    #experience-penfolds .where .area-heading {
        margin-bottom: 14px;
    }
}

#experience-penfolds .where .tab-container {
    padding-bottom: 25px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

    #experience-penfolds .where .tab-container .nav-tabs {
        position: relative;
        border: none;
    }

        #experience-penfolds .where .tab-container .nav-tabs > li {
            padding: 8px 0;
        }

            #experience-penfolds .where .tab-container .nav-tabs > li > a {
                padding: 0 10px;
                margin: 0;
                color: #999999;
                border: none;
            }

                #experience-penfolds .where .tab-container .nav-tabs > li > a,
                #experience-penfolds .where .tab-container .nav-tabs > li > a:hover {
                    background: none;
                }

            #experience-penfolds .where .tab-container .nav-tabs > li.active {
                position: relative;
            }

                #experience-penfolds .where .tab-container .nav-tabs > li.active > a {
                    color: #222222;
                }

                #experience-penfolds .where .tab-container .nav-tabs > li.active:after {
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    width: 0;
                    height: 0;
                    margin-top: -2px;
                    border-top: 4px solid #222222;
                    border-right: 4px solid transparent;
                    border-bottom: none;
                    border-left: 4px solid transparent;
                    content: ' ';
                }

                #experience-penfolds .where .tab-container .nav-tabs > li.active:after {
                    top: 100%;
                    right: 50%;
                    margin-top: 0;
                    margin-right: -2px;
                }

            #experience-penfolds .where .tab-container .nav-tabs > li + li > a {
                border-left: 1px solid #999999;
            }

@media (min-width: 1024px) {
    #experience-penfolds .where .tab-container {
        text-align: center;
    }

        #experience-penfolds .where .tab-container .nav-tabs {
            display: inline-block;
        }
}

@media (max-width: 767px) {
    #experience-penfolds .where .tab-container {
        margin-right: -25px;
        margin-left: -25px;
        overflow-x: hidden;
    }

        #experience-penfolds .where .tab-container .nav-tabs {
            display: inline-block;
            padding: 0 25px;
            white-space: nowrap;
        }

            #experience-penfolds .where .tab-container .nav-tabs > li {
                display: inline-block;
                float: none;
            }
}

#experience-penfolds .where .map {
    height: 240px;
    margin-top: 25px;
}

@media (min-width: 768px) {
    #experience-penfolds .where .map {
        height: 600px;
    }
}

#experience-penfolds .where .map .infoBox {
    position: relative;
    padding: 20px;
}

    #experience-penfolds .where .map .infoBox .content {
        max-height: 200px;
        margin: 0;
        overflow-y: auto;
    }

        #experience-penfolds .where .map .infoBox .content::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #experience-penfolds .where .map .infoBox .content::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #experience-penfolds .where .map .infoBox .content::-webkit-scrollbar-thumb,
        #experience-penfolds .where .map .infoBox .content::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

        #experience-penfolds .where .map .infoBox .content p {
            margin-bottom: 10px;
        }

    #experience-penfolds .where .map .infoBox .close {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }

    #experience-penfolds .where .map .infoBox h4 {
        margin: 0 0 15px;
    }

body.print {
    background: #ffffff !important;
}

#print-summary .logo {
    margin: 20px 0;
}

#print-summary .row {
    margin: 0 -10px;
}

    #print-summary .row > div {
        padding: 0 10px;
    }

#print-summary .alert {
    padding: 10px;
    color: #be0216;
    text-align: center;
    border: 1px solid #be0216;
}

#print-summary .product {
    margin-top: 20px;
}

    #print-summary .product + .product {
        padding-top: 20px;
        border-top: 1px solid #999999;
    }

    #print-summary .product .description {
        margin-left: 10px;
    }

        #print-summary .product .description h4 {
            margin-top: 0;
            text-transform: uppercase;
        }

    #print-summary .product img {
        margin-right: 10px;
    }

    #print-summary .product .price {
        margin-bottom: 10px;
        font-size: 26px;
    }

#print-summary .summary {
    margin-bottom: 20px;
}

    #print-summary .summary .row {
        margin-bottom: 10px;
    }

    #print-summary .summary .total {
        font-size: 26px;
    }

#print-summary .get-in-touch {
    padding-bottom: 30px;
}

    #print-summary .get-in-touch a {
        letter-spacing: 0;
    }

    #print-summary .get-in-touch h5 {
        padding-bottom: 15px;
        font-weight: bold;
    }

    #print-summary .get-in-touch .contact {
        padding-bottom: 30px;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    #print-summary .get-in-touch .contact {
        padding-bottom: 0;
    }
}

#print-summary .get-in-touch .secure img {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #print-summary .get-in-touch .secure {
        padding: 0 0 0 30px;
        border-top: 0;
        border-left: 1px solid #999999;
    }
}

#wine-advice .title {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
}

    #wine-advice .title h1 {
        margin: 0 0 20px;
        font-style: normal;
    }

@media (max-width: 767px) {
    #wine-advice .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    #wine-advice .title {
        margin-bottom: 0;
    }

        #wine-advice .title h1 {
            margin: 0 0 30px;
        }

        #wine-advice .title .dropdown [data-toggle="dropdown"] {
            padding-top: 18px;
            padding-bottom: 18px;
        }
}

#wine-advice .area-heading {
    margin: 40px 0 24px;
}

@media (min-width: 768px) {
    #wine-advice .area-heading {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    #wine-advice .area-heading {
        margin-bottom: 40px;
    }
}

#wine-advice .text {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #wine-advice .text {
        margin-bottom: 70px;
    }
}

#wine-advice .text p {
    margin-bottom: 20px;
}

#wine-advice .text h5 {
    margin-bottom: 20px;
    font-weight: bold;
}

#wine-advice .image-grid {
    margin: 0 -10px;
}

    #wine-advice .image-grid > div {
        padding: 0 10px;
    }

        #wine-advice .image-grid > div + div > .row {
            margin: 0 -10px;
        }

            #wine-advice .image-grid > div + div > .row > div {
                padding: 0 10px;
            }

        #wine-advice .image-grid > div + div .hidden-xs {
            margin-top: 20px;
        }

    #wine-advice .image-grid img {
        width: 100%;
    }

#wine-advice .heading > .btn {
    position: absolute;
    top: 38px;
    right: 0;
}

#wine-advice #care-and-enjoyment,
#wine-advice #endorsements,
#wine-advice #secondary-wine-market {
    border-top: 1px solid #222222;
}

    #wine-advice #care-and-enjoyment .row,
    #wine-advice #endorsements .row,
    #wine-advice #secondary-wine-market .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        #wine-advice #care-and-enjoyment .row > div,
        #wine-advice #endorsements .row > div,
        #wine-advice #secondary-wine-market .row > div {
            padding-right: 10px;
            padding-left: 10px;
        }

    #wine-advice #care-and-enjoyment .text,
    #wine-advice #endorsement .text,
    #wine-advice #secondary-wine-market .text {
        margin-bottom: 50px;
    }

    #wine-advice #care-and-enjoyment img,
    #wine-advice #endorsement img,
    #wine-advice #secondary-wine-market img {
        width: 100%;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    #wine-advice #care-and-enjoyment .text,
    #wine-advice #endorsement .text,
    #wine-advice #secondary-wine-market .text {
        margin-bottom: 0;
    }

        #wine-advice #care-and-enjoyment .text,
        #wine-advice #endorsement .text,
        #wine-advice #secondary-wine-market .text,
        #wine-advice #care-and-enjoyment .text h5,
        #wine-advice #endorsement .text h5,
        #wine-advice #secondary-wine-market .text h5 {
            margin-top: 0;
        }

    #wine-advice #care-and-enjoyment > .row > div > .row,
    #wine-advice #endorsement > .row > div > .row,
    #wine-advice #secondary-wine-market > .row > div > .row {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #wine-advice #care-and-enjoyment,
    #wine-advice #endorsement,
    #wine-advice #secondary-wine-market {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    #wine-advice-sub {
        margin-bottom: 50px;
    }
}

#wine-advice-sub .pagination {
    margin-top: 10px;
}

#wine-advice-sub .pagination-bottom {
    border-top: 1px solid #222222;
}

    #wine-advice-sub .pagination-bottom .pagination {
        margin-top: 30px;
    }

#wine-advice-sub .content .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

@media (max-width: 767px) {
    #wine-advice-sub .content .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    #wine-advice-sub .content .title h1 {
        margin: 0 0 30px;
    }
}

#wine-advice-sub .content .text {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #wine-advice-sub .content .text {
        margin-bottom: 70px;
    }
}

#wine-advice-sub .content .text p {
    margin-bottom: 20px;
}

#wine-advice-sub .content .text h5 {
    margin-bottom: 20px;
    font-weight: bold;
}

#wine-advice-sub .content .heading > .btn {
    position: absolute;
    top: 38px;
    right: 0;
}

#wine-advice-sub .content .row {
    margin-right: -10px;
    margin-left: -10px;
}

    #wine-advice-sub .content .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }

#wine-advice-sub .content img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #wine-advice-sub .content .text {
        margin-bottom: 0;
    }

        #wine-advice-sub .content .text,
        #wine-advice-sub .content .text h5 {
            margin-top: 0;
        }

    #wine-advice-sub .content .article {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    #uniquely-penfolds {
        margin-bottom: 50px;
    }
}

#uniquely-penfolds .pagination {
    margin-top: 10px;
}

#uniquely-penfolds .pagination-bottom {
    border-top: 1px solid #222222;
}

    #uniquely-penfolds .pagination-bottom .pagination {
        margin-top: 30px;
    }

#uniquely-penfolds .content .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

@media (max-width: 767px) {
    #uniquely-penfolds .content .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    #uniquely-penfolds .content .title {
        margin-bottom: 0;
    }

        #uniquely-penfolds .content .title h1 {
            margin: 0 0 30px;
        }
}

#uniquely-penfolds .content .text {
    margin-top: 30px;
    margin-bottom: 50px;
    min-height: 102px;
}

@media (min-width: 768px) {
    #uniquely-penfolds .content .text {
        margin-bottom: 70px;
    }
}

#uniquely-penfolds .content .text p {
    margin-bottom: 20px;
}

#uniquely-penfolds .content .text h5 {
    margin-bottom: 20px;
    font-weight: bold;
}

#uniquely-penfolds .content .heading > .btn {
    position: absolute;
    top: 38px;
    right: 0;
}

#uniquely-penfolds .content .row {
    margin-right: -10px;
    margin-left: -10px;
}

    #uniquely-penfolds .content .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }

#uniquely-penfolds .content img {
    width: 100%;
}

#uniquely-penfolds .content .pagination-container {
    padding-top: 20px;
    margin-bottom: 50px;
    text-align: right;
    border-top: 1px solid #222222;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #uniquely-penfolds .content .text {
        margin-bottom: 0;
    }

        #uniquely-penfolds .content .text,
        #uniquely-penfolds .content .text h5 {
            margin-top: 0;
        }

    #uniquely-penfolds .content .article {
        margin-bottom: 50px;
    }
}

#press-events .title {
    margin-bottom: 30px;
}

    #press-events .title h1 {
        margin: 0 0 20px;
        font-style: normal;
    }

@media (max-width: 767px) {
    #press-events .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    #press-events .title {
        margin-bottom: 0;
    }

        #press-events .title h1 {
            margin: 0 0 30px;
        }

        #press-events .title .dropdown [data-toggle="dropdown"] {
            padding-top: 18px;
            padding-bottom: 18px;
        }
}

#press-events .area-heading {
    margin: 40px 0 24px;
}

@media (min-width: 768px) {
    #press-events .area-heading {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    #press-events .area-heading {
        margin-bottom: 40px;
    }
}

#press-events .text {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #press-events .text {
        margin-bottom: 70px;
    }
}

#press-events .text p {
    margin-bottom: 20px;
}

#press-events .text h5 {
    margin-bottom: 20px;
    font-weight: bold;
}

#press-events .image-grid {
    margin: 0 -10px;
}

    #press-events .image-grid > div {
        padding: 0 10px;
    }

        #press-events .image-grid > div + div > .row {
            margin: 0 -10px;
        }

            #press-events .image-grid > div + div > .row > div {
                padding: 0 10px;
            }

        #press-events .image-grid > div + div .hidden-xs {
            margin-top: 20px;
        }

    #press-events .image-grid img {
        width: 100%;
    }

#press-events .heading > .btn {
    position: absolute;
    top: 38px;
    right: 0;
}

#press-events #uniquely-penfolds,
#press-events #news,
#press-events #events {
    border-top: 1px solid #222222;
}

    #press-events #uniquely-penfolds .row,
    #press-events #news .row,
    #press-events #events .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        #press-events #uniquely-penfolds .row > div,
        #press-events #news .row > div,
        #press-events #events .row > div {
            padding-right: 10px;
            padding-left: 10px;
        }

    #press-events #uniquely-penfolds .text,
    #press-events #news .text,
    #press-events #events .text {
        margin-bottom: 50px;
    }

    #press-events #uniquely-penfolds img,
    #press-events #news img,
    #press-events #events img {
        width: 100%;
    }

@media (max-width: 767px) {
    #press-events #uniquely-penfolds,
    #press-events #news,
    #press-events #events {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #press-events #uniquely-penfolds .text,
    #press-events #news .text,
    #press-events #events .text {
        margin-bottom: 0;
    }

        #press-events #uniquely-penfolds .text,
        #press-events #news .text,
        #press-events #events .text,
        #press-events #uniquely-penfolds .text h5,
        #press-events #news .text h5,
        #press-events #events .text h5 {
            margin-top: 0;
        }

    #press-events #uniquely-penfolds > .row > div > .row,
    #press-events #news > .row > div > .row,
    #press-events #events > .row > div > .row {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    #cellar-reserve-details {
        margin-bottom: 50px;
    }
}

#cellar-reserve-details .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#cellar-reserve-details .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #cellar-reserve-details .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #cellar-reserve-details .navigation {
        position: absolute;
        top: 0;
        left: 0;
        margin: -6px 0 0;
    }

        #cellar-reserve-details .navigation .dropdown-menu {
            position: relative;
            z-index: 0;
            display: block;
            width: 100%;
            padding: 0;
            font-size: 11px;
            text-transform: none;
            background-color: transparent;
            border: none;
        }
}

@media (max-width: 1023px) {
    #cellar-reserve-details .navigation > .row {
        margin: 0 -10px;
    }

        #cellar-reserve-details .navigation > .row > div {
            padding: 0 10px;
        }
}

#cellar-reserve-details .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#cellar-reserve-details .navigation .dropdown-menu ul {
    max-height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    background-color: none;
}

    #cellar-reserve-details .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #cellar-reserve-details .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #cellar-reserve-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #cellar-reserve-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#cellar-reserve-details .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #cellar-reserve-details .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #cellar-reserve-details .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#cellar-reserve-details .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#cellar-reserve-details .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#cellar-reserve-details .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #cellar-reserve-details .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #cellar-reserve-details .navigation .caret {
        display: inline-block;
    }

    #cellar-reserve-details .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #cellar-reserve-details .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #cellar-reserve-details .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#cellar-reserve-details .content .image {
    position: relative;
    display: block;
}

    #cellar-reserve-details .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #cellar-reserve-details .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#cellar-reserve-details .content .text-toggle {
    display: none;
}

#cellar-reserve-details .content .row.info {
    padding-bottom: 30px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #999999;
}

    #cellar-reserve-details .content .row.info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #cellar-reserve-details .content .row.info .separator {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #cellar-reserve-details .content .row.info .left > .row + .row,
    #cellar-reserve-details .content .row.info .right > .row + .row {
        margin-top: 20px;
    }

    #cellar-reserve-details .content .row.info .right {
        margin-top: 10px;
    }

    #cellar-reserve-details .content .row.info .vineyard-links a:after {
        text-decoration: none;
        content: ",";
    }

    #cellar-reserve-details .content .row.info .vineyard-links a:last-child:after {
        content: "";
    }

    #cellar-reserve-details .content .row.info .row {
        margin-left: 0;
        margin-right: 0;
    }

    #cellar-reserve-details .content .row.info .right {
        padding-left: 0;
    }

@media (min-width: 768px) {
    #cellar-reserve-details .content .row.info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #cellar-reserve-details .content .row.info h6 {
            margin: 3px 0 0;
        }

        #cellar-reserve-details .content .row.info > div {
            padding: 20px;
        }

        #cellar-reserve-details .content .row.info .taste {
            display: block;
        }
}

@media (min-width: 1024px) {
    #cellar-reserve-details .content .row.info .left {
        padding-right: 20px;
    }

    #cellar-reserve-details .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #cellar-reserve-details .content .row.info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

@media (min-width: 768px) {
    #cellar-reserve-details .content .row.description,
    #cellar-reserve-details .content .row.side-container {
        margin: 0 -30px 0;
    }

        #cellar-reserve-details .content .row.description > div,
        #cellar-reserve-details .content .row.side-container > div {
            padding: 0 30px;
        }
}

#cellar-reserve-details .content .row.description {
    margin-top: 30px;
}

    #cellar-reserve-details .content .row.description > .text {
        line-height: 1.5;
    }

        #cellar-reserve-details .content .row.description > .text .collapse-container {
            margin-top: 10px;
        }

@media (min-width: 768px) {
    #cellar-reserve-details .content .row.description > .text p {
        margin-bottom: 40px;
    }

    #cellar-reserve-details .content .row.description > .text .collapse {
        display: block;
        height: auto !important;
    }

    #cellar-reserve-details .content .row.description > .text .collapse-container {
        margin-top: 0;
    }
}

#cellar-reserve-details .content .row.description .caption {
    display: block;
    margin-top: 10px;
}

@media (min-width: 1024px) {
    #cellar-reserve-details .content .row.description {
        margin-top: 50px;
    }

        #cellar-reserve-details .content .row.description .collapse {
            display: block !important;
        }
}

#cellar-reserve-details .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #cellar-reserve-details .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#cellar-reserve-details .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

#cellar-reserve-details .content .collapse-toggle {
    position: relative;
    padding-right: 20px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #be0216;
}

    #cellar-reserve-details .content .collapse-toggle .open {
        display: inline-block;
    }

    #cellar-reserve-details .content .collapse-toggle .closed {
        display: none;
    }

    #cellar-reserve-details .content .collapse-toggle .icon {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 19px;
        height: 19px;
        background-color: #be0216;
        border: none;
        -webkit-border-radius: 9px;
        -khtml-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }

        #cellar-reserve-details .content .collapse-toggle .icon:before {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 9px;
            height: 1px;
            margin-top: -1px;
            margin-left: -5px;
            background-color: #ffffff;
            content: ' ';
        }

    #cellar-reserve-details .content .collapse-toggle.collapsed .open {
        display: none;
    }

    #cellar-reserve-details .content .collapse-toggle.collapsed .closed {
        display: inline-block;
    }

    #cellar-reserve-details .content .collapse-toggle.collapsed .icon:after {
        position: absolute;
        top: 50%;
        right: 50%;
        display: block;
        width: 1px;
        height: 9px;
        margin-top: -5px;
        margin-left: -1px;
        background-color: #ffffff;
        content: ' ';
    }

    #cellar-reserve-details .content .collapse-toggle.content-collapse {
        margin: 8px 0;
    }

        #cellar-reserve-details .content .collapse-toggle.content-collapse:after {
            top: 0;
            right: 0;
            width: 21px;
            height: 21px;
            margin-top: 0;
            font-size: 20px;
            line-height: 19px;
            -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        #cellar-reserve-details .content .collapse-toggle.content-collapse.collapsed:after {
            line-height: 20px;
        }

#cellar-reserve-details .content .btn .download-icon {
    position: relative;
    top: 8px;
    padding: 12px 20px 0 0;
    background: url('../images/download-icon-white.png') 0 0 no-repeat transparent;
}

@media (max-width: 767px) {
    #cellar-reserve-details .content .row.description .btn-primary,
    #cellar-reserve-details .content #discussions .btn-primary {
        display: block;
    }
}

#cellar-reserve-details .content #discussions {
    margin-top: 45px;
    border-top: 1px solid #222222;
}

    #cellar-reserve-details .content #discussions h1 {
        margin: 30px 0;
    }

    #cellar-reserve-details .content #discussions .notes {
        margin-top: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #999999;
    }

        #cellar-reserve-details .content #discussions .notes > .row {
            border-top: 1px solid #999999;
        }

            #cellar-reserve-details .content #discussions .notes > .row > div {
                padding: 20px 0;
            }

@media (min-width: 768px) {
    #cellar-reserve-details .content #discussions .notes {
        border: 1px solid #999999;
    }

        #cellar-reserve-details .content #discussions .notes > .row {
            border-top: none;
        }

            #cellar-reserve-details .content #discussions .notes > .row + .row {
                border-top: 1px solid #999999;
            }

            #cellar-reserve-details .content #discussions .notes > .row > div {
                padding: 30px 40px;
            }

        #cellar-reserve-details .content #discussions .notes .content {
            display: block;
        }
}

#cellar-reserve-details .content #discussions .notes p {
    margin-bottom: 20px;
}

#cellar-reserve-details .content #discussions .notes .content {
    padding-left: 44px;
}

#cellar-reserve-details .content #discussions .checkbox-container {
    position: relative;
    margin-right: 50px;
}

    #cellar-reserve-details .content #discussions .checkbox-container label {
        padding-left: 69px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

@media (min-width: 1024px) {
    #cellar-reserve-details .content #discussions .checkbox-container label {
        padding-left: 44px;
    }
}

@media (min-width: 768px) {
    #cellar-reserve-details .content #discussions .checkbox-container {
        margin-bottom: 5px;
    }

        #cellar-reserve-details .content #discussions .checkbox-container label {
            font-size: 14px;
        }
}

#cellar-reserve-details .content #discussions .dropdown-container {
    text-align: right;
}

#cellar-reserve-details .content #discussions .dropdown-label {
    padding: 0 10px 0 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 13px;
}

#cellar-reserve-details .content #discussions .dropdown {
    display: inline-block;
}

    #cellar-reserve-details .content #discussions .dropdown .dropdown-toggle {
        width: 186px;
    }

@media (max-width: 768px) {
    #cellar-reserve-details .content #discussions {
        margin-bottom: 20px;
    }

        #cellar-reserve-details .content #discussions .dropdown-container {
            margin-bottom: 30px;
            text-align: left;
        }
}

@media (max-width: 1024px) {
    #cellar-reserve-details #featured {
        display: none;
    }
}

@media (min-width: 768px) {
    #winemakers {
        margin-bottom: 50px;
    }
}

#winemakers .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#winemakers .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #winemakers .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #winemakers .navigation {
        position: absolute;
        top: 0;
        left: 0;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #winemakers .navigation > .row {
        margin: 0 -10px;
    }

        #winemakers .navigation > .row > div {
            padding: 0 10px;
        }
}

#winemakers .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#winemakers .navigation .dropdown-menu {
    text-transform: none;
}

    #winemakers .navigation .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #winemakers .navigation .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #winemakers .navigation .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #winemakers .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
        #winemakers .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #winemakers .navigation .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #winemakers .navigation .dropdown-menu li a {
            display: block;
            padding: 10px;
            line-height: 1.25em;
        }

@media (min-width: 1024px) {
    #winemakers .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#winemakers .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#winemakers .navigation .dropdown-menu li a strong {
    letter-spacing: 0.8px;
}

#winemakers .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#winemakers .navigation .dropdown-menu .separator {
    height: 20px;
    content: ' ';
}

#winemakers .navigation .dropdown-menu em {
    display: block;
    padding: 12px 0 3px 0;
    font-size: 14px;
    letter-spacing: 0;
}

#winemakers .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #winemakers .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #winemakers .navigation .caret {
        display: inline-block;
    }

    #winemakers .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        background-color: transparent;
        border: none;
    }

        #winemakers .navigation .dropdown-menu ul {
            max-height: none;
        }

        #winemakers .navigation .dropdown-menu li a {
            padding: 10px 0;
        }

            #winemakers .navigation .dropdown-menu li a:hover {
                background-color: transparent;
            }

        #winemakers .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#winemakers .content .image {
    display: block;
}

#winemakers .content .caption {
    margin-top: 15px;
    font-style: italic;
}

#winemakers .content .row.info {
    padding: 20px 0;
    margin: 0;
}

    #winemakers .content .row.info .separator {
        position: absolute;
        top: 50px;
        bottom: 50px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #winemakers .content .row.info .left {
        font-size: 20px;
    }

    #winemakers .content .row.info .right {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    #winemakers .content .row.info {
        padding: 0;
        border-bottom: 1px solid #222222;
    }

        #winemakers .content .row.info > div {
            padding: 50px 0;
        }
}

@media (min-width: 1024px) {
    #winemakers .content .row.info .left {
        padding-right: 20px;
    }

    #winemakers .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }
}

#winemakers .content .winemakers h1,
#winemakers .content .past-winemakers h1 {
    margin-bottom: 20px;
}

#winemakers .content .winemakers .chief-winemaker,
#winemakers .content .past-winemakers .chief-winemaker,
#winemakers .content .winemakers .list,
#winemakers .content .past-winemakers .list {
    margin: 0 -10px;
}

    #winemakers .content .winemakers .chief-winemaker > div,
    #winemakers .content .past-winemakers .chief-winemaker > div,
    #winemakers .content .winemakers .list > div,
    #winemakers .content .past-winemakers .list > div {
        padding: 0 10px;
    }

    #winemakers .content .winemakers .chief-winemaker a:hover span,
    #winemakers .content .past-winemakers .chief-winemaker a:hover span,
    #winemakers .content .winemakers .list a:hover span,
    #winemakers .content .past-winemakers .list a:hover span {
        text-decoration: none;
    }

#winemakers .content .winemakers .chief-winemaker,
#winemakers .content .past-winemakers .chief-winemaker {
    margin-bottom: 30px;
}

    #winemakers .content .winemakers .chief-winemaker p,
    #winemakers .content .past-winemakers .chief-winemaker p {
        margin-bottom: 20px;
        line-height: 1.5em;
    }

@media (min-width: 1024px) {
    #winemakers .content .winemakers .chief-winemaker,
    #winemakers .content .past-winemakers .chief-winemaker {
        margin-bottom: 0;
    }
}

#winemakers .content .winemakers h5,
#winemakers .content .past-winemakers h5 {
    margin: 30px 0 30px 0;
    line-height: 1.5em;
}

    #winemakers .content .winemakers h5 span,
    #winemakers .content .past-winemakers h5 span {
        letter-spacing: 0;
    }

@media (min-width: 1024px) {
    #winemakers .content .winemakers h5,
    #winemakers .content .past-winemakers h5 {
        margin: 30px 0 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #winemakers .content .winemakers .list h5,
    #winemakers .content .past-winemakers .list h5 {
        margin: 0;
    }

    #winemakers .content .winemakers .list .row,
    #winemakers .content .past-winemakers .list .row {
        margin: 0 -10px;
    }

        #winemakers .content .winemakers .list .row > div,
        #winemakers .content .past-winemakers .list .row > div {
            padding: 0 10px;
        }

    #winemakers .content .winemakers .list > div + div,
    #winemakers .content .past-winemakers .list > div + div {
        margin-top: 30px;
    }

    #winemakers .content .past-winemakers {
        margin-top: 50px;
    }
}

#winemakers .content .past-winemakers {
    border-top: 1px solid #222222;
}

#restaurant-details {
    margin-bottom: 50px;
}

    #restaurant-details .margin-top-10 {
        margin-top: 10px;
    }

    #restaurant-details .title h1 {
        margin: 0 0 20px;
        font-style: normal;
    }

    #restaurant-details .content .image {
        display: block;
    }

    #restaurant-details .content .header-image {
        position: relative;
    }

        #restaurant-details .content .header-image .image img {
            width: 100%;
            height: auto;
        }

        #restaurant-details .content .header-image .box {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 336px;
            padding: 30px 30px 40px;
            color: #ffffff;
            background-color: #222222;
            background-color: rgba(34, 34, 34, 0.9);
        }

            #restaurant-details .content .header-image .box p {
                margin-bottom: 0;
            }

            #restaurant-details .content .header-image .box .heading {
                margin-bottom: 20px;
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 16px;
            }

                #restaurant-details .content .header-image .box .heading a {
                    color: #222222;
                }

@media (min-width: 768px) {
    #restaurant-details .content .header-image .box .heading {
        font-size: 18px;
    }

        #restaurant-details .content .header-image .box .heading a {
            color: #ffffff;
        }
}

@media (min-width: 1024px) {
    #restaurant-details .content .header-image .box .heading {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    #restaurant-details .content .header-image .box {
        width: 460px;
    }
}

@media (min-width: 1200px) {
    #restaurant-details .content .header-image .box {
        bottom: 60px;
        left: 50px;
    }
}

#restaurant-details .content .description {
    margin: 0 0 20px;
}

    #restaurant-details .content .description .separator {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #restaurant-details .content .description .right {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    #restaurant-details .content .description {
        margin: 50px 0;
    }
}

@media (min-width: 1200px) {
    #restaurant-details .content .description .left {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    #restaurant-details .content .description .left {
        padding-right: 20px;
        font-size: 20px;
    }

    #restaurant-details .content .description .right {
        padding-left: 20px;
        margin-top: 0;
    }
}

#restaurant-details .content .info {
    padding-bottom: 20px;
    margin: 50px 0;
    border-bottom: 1px solid #999999;
}

    #restaurant-details .content .info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #restaurant-details .content .info .left > .row + .row,
    #restaurant-details .content .info .right > .row + .row {
        margin-top: 20px;
    }

    #restaurant-details .content .info .right {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    #restaurant-details .content .info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #restaurant-details .content .info h6 {
            margin: 3px 0 0;
        }

        #restaurant-details .content .info > div {
            padding: 20px;
        }
}

@media (min-width: 1024px) {
    #restaurant-details .content .info .left {
        padding-right: 20px;
    }

    #restaurant-details .content .info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #restaurant-details .content .info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

#restaurant-details .content .images {
    margin-bottom: 60px;
}

    #restaurant-details .content .images,
    #restaurant-details .content .images .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        #restaurant-details .content .images > div,
        #restaurant-details .content .images .row > div {
            padding-right: 10px;
            padding-left: 10px;
        }

@media (max-width: 767px) {
    #restaurant-details .content .images {
        margin-bottom: 30px;
    }

        #restaurant-details .content .images .row > div {
            margin-bottom: 20px;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #restaurant-details .content .images > div + div {
        margin-top: 20px;
    }
}

#restaurant-details .content .images .map {
    height: 300px;
}

@media (min-width: 768px) {
    #restaurant-details .content .images .map {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    #restaurant-details .content .images .map {
        height: 236px;
    }
}

@media (min-width: 1200px) {
    #restaurant-details .content .images .map {
        height: 280px;
    }
}

#restaurant-details .content .images .caption {
    padding: 10px 0;
    font-style: italic;
}

@media (min-width: 1024px) {
    #restaurant-details .content .images .caption {
        position: absolute;
        right: 10px;
        bottom: 0;
        left: 10px;
        padding: 10px;
        color: #ffffff;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.9);
    }
}

#restaurant-details .content .head-chef {
    padding-top: 60px;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #999999;
}

    #restaurant-details .content .head-chef > div {
        padding-right: 10px;
        padding-left: 10px;
    }

    #restaurant-details .content .head-chef h2 {
        margin: 0 0 25px 0;
        font-style: italic;
    }

@media (min-width: 1200px) {
    #restaurant-details .content .head-chef h2 {
        margin: 0 0 50px 0;
    }
}

#restaurant-details .content .head-chef h5 {
    margin-top: 30px;
}

@media (min-width: 1024px) {
    #restaurant-details .content .head-chef h5 {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #restaurant-details .content .head-chef .image {
        margin-top: -84px;
    }
}

@media (min-width: 1200px) {
    #restaurant-details .content .head-chef .image {
        margin-top: -104px;
    }
}

#our-stockists {
    margin-bottom: 20px;
}

    #our-stockists .title h1 {
        margin: 0 0 20px;
    }

@media (min-width: 768px) {
    #our-stockists .share-container {
        margin-top: 0;
    }

    #our-stockists .title h1 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    #our-stockists .title h1 {
        margin-top: 20px;
    }
}

#our-stockists .tab-container {
    padding-bottom: 25px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

    #our-stockists .tab-container .nav-tabs {
        position: relative;
        border: none;
    }

        #our-stockists .tab-container .nav-tabs > li {
            padding: 8px 0;
        }

            #our-stockists .tab-container .nav-tabs > li > a {
                padding: 0 10px;
                margin: 0;
                color: #999999;
                border: none;
            }

                #our-stockists .tab-container .nav-tabs > li > a,
                #our-stockists .tab-container .nav-tabs > li > a:hover {
                    background: none;
                }

            #our-stockists .tab-container .nav-tabs > li.active {
                position: relative;
            }

                #our-stockists .tab-container .nav-tabs > li.active > a {
                    color: #222222;
                }

                #our-stockists .tab-container .nav-tabs > li.active:after {
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    width: 0;
                    height: 0;
                    margin-top: -2px;
                    border-top: 4px solid #222222;
                    border-right: 4px solid transparent;
                    border-bottom: none;
                    border-left: 4px solid transparent;
                    content: ' ';
                }

                #our-stockists .tab-container .nav-tabs > li.active:after {
                    top: 100%;
                    right: 50%;
                    margin-top: 0;
                    margin-right: -2px;
                }

            #our-stockists .tab-container .nav-tabs > li + li > a {
                border-left: 1px solid #999999;
            }

@media (max-width: 767px) {
    #our-stockists .tab-container {
        margin-right: -25px;
        margin-left: -25px;
        overflow-x: hidden;
    }

        #our-stockists .tab-container .nav-tabs {
            display: inline-block;
            padding: 0 25px;
            white-space: nowrap;
        }

            #our-stockists .tab-container .nav-tabs > li {
                display: inline-block;
                float: none;
            }
}

#our-stockists .content {
    margin: 30px 0 40px;
}

    #our-stockists .content .heading,
    #our-stockists .content h5 {
        font-weight: bold;
    }

    #our-stockists .content h5,
    #our-stockists .content p {
        margin: 0 0 25px;
    }

    #our-stockists .content .heading {
        margin-bottom: 25px;
    }

@media (min-width: 768px) {
    #our-stockists .content .heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #our-stockists #locations {
        padding-bottom: 0;
    }
}

#our-stockists #locations .map {
    min-height: 270px;
}

@media (min-width: 768px) {
    #our-stockists #locations .map {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    #our-stockists #locations .map {
        height: 600px;
    }
}

#our-stockists #locations .map .dialog {
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
}

    #our-stockists #locations .map .dialog h5 {
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }

    #our-stockists #locations .map .dialog .content {
        font-size: 14px;
    }

#our-stockists #locations .map .infoBox {
    position: relative;
    padding: 20px;
}

    #our-stockists #locations .map .infoBox .content {
        max-height: 200px;
        margin: 0;
        overflow-y: auto;
    }

        #our-stockists #locations .map .infoBox .content::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #our-stockists #locations .map .infoBox .content::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #our-stockists #locations .map .infoBox .content::-webkit-scrollbar-thumb,
        #our-stockists #locations .map .infoBox .content::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

        #our-stockists #locations .map .infoBox .content p {
            margin-bottom: 10px;
        }

    #our-stockists #locations .map .infoBox .close {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }

    #our-stockists #locations .map .infoBox h4 {
        margin: 0 0 15px;
    }

#our-stockists #locations .map .marker-label {
    width: 22px;
    margin-top: -32px !important;
    margin-left: -14px !important;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    color: #ffffff;
    text-align: center;
}

#our-stockists #locations .filters {
    margin: 30px -15px 30px;
}

    #our-stockists #locations .filters > div {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    #our-stockists #locations .filters h6 {
        font-size: 12px;
        font-weight: bold;
    }

    #our-stockists #locations .filters .dropdown-toggle {
        padding: 13px 15px;
    }

#our-stockists #locations .list {
    padding-top: 30px;
    border-top: 1px solid #222222;
}

    #our-stockists #locations .list .item {
        margin-bottom: 30px;
    }

        #our-stockists #locations .list .item > .num {
            display: inline-block;
            margin-right: 10px;
            vertical-align: top;
        }

        #our-stockists #locations .list .item > .desc {
            display: inline-block;
        }

        #our-stockists #locations .list .item p {
            line-height: 1.5em;
        }

        #our-stockists #locations .list .item h5 {
            margin: 0 0 20px;
            font-weight: bold;
        }

@media (min-width: 768px) {
    #stockists-list {
        padding-bottom: 0;
    }
}

#stockists-list .list {
    padding-top: 30px;
}

    #stockists-list .list table {
        width: 100%;
    }

        #stockists-list .list table td {
            display: block;
            float: left;
            width: 25%;
            padding-bottom: 30px;
            padding-left: 20px;
        }

@media (max-width: 768px) {
    #stockists-list .list table td {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #stockists-list .list table td {
        width: 50%;
    }
}

#stockists-list .list table h5 {
    margin: 0 0 20px -20px;
    font-weight: bold;
}

#stockists-list .list table p {
    line-height: 1.5em;
}

#about-cellar-reserve {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    #about-cellar-reserve {
        margin-bottom: 50px;
    }
}

#about-cellar-reserve .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#about-cellar-reserve .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #about-cellar-reserve .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #about-cellar-reserve .navigation > .row {
        margin: 0 -10px;
    }

        #about-cellar-reserve .navigation > .row > div {
            padding: 0 10px;
        }
}

#about-cellar-reserve .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#about-cellar-reserve .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #about-cellar-reserve .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #about-cellar-reserve .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #about-cellar-reserve .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #about-cellar-reserve .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#about-cellar-reserve .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #about-cellar-reserve .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #about-cellar-reserve .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#about-cellar-reserve .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#about-cellar-reserve .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#about-cellar-reserve .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #about-cellar-reserve .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #about-cellar-reserve .navigation .caret {
        display: inline-block;
    }

    #about-cellar-reserve .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #about-cellar-reserve .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #about-cellar-reserve .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#about-cellar-reserve .content .image {
    position: relative;
    display: block;
}

    #about-cellar-reserve .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #about-cellar-reserve .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#about-cellar-reserve .content .text-toggle {
    display: none;
}

#about-cellar-reserve .content .row.info {
    padding-bottom: 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #999999;
}

#about-cellar-reserve .content .carousel.slide {
  margin-bottom: 20px;
}

    #about-cellar-reserve .content .row.info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #about-cellar-reserve .content .row.info .separator {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #about-cellar-reserve .content .row.info .left > .row + .row,
    #about-cellar-reserve .content .row.info .right > .row + .row {
        margin-top: 20px;
    }

    #about-cellar-reserve .content .row.info .right {
        margin-top: 10px;
    }

    #about-cellar-reserve .content .row.info .vineyard-links a:after {
        text-decoration: none;
        content: ",";
    }

    #about-cellar-reserve .content .row.info .vineyard-links a:last-child:after {
        content: "";
    }

@media (min-width: 768px) {
    #about-cellar-reserve .content .row.info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #about-cellar-reserve .content .row.info h6 {
            margin: 3px 0 0;
        }

        #about-cellar-reserve .content .row.info > div {
            padding: 20px;
        }

        #about-cellar-reserve .content .row.info .taste {
            display: block;
        }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .content .row.info .left {
        padding-right: 20px;
    }

    #about-cellar-reserve .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #about-cellar-reserve .content .row.info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

@media (min-width: 768px) {
    #about-cellar-reserve .content .row.description,
    #about-cellar-reserve .content .sidebar > .row {
        margin: 0 -30px 0;
    }

        #about-cellar-reserve .content .row.description > div,
        #about-cellar-reserve .content .sidebar > .row > div {
            padding: 0 30px;
        }
}

#about-cellar-reserve .content .row.description {
    margin-top: 30px;
}

    #about-cellar-reserve .content .row.description > .text {
        line-height: 1.5;
    }

        #about-cellar-reserve .content .row.description > .text p.first {
            font-size: 22px;
        }

        #about-cellar-reserve .content .row.description > .text .collapse-container {
            margin-top: 10px;
        }

@media (min-width: 768px) {
    #about-cellar-reserve .content .row.description > .text p {
        margin-bottom: 40px;
    }

    #about-cellar-reserve .content .row.description > .text .collapse {
        display: block;
        height: auto !important;
    }

    #about-cellar-reserve .content .row.description > .text .collapse-container {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .content .row.description > .text {
        border-right: 1px solid #999999;
    }
}

#about-cellar-reserve .content .row.description .caption {
    display: block;
    margin-top: 10px;
}

#about-cellar-reserve .content .row.description .sidebar {
    text-align: center;
    border-top: 1px solid #999999;
}

    #about-cellar-reserve .content .row.description .sidebar h5 {
        margin: 0 0 10px;
        font-weight: bold;
        height: 66px;
        text-overflow: ellipsis;
    }

@media (max-width: 1023px) {
    #about-cellar-reserve .content .row.description .sidebar h5 {
        height: 60px;
    }
}

#featured .item h5 {
    height: 66px;
    text-overflow: ellipsis;
}

#about-cellar-reserve .content .row.description .sidebar #featured {
    margin-top: 0;
}

#about-cellar-reserve .content .row.description .sidebar .vineyards {
    padding-bottom: 0;
}

    #about-cellar-reserve .content .row.description .sidebar .vineyards h5 {
        margin-bottom: 30px;
    }

    #about-cellar-reserve .content .row.description .sidebar .vineyards .map {
        height: 325px;
        border: 1px solid #dddddd;
    }

.vineyards .map .dialog {
    padding: 10px 10px 10px 15px;
    text-align: left;
}

    .vineyards .map .dialog h5 {
        margin-bottom: 0px !important;
        height: 25px !important;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
    }

    .vineyards .map .dialog .content {
        height: 30px !important;
        margin: 0;
    }

        .vineyards .map .dialog .content p {
            font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
            font-size: 12px;
            line-height: 1em;
        }

@media (min-width: 768px) and (max-width: 1023px) {
    #about-cellar-reserve .content .row.description .sidebar .vineyards .map {
        height: 425px;
    }
}

#about-cellar-reserve .content .row.description .sidebar .vineyards p {
    margin: 10px 0;
}

@media (max-width: 767px) {
    #about-cellar-reserve .content .row.description .sidebar .vineyards {
        border-top: 1px solid #999999;
    }
}

@media (min-width: 768px) {
    #about-cellar-reserve .content .row.description .sidebar .vineyards {
        border-left: 1px solid #999999;
    }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .content .row.description .sidebar .vineyards {
        margin-top: 50px;
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #about-cellar-reserve .content .row.description .sidebar {
        padding: 50px 0 0;
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .content .row.description .sidebar {
        border-top: none;
    }
}

@media (max-width: 767px) {
    #about-cellar-reserve .content .row.description .sidebar > .row > div {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    #about-cellar-reserve .content .row.description {
        margin-top: 50px;
    }

        #about-cellar-reserve .content .row.description .collapse {
            display: block !important;
        }
}

#about-cellar-reserve .content .collapse-toggle {
    position: relative;
    padding-right: 20px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #be0216;
}

    #about-cellar-reserve .content .collapse-toggle .open {
        display: inline-block;
    }

    #about-cellar-reserve .content .collapse-toggle .closed {
        display: none;
    }

    #about-cellar-reserve .content .collapse-toggle:after {
        position: absolute;
        top: 50%;
        right: -11px;
        width: 11px;
        height: 11px;
        margin-top: -6px;
        font-size: 10px;
        line-height: 11px;
        color: #ffffff;
        text-align: center;
        background-color: #be0216;
        border: none;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '-';
    }

    #about-cellar-reserve .content .collapse-toggle.collapsed .open {
        display: none;
    }

    #about-cellar-reserve .content .collapse-toggle.collapsed .closed {
        display: inline-block;
    }

    #about-cellar-reserve .content .collapse-toggle.collapsed:after {
        line-height: 12px;
        content: '+';
    }

    #about-cellar-reserve .content .collapse-toggle.content-collapse {
        margin: 10px 0;
    }

        #about-cellar-reserve .content .collapse-toggle.content-collapse:after {
            top: 0;
            right: 0;
            width: 21px;
            height: 21px;
            margin-top: 0;
            font-size: 20px;
            line-height: 19px;
            -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        #about-cellar-reserve .content .collapse-toggle.content-collapse.collapsed:after {
            line-height: 20px;
        }

#about-cellar-reserve .content #winemakers {
    margin-top: 50px;
}

    #about-cellar-reserve .content #winemakers h1 {
        margin: 0 0 30px;
    }

    #about-cellar-reserve .content #winemakers .list {
        margin: 0 -15px;
    }

        #about-cellar-reserve .content #winemakers .list > div {
            padding: 0 15px 10px;
        }

        #about-cellar-reserve .content #winemakers .list a:hover span {
            text-decoration: none;
        }

@media (max-width: 768px) {
    #about-cellar-reserve .content #winemakers {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #about-cellar-reserve .content #winemakers .list h5 {
        margin: 0;
    }

    #about-cellar-reserve .content #winemakers .list .row {
        margin: 0 -15px;
    }

        #about-cellar-reserve .content #winemakers .list .row > div {
            padding: 0 15px;
        }

    #about-cellar-reserve .content #winemakers .list > div + div {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    #about-vineyard-details {
        margin-bottom: 50px;
    }
}

#about-vineyard-details .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#about-vineyard-details .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #about-vineyard-details .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #about-vineyard-details .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #about-vineyard-details .navigation > .row {
        margin: 0 -10px;
    }

        #about-vineyard-details .navigation > .row > div {
            padding: 0 10px;
        }
}

#about-vineyard-details .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#about-vineyard-details .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #about-vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #about-vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #about-vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #about-vineyard-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#about-vineyard-details .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #about-vineyard-details .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #about-vineyard-details .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#about-vineyard-details .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#about-vineyard-details .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#about-vineyard-details .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #about-vineyard-details .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #about-vineyard-details .navigation .caret {
        display: inline-block;
    }

    #about-vineyard-details .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #about-vineyard-details .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #about-vineyard-details .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#about-vineyard-details .content .image {
    position: relative;
    display: block;
}

    #about-vineyard-details .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #about-vineyard-details .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    #about-vineyard-details .content .row.description,
    #about-vineyard-details .content .row.side-container {
        margin: 0 -32px 0;
    }

        #about-vineyard-details .content .row.description > div,
        #about-vineyard-details .content .row.side-container > div {
            padding: 0 32px;
        }
}

#about-vineyard-details .content .row.description {
    margin-top: 30px;
}

    #about-vineyard-details .content .row.description > .text {
        line-height: 1.5;
    }

        #about-vineyard-details .content .row.description > .text p {
            margin-bottom: 40px;
        }

            #about-vineyard-details .content .row.description > .text p.first {
                font-size: 22px;
            }

        #about-vineyard-details .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

    #about-vineyard-details .content .row.description .caption {
        display: block;
        margin-top: 10px;
    }

    #about-vineyard-details .content .row.description .related-container .related {
        padding-top: 30px;
    }

    #about-vineyard-details .content .row.description .related-container hr {
        margin: 0;
    }

    #about-vineyard-details .content .row.description .related-container h5,
    #about-vineyard-details .content .row.description .related-container h6 {
        margin: 20px 0;
        font-weight: bold;
    }

    #about-vineyard-details .content .row.description .related-container h6 {
        line-height: 1.5;
    }

    #about-vineyard-details .content .row.description .related-container p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    #about-vineyard-details .content .row.description .related-container .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    #about-vineyard-details .content .row.description .related-container .title h5 {
        text-align: left;
    }
}

#about-vineyard-details .content .row.description .related-container .article {
    margin-bottom: 40px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #about-vineyard-details .content .row.description .related-container .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #about-vineyard-details .content .row.description .related-container .articles {
        margin: 0 -10px;
    }

        #about-vineyard-details .content .row.description .related-container .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #about-vineyard-details .content .row.description .related-container {
        border-top: none;
        border-left: 1px solid #999999;
    }

        #about-vineyard-details .content .row.description .related-container .related {
            padding-top: 0;
        }
}

@media (min-width: 1024px) {
    #about-vineyard-details .content .row.description .collapse {
        display: block !important;
    }
}

#about-vineyard-details .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #about-vineyard-details .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#about-vineyard-details .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

@media (min-width: 768px) {
    #philosophy {
        margin-bottom: 50px;
    }
}

#philosophy .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#philosophy .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #philosophy .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #philosophy .navigation {
        position: absolute;
        top: 0;
        left: 0;
        margin: -6px 0 0;
        padding-top: 60px;
    }
}

@media (max-width: 1023px) {
    #philosophy .navigation > .row {
        margin: 0 -10px;
    }

        #philosophy .navigation > .row > div {
            padding: 0 10px;
        }
}

#philosophy .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#philosophy .navigation .dropdown-menu {
    text-transform: none;
}

    #philosophy .navigation .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #philosophy .navigation .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #philosophy .navigation .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #philosophy .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
        #philosophy .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #philosophy .navigation .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #philosophy .navigation .dropdown-menu li a {
            display: block;
            padding: 10px;
            line-height: 1.25em;
        }

@media (min-width: 1024px) {
    #philosophy .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#philosophy .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#philosophy .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#philosophy .navigation .dropdown-menu .separator {
    height: 20px;
    content: ' ';
}

#philosophy .navigation .dropdown-menu em {
    display: block;
    padding: 12px 0 3px 0;
    font-size: 14px;
    letter-spacing: 0;
}

#philosophy .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #philosophy .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #philosophy .navigation .caret {
        display: inline-block;
    }

    #philosophy .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        background-color: transparent;
        border: none;
    }

        #philosophy .navigation .dropdown-menu ul {
            max-height: none;
        }

        #philosophy .navigation .dropdown-menu li a {
            padding: 10px 0;
        }

            #philosophy .navigation .dropdown-menu li a:hover {
                background-color: transparent;
            }

        #philosophy .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#philosophy .content .image {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    #philosophy .content .row.description,
    #philosophy .content .row.side-container {
        margin: 0 -32px 0;
    }

        #philosophy .content .row.description > div,
        #philosophy .content .row.side-container > div {
            padding: 0 32px;
        }
}

#philosophy .content .row.description {
    margin-top: 30px;
}

    #philosophy .content .row.description > .text {
        line-height: 1.5;
    }

        #philosophy .content .row.description > .text p {
            margin-bottom: 40px;
        }

            #philosophy .content .row.description > .text p.first {
                font-size: 22px;
            }

        #philosophy .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

    #philosophy .content .row.description .caption {
        display: block;
        margin-top: 10px;
    }

    #philosophy .content .row.description .related-container .related {
        padding-top: 30px;
    }

    #philosophy .content .row.description .related-container hr {
        margin: 0;
    }

    #philosophy .content .row.description .related-container h5,
    #philosophy .content .row.description .related-container h6 {
        margin: 20px 0;
        font-weight: bold;
    }

    #philosophy .content .row.description .related-container h6 {
        line-height: 1.5;
    }

    #philosophy .content .row.description .related-container p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    #philosophy .content .row.description .related-container .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    #philosophy .content .row.description .related-container .title h5 {
        text-align: left;
    }
}

#philosophy .content .row.description .related-container .article {
    margin-bottom: 40px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #philosophy .content .row.description .related-container .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #philosophy .content .row.description .related-container .articles {
        margin: 0 -10px;
    }

        #philosophy .content .row.description .related-container .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #philosophy .content .row.description .related-container {
        border-top: none;
        border-left: 1px solid #999999;
    }

        #philosophy .content .row.description .related-container .related {
            padding-top: 0;
        }
}

@media (min-width: 1024px) {
    #philosophy .content .row.description .collapse {
        display: block !important;
    }
}

#philosophy .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #philosophy .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#philosophy .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

@media (min-width: 1024px) {
    #epi-curious {
        margin-bottom: 50px;
    }
}

#epi-curious .pagination {
    margin-top: 10px;
}

#epi-curious .pagination-bottom {
    border-top: 1px solid #222222;
}

    #epi-curious .pagination-bottom .pagination {
        margin-top: 30px;
    }

#epi-curious .content .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

@media (max-width: 767px) {
    #epi-curious .content .title h1 {
        margin-right: 60px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    #epi-curious .content .title h1 {
        margin: 0 0 30px;
    }
}

#epi-curious .content .text {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #epi-curious .content .text {
        margin-bottom: 70px;
    }
}

#epi-curious .content .text p {
    margin-bottom: 20px;
}

#epi-curious .content .text h5 {
    margin-bottom: 20px;
    font-weight: bold;
}

#epi-curious .content .heading > .btn {
    position: absolute;
    top: 38px;
    right: 0;
}

#epi-curious .content .row {
    margin-right: -10px;
    margin-left: -10px;
}

    #epi-curious .content .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }

#epi-curious .content img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #epi-curious .content .text {
        margin-bottom: 0;
    }

        #epi-curious .content .text,
        #epi-curious .content .text h5 {
            margin-top: 0;
        }

    #epi-curious .content .article {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    #winemaker-profile {
        margin-bottom: 50px;
    }
}

#winemaker-profile .title h1 {
    margin: 0;
    font-style: normal;
}

#winemaker-profile .title h3 {
    margin: 10px 0 20px;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    font-style: italic;
}

#winemaker-profile .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #winemaker-profile .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #winemaker-profile .navigation {
        position: absolute;
        top: 0;
        left: 0;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #winemaker-profile .navigation > .row {
        margin: 0 -10px;
    }

        #winemaker-profile .navigation > .row > div {
            padding: 0 10px;
        }
}

#winemaker-profile .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#winemaker-profile .navigation .dropdown-menu {
    text-transform: none;
}

    #winemaker-profile .navigation .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #winemaker-profile .navigation .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #winemaker-profile .navigation .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #winemaker-profile .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
        #winemaker-profile .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #winemaker-profile .navigation .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #winemaker-profile .navigation .dropdown-menu li a {
            display: block;
            padding: 10px;
            line-height: 16px;
            letter-spacing: 0px;
        }

@media (min-width: 1024px) {
    #winemaker-profile .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#winemaker-profile .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#winemaker-profile .navigation .dropdown-menu li a strong {
    letter-spacing: 0.8px;
}

#winemaker-profile .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#winemaker-profile .navigation .dropdown-menu .separator {
    height: 20px;
    content: ' ';
}

#winemaker-profile .navigation .dropdown-menu em {
    display: block;
    padding: 12px 0 3px 0;
    font-size: 14px;
    letter-spacing: 0;
}

#winemaker-profile .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #winemaker-profile .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #winemaker-profile .navigation .caret {
        display: inline-block;
    }

    #winemaker-profile .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        background-color: transparent;
        border: none;
    }

        #winemaker-profile .navigation .dropdown-menu ul {
            max-height: none;
        }

        #winemaker-profile .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #winemaker-profile .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#winemaker-profile .content .image {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    #winemaker-profile .content .row.description,
    #winemaker-profile .content .row.side-container {
        margin: 0 -32px 0;
    }

        #winemaker-profile .content .row.description > div,
        #winemaker-profile .content .row.side-container > div {
            padding: 0 32px;
        }
}

#winemaker-profile .content .row.description {
    margin-top: 30px;
}

    #winemaker-profile .content .row.description > .text {
        line-height: 1.5;
    }

        #winemaker-profile .content .row.description > .text p {
            margin-bottom: 40px;
        }

            #winemaker-profile .content .row.description > .text p.first {
                font-size: 22px;
            }

        #winemaker-profile .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

    #winemaker-profile .content .row.description .caption {
        display: block;
        margin-top: 10px;
    }

    #winemaker-profile .content .row.description .related-container .related {
        padding-top: 30px;
    }

    #winemaker-profile .content .row.description .related-container hr {
        margin: 0;
    }

    #winemaker-profile .content .row.description .related-container h5,
    #winemaker-profile .content .row.description .related-container h6 {
        margin: 20px 0;
        font-weight: bold;
    }

    #winemaker-profile .content .row.description .related-container h6 {
        line-height: 1.5;
    }

    #winemaker-profile .content .row.description .related-container p {
        /*margin: 20px 0 0;
  line-height: 1.5;*/
    }

    #winemaker-profile .content .row.description .related-container .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    #winemaker-profile .content .row.description .related-container .title h5 {
        text-align: left;
    }
}

#winemaker-profile .content .row.description .related-container .article {
    margin-bottom: 30px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #winemaker-profile .content .row.description .related-container .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #winemaker-profile .content .row.description .related-container .articles {
        margin: 0 -10px;
    }

        #winemaker-profile .content .row.description .related-container .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #winemaker-profile .content .row.description .related-container {
        border-top: none;
        border-left: 1px solid #999999;
    }

        #winemaker-profile .content .row.description .related-container .related {
            padding-top: 0;
        }
}

@media (min-width: 1024px) {
    #winemaker-profile .content .row.description .collapse {
        display: block !important;
    }
}

#winemaker-profile .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #winemaker-profile .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#winemaker-profile .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

@media (min-width: 768px) {
    #scores-accolades {
        margin-bottom: 50px;
    }
}

#scores-accolades .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#scores-accolades .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #scores-accolades .navigation {
        margin: 4px 0 0;
    }
}


@media (min-width: 1024px) {
    #scores-accolades .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #scores-accolades .navigation > .row {
        margin: 0 -10px;
    }

        #scores-accolades .navigation > .row > div {
            padding: 0 10px;
        }
}

#scores-accolades .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#scores-accolades .navigation .dropdown-menu {
    text-transform: none;
}

    #scores-accolades .navigation .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #scores-accolades .navigation .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #scores-accolades .navigation .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #scores-accolades .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
        #scores-accolades .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #scores-accolades .navigation .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #scores-accolades .navigation .dropdown-menu li a {
            display: block;
            padding: 10px;
            line-height: 1.25em;
        }

@media (min-width: 1024px) {
    #scores-accolades .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#scores-accolades .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#scores-accolades .navigation .dropdown-menu li a strong {
    letter-spacing: 0.8px;
}

#scores-accolades .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#scores-accolades .navigation .dropdown-menu .separator {
    height: 20px;
    content: ' ';
}

#scores-accolades .navigation .dropdown-menu em {
    display: block;
    padding: 12px 0 3px 0;
    font-size: 14px;
    letter-spacing: 0;
}

#scores-accolades .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #scores-accolades .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #scores-accolades .navigation .caret {
        display: inline-block;
    }

    #scores-accolades .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        background-color: transparent;
        border: none;
    }

        #scores-accolades .navigation .dropdown-menu ul {
            max-height: none;
        }

        #scores-accolades .navigation .dropdown-menu li a {
            padding: 10px 0;
        }

            #scores-accolades .navigation .dropdown-menu li a:hover {
                background-color: transparent;
            }

        #scores-accolades .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#scores-accolades .content .image {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    #scores-accolades .content .row.description,
    #scores-accolades .content .row.side-container {
        margin: 0 -32px 0;
    }

        #scores-accolades .content .row.description > div,
        #scores-accolades .content .row.side-container > div {
            padding: 0 32px;
        }
}

#scores-accolades .content .accolades table {
    width: 100%;
}

    #scores-accolades .content .accolades table tr:nth-child(even) {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.5);
    }

    #scores-accolades .content .accolades table td {
        padding: 5px 0;
        vertical-align: top;
    }

@media (max-width: 767px) {
    #scores-accolades .content .accolades table td {
        float: left;
        width: 100% !important;
        padding: 0 10px;
    }
}

#scores-accolades .content .accolades table td:nth-child(1) {
    width: 33.33333333333333%;
    padding-left: 10px;
}

@media (max-width: 767px) {
    #scores-accolades .content .accolades table td:nth-child(1) {
        padding-top: 5px;
        font-weight: bold;
    }
}

#scores-accolades .content .accolades table td:nth-child(2) {
    width: 41.66666666666667%;
}

#scores-accolades .content .accolades table td:nth-child(3) {
    width: 25%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #scores-accolades .content .accolades table td:nth-child(3) {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    #scores-accolades .content .accolades .award {
        font-weight: bold;
    }
}

@media (max-width: 1023px) {
    #scores-accolades .content .accolades {
        margin-bottom: 30px;
    }
}

#scores-accolades .content .row.description {
    margin-top: 30px;
}

    #scores-accolades .content .row.description > .text {
        line-height: 1.5;
    }

        #scores-accolades .content .row.description > .text p {
            margin-bottom: 40px;
        }

            #scores-accolades .content .row.description > .text p.first {
                font-size: 22px;
            }

        #scores-accolades .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

    #scores-accolades .content .row.description .caption {
        display: block;
        margin-top: 10px;
    }

    #scores-accolades .content .row.description .related-container .related {
        padding-top: 30px;
    }

    #scores-accolades .content .row.description .related-container hr {
        margin: 0;
    }

    #scores-accolades .content .row.description .related-container h5,
    #scores-accolades .content .row.description .related-container h6 {
        margin: 20px 0;
        font-weight: bold;
    }

    #scores-accolades .content .row.description .related-container h6 {
        line-height: 1.5;
    }

    #scores-accolades .content .row.description .related-container p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    #scores-accolades .content .row.description .related-container .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

@media (min-width: 768px) {
    #scores-accolades .content .row.description .related-container .title h5 {
        text-align: left;
    }
}

#scores-accolades .content .row.description .related-container .article {
    margin-bottom: 40px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #scores-accolades .content .row.description .related-container .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #scores-accolades .content .row.description .related-container .articles {
        margin: 0 -10px;
    }

        #scores-accolades .content .row.description .related-container .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #scores-accolades .content .row.description .related-container {
        border-top: none;
        border-left: 1px solid #999999;
    }

        #scores-accolades .content .row.description .related-container .related {
            padding-top: 0;
        }
}

@media (min-width: 1024px) {
    #scores-accolades .content .row.description .collapse {
        display: block !important;
    }
}

#scores-accolades .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #scores-accolades .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#scores-accolades .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

#recipe-details {
    margin-bottom: 50px;
}

    #recipe-details .title h1 {
        margin: 0;
        font-style: normal;
    }

    #recipe-details .title h3 {
        margin: 10px 0 20px;
        font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
        font-size: 16px;
        font-style: italic;
    }

    #recipe-details .navigation {
        position: relative;
        z-index: 1000;
        margin-bottom: 30px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
    }

@media (min-width: 768px) {
    #recipe-details .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #recipe-details .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #recipe-details .navigation > .row {
        margin: 0 -10px;
    }

        #recipe-details .navigation > .row > div {
            padding: 0 10px;
        }
}

#recipe-details .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#recipe-details .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #recipe-details .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #recipe-details .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #recipe-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #recipe-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#recipe-details .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #recipe-details .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
    }

@media (min-width: 1024px) {
    #recipe-details .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#recipe-details .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#recipe-details .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#recipe-details .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #recipe-details .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #recipe-details .navigation .caret {
        display: inline-block;
    }

    #recipe-details .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #recipe-details .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #recipe-details .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#recipe-details .content .image {
    position: relative;
    display: block;
}

    #recipe-details .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #recipe-details .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#recipe-details .content .text-toggle {
    display: none;
}

@media (min-width: 768px) {
    #recipe-details .content .row.description,
    #recipe-details .content .row.side-container {
        margin: 0 -30px 0;
    }

        #recipe-details .content .row.description > div,
        #recipe-details .content .row.side-container > div {
            padding: 0 30px;
        }
}

#recipe-details .content .row.description {
    margin-top: 30px;
}

    #recipe-details .content .row.description > .text {
        line-height: 1.5;
    }

        #recipe-details .content .row.description > .text p.first {
            font-size: 22px;
        }

        #recipe-details .content .row.description > .text h5 {
            margin: 20px 0;
            font-weight: bold;
        }

@media (min-width: 768px) {
    #recipe-details .content .row.description > .text h5 {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    #recipe-details .content .row.description > .text h5 {
        margin-top: 50px;
    }
}

#recipe-details .content .row.description > .text .collapse-container {
    margin-top: 10px;
}

@media (min-width: 768px) {
    #recipe-details .content .row.description > .text p {
        margin-bottom: 40px;
    }

    #recipe-details .content .row.description > .text .collapse {
        display: block;
        height: auto !important;
    }

    #recipe-details .content .row.description > .text .collapse-container {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #recipe-details .content .row.description > .text {
        border-right: 1px solid #999999;
    }
}

#recipe-details .content .row.description .ingredients {
    padding: 14px 20px;
    border: 1px solid #999999;
}

    #recipe-details .content .row.description .ingredients > .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        #recipe-details .content .row.description .ingredients > .row > div {
            padding-right: 10px;
            padding-left: 10px;
        }

        #recipe-details .content .row.description .ingredients > .row + .row {
            margin-top: 10px;
        }

#recipe-details .content .row.description .sidebar {
    margin-top: 30px;
    border-top: 1px solid #999999;
}

@media (min-width: 768px) {
    #recipe-details .content .row.description .sidebar {
        padding-top: 30px;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #recipe-details .content .row.description .sidebar {
        padding-top: 0;
        margin-top: 0;
        border: none;
    }
}

#recipe-details .content .row.description .sidebar h5 {
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
}

#recipe-details .content .row.description .sidebar .related {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #999999;
}

    #recipe-details .content .row.description .sidebar .related h5 {
        margin-bottom: 30px;
    }

    #recipe-details .content .row.description .sidebar .related h6 {
        margin: 20px 0;
        font-weight: bold;
        line-height: 1.5;
    }

    #recipe-details .content .row.description .sidebar .related p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

    #recipe-details .content .row.description .sidebar .related .title h5 {
        margin: 0 0 30px;
        text-align: center;
    }

    #recipe-details .content .row.description .sidebar .related .article {
        margin-bottom: 40px;
        font-size: 15px;
    }

@media (max-width: 767px) {
    #recipe-details .content .row.description .sidebar .related .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #recipe-details .content .row.description .sidebar .related .articles {
        margin: 0 -10px;
    }

        #recipe-details .content .row.description .sidebar .related .articles > div {
            padding: 0 10px;
        }

    #recipe-details .content .row.description .sidebar .related .title h5 {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #recipe-details .content .row.description .sidebar .related {
        padding-top: 0;
        margin-top: 50px;
        border: none;
    }
}

@media (min-width: 1024px) {
    #recipe-details .content .row.description {
        margin-top: 50px;
    }

        #recipe-details .content .row.description .collapse {
            display: block !important;
        }
}

#recipe-details .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #recipe-details .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#recipe-details .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

#recipe-details .content .collapse-toggle {
    position: relative;
    padding-right: 20px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #be0216;
}

    #recipe-details .content .collapse-toggle .open {
        display: inline-block;
    }

    #recipe-details .content .collapse-toggle .closed {
        display: none;
    }

    #recipe-details .content .collapse-toggle:after {
        position: absolute;
        top: 50%;
        right: -11px;
        width: 11px;
        height: 11px;
        margin-top: -6px;
        font-size: 10px;
        line-height: 11px;
        color: #ffffff;
        text-align: center;
        background-color: #be0216;
        border: none;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        content: '-';
    }

    #recipe-details .content .collapse-toggle.collapsed .open {
        display: none;
    }

    #recipe-details .content .collapse-toggle.collapsed .closed {
        display: inline-block;
    }

    #recipe-details .content .collapse-toggle.collapsed:after {
        line-height: 12px;
        content: '+';
    }

    #recipe-details .content .collapse-toggle.content-collapse {
        margin: 10px 0;
    }

        #recipe-details .content .collapse-toggle.content-collapse:after {
            top: 0;
            right: 0;
            width: 21px;
            height: 21px;
            margin-top: 0;
            font-size: 20px;
            line-height: 19px;
            -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        #recipe-details .content .collapse-toggle.content-collapse.collapsed:after {
            line-height: 20px;
        }

#recipe-details .content #winemakers {
    margin-top: 50px;
}

    #recipe-details .content #winemakers h1 {
        margin: 0 0 30px;
    }

    #recipe-details .content #winemakers .list {
        margin: 0 -15px;
    }

        #recipe-details .content #winemakers .list > div {
            padding: 0 15px 10px;
        }

        #recipe-details .content #winemakers .list a:hover span {
            text-decoration: none;
        }

@media (max-width: 768px) {
    #recipe-details .content #winemakers {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #recipe-details .content #winemakers .list h5 {
        margin: 0;
    }

    #recipe-details .content #winemakers .list .row {
        margin: 0 -15px;
    }

        #recipe-details .content #winemakers .list .row > div {
            padding: 0 15px;
        }

    #recipe-details .content #winemakers .list > div + div {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    #cellar-door-details {
        margin-bottom: 50px;
    }
}

#cellar-door-details .title h1 {
    margin: 0;
    font-style: normal;
}

#cellar-door-details .title h3 {
    margin: 10px 0 20px;
    font-family: "NewBaskerville", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, serif;
    font-size: 16px;
    font-style: italic;
}

#cellar-door-details .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #cellar-door-details .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #cellar-door-details .navigation {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 40px;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #cellar-door-details .navigation > .row {
        margin: 0 -10px;
    }

        #cellar-door-details .navigation > .row > div {
            padding: 0 10px;
        }
}

#cellar-door-details .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#cellar-door-details .navigation .dropdown-menu ul {
    max-height: 200px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
}

    #cellar-door-details .navigation .dropdown-menu ul::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    #cellar-door-details .navigation .dropdown-menu ul::-webkit-scrollbar-track {
        background-color: #dddddd;
        border: none;
    }

    #cellar-door-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
    #cellar-door-details .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #222222;
    }

#cellar-door-details .navigation .dropdown-menu li {
    display: block;
    padding-right: 10px;
}

    #cellar-door-details .navigation .dropdown-menu li a {
        display: block;
        padding: 10px;
        white-space: normal;
    }

@media (min-width: 1024px) {
    #cellar-door-details .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#cellar-door-details .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#cellar-door-details .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#cellar-door-details .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #cellar-door-details .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #cellar-door-details .navigation .caret {
        display: inline-block;
    }

    #cellar-door-details .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        text-transform: none;
        background-color: transparent;
        border: none;
    }

        #cellar-door-details .navigation .dropdown-menu li a:hover {
            background-color: transparent;
        }

        #cellar-door-details .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#cellar-door-details .content .image {
    position: relative;
    display: block;
}

    #cellar-door-details .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #cellar-door-details .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#cellar-door-details .content .row.info {
    padding-bottom: 30px;
    margin: 30px 0 30px;
    border-bottom: 1px solid #999999;
}

    #cellar-door-details .content .row.info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #cellar-door-details .content .row.info .separator {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #cellar-door-details .content .row.info .left .row + .row,
    #cellar-door-details .content .row.info .right .row + .row {
        margin-top: 20px;
    }

    #cellar-door-details .content .row.info .right {
        margin-top: 10px;
    }

    #cellar-door-details .content .row.info table th,
    #cellar-door-details .content .row.info table td {
        width: 100%;
    }

@media (min-width: 768px) {
    #cellar-door-details .content .row.info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #cellar-door-details .content .row.info h6 {
            margin: 3px 0 10px;
        }

        #cellar-door-details .content .row.info > div {
            padding: 20px;
        }

        #cellar-door-details .content .row.info .taste {
            display: block;
        }
}

@media (min-width: 1024px) {
    #cellar-door-details .content .row.info .left {
        padding-right: 20px;
    }

    #cellar-door-details .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #cellar-door-details .content .row.info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

@media (min-width: 768px) {
    #cellar-door-details .content .row.description,
    #cellar-door-details .content .side-container > .row {
        margin: 0 -30px 0;
    }

        #cellar-door-details .content .row.description > div,
        #cellar-door-details .content .side-container > .row > div {
            padding: 0 30px;
        }
}

#cellar-door-details .content .row.description {
    margin-top: 30px;
}

    #cellar-door-details .content .row.description > .text {
        line-height: 1.5;
    }

        #cellar-door-details .content .row.description > .text img {
            width: 100%;
            height: auto;
        }

        #cellar-door-details .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

@media (min-width: 768px) {
    #cellar-door-details .content .row.description > .text p {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    #cellar-door-details .content .row.description > .text {
        border-right: 1px solid #999999;
    }
}

#cellar-door-details .content .row.description .caption {
    display: block;
    margin-top: 10px;
}

#cellar-door-details .content .row.description .side-container {
    text-align: center;
    border-top: 1px solid #999999;
}

    #cellar-door-details .content .row.description .side-container h5 {
        margin: 0 0 30px;
        font-weight: bold;
    }

    #cellar-door-details .content .row.description .side-container #featured {
        margin-top: 0;
    }

    #cellar-door-details .content .row.description .side-container .location .map {
        height: 360px;
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    #cellar-door-details .content .row.description .side-container .location .map {
        height: 425px;
    }
}

#cellar-door-details .content .row.description .side-container .location p {
    margin: 10px 0;
}

@media (max-width: 767px) {
    #cellar-door-details .content .row.description .side-container .location {
        border-top: 1px solid #999999;
    }
}

@media (min-width: 768px) {
    #cellar-door-details .content .row.description .side-container .location {
        border-left: 1px solid #999999;
    }
}

@media (min-width: 1024px) {
    #cellar-door-details .content .row.description .side-container .location {
        margin-top: 50px;
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #cellar-door-details .content .row.description .side-container {
        padding: 50px 0;
    }
}

@media (min-width: 1024px) {
    #cellar-door-details .content .row.description .side-container {
        border-top: none;
    }
}

@media (max-width: 767px) {
    #cellar-door-details .content .row.description .side-container > .row > div {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    #cellar-door-details .content .row.description {
        margin-top: 50px;
    }

        #cellar-door-details .content .row.description .collapse {
            display: block !important;
        }
}

#cellar-door-details .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #cellar-door-details .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#cellar-door-details .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

@media (min-width: 768px) {
    #tasting-notes {
        margin-bottom: 50px;
    }
}

#tasting-notes .title h1 {
    margin: 0 0 20px;
    font-style: normal;
}

#tasting-notes .navigation {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #tasting-notes .navigation {
        margin: 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #tasting-notes .navigation {
        position: absolute;
        top: 0;
        left: 0;
        margin: -6px 0 0;
    }
}

@media (max-width: 1023px) {
    #tasting-notes .navigation > .row {
        margin: 0 -10px;
    }

        #tasting-notes .navigation > .row > div {
            padding: 0 10px;
        }
}

#tasting-notes .navigation .text {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#tasting-notes .navigation .dropdown-menu {
    text-transform: none;
}

    #tasting-notes .navigation .dropdown-menu ul {
        max-height: 200px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        list-style: none;
    }

        #tasting-notes .navigation .dropdown-menu ul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        #tasting-notes .navigation .dropdown-menu ul::-webkit-scrollbar-track {
            background-color: #dddddd;
            border: none;
        }

        #tasting-notes .navigation .dropdown-menu ul::-webkit-scrollbar-thumb,
        #tasting-notes .navigation .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
            background-color: #222222;
        }

    #tasting-notes .navigation .dropdown-menu li {
        display: block;
        padding-right: 10px;
    }

        #tasting-notes .navigation .dropdown-menu li a {
            display: block;
            padding: 10px;
            line-height: 1.25em;
        }

@media (min-width: 1024px) {
    #tasting-notes .navigation .dropdown-menu li a {
        padding-right: 0;
        padding-left: 0;
    }
}

#tasting-notes .navigation .dropdown-menu li a:hover {
    background-color: #dddddd;
}

#tasting-notes .navigation .dropdown-menu li.l2 {
    padding-left: 10px;
}

#tasting-notes .navigation .dropdown-menu .separator {
    height: 20px;
    content: ' ';
}

#tasting-notes .navigation .dropdown-menu em {
    display: block;
    padding: 12px 0 3px 0;
    font-size: 14px;
    letter-spacing: 0;
}

#tasting-notes .navigation .caret {
    display: none;
}

@media (min-width: 1024px) {
    #tasting-notes .navigation [data-toggle=dropdown] {
        display: none !important;
    }

    #tasting-notes .navigation .caret {
        display: inline-block;
    }

    #tasting-notes .navigation .dropdown-menu {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        padding: 0;
        font-size: 11px;
        background-color: transparent;
        border: none;
    }

        #tasting-notes .navigation .dropdown-menu ul {
            max-height: none;
        }

        #tasting-notes .navigation .dropdown-menu li a {
            padding: 10px 0;
        }

            #tasting-notes .navigation .dropdown-menu li a:hover {
                background-color: transparent;
            }

        #tasting-notes .navigation .dropdown-menu li.l2 {
            padding-left: 18px;
        }
}

#tasting-notes .content .image {
    position: relative;
    display: block;
}

    #tasting-notes .content .image .temp {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 18px;
        font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ffffff;
        text-align: center;
        background-color: #222222;
        background-color: rgba(34, 34, 34, 0.75);
    }

@media (min-width: 768px) {
    #tasting-notes .content .image .temp {
        top: auto;
        bottom: 20px;
        padding: 18px 26px;
        font-size: 15px;
    }
}

#tasting-notes .content .row.info {
    padding-bottom: 30px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #999999;
}

    #tasting-notes .content .row.info h6 {
        margin: 6px 0 14px;
        font-weight: bold;
    }

    #tasting-notes .content .row.info .separator {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 50%;
        width: 1px;
        background-color: #999999;
    }

    #tasting-notes .content .row.info .left > .row + .row,
    #tasting-notes .content .row.info .right > .row + .row {
        margin-top: 20px;
    }

    #tasting-notes .content .row.info .right {
        margin-top: 10px;
    }

    #tasting-notes .content .row.info .vineyard-links a:after {
        text-decoration: none;
        content: ",";
    }

    #tasting-notes .content .row.info .vineyard-links a:last-child:after {
        content: "";
    }

@media (min-width: 768px) {
    #tasting-notes .content .row.info {
        padding-bottom: 0;
        border: 1px solid #999999;
    }

        #tasting-notes .content .row.info h6 {
            margin: 3px 0 0;
        }

        #tasting-notes .content .row.info > div {
            padding: 20px;
        }

        #tasting-notes .content .row.info .taste {
            display: block;
        }
}

@media (min-width: 1024px) {
    #tasting-notes .content .row.info .left {
        padding-right: 20px;
    }

    #tasting-notes .content .row.info .right {
        padding-left: 20px;
        margin-top: 0;
    }

        #tasting-notes .content .row.info .right > .row > div:nth-child(2) {
            padding-left: 20px;
        }
}

@media (min-width: 768px) {
    #tasting-notes .content .row.description,
    #tasting-notes .content .side-container > .row {
        margin: 0 -30px 0;
    }

        #tasting-notes .content .row.description > div,
        #tasting-notes .content .side-container > .row > div {
            padding: 0 30px;
        }
}

#tasting-notes .content .row.description {
    margin-top: 30px;
}

    #tasting-notes .content .row.description > .text {
        line-height: 1.5;
    }

        #tasting-notes .content .row.description > .text #instagram-gallery {
            margin: 40px 0;
        }

@media (min-width: 768px) {
    #tasting-notes .content .row.description > .text p {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    #tasting-notes .content .row.description > .text {
        border-right: 1px solid #999999;
    }
}

#tasting-notes .content .row.description .wines {
    margin: 0 -10px;
}

    #tasting-notes .content .row.description .wines > div {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    #tasting-notes .content .row.description .wines a:hover span {
        text-decoration: none;
    }

    #tasting-notes .content .row.description .wines h5 {
        margin-top: 20px;
        font-weight: bold;
        text-align: center;
    }

#tasting-notes .content .row.description .caption {
    display: block;
    margin-top: 10px;
}

#tasting-notes .content .row.description .side-container h5 {
    margin: 0 0 30px;
    font-weight: bold;
}

#tasting-notes .content .row.description .side-container .related h5,
#tasting-notes .content .row.description .side-container .related h6 {
    margin: 20px 0;
    font-weight: bold;
}

#tasting-notes .content .row.description .side-container .related h6 {
    line-height: 1.5;
}

#tasting-notes .content .row.description .side-container .related p {
    margin-bottom: 20px;
    line-height: 1.5;
}

#tasting-notes .content .row.description .side-container .related .title h5 {
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    #tasting-notes .content .row.description .side-container .related .title h5 {
        text-align: left;
    }
}

#tasting-notes .content .row.description .side-container .related .article {
    margin-bottom: 40px;
    font-size: 15px;
}

@media (max-width: 767px) {
    #tasting-notes .content .row.description .side-container .related .img-responsive {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #tasting-notes .content .row.description .side-container .related .articles {
        margin: 0 -10px;
    }

        #tasting-notes .content .row.description .side-container .related .articles > div {
            padding: 0 10px;
        }
}

@media (min-width: 1024px) {
    #tasting-notes .content .row.description .side-container .related {
        border-top: none;
    }

        #tasting-notes .content .row.description .side-container .related .related {
            padding-top: 0;
        }
}

@media (min-width: 1024px) {
    #tasting-notes .content .row.description {
        margin-top: 50px;
    }

        #tasting-notes .content .row.description .collapse {
            display: block !important;
        }
}

#tasting-notes .content .row.description .read-more {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #tasting-notes .content .row.description .read-more {
        margin-bottom: 50px;
    }
}

#tasting-notes .content .row.description .read-more a:not(.collapsed) {
    display: none;
}

#other-product-details #product {
    position: relative;
    margin-bottom: 50px;
}

    #other-product-details #product .crest {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: -1;
    }

@media (min-width: 768px) {
    #other-product-details #product .crest {
        top: -50px;
        right: 30px;
    }
}

@media (min-width: 1024px) {
    #other-product-details #product .crest {
        top: -30px;
        right: 4%;
    }
}

#other-product-details #product .title h2 {
    margin: 0 0 20px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 4px;
}

@media (min-width: 768px) {
    #other-product-details #product .title,
    #other-product-details #product .status,
    #other-product-details #product .vintage-history,
    #other-product-details #product .order,
    #other-product-details #product .info,
    #other-product-details #product .download {
        float: right;
    }

        #other-product-details #product .title:before,
        #other-product-details #product .status:before,
        #other-product-details #product .vintage-history:before,
        #other-product-details #product .order:before,
        #other-product-details #product .info:before,
        #other-product-details #product .download:before,
        #other-product-details #product .title:after,
        #other-product-details #product .status:after,
        #other-product-details #product .vintage-history:after,
        #other-product-details #product .order:after,
        #other-product-details #product .info:after,
        #other-product-details #product .download:after {
            display: table;
            content: " ";
        }

        #other-product-details #product .title:after,
        #other-product-details #product .status:after,
        #other-product-details #product .vintage-history:after,
        #other-product-details #product .order:after,
        #other-product-details #product .info:after,
        #other-product-details #product .download:after {
            clear: both;
        }
}

#other-product-details #product .product-image .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    text-align: center;
}

    #other-product-details #product .product-image .carousel-indicators li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        text-indent: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        #other-product-details #product .product-image .carousel-indicators li.active {
            width: auto;
            height: auto;
            border-bottom: 4px solid #be0216;
        }

#other-product-details #product .product-image .item {
    text-align: center;
}

@media (max-width: 767px) {
    #other-product-details #product .product-image {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #other-product-details #product .product-image {
        padding-right: 30px;
    }
}

#other-product-details #product .order {
    padding: 30px 0 30px 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #other-product-details #product .order .price {
        margin-bottom: 20px;
        font-size: 13px;
    }

        #other-product-details #product .order .price .cost {
            font-size: 21px;
        }

        #other-product-details #product .order .price p {
            margin: 0;
        }

@media (min-width: 768px) {
    #other-product-details #product .order .price {
        font-size: 16px;
    }

        #other-product-details #product .order .price .cost {
            font-size: 28px;
        }
}

@media (min-width: 768px) {
    #other-product-details #product .order .add > div {
        height: 83px;
    }
}

#other-product-details #product .order .add [data-toggle="dropdown"] {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    #other-product-details #product .order .add .checkboxes {
        margin-bottom: 10px;
    }

        #other-product-details #product .order .add .checkboxes > .row {
            margin: 0 -5px;
        }

            #other-product-details #product .order .add .checkboxes > .row > div {
                padding: 0 5px;
            }

        #other-product-details #product .order .add .checkboxes .unit .dropdown-menu li {
            padding-right: 0;
        }
}

#other-product-details #product .order .add .btn-primary {
    width: 100%;
    height: 100%;
    padding: 34px 30px;
    font-size: 14px;
}

@media (min-width: 768px) {
    #other-product-details #product .order .add .unit {
        margin-top: -1px;
    }
}

#other-product-details #product .info .panel {
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#other-product-details #product .info [data-toggle="collapse"] {
    position: relative;
    display: block;
    padding: 20px 0;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
}

    #other-product-details #product .info [data-toggle="collapse"]:before {
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -5px;
        background-color: #222222;
        content: ' ';
    }

    #other-product-details #product .info [data-toggle="collapse"].collapsed:after {
        position: absolute;
        top: 50%;
        right: 9px;
        display: block;
        width: 2px;
        height: 10px;
        margin-top: -5px;
        margin-left: -1px;
        background-color: #222222;
        content: ' ';
    }

@media (min-width: 768px) {
    #other-product-details #product .info [data-toggle="collapse"] {
        display: none;
    }
}

@media (max-width: 767px) {
    #other-product-details #product .info .tab-pane {
        display: block;
    }

    #other-product-details #product .info .panel {
        border-bottom: 1px solid #222222;
    }

    #other-product-details #product .info .collapse,
    #other-product-details #product .info .in {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #other-product-details #product .info .collapse,
    #other-product-details #product .info .in {
        display: block;
        height: auto !important;
    }
}

#other-product-details .nav-tabs {
    position: relative;
    margin-bottom: 25px;
    font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
    font-weight: bold;
    border: none;
}

    #other-product-details .nav-tabs > li > a {
        padding: 0;
        margin: 0;
        font-size: 12px;
        letter-spacing: 2px;
        color: #999999;
        border: none;
        -webkit-transition: color 0.25s linear;
        transition: color 0.25s linear;
    }

        #other-product-details .nav-tabs > li > a:hover {
            background-color: transparent;
        }

@media (min-width: 1024px) {
    #other-product-details .nav-tabs > li > a:hover {
        color: #222222;
    }
}

#other-product-details .nav-tabs > li.active > a {
    color: #222222;
    background-color: transparent;
}

#other-product-details .nav-tabs > li + li {
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
}

    #other-product-details .nav-tabs > li + li:before {
        position: absolute;
        top: 1px;
        bottom: 3px;
        left: 0;
        display: block;
        width: 1px;
        background-color: #999999;
        content: ' ';
    }

@media (max-width: 767px) {
    #other-product-details .tab-container {
        margin-right: -25px;
        margin-left: -25px;
        overflow-x: hidden;
    }

        #other-product-details .tab-container .nav-tabs {
            display: inline-block;
            padding: 0 25px;
            white-space: nowrap;
        }

            #other-product-details .tab-container .nav-tabs > li {
                display: inline-block;
                float: none;
            }
}

#other-product-details #suggestions {
    padding: 50px 0 70px;
    text-align: center;
    background-color: #ffffff;
}

    #other-product-details #suggestions h1 {
        margin: 0 0 50px;
        font-size: 24px;
        font-style: italic;
    }

        #other-product-details #suggestions h1 span {
            font-style: normal;
        }

@media (min-width: 768px) {
    #other-product-details #suggestions h1 {
        font-size: 32px;
    }
}

#other-product-details #suggestions .carousel .item h5 {
    margin: 20px;
    font-weight: bold;
}

#other-product-details #suggestions .carousel .item p {
    margin: 20px;
}

#other-product-details #suggestions .carousel .carousel-control .arrow {
    margin-top: -60px;
}

    #other-product-details #suggestions .carousel .carousel-control .arrow.left {
        left: 0;
    }

    #other-product-details #suggestions .carousel .carousel-control .arrow.right {
        right: 0;
    }

.hidden {
    display: none;
}

.no-results, .no-results-all {
    text-align: center;
    font-style: italic;
}

.no-results-all {
    padding: 10px 0;
}

.selected-filters {
    padding-top: 5px;
}

    .selected-filters ul {
        margin: 0;
        padding: 0;
    }

        .selected-filters ul li {
            display: inline-block;
            padding: 5px;
            margin: 0 10px 0 0;
        }

            .selected-filters ul li a {
                font-family: "ProximaNova", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Droid Sans, sans-serif;
                font-size: 12px;
            }

                .selected-filters ul li a span {
                    background: url("../images/filter-close.gif") no-repeat 0 0 transparent;
                    width: 11px;
                    height: 11px;
                    display: inline-block;
                    margin-left: 5px;
                }

                .selected-filters ul li a:hover span {
                    background-position: 0 -11px;
                }


.share-dd-container {
    display: none;
}

.image.hero-image {
    padding-bottom: 20px;
}

.timeline {
    text-align: center;
}

    .timeline h2 {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .timeline h3 {
        font-size: 24px;
        letter-spacing: 4px;
        margin-bottom: 50px;
        overflow: hidden;
        text-align: center;
    }

        .timeline h3:before, .timeline h3:after {
            background-color: #000;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }

        .timeline h3:before {
            margin-left: -50%;
            right: 0.5em;
        }

        .timeline h3:after {
            left: 0.5em;
            margin-right: -50%;
        }

    .timeline .epoch-wrap {
        margin-top: 10px;
        overflow: hidden;
        padding-bottom: 120px;
        position: relative;
        text-align: left;
    }

        .timeline .epoch-wrap h4 {
            color: #c8c5c1;
            font-family: "NewBaskerville","Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
            font-size: 105px;
            font-style: italic;
            left: 0;
            margin: 0;
            position: absolute;
            top: 0;
        }

        .timeline .epoch-wrap:before, .timeline .epoch-wrap:after {
            background-color: #be0216;
            border-radius: 3px;
            content: "";
            display: block;
            height: 5px;
            left: 118px;
            position: absolute;
            width: 5px;
        }

        .timeline .epoch-wrap:before {
            top: 105px;
        }

        .timeline .epoch-wrap:after {
            bottom: 0;
        }

        .timeline .epoch-wrap .epoch-image {
            padding-left: 300px;
        }

            .timeline .epoch-wrap .epoch-image img {
                float: left;
                padding: 0 20px 20px 0;
            }

            .timeline .epoch-wrap .epoch-image p {
                clear: none;
                padding: 40px 0 0 20px;
            }

        .timeline .epoch-wrap:last-child {
            padding-bottom: 0;
        }

    .timeline .epoch-details p {
        clear: both;
        padding: 10px 0 80px 300px;
    }

        .timeline .epoch-details p:last-child {
            padding-bottom: 0;
        }

    .timeline .epoch-prop {
        background: none repeat scroll 0 0 #be0216;
        height: 100%;
        left: 120px;
        position: absolute;
        top: 105px;
        width: 1px;
    }

    .timeline .epoch-prop-small {
        display: none;
    }

@media (max-width: 767px) {
    .timeline .epoch-wrap h4 {
        font-size: 71px;
    }

    .timeline .epoch-wrap .epoch-image {
        padding-left: 215px;
    }

    .timeline .epoch-wrap:before, .timeline .epoch-wrap:after {
        left: 83px;
    }

    .timeline .epoch-wrap:before {
        top: 63px;
    }

    .timeline .epoch-details p {
        padding-left: 215px;
    }

    .timeline .epoch-prop {
        left: 85px;
        top: 65px;
    }
}

@media (max-width: 460px) {
    .timeline .epoch-wrap h4 {
        font-size: 29px;
        position: relative;
        text-align: center;
    }

    .timeline .epoch-wrap .epoch-image {
        margin-top: 10px;
        padding-left: 0;
    }

        .timeline .epoch-wrap .epoch-image img {
            width: 100px;
        }

        .timeline .epoch-wrap .epoch-image p {
            padding-top: 0;
        }

    .timeline .epoch-wrap:before, .timeline .epoch-wrap:after {
        left: 50%;
        margin: 0;
        position: absolute;
    }

    .timeline .epoch-wrap:before {
        top: 33px;
    }

    .timeline .epoch-wrap:after {
        position: absolute;
        top: 68px;
    }

    .timeline .epoch-wrap:last-child .epoch-prop-small {
        display: none;
    }

    .timeline .epoch-details {
        padding-top: 45px;
    }

        .timeline .epoch-details p {
            padding-left: 0;
        }

    .timeline .epoch-prop {
        height: 35px;
        left: 50%;
        margin: 0 2px;
        position: absolute;
        top: 33px;
    }

    .timeline .epoch-prop-small {
        background: none repeat scroll 0 0 #be0216;
        bottom: 0;
        display: block;
        height: 120px;
        left: 50%;
        margin: 0 2px;
        position: absolute;
        width: 1px;
    }

        .timeline .epoch-prop-small:before, .timeline .epoch-prop-small:after {
            background-color: #be0216;
            border-radius: 3px;
            content: "";
            display: block;
            height: 5px;
            left: -2px;
            position: absolute;
            width: 5px;
        }

        .timeline .epoch-prop-small:before {
            top: 0;
        }

        .timeline .epoch-prop-small:after {
            bottom: 0;
        }
}



@media (min-width: 768px) {
    #search-results .carousel .item img {
        height: 250px;
        width: auto;
    }
}


.dropdown-menu {
    z-index: 80;
    position: absolute;
}


.productListing-main {
    position: relative;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

form div div.container.page-content div.row.list p a:link, form div div.container.page-content div.row.list p a:active, form div div.container.page-content div.row.list p a:hover, form div div.container.page-content div.row.list p a:visited {
    color: #BE0216;
}

/* CSS OVVERIDES FROM NK */

/* SPECIFIX TO ECOMMERCE PAGES */

#ecommerce-page .content {
    margin-top: -25px !important;
}


/* PAGINATION IN H1 */

.row {
    position: relative;
}
/*
.title h2{
	float: left;
}*/

#ecommerce-page .pagination {
    position: absolute;
    right: 15px;
    top: 20px;
}

.totalPages {
    margin-left: 10px;
}

.paginationContent a {
    text-decoration: underline;
    letter-spacing: 0 !important;
}


.paginationContent .dropdown-menu a {
    text-decoration: none;
}

/* LIST WINES */

.ecom-wines h5,
.ecom-wines a {
    text-align: left;
}

.ecom-wines a {
    margin-top: 20px;
    white-space: nowrap;
}

.ecom-wines .form-wrapper .row > div,
.ecom-wines form .row > div {
    padding-left: 0;
    padding-right: 0;
}

.carousel .item img {
    width: auto !important;
}

@media (max-width: 767px) {

    .ecom-wines h5,
    .ecom-wines a {
        text-align: center;
    }
}

/* PENFOLDS STORIES */

.penfolds-stories .article {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 0px;
}

    .penfolds-stories .article h5 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .penfolds-stories .article a:hover {
        text-decoration: none;
    }

    .penfolds-stories .article .text {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 70px;
        margin-top: 30px;
    }

    .penfolds-stories .article p {
        font-size: 15px;
    }

#ecommerce-page .penfolds-stories .pagination {
    top: 58px;
    right: 0px;
}

/* FOOTER */

#our-wines h2 {
    float: none !important;
}

/* FIX FOR CHROME RESPONSIVE */

#ecommerce-page .ecom-wines .img-responsive {
    max-width: none !important;
}

/* TRANSISTION */

#ecommerce-page .carousel-inner h5,
#ecommerce-page .carousel-inner a {
    transition: all 0.5s ease;
}

/* NEW BORTHDAY FORM INPUTS */

#club-birthday-day,
#club-birthday-month,
#club-birthday-year {
    text-align: center;
    width: 65px !important;
}

#club-birthday-year {
    width: 80px !important;
    display: inline;
    line-height: 9px;
}

.club-bday-year.select-box {
    display: inline;
}

.no-search-results, #storyNR, #wineNR {
    padding-bottom: 30px;
}
/* FIX FOR POSITIONING FOR FORGOT PASSWORD MODAL */
#login-modal .forgot-password label.error[for="forgot-password-email"] {
    position: absolute;
    top: 40px;
}

/* For New History Time Line - Start*/
@font-face{font-family:Bodoni;font-weight:700;font-style:normal;src:url(fonts/2C578F_0_0.eot);src:url(fonts/2C578F_0_0.eot?#iefix) format('embedded-opentype'),url(fonts/2C578F_0_0.woff2) format('woff2'),url(fonts/2C578F_0_0.woff) format('woff'),url(fonts/2C578F_0_0.ttf) format('truetype')}@font-face{font-family:Bodoni;font-weight:700;font-style:italic;src:url(fonts/2C578F_1_0.eot);src:url(fonts/2C578F_1_0.eot?#iefix) format('embedded-opentype'),url(fonts/2C578F_1_0.woff2) format('woff2'),url(fonts/2C578F_1_0.woff) format('woff'),url(fonts/2C578F_1_0.ttf) format('truetype')}@font-face{font-family:Bodoni;font-weight:400;font-style:normal;src:url(fonts/2C578F_2_0.eot);src:url(fonts/2C578F_2_0.eot?#iefix) format('embedded-opentype'),url(fonts/2C578F_2_0.woff2) format('woff2'),url(fonts/2C578F_2_0.woff) format('woff'),url(fonts/2C578F_2_0.ttf) format('truetype')}@font-face{font-family:Bodoni;font-weight:400;font-style:italic;src:url(fonts/2C578F_3_0.eot);src:url(fonts/2C578F_3_0.eot?#iefix) format('embedded-opentype'),url(fonts/2C578F_3_0.woff2) format('woff2'),url(fonts/2C578F_3_0.woff) format('woff'),url(fonts/2C578F_3_0.ttf) format('truetype')}.new-timeline{position:relative}.new-timeline p a{color:#be0216}.new-timeline p a:hover{text-decoration:underline}.new-timeline h3{font-family:NewBaskerville,"Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif}.new-timeline .btn-container{height:45px}.new-timeline .btn-container .invisible-button{opacity:0;-ms-filter:"alpha(Opacity=0)";cursor:default}@media (max-width:1024px){.new-timeline .timeline-logo{width:276px}}@media (max-width:768px){.new-timeline .timeline-logo{width:120px}}.new-timeline .timeline-intro{opacity:0;-ms-filter:"alpha(Opacity=0)";padding:8% 0;min-height:290px;text-align:center;position:relative}@media (max-width:1024px){.new-timeline .timeline-intro{padding:7% 0}}.new-timeline .timeline-intro h3.area-heading{padding:10px 20px;font-style:normal;font-size:30px;margin:40px 0;left:0;text-align:center}.new-timeline .timeline-intro h3.area-heading:before,.new-timeline .timeline-intro h3.area-heading:after{height:0;content:normal}@media (max-width:1024px){.new-timeline .timeline-intro h3.area-heading{padding:30px 0;font-size:18px}}@media (max-width:768px){.new-timeline .timeline-intro h3.area-heading{padding:5px 0}}.new-timeline .timeline-intro h4{padding:0 20px;cursor:pointer}.new-timeline .timeline-intro h4:hover{color:#be0216}@media (max-width:1024px){.new-timeline .timeline-intro h4{padding:0 20px 30px;font-size:14px}}@media (max-width:768px){.new-timeline .timeline-intro h4{padding:0 50px 20px;font-size:14px;line-height:20px}}.new-timeline .timeline-intro .arrow-content .arrow.down{background:url(../images/arrow_down3.png);bottom:0}@media (max-width:1024px){.new-timeline .timeline-intro .arrow-content .arrow.down{background-size:69px 37px}}.new-timeline .elastislide-list{margin:0;padding:0;overflow:hidden}.new-timeline .elastislide-list>li{list-style:none}.new-timeline .timeline-carousel-container{background:#000;color:#FFF;position:relative;padding:0 0 50px;opacity:0;-ms-filter:"alpha(Opacity=0)"}.new-timeline .cycle-slideshow-timeline{position:relative}.new-timeline .timeline-slideshow{margin:auto}.new-timeline .timeline-slideshow img{width:100%}.new-timeline div.responsive img{width:100%;height:auto;vertical-align:middle}.new-timeline .pagination-wrapper{overflow:hidden;position:relative}.new-timeline .pagination-wrapper #pagination{width:100%;max-height:275px;overflow-y:hidden}.new-timeline .pagination-wrapper .scroll{display:block;width:100%;height:12px;content:" ";height:0;width:12px;margin:0 0 0 2px}.new-timeline .pagination-wrapper .scroll[data-scroll=up]{border-color:transparent transparent #FFF;margin-bottom:10px;border-style:none solid solid;border-width:medium 6px 6px}.new-timeline .pagination-wrapper .scroll[data-scroll=down]{border-color:#FFF transparent transparent;border-style:solid solid none;border-width:6px 6px medium;margin-top:5px}.new-timeline .pagination-wrapper .scroll:after{position:relative!important;text-align:center;display:inline-block;right:auto!important;top:auto!important;margin:0!important}.new-timeline .pagination-content{position:absolute;right:10%;width:80px;top:5%;z-index:99}@media (max-width:1024px){.new-timeline .pagination-content{right:5%;top:5%}}@media (max-width:768px){.new-timeline .pagination-content{right:0}}.new-timeline .pagination-content a{display:block}.new-timeline .pagination-content a span{display:block;width:18px;height:18px}.new-timeline .pagination-content a span.pagination-dot{background:url(../images/icon_dot.png);float:left;margin-bottom:5px}.new-timeline .pagination-content a.pagination-dot-container{position:relative;overflow:hidden}.new-timeline .pagination-content a.pagination-dot-container .pagination-year{font-family:Bodoni;float:left;color:#FFF;font-size:14px;margin:2px 0 0 10px;width:50px;height:100%;display:none}.new-timeline .pagination-content a.cycle-pager-active .pagination-dot{background:#b20c33}.new-timeline .pagination-content a.cycle-pager-active .pagination-year{display:block!important}.new-timeline div.vertical{width:100%}.new-timeline .timeline-slider-container{position:relative;text-align:center;overflow:hidden}.new-timeline .timeline-slider-container .timeline-content{max-width:960px;margin:auto;text-align:center;padding:60px 30px;min-height:320px}@media (max-width:768px){.new-timeline .timeline-slider-container .timeline-content{padding:30px}}.new-timeline .timeline-slider-container .timeline-content .btn{color:#FFF;border-color:#FFF}.new-timeline .timeline-slider-container .timeline-content .btn:hover{color:#be0216;border-color:#be0216}.new-timeline .timeline-slider-container .timeline-content p.area-heading{font-size:18px;margin:0;padding-bottom:20px;text-align:center;white-space:normal!important;min-height:100px}@media (max-width:1024px){.new-timeline .timeline-slider-container .timeline-content p.area-heading{font-size:16px;max-width:640px;margin:auto;min-height:120px}}@media (max-width:768px){.new-timeline .timeline-slider-container .timeline-content p.area-heading{max-width:320px;min-height:140px;font-size:14px}}.new-timeline .timeline-slider-container .timeline-year{position:absolute;width:100%;top:13%;left:0;z-index:10}.new-timeline .timeline-slider-container .timeline-year h3{font-size:320px;font-family:Bodoni}.new-timeline .timeline-slider-container .timeline-year h3:before,.new-timeline .timeline-slider-container .timeline-year h3:after{height:0!important}@media (max-width:1280px){.new-timeline .timeline-slider-container .timeline-year h3{font-size:200px;margin-top:-5px}}@media (max-width:1120px){.new-timeline .timeline-slider-container .timeline-year h3{font-size:180px}}@media (max-width:768px){.new-timeline .timeline-slider-container .timeline-year h3{font-size:80px}}@media (width:768px){.new-timeline .timeline-slider-container .timeline-year h3{font-size:140px}}.new-timeline .arrow-content{position:absolute;width:100%;text-align:center}.new-timeline .arrow-content.arrow-up-content{top:2%}.new-timeline .arrow-content.arrow-down-content{bottom:2%}.new-timeline .arrow-content .arrow{width:115px;height:61px;display:block;text-indent:-999999px;margin:auto}@media (max-width:1024px){.new-timeline .arrow-content .arrow{width:69px;height:37px;background-size:69px 37px}}.new-timeline .arrow-content .arrow:hover{opacity:.5}.new-timeline .arrow-content .arrow.arrow-ipad:hover{opacity:1}.new-timeline .arrow-content .arrow.up{background:url(../images/arrow_up2.png)}@media (max-width:1024px){.new-timeline .arrow-content .arrow.up{background-size:69px 37px}}.new-timeline .arrow-content .arrow.down{background:url(../images/arrow_down2.png)}@media (max-width:1024px){.new-timeline .arrow-content .arrow.down{background-size:69px 37px}}.new-timeline.timeline-mobile .timeline-intro h3.area-heading{margin:30px 0 20px}.new-timeline.timeline-mobile .timeline-intro .arrow-content.arrow-down-content{bottom:10px;top:auto;width:100%;height:30px}.new-timeline.timeline-mobile .timeline-intro .arrow-content .arrow.down{width:55px;height:30px;background:url(../images/arrow_down3.png);bottom:0;background-size:55px 30px}.new-timeline.timeline-mobile .timeline-carousel-container{padding-bottom:20px}.new-timeline.timeline-mobile .pagination-wrapper #pagination{width:100%;position:static;max-height:100%;overflow-y:auto;margin-top:10px}.new-timeline.timeline-mobile .pagination-wrapper .scroll{display:none}.new-timeline.timeline-mobile .timeline-slideshow{margin:auto}.new-timeline.timeline-mobile .timeline-slideshow img{width:180%;margin-left:-30%}.new-timeline.timeline-mobile .pagination-content{position:relative;left:0;top:0;width:100%}.new-timeline.timeline-mobile .pagination-content a.pagination-dot-container{display:inline-block;float:left;width:50px;text-align:center;margin:0}.new-timeline.timeline-mobile .pagination-content a.pagination-dot-container .pagination-dot{float:none;margin:auto}.new-timeline.timeline-mobile .pagination-content a.pagination-dot-container .pagination-year{font-family:ProximaNova,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;float:none;font-size:11px;width:100%;margin:5px 0 0;color:#a3a3a3;display:block}.new-timeline.timeline-mobile .pagination-content a.pagination-dot-container.cycle-pager-active .pagination-year{color:#FFF}.new-timeline.timeline-mobile .timeline-slider-container .timeline-content{min-height:100%}.new-timeline.timeline-mobile .arrow-content{position:absolute;width:100%;text-align:center;width:30px;height:58px;z-index:99}.new-timeline.timeline-mobile .arrow-content.arrow-up-content{top:12%;left:2.5%}.new-timeline.timeline-mobile .arrow-content.arrow-down-content{top:12%;bottom:auto;right:2.5%}.new-timeline.timeline-mobile .arrow-content .arrow{width:30px;height:58px;display:block;text-indent:-999999px;margin:auto}.new-timeline.timeline-mobile .arrow-content .arrow:hover{opacity:1}.new-timeline.timeline-mobile .arrow-content .arrow.up{background:url(../images/arrow_left2.png);background-size:30px 58px}.new-timeline.timeline-mobile .arrow-content .arrow.down{background:url(../images/arrow_right2.png);background-size:30px 58px}.new-timeline.timeline-mobile .pagination-wrapper{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 15px;margin:0 auto;overflow:hidden;width:100%}.new-timeline.timeline-mobile .pagination-wrapper::-webkit-scrollbar{width:0!important}.new-timeline.timeline-mobile .pagination-wrapper .cycle-pager{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow-x:auto;overflow-y:hidden;padding:0;text-align:center;white-space:nowrap;width:100%;-webkit-overflow-scrolling:touch}.new-timeline.timeline-mobile .pagination-wrapper .cycle-pager a.pagination-dot-container{float:none!important}@-moz-document url-prefix(){.new-timeline .btn-container,.new-timeline .timeline-carousel-container .timeline-content{height:100%;min-height:100%}}:root .new-timeline .btn-container{height:100%}:root .new-timeline .timeline-carousel-container .timeline-content{height:100%;min-height:100%}html>body .new-timeline .timeline-carousel-container{margin-top:-9px}
/* For New History Time Line - End*/


a.pagination:hover{
	text-decoration: none;
	color: #fff;
	border: 1px solid #2188b6;
	background-image: url(../../system/images/pagination_btn_bg.jpg);
	background-repeat: repeat-x;
}

.pagination1{
	
	background-image: url(../../system/images/pagination_btn_bg.jpg);
	font-family:微软雅黑,宋体,Geneva, Arial, Helvetica, sans-serif, Decker;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 22px;
	padding-right: 10px;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #2188b6;
	margin-right: 5px;
}