/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,500,500i|Open+Sans+Condensed:700');

@font-face {
    font-family: Cento;
    font-style: normal;
    src: url(/assets/font/CentoNormal.ttf)
}
@font-face {
    font-family: Cento;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/font/CentoBold.ttf)
}
@font-face {
    font-family: CentoExtended;
    font-style: normal;
    src: url(/assets/font/CentoExtendedNormal.ttf)
}
@font-face {
    font-family: Brandon;
    font-style: normal;
    src: url(/assets/font/BrandonPrinted-Two.ttf)
}

/*   ---   HTML5 display definitions   ---   */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/** 
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/*   ---   Base   ---   */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0 auto;
}

/*   ---   Links   ---   */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
    cursor: pointer;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    cursor: pointer;
}

/*   ---   Typography   ---   */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
    color: #757575;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 13.5px;
    margin: 30px 0;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/*   ---   Embedded content   ---   */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/*   ---   Figures   ---   */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/*   ---   Forms   ---   */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    vertical-align: middle;
    margin-bottom: 0 !important;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*   ---   Tables   ---   */

td {
    padding: 6px 3px !important;
}
#v65-cartTable {
    margin: 30px 0;
}
#v65-CalendarTable th,
#v65-modalCartTable th,
#v65-cartTable th,
#v65-memberAddressBook th,
#v65-memberOrders th,
th,
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table tr th,
.v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table tr th,
.v65-memberAllocationHistoryTable th,
#v65-couponSummaryTable th {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 9px;
    font-weight: 700;
    color: #666666;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: normal;
    padding: 3px;
    background: #f9f9f9;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#v65-couponSummaryTable {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
#v65-couponSummaryTable td {
    text-align: center;
}
#v65-cartSubtotal td,
.v65-cartTax td,
#v65-cartTotal td,
#v65-modalCartTableSubtotal td,
#v65-memberOrders td,
#v65-memberAddressBook td,
td,
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table td, .v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table td {
    background: none;
    font-size: 1rem;
    font-weight: 300;
    color: #221f1f;
    border-bottom: 1px solid #221f1f;
}
.v65-memberAllocationHistoryWrapper {
    margin: 0;
    padding: 0;
    border: none;
}
.v65-shipTracking-info {
    width: 50%;
}
#v65-memberbillingSummary,
#v65-memberShippingSummary,
.v65-shipTracking-wrapper .v65-shipTracking-info div {
    width: 100%;
}
.v65-shipTracking-wrapper .v65-shipTracking-info .v65-shipTracking-info-map img {
    margin: 30px 0;
}
.v65-shipTracking-wrapper .v65-shipTracking-progressTable table,
.v65-shipTracking-wrapper .v65-shipTracking-otherShipmentTable table,
.v65-memberAllcoationHistoryDates,
.v65-memberAllocationHistoryTable {
    margin: 30px 0;
}

/*   ---   The Nivo Slider styles   ---   */

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white url(../nivo/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    cursor: hand;
    background-color: #fff;
    filter: alpha(opacity=0);
    /*non ie*/
    opacity: 0;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../nivo/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 0px;
    right: 15px;
}
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: none;
}
.nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../nivo/bullets.png) no-repeat;
    color: transparent;
    border: 0;
    margin: 0 2px;
    cursor: pointer;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
.hideText {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.hideText a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*   ---   Typography - These get copied into the admin.css   ---   */

html {
    font-size: 75%;
}
body {
    background-color: #ffffff;
    color: #999999;
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    margin: 0 auto;
    font-weight: 300;
    max-width: 100%;
    font-size: 15px;
    line-height: 2.1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.v65-productGroup-title.v65-title {
    color: #333333;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.v65-productGroup-title.v65-title a,
.v65-title a,
.v65-productList a {
    padding-bottom: 0;
    border: none;
    color: #333333;
    font-family: Brandon, serif;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.v65-productGroup-title.v65-title a:hover,
.v65-title a:hover,
.v65-productList a:hover {
    opacity: 1;
}
h1 {
    font-size: 36px;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.v65-productWrapper h1 {
    float: none;
    width: auto;
    text-align: center;
}
h2,
.v65-productGroup-title.v65-title {
    font-size: 30px;
    letter-spacing: 2.1px;
    word-spacing: 2.1px;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    text-transform: uppercase;
    font-weight: 700;
}
h3,
.v65-title,
.v65-productList a {
    font-size: 24px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    color: #333333;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
}
h4,
.v65-form legend {
    font-size: 21px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    color: #333333;
    font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
}
h5,
.v65-form label,
.v65-calendarList-Month,
.v65-product1UpStore .v65-product-sku,
#v65-couponFormWrapper legend,
#v65-giftCardFormWrapper legend,
#v65-loyaltyPointsFormWrapper legend {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-style: normal !important;
}
h6,
.v65-blogPostDate,
.v65-product-inventoryMessage,
.v65-subtitle,
.v65-recentEntriesDate,
.v65-calendarList-Time,
.v65-product-review-date {
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: normal !important;
}
p,
blockquote,
.v65-product-attributeValue {
    margin: 30px 0;
}
.v65-colWrapper p:first-child,
p:first-child {
    margin-top: 0;
}
dl,
ol,
ul {
    margin: 30px 0;
    padding-left: 30px;
}
dd,
dt,
li {
    line-height: 2.1;
    margin: 0;
}
a {
    font-weight: bold;
    color: #757575;
    text-decoration: none;
}
p a,
li a {
    padding-bottom: 3px;
    border-bottom: 1px solid #e3e3e3;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    opacity: .75;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
}
form {
    margin-bottom: 0px;
}
legend {
    color: #333333;
}
hr {
    background-color: #e3e3e3;
    border: 0;
    color: #e3e3e3;
    height: 1px;
    margin: 30px 0;
}
a[name=footerNav] {
    display: none !important;
}
.small {
    font-size: 13.5px;
}
.smaller {
    font-size: 12px;
}

@media screen and (max-width: 780px) {
    h1,
    h2,
    h3,
    h4
    .v65-productGroup-title.v65-title {
        margin-bottom: 15px
    }
}

/*   ---   Header   ---   */

header {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 10;
    background: #ffffff;
}
.v65-yourAccount {
    display: none;
}
#user-tools {
    position: fixed;
    right: 0;
    height: auto;
    line-height: auto;
    width: auto;
    top: 47px;
    margin: 0;
}
#user-tools a {
    color: #999999;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    display: block;
    padding: 0;
    text-decoration: none;
    border: none;
}
#user-tools a:hover {
    color: #666666;
}
#v65-modalCart {
    position: relative;
    width: auto;
    line-height: normal;
    float: right;
}
#v65-modalCart strong {
    color: #666666;
}
.v65-login,
.v65-logout {
    margin: 0 15px 0 0;
    width: auto;
    float: left;
    line-height: 30px;
}
.logo {
    background-image: url('../images/logo.png?1426179079');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    width: 300px;
    position: relative;
    margin: 60px auto 30px auto;
}
.logo.errorLogo {
    float: none;
}
.headerHeadline {
    text-align: center;
    margin: 0 auto;
}
.v65-yourAccount, .v65-editProfile {
    border: none;
    margin-top: 0;
    padding-right: 0;
    margin-right: 15px;
    width: auto;
    float: right;
    height: auto;
    z-index: 200;
}
.v65-login, .v65-logout {
    z-index: 200;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (min-resolution: 144dpi) {
        .logo {
            background-image: url('../images/logo@2x.png?1426179079');
        }
}
@media screen and (max-width: 1500px) {
    header {
        margin: 0 auto;
        width: 100%;
    }
    #user-tools {
        margin-right: 15px;
        top: 0px;
    }
}
@media screen and (max-width: 960px) {
    #user-tools {
        top: 0px;
        left: auto;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        clear: both;
    }
}
@media screen and (max-width: 580px) {
    .v65-login,
    .v65-logout {
        border: none;
        height: auto;
    }
    #user-tools a {
        line-height: 45px;
    }
    #v65-modalCart #v65-toggleModalCart {
        width: auto;
        line-height: 45px;
    }
    .headerHeadline {
        display: none;
    }
    .logo {
        height: 45px;
    }
}

/*   ---   Navigation   ---   */

.mainMenu {
    font-size: 10.5px;
    z-index: 101;
    margin: 0 auto 30px auto;
    text-align: center;
}
.mainMenu a {
    padding: 0;
    text-decoration: none;
    border: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
}
.mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    display: inline-block;
}
.mainMenu ul:hover a {
    opacity: 1;
    color: #666666;
}
.mainMenu ul li:hover a {
    opacity: 1;
}
.mainMenu ul li:hover ul a {
    opacity: 1;
    color: #333333;
}
.mainMenu ul:hover a:hover {
    opacity: 1;
}
.mainMenu ul ul {
    border: none;
    background: #ffffff;
    display: none;
    left: 0;
    position: absolute;
    top: 45px;
    width: 178px;
    padding: 7.5px 0;
    border: 1px solid #e3e3e3;
        
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mainMenu ul ul .v65-selected {
    color: black;
    font-weight: bold;
}
.mainMenu li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0;  
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mainMenu li li {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;    
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mainMenu li li a {
    display: block;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 6px 15px;
    text-align: left;
    width: auto;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .mainMenu {
        padding-top: 45px;
        margin: 15px auto 15px auto;
    }
    .mainMenu li {
        margin: 0;
        margin: 0;
    }
    .mainMenu ul {
        margin-top: 0px;
        width: 100%;
    }
    .mainMenu ul ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        background: #f9f9f9;
        margin-top: 0px;
        padding: 0;
    }
    .mainMenu li li a {
        font-size: 10.5px;
        color: #666666;
        width: auto;
        padding: 0px 30px;
        line-height: 45px;
    }
    .mainMenu li li {
        width: 100%;
    }
    .mainMenu ul li:hover ul a {
        opacity: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
    .mainMenu li {
        margin: 0;
    }
}

.mainMenu li:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .mainMenu li:hover ul {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .mainMenu ul {
        margin-top: 15px;
    }
}

.mainMenu a {
    color: #999999;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    height: 45px;
    line-height: 45px;
    padding: 0 7.5px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mainMenu a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        width: 100%;
        border-top: 1px solid #eeeeee;
        text-align: left;
        display: block;
        font-size: 10.5px;
        color: #333333;
    }
    .mainMenu a:hover {
        opacity: 1 !important;
    }
    .mainMenu ul:hover a {
        opacity: 1;
    }
}

.mainMenu a:hover {
    text-decoration: none;
}
.mainMenu .v65-pageAParent {
    color: #333333;
}
.mainMenu .v65-home {
    display: none;
}
.mainMenu .v65-selected {
    color: #333333;
}

@media screen and (max-width: 450px) {
    .mainMenu .footerMenuLink {
        display: block;
    }
}
@media screen and (min-width: 451px) {
    .mainMenu .footerMenuLink {
        display: none;
    }
}

.subMenu {
    margin-bottom: 0;
    margin-top: 60px;
    border-right: none;
    float: left;
    margin-right: 0;
    padding-right: 0;
    width: 180px;
}
.subMenu ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.subMenu li {
    line-height: 30px;
}
.subMenu li ul {
    margin-left: 10px;
}
.subMenu a,
.v65-recentEntriesTitle a,
.blogFilterWrapper li a,
.blogFilter a {
    display: inline-block;
    line-height: 1.5;
    width: 100%;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    line-height: 18px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    opacity: .45;
    padding: 6px 0;
    border: none;
}
.subMenu a:hover,
.v65-recentEntriesTitle a:hover,
.blogFilterWrapper li a:hover,
.blogFilter a:hover {
    text-decoration: none;
    opacity: 1;
}
.subMenu .v65-pageAParent {
    color: black;
}
.subMenu .v65-leftSelected {
    opacity: 1;
}
header nav {
    position: relative;
}
a.mobile_menu {
    width: 43px;
    height: 43px;
    background: #f9f9f9;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    display: none;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #e3e3e3;
    line-height: 43px;
}
header nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
header nav ul::after {
    content: "";
    display: block;
    clear: both;
}
header nav ul li:hover > ul {
    display: block;
}
header nav ul li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
}
header nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #2b0306;
}
header nav ul ul li {
    position: relative;
}
header nav ul ul ul {
    left: 100%;
    top: 0;
}

@media screen and (max-width:1020px) {
    .subMenu {
        margin-bottom: 0;
        margin-top: 90px;
        border-right: none;
        float: left;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media screen and (max-width:780px) {
}
@media screen and (max-width:767px) {
    header nav {
        height: 0px;
        overflow: hidden;
    }
    header nav a.mobile_menu {
        display: block;
        margin-right: 15px;
    }
    nav ul,
    nav ul ul,
    nav ul ul ul {
        display: block;
        position: static;
    }
    nav > ul {
        padding: 0px;
    }
    header nav > ul > li {
        float: none;
        width: 100%;
    }
    nav ul li:hover {
        background: none;
    }
    nav ul ul {
        background: none;
    }
    nav ul ul li a {
        margin-left: 30px;
    }
    nav ul ul ul li a {
        margin-left: 60px;
    }
    nav a[aria-haspopup="true"]::after {
        display: none;
    }
}

/*   ---   Product Group   ---   */

.product-group,
.v65-productGroup {
    margin: 0 auto;
    width: 100%;
}
/*
.product-group .clear {
    display: none;
}
*/
.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
    display: none;
}
.v65-productGroup-products {
    text-align: center;
    width: 100%;
}
.v65-productGroup-teaser {
    float: none;
    margin: 0;
    width: 100%;
}
.v65-productGroup-product {
    margin: 0 15px 60px 15px;
    width: 200px;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.v65-product-photo {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 0;
}
.v65-productGroup-title.v65-title {
    text-align: center;
    margin-bottom: 30px;
}
.v65-productGroup-teaser {
    width: 100%;
}

/*   ---   Content   ---   */

.content {
    width: 960px;
    margin: 0px auto;
}
.page {
    float: right;
    width: 720px;
}
.top {
}
.v65-featureRight,
.v65-right,
.v65-featureLeft,
.v65-left,
.v65-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 780px) {
    .top {
    }
}

/*   ---   Store Styles   ---   */

@media screen and (max-width: 725px) {
    #v65-fieldset-wholesalerInfo,
    #v65-fieldset-billingInfo,
    #v65-fieldset-shippingOptions,
    #v65-fieldset-shippingInfo,
    #v65-fieldset-paymentMethod,
    #v65-fieldset-sourceCode,
    #v65-fieldset-usernamePassword {
        width: 100%;
    }
}
.v65-form input[type=text]#v65-CouponCode,
.v65-form input[type=text]#v65-GiftCode {
    margin-top: 0px;
    margin-bottom: 6px !important;
}
.v65-product-photo img {
    height: auto;
    max-height: 100%;
}
.v65-product1Up {
    margin-bottom: 60px;
}
.wide .v65-product1Up {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.v65-product1Up .v65-product-photo {
    width: 330px;
    height: 330px;
    float: left;
    margin: 0;
}
.v65-product-photo,
.v65-product2Up .v65-product-photo {
    margin-bottom: 15px;
    width: 100%;
}
.v65-product-photo a { 
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}
.v65-product1Up .v65-product-infoWrapper {
    width: 330px;
    float: right;
    height: auto;
}
.v65-product2Up {
    width: 330px;
    margin: 0 0 60px 0;
    float: left;
}
.v65-product-reviewStats {
    display: none;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
}
.v65-product-addToCart-priceWrapper {
    float: left;
    margin: 0;
    width: 100%;
}
.v65-product-socialBar {
    margin: 15px 0;
}
.v65-product2Up.v65-last {
    float: right;
}
.v65-product2Up .v65-product-photo {
    height: 475px;
}
.v65-product1Up .v65-product-socialBar,
.v65-product2Up .v65-product-socialBar,
.v65-product1UpStore .v65-product-socialBar {
    display: none;
}
.v65-product3Up {
    width: 200px;
    float: left;
    margin: 0 60px 60px 0;
}
.v65-product3Up.v65-last {
    margin-right: 0;
}
.v65-product3Up .v65-product-photo {
    height: 200px;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
.v65-product-photo {
    margin-bottom: 15px;
}
.v65-product1UpStore .v65-product-sku,
.v65-product1UpStore .v65-productCharacteristics {
    display: none;
}
.v65-product1UpStore {
    border: none;
    padding: 0;
    margin: 0 0 60px 0;
}
.wide .v65-product1UpStore {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.v65-product1UpStore .v65-product-photo {
    width: 330px;
    height: 330px;
    float: left;
    margin: 0;
}
.v65-product1UpStore .v65-product-infoWrapper,
.v65-product1UpStore .v65-product-commerceWrapper {
    width: 330px;
    float: right;
    height: auto;
    margin: 0;
}
.v65-product-commerceWrapper {
    clear: right;
}
.v65-product-teaser p {
    margin: 15px 0;
}
.v65-productList {
    padding: 0;
    margin-bottom: 60px;
}
.v65-productList .v65-product-addToCart {
    margin: 0;
}
.v65-productList td {
    text-align: center;
    border: none;
}
.v65-productList tr {
    background: #f9f9f9;
}
.v65-productList tr:hover {
    background: #f9f9f9;
}
.v65-productList tr.alternatRow {
    background: #ffffff;
}
.v65-productList tr.alternatRow:hover {
    background: #ffffff;
}
.v65-productList tr:first-child {
    display: none;
}
.v65-productList td a {
    color: #333333;
}
.v65-product2Up .v65-product-addToCart input,
.v65-product1Up .v65-product-addToCart input {
    margin-bottom: 0 !important;
}
.v65-product-pagination li, .v65-Paging li {
    margin: 0 3px;
}
.v65-product-pagination li a, .v65-Paging li a {
    background: #e3e3e3;
    border-radius: 3px;
    width: 45px;
    line-height: 45px;
    height: 45px;
    padding: 0;
    border: none;
}
.v65-product-pagination li a:hover, .v65-Paging li a:hover {
    background: #333333;
    color: #ffffff;
    opacity: 1;
}
.v65-product3Up .v65-product-photo img {
    height: 70%;
    margin-top: 15%;
}
.v65-product1Up .v65-product-reviewStats,
.v65-product1UpStore .v65-product-reviewStats {
    display: none !important;
}
.v65-product-addToCart-price {
    font-size: 16.5px;
    font-weight: 300;
}
.v65-product-inventoryMessage {
    margin-bottom: 15px;
}
.v65-productWrapper .v65-product-rightCol .v65-product-teaser {
    margin-bottom: 30px;
}
#fieldsetSubmit {
    margin-top: 15px;
}

@media screen and (max-width: 780px) {  
    .wide .v65-product1Up,
    .wide .v65-product1UpStore {
        width: 360px;
    }
    .v65-product1Up,
    .v65-product2Up,
    .v65-product3Up,
    .v65-product1UpStore {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .v65-product2Up.v65-last {
        float: none;
    }
    .v65-product3Up.v65-last {
        margin-right: auto;
    }
    .v65-product1Up .v65-product-photo,
    .v65-product2Up .v65-product-photo,
    .v65-product3Up .v65-product-photo,
    .v65-product1UpStore .v65-product-photo {
        width: 360px;
        height: 360px;
        margin-bottom: 15px;
    }
    .v65-product3Up .v65-product-photo,
    .v65-product1Up .v65-product-photo {
        margin-bottom: 30px;
    }
    .v65-product1UpStore .v65-product-infoWrapper,
    .v65-product1UpStore .v65-product-commerceWrapper,
    .v65-product1Up .v65-product-infoWrapper {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 540px) {
    .wide .v65-product1Up,
    .wide .v65-product1UpStore {
        width: 300px;
    }
    .v65-productGroup .v65-clear {
        display: none;
    }
    .v65-product1Up,
    .v65-product2Up,
    .v65-product3Up,
    .v65-product1UpStore {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .v65-product1Up .v65-product-photo,
    .v65-product2Up .v65-product-photo,
    .v65-product3Up .v65-product-photo,
    .v65-product1UpStore .v65-product-photo {
        width: 300px;
        height: 300px;
    }
}


@media screen and (min-width: 581px) and (max-width: 599px) {
    .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
        display: block;
    }
}

.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
    display: none;
}

@media screen and (min-width: 600px) and (max-width: 780px) {
    .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .print {
        margin: 0 15px;
    }
}
@media screen and (max-width: 580px) {
    .v65-productWrapper .v65-product-addToCart .v65-addToCart fieldset .v65-product-addToCart-priceWrapper {
        margin-bottom: 0;
    }
    .v65-productWrapper .v65-product-addToCart .v65-addToCart {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }
}

/*   ---   Blog   ---   */

.blogContent {
    float: left;
    width: 720px;
}
.blogFilterWrapper {
    width: 180px;
    float: right;
    padding-right: 0px;
    margin-top: 30px;
}
.blogFilterWrapper ul {
    list-style: none;
    padding: 0;
}
.blogFilterWrapper li {
    font-size: 12px;
    margin: 0;
}
.v65-blogPostWrapper .v65-avatar,
.v65-commentWrapper .v65-avatar {
    display: none;
}
.v65-blogPostWrapper .v65-blogPost {
    margin-left: 0;
    padding: 0;
}
.v65-commentWrapper .v65-comment {
    margin: 0;
}
.v65-commentText {
    padding: 0
}
.v65-commentWrapper {
    margin: 0 0 30px 0;
    padding: 0px;
    border-bottom: 1px solid #e3e3e3;
}
.v65-blogPostWrapper {
    margin: 0;
    padding: 0px;
    border-top: none;
    padding-top: 0;
    margin: 0 0 30px;
}
.v65-blogCommentsTitle {
    margin-bottom: 15px;
}
.fb_iframe_widget span {
    vertical-align: baseline !important;
}
.v65-recentEntriesTitle {
    font-weight: 300;
}
.v65-blogFooterDate {
    margin-right: 15px;
}
.v65-blogFooter {
    font-size: 10.5px;
    margin-bottom: 0;
    line-height: 1.5;
    display: none;
}
.blogFilterWrapper ul {
    margin: 15px 0;
}
.v65-socialMediaBar {
    margin-bottom: 30px;
}
#v65-commentFormWrapper form {
    width: 100%;
}
#v65-commentFormWrapper #Comments {
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 1020px) {
    .blogContent {
        float: none;
    }
    .blogFilterWrapper {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 90px;
    }
}
@media screen and (max-width: 780px) {
    .blogContent {
        float: none;
        width: 100%;
    }
    .v65-blogPostWrapper {
        margin-bottom: 15px;
    }
    .v65-socialMediaBar {
        margin-bottom: 15px;
    }
}

/*   ---   Buttons   ---   */

button,
button.defaultBtn,
button.largeBtn,
button.modalBtn,
button.altBtn,
button.altModalBtn,
button.altLargeBtn,
a.linkBtn,
a.largeLinkBtn,
a.modalLinkBtn,
a.linkAltBtn,
a.modalLinkAltBtn {
    width: auto;
    padding: 0;
    height: auto;
    border: 2px solid #333333;
    border-radius: 6px;
    text-decoration: none;
    margin: 0;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;    
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
button,
button.defaultBtn,
a.linkBtn,
button.largeBtn,
a.largeLinkBtn {
    background: #ffffff;
}
button.modalBtn,
a.modalLinkBtn,
button.altBtn,
a.linkAltBtn,
button.altModalBtn,
a.modalLinkAltBtn {
    background-color: #221f1f;
    border: none;
    border-radius: 3px;
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
}
button.altLargeBtn {
    background: none;
}
button span,
button.defaultBtn span,
a.linkBtn span {
    padding: 0 28px;
    line-height: 50px;
    height: auto;
    font-size: 10.5px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    border-radius: 0;
}
button.largeBtn span,
a.largeLinkBtn span {
    padding: 0 46px;
    line-height: 56px;
    height: auto;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    border-radius: 0;
}
button.modalBtn span,
a.modalLinkBtn span,
button.altModalBtn span,
a.modalLinkAltBtn span,
button.altBtn span,
a.linkAltBtn span {
    padding: 0 15px;
    line-height: 29px;
    height: auto;
    font-weight: 300;
    font-size: 10.5px;
    color: #ffffff;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    padding-top: 1px;
}
button:hover,
button:active,
button.defaultBtn:hover,
button.defaultBtn:active,
a.linkBtn:hover,
a.linkBtn:active,
button.largeBtn:hover,
button.largeBtn:active,
a.largeLinkBtn:hover,
a.largeLinkBtn:active,
button.altBtn:hover,
button.altBtn:active,
a.linkAltBtn:hover,
a.linkAltBtn:active {
    background: #333333;
    opacity: 1;
}
button.altModalBtn:hover,
button.altModalBtn:active,
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active,
button.modalBtn:hover,
button.modalBtn:active,
a.modalLinkBtn:hover,
a.modalLinkBtn:active {
    background: #333333;
    opacity: 1;
}
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active {}
button:hover span,
button:active span,
button.defaultBtn:hover span,
button.defaultBtn:active span,
a.linkBtn:hover span,
a.linkBtn:active span,
button.largeBtn:hover span,
button.largeBtn:active span,
a.largeLinkBtn:hover span,
a.largeLinkBtn:active span,
button.altBtn:hover span,
button.altBtn:active span,
a.linkAltBtn:hover span,
a.linkAltBtn:active span {
    color: #ffffff;
}
button.altModalBtn:hover span,
button.altModalBtn:active span,
a.modalLinkAltBtn:hover span,
a.modalLinkAltBtn:active span,
button.altBtn:hover span,
button.altBtn:active span,
a.linkAltBtn:hover span,
a.linkAltBtn:active span {
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    button.altBtn,
    a.linkAltBtn,
    button.altLargeBtn {
        margin-bottom: 6px;
    }
    button span,
    button.defaultBtn span,
    a.linkBtn span {
        padding: 0 22px;
    }
    button.largeBtn span,
    a.largeLinkBtn span {
        padding: 0 34px;
    }
    button.modalBtn span,
    a.modalLinkBtn span,
    button.altModalBtn span,
    a.modalLinkAltBtn span {
        padding: 1px 10px 0 10px;
        line-height: 35px;
    }
    button.altModalBtn,
    a.modalLinkAltBtn,
    button.modalBtn,
    a.modalLinkBtn {
        height: 36px !important;
    }
    button.altBtn span,
    a.linkAltBtn span {
        padding: 0 16px;
    }
}

/*   ---   Footer   ---   */

footer {
    color: #333333;
    padding: 0;
    margin: 150px auto 90px auto;
    text-align: center;
    width: 90%;
}
footer a {
    padding: 0;
    text-decoration: none;
    border: none;
}
footer nav {
    height: auto !important;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li {
    display: inline-block;
    padding: 0;
}
footer li a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
    padding: 0 7.5px;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
}
footer li a i {
    font-size: 15px;
}
footer li a:hover {
    text-decoration: none;
    opacity: .45;
}

@media screen and (max-width: 767px) {
    footer li a {
        color: #666666;
    }
}

footer .phone a:hover,
footer .email a:hover,
footer .map a:hover {
    text-decoration: none;
}
.legal {
    color: #999999;
    font-size: 9px;
    margin-top: 120px;
}
footer a {
    color: #333333;
}

@media screen and (min-width: 501px) {
    div#v65-navTypeVarietal,
    #v65-navRegionAppellation,
    #v65-navBrand {
        float: left;
        width: 33.33%;
    }
}

.socialMedia {
    margin-bottom: 45px;
}
.socialMedia a {
    width: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0;
    color: #333333;
}

@media screen and (max-width: 580px) {
    footer {
        margin: 150px auto 60px auto;
    }
    .legal {
        margin-top: 90px;
    }
}

/*   ---   Newsletter Subscribe   ---   */

#v65-subscribeWidget,
.v65-subscribeWidget {
    text-align: center;
    margin-bottom: 90px;
}
.v65-subscribeWidget h2 {
    margin-bottom: 30px;
}
#v65-subscribeWidget input {
    width: calc(300px - 24px);
    margin-bottom: 0;
}

@media screen and (max-width: 580px) {
    #v65-subscribeWidget input {
        width: calc(100% - 24px);
        margin-bottom: 15px;
    }
}

/*   ---   Form   ---   */

input,
input[type='text'],
input[type='password'],
input[type='username'],
input[type='tel'],
input[type='email'] {
    line-height: 50px;
    height: auto;
    border-radius: 6px;
    border: 2px solid #999999;
    min-width: auto;
    padding: 0 10px;
    min-width: 30px;
    margin-bottom: 15px !important;
}
input,
textarea,
select,
button {
    font-size: 15px;
    color: #333333;
    font-weight: 300;
}
textarea:focus,
input:focus {
    outline: none;
}
.v65-form fieldset {
    padding: 0;
    margin: auto;
    border: none;
}
.v65-form fieldset div {
    padding: 0;
}
.v65-form legend {
    padding: 0;
}
.v65-form {
    width: 100%;
    margin: 0;
}
.v65-form input[type=text],
.v65-form input[type=password],
.v65-form input[type='username'] {
    width: calc(100% - 24px) !important;
}
.v65-form textarea {
    width: 100%;
}
.v65-form textarea,
.v65-form select {
    border-radius: 6px;
    border: 2px solid #999999;
    min-width: auto;
    padding: 10px;
    margin-bottom: 15px;
}
.v65-form select,
.v65-product-addToCart-selectBox select {
    background: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, 'sans-serif';
    width: auto !important;
    line-height: 24px;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #999999;
}
.v65-form select {
    margin-right: 3px;
}

@media screen and (max-width: 1020px) {
    input,
    input[type='text'],
    input[type='password'],
    input[type='username'],
    input[type='tel'],
    input[type='email'] {
        margin-bottom: 6PX !important;
    }
}
@media screen and (max-width: 580px) {
    .v65-form input[type=text],
    .v65-form input[type=password],
    .v65-form input[type='username'],
    #v65-loginForm input[type="text"],
    #v65-loginForm input[type="password"] {
        width: calc(100% - 24px) !important;
    }
}

/*   ---   Parallax   ---   */

.parallax-window {
    height: auto;
    width: 100%;
    background: transparent;
    margin-bottom: 90px;
    height: 900px;
    overflow: hidden;
}
.parallax-window table,
.parallax-window .overlay {
    width: 100%;
    height: 900px;
    text-align: center;
}
.parallax-window td {
    border: none;
    padding: 15px !important;
}

@media screen and (max-width: 1500px) {
    .parallax-window,
    .parallax-window table,
    .parallax-window .overlay {
        height: 750px;
    }
}
@media screen and (max-width: 1020px) {
    .parallax-window {
        margin-bottom: 60px;
    }
    .parallax-window,
    .parallax-window table,
    .parallax-window .overlay {
        height: 600px;
    }
}
@media screen and (max-width: 780px) {
    .parallax-window,
    .parallax-window table,
    .parallax-window .overlay {
        height: auto;
        min-height: 180px;
    }
}
@media screen and (max-width: 580px) {
    .parallax-window {
        margin-bottom: 30px;
    }
    .parallax-mirror img.parallax-slider {
        max-width: none !important;
    }
}

/*   ---   Layout   ---   */

body {
    max-width: 100%;
}
.content,
.wide.content {
    width: 960px;
}
.full.content {
    width: 100%;
    margin-top: 0;
}
.narrow.page {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.v65-colWrapper {
    margin: 30px 0;
}
.v65-col2 {
    float: left;
    margin-left: 60px;
    width: 450px;
}
.v65-col2:first-child {
    float: left;
    margin-left: 0;
    width: 450px;
}
.v65-col2Right {
    float: left;
    margin-left: 60px;
    width: 300px;
}
.v65-col2Right:first-child {
    float: left;
    margin-left: 0;
    width: 600px;
}
.v65-col2Left {
    float: left;
    margin-right: 0;
    width: 600px;
}
.v65-col2Left:first-child {
    float: left;
    margin-right: 60px;
    width: 300px;
}
.v65-col3 {
    float: left;
    margin-left: 60px;
    width: 280px;
}
.v65-col3:first-child {
    float: left;
    margin-left: 0;
    width: 280px;
}
.v65-col4 {
    float: left;
    margin-left: 60px;
    width: 195px;
}
.v65-col4:first-child {
    margin-left: 0;
}
.page .v65-col2,
.blogContent .v65-col2 {
    float: left;
    margin-left: 60px;
    width: 330px;
}
.page .v65-col2:first-child,
.blogContent .v65-col2:first-child {
    float: left;
    margin-left: 0;
    width: 330px;
}
.page .v65-col2Right,
.blogContent .v65-col2Right {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.page .v65-col2Right:first-child,
.blogContent .v65-col2Right:first-child {
    float: left;
    margin-left: 0;
    width: 460px;
}
.page .v65-col2Left,
.blogContent .v65-col2Left {
    float: left;
    margin-right: 0;
    width: 460px;
}
.page .v65-col2Left:first-child,
.blogContent .v65-col2Left:first-child {
    float: left;
    margin-right: 60px;
    width: 200px;
}
.page .v65-col3,
.blogContent .v65-col3 {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.page .v65-col3:first-child,
.blogContent .v65-col3:first-child {
    float: left;
    margin-left: 0;
    width: 200px;
}
.page .v65-col4,
.blogContent .v65-col4 {
    float: left;
    margin-left: 60px;
    width: 135px;
}
.page .v65-col4:first-child,
.blogContent .v65-col4:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1020px) {
    .content,
    .wide.content {
        width: 720px;
    }
    .v65-col2 {
        float: left;
        margin-left: 60px;
        width: 330px;
    }
    .v65-col2:first-child {
        float: left;
        margin-left: 0;
        width: 330px;
    }
    .v65-col2Right {
        float: left;
        margin-left: 60px;
        width: 200px;
    }
    .v65-col2Right:first-child {
        float: left;
        margin-left: 0;
        width: 460px;
    }
    .v65-col2Left {
        float: left;
        margin-right: 0;
        width: 460px;
    }
    .v65-col2Left:first-child {
        float: left;
        margin-right: 60px;
        width: 200px;
    }
    .v65-col3 {
        float: left;
        margin-left: 60px;
        width: 200px;
    }
    .v65-col3:first-child {
        float: left;
        margin-left: 0;
        width: 200px;
    }
    .v65-col4 {
        float: left;
        margin-left: 60px;
        width: 135px;
    }
    .v65-col4:first-child {
        margin-left: 0;
    }
    .subMenu {
        width: 100%;
    }
    .subMenu h5 {
        text-align: center
    }
    .subMenu ul {
        text-align: center;
        margin-top: 0;
    }
    .subMenu li {
        display: inline-block;
    }
    .subMenu a {
        width: auto;
        padding: 0 7.5px;
        line-height: 45px;
    }
}

@media screen and (max-width: 850px) {
    .v65-col4 {
        margin: 0;
        margin-left: 60px;
    }    
/*
    .v65-col4:first-child {
        margin-left: 0;
    }
*/
}
@media screen and (max-width: 780px) {
    .content,
    .wide.content,
    .full.content {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .narrow.page,
    .page {
        width: 100%;
    }
    p,
    blockquote,
    .v65-product-attributeValue {
        margin: 15px 0;
    }
    .v65-colWrapper {
        margin: 30px 0 15px 0;
    }
    .v65-col2,
    .v65-col2:first-child,
    .v65-col3,
    .v65-col3:first-child,
    .v65-col2Right,
    .v65-col2Right:first-child,
    .v65-col2Left,
    .v65-col2Left:first-child,
    .v65-col4,
    .v65-col4:first-child,
    .page .v65-col2:first-child,
    .page .v65-col2,
    .page .v65-col3:first-child,
    .page .v65-col3,
    .page .v65-col2Right,
    .page .v65-col2Right:first-child,
    .page .v65-col2Left,
    .page .v65-col2Left:first-child,
    .page .v65-col4,
    .page .v65-col4:first-child,
    .blogContent .v65-col2:first-child,
    .blogContent .v65-col2,
    .blogContent .v65-col3:first-child,
    .blogContent .v65-col3,
    .blogContent .v65-col2Right,
    .blogContent .v65-col2Right:first-child,
    .blogContent .v65-col2Left,
    .blogContent .v65-col2Left:first-child,
    .blogContent .v65-col4,
    .blogContent .v65-col4:first-child {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 580px) {
    .v65-col2 {
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%
    }
    .v65-col2:first-child {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .v65-col4,
    .v65-col4:first-child {
        float: none;
        margin: 0 0 15px;
        width: 100%
    }
}

/*   ---   Stacked Blocks   ---   */

.stacked-blocks {
    width: 1140px;
    margin: 0 auto 150px;
    overflow: hidden;
}
.block-big {
    background-color: #f9f9f9;
    height: 750px;
    width: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
    margin-top: 30px;
    overflow: hidden;
    display: block;
}
.block-small {
    background-color: #f9f9f9;
    height: 360px;
    width: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-top: 30px;
    overflow: hidden;
    display: block;
}
.images .block-big {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.images .block-small {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.images table {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.images table td {
    border: none;
}
.images table p,
.images table h1,
.images table h2,
.images table h3,
.images table h4,
.images table h5,
.images table h6,
.images table a,
.images table li {
    color: #ffffff !important;
}
.block-small:last-child {
    margin-top: 30px;
}
.Left .block-big,
.Right .block-small {
    float: left;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Left .block-small,
.Right .block-big {
    float: right;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.block-big:hover img,
.block-small:hover img {
    opacity: 1;
}

.block-big:hover h5,
.block-small:hover h5 {
    color: #b4975a;
}

.block-big:hover,
.block-small:hover{
    background-color: #f3f2f2;
}

.images .block-big:hover table,
.images .block-small:hover table {
    background: rgba(0,0,0,.6);
}
.stacked-blocks h5 {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #999999;
    position: absolute;
}
.images h5 {
    margin-top: auto;
    margin-left: auto;
    color: inherit;
    position:relative;
}
.stacked-blocks a {
    padding: 0;
    text-decoration: none;
    border: none;
    text-align: center;
    position: relative;
}
.stacked-blocks a img {
    height: 70%;
    margin-top: 15%;
}
.stacked-blocks a:hover,
.stacked-blocks a:active,
.stacked-blocks a:visited,
.stacked-blocks a:focus {
    text-decoration: none;
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .stacked-blocks {
        width: 960px;
        margin: 120px auto 0 auto;
    }
    .block-big {
        height: 630px;
        width: 630px;
        background-size: 120px;
    }
    .block-small {
        height: 300px;
        width: 300px;
        background-size: 45px;
    }
}
@media screen and (max-width: 1020px) {
    .stacked-blocks {
        width: 450px;
    }
    .block-big,
    .block-small {
        height: 450px;
        width: 450px;
        background-size: 75px;
    }
    .block-small,
    .block-small:last-child {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media screen and (max-width: 780px) {
    .stacked-blocks {
        width: 1050px;
        margin: 60px auto 0 auto;
    }
    .stacked-blocks {
        width: 360px;
    }
    .block-big,
    .block-small {
        height: 360px;
        width: 360px;
        background-size: 54px;
    }
}
@media screen and (max-width: 580px) {
    .stacked-blocks {
        width: 300px;
    }
    .block-big,
    .block-small {
        height: 300px;
        width: 300px;
        background-size: 45px;
    }
}

/*   ---   Club   ---   */

.v65-club {
    width: 330px;
    float: left;
    margin-bottom: 60px;
}
.wide .v65-club {
    width: 450px;
}
.v65-club:nth-child(2) {
    float: right;
}
.v65-clubTeaser {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.v65-clubSignUp-Teaser {
    display: none;
}
#v65-checkoutSecure {
    margin-bottom: 30px;
    width: 100%;
}
#v65-signUpClubSummaryWrapper {
    border: none;
    background-color: #f9f9f9;
    padding: 30px;
    right: auto;
    top: auto;
    float: right;
    margin-left: 60px;
    width: calc(450px - 60px);
    position: relative;
}
#v65-clubFormWrapper form {
    float: left;
    margin-left: 0;
    width: 450px;
}
.floatRight {
    float: left;
}
#v65-signUpClubSummaryWrapper p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1020px) {
    #v65-signUpClubSummaryWrapper {
        width: calc(330px - 60px);
    }
    .wide .v65-club {
        width: 330px;
    }
}
@media screen and (max-width: 780px) {
    #v65-signUpClubSummaryWrapper {
        width: calc(100% - 60px);
        margin-bottom: 60px;
    }
    .wide .v65-club {
        width: 100%;
    }
}

/*   ---   Centent Editor   ---   */

img.v65-featureRight {
    float: right;
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin: 9px 0 30px 30px;
}
img.v65-featureLeft {
    float: left;
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin: 9px 30px 30px 0;
}
img.v65-right {
    float: right;
    margin: 9px 0 30px 30px;
}
img.v65-left {
    float: left;
    margin: 9px 30px 30px 0;
}
img.v65-border {
    border: 1px solid #e3e3e3;
    padding: 5px;
}

@media screen and (max-width: 580px) {
    img.v65-featureRight,
    img.v65-featureLeft,
    img.v65-left,
    img.v65-right,
    img.v65-border {
        float:none;
        margin:0 0 15px 0 !important;
        width:100% !important;
        height: auto !important;
    }
}


/*   ---   Events and Calendar   ---   */

.v65-calendarList-Month {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}
.v65-calendarList-Event {
    margin: 30px 0;
    padding: 0;
}
.v65-calendarList-Event .v65-calendarList-Description {
    margin: 30px 0 0 0;
}
#v65-CalendarEventTable {
    margin: 0;
}
.v65-CalendarOffMonthDays {
    background: #f9f9f9;
}
#v65-CalendarTable th {
    height: auto;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#v65-CalendarTable td {
    height: 60px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.wide #v65-CalendarTable td {
    height: 90px;
}
.v65-CalendarToDay {
    background-color: #e3e3e3;
}
.v65-CalendarDay {
    font-size: 9px;
    font-weight: 700;
    color: #666666;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 0 3px 3px 3px;
    text-align: center;
    line-height: 15px;
}
.v65-CalendarEvent {
    text-align: center;
    font-size: 10.5px;
    font-weight: 300;
    color: #666666;
}
#v65-CalendarNav h2 {
    margin-bottom: 15px;
}
#v65-CalendarEventTable {
    width: 330px;
}
#v65-CalendarEventTable td {
    padding: 0 !important;
    border: none;
}
.v65-calendarList-Description img {
    width: 100%;
    height: auto !important;
}

@media screen and (max-width: 580px) {  
    #v65-CalendarEventTable {
        width: 100%;
    }
}

/*   ---   Cart   ---   */

#v65-modalCartDropdown {
    border: 1px solid #e3e3e3;
    top: 45px;
    width: 450px;
}
#v65-modalCartBody {
    padding: 15px;
}
#v65-modalCartBody .right {
    margin: 0;
    padding: 0;
}
td {
    font-size: 12px;
    font-weight: 300;
}
#v65-modalCartBody p {
    margin: 0;
}
.v65-additionalItemsMessage {
    display: none;
}
#v65-modalCartTable {
    margin: 15px 0;
}
#v65-cartHeader {
    margin: 0;
}
.v65-cartItemDescription .v65-cartRemoveButton {
    margin-top: 6px;
}
.v65-qtyField {
    width: 30px;
}
.v65-cartItemAmount .v65-qtyField {
    margin-bottom: 6px !important;
    width: 55px;
}
#v65-cartPaymentOptions {
    padding-top: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 580px) {
    #v65-modalCartDropdown {
        top: 45px;
        width: 100%;
        height: 100%;
        position: fixed;
        border: none;
    }
    #v65-modalCartDropdown .modalLinkBtn {
        margin-top: 15px;
        margin-bottom: 0;
    }
    #v65-modalCartDropdown .modalLinkAltBtn,
    #v65-modalContentHeader a.modalLinkBtn {
        margin-bottom: 0px;
        width: 100%;
    }
    #v65-modalContentHeader a.modalLinkBtn {
        float: right;
    }
}

/*   ---   Billing   ---   */

#v65-checkoutFormWrapper {
    width: 100%;
    overflow: hidden;
}
#v65-checkoutFormWrapper form {
    width: auto;
}
#v65-fieldset-wholesalerInfo,
#v65-fieldset-billingInfo,
#v65-fieldset-shippingOptions,
#v65-fieldset-shippingInfo,
#v65-fieldset-paymentMethod,
#v65-fieldset-sourceCode,
#v65-fieldset-usernamePassword,
#v65-fieldset-gift {
    width: 100%;
}
#v65-checkoutCartSummaryWrapper {
    border: none;
    background-color: #f9f9f9;
    padding: 30px;
    right: auto;
    top: auto;
    float: right;
    margin-left: 0;
    width: calc(450px - 60px);
    position: relative;
}
form#v65-checkBilling {
    float: left;
    margin-left: 0;
    width: 450px;
}
#v65-checkoutCartSummaryMini,
#v65-checkCartSummaryMoreOptions {
    width: 100%;
    font-size: 12px;
}
#v65-checkoutCartSummaryWrapper p {
    margin-bottom: 15px;
}
#v65-checkoutCartSummaryWrapper #v65-CouponCode {
    margin-top: 0;
}
#v65-checkoutCartSummaryMini td {
    font-size: 12px;
}
#v65-couponFormWrapper,
#v65-giftCardFormWrapper {
    float: left;
}
#v65-couponFormWrapper form,
#v65-giftCardFormWrapper form {
    width: 100%;
    margin-top: 30px;
}
#v65-checkoutCartSummaryMiniBottom p,
#v65-checkCartSummaryMoreOptions p {
    margin: 0;
}
#v65-continueOrder {
    float: left;
    width: auto;
    text-align: left;
    margin-top: 15px;
}
#v65-checkoutCartSummaryMini table {
    margin: 0 0 30px 0;
}
#v65-checkBilling textarea[name=OrderNotes] {
    width: 100%;
}
#v65-checkoutCartSummaryMini td {
    font-size: 10.5px;
}

@media screen and (max-width: 1020px) {
    #v65-checkoutCartSummaryWrapper {
        width: calc(330px - 60px);
    }
    form#v65-checkBilling {
        width: 330px;
    }
}
@media screen and (max-width: 780px) {
    #v65-checkoutCartSummaryWrapper {
        width: calc(100% - 60px);
        margin-bottom: 60px;
    }
    form#v65-checkBilling {
        width: 100%;
    }
    #v65-couponFormWrapper, #v65-giftCardFormWrapper {
        float: none;
    }
}
@media screen and (max-width: 725px) {
    #v65-couponFormWrapper fieldset,
    #v65-giftCardFormWrapper fieldset,
    #v65-loyaltyPointsFormWrapper fieldset {
        margin: 0;
    }
    #v65-couponFormWrapper input,
    #v65-giftCardFormWrapper input,
    #v65-loyaltyPointsFormWrapper input {
        width: calc(100% - 24px) !important;
    }
}

/*   ---   Page Banner   ---   */

.page-banner {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
    background-size: cover !important;
    height: 600px;
    overflow: hidden;
}
.page-banner table,
.page-banner .overlay {
    width: 100%;
    text-align: center;
    border: none;
    height: 600px;
    overflow: hidden;
}
.page-banner table td {
    padding: 0;
    border: none;
}
.Yes.overlay {
    background: rgba(0,0,0,.3);
}
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text a,
.white-text li {
    color: #ffffff !important;
}
.overlay-text {
    width: 60%;
}

@media screen and (max-width: 1500px) {
    .page-banner,
    .page-banner table,
    .page-banner .overlay {
        height: 540px;
    }
}
@media screen and (max-width: 1020px) {
    .page-banner,
    .page-banner table,
    .page-banner .overlay {
        height: 450px;
    }
    .page-banner {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 780px) {
    .page-banner,
    .page-banner table,
    .page-banner .overlay {
        height: auto;
        min-height: 300px;
    }
    .overlay-text {
        width: 75%;
    }
}
@media screen and (max-width: 580px) {
    .page-banner,
    .page-banner table,
    .page-banner .overlay {
        height: auto;
        min-height: 180px;
    }
    .page-banner img.parallax-slider {
        max-width: none !important;
    }
    .page-banner {
        margin-bottom: 0px;
    }
    .overlay-text {
        width: 100%;
    }
}

/*   ---   Modal   ---   */

#v65-modalContentWrapper {
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    top: 45px;
}
#v65-modalContentHeader {
    background: #ffffff;
}
#v65-modalContent p {
    margin: 0;
}
#v65-modalContentHeader {
    height: auto;
    padding: 15px 15px 0;
}
#v65-modalContent {
    padding: 15px;
}
#v65-loginForm input[type="checkbox"],
#v65-memberFormWrapper input[type=checkbox] {
    margin: 7.5px 6px 0 0;
}
#v65-modalViel {
    opacity: .9;
    background: #f9f9f9;
}

@media screen and (max-width: 580px) {
    #v65-modalContentWrapper {
        border: none;
        height: 100%;
    }
    #v65-modalContentWrapper {
        border: none;
        top: 0;
    }
}

/*   ---   Product   ---   */

.v65-product-title {
    margin-bottom: 15px;
    text-align: center;
}
.v65-paging {
    clear: left;
    display: none;
}
.v65-pagingBottom {
    display: block
}
.v65-pagingBottom {
    margin: 0;
    border-top: none;
    float: left;
}
.v65-product-pagination {
    width: 100%;
    border-top: 1px solid #e3e3e3;
}
.v65-product-pagination ul,
.v65-Paging ul {
    padding: 30px 0 0 0;
}
.v65-product-addToCart form,
.v65-product-addToCart {
    margin-bottom: 0;
}
.v65-product-review-reviewerName {
    font-size: 15px;
    margin-bottom: 0px;
}
.v65-product-review-comment {
    padding: 0;
}
.v65-product-review-comment-wrapper {
    margin-left: 60px;
}
.v65-product-review-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

/*   ---   Member Pages   ---   */

#v65-memberFormWrapper form {
    width: auto;
}
#v65-memberFormWrapper form button {
    margin-top: 15px;
}
#v65-LoginFormWrapper div,
#v65-memberFormWrapper div {
    padding: 0;
    margin: 0;
}
#v65-LoginFormWrapper legend {
    font-size: 21px;
    letter-spacing: 1.5px;
}
#v65-LoginFormWrapper fieldset,
#v65-memberFormWrapper fieldset {
    border: none;
}
#v65-memberOrders td,
#v65-memberOrders th,
#v65-memberAddressBook th,
#v65-memberAddressBook td {
    border-bottom: 1px solid #e9e9e9;
}

/*   ---   Product Page   ---   */

.v65-productWrapper .v65-product-leftCol {
    width: 50%;
    padding: 60px 0;
    margin: 0;
    float: left;
    overflow: hidden;
}
.v65-product-leftCol .v65-product-photo {
    height: auto;
    margin-bottom: 30px;
}
.v65-product-leftCol .v65-product-photo img {
    max-width: 100%;
    max-height: 690px;
    width: auto;    
}
.v65-productWrapper .v65-product-rightCol {
    width: calc(50% - 120px);
    padding: 60px;
    float: left;
}
.full .v65-pagingBottom {
    display: none;
}
.v65-productWrapper {
    padding: 0;
    margin: 0;
}
.v65-wine-specs .v65-product-attributeLabel,
.v65-wine-specs .v65-product-attributeValue {
    margin: 0;
    width: 100%;
    line-height: 1.5;
    text-align: center;
}
.v65-wine-specs .v65-product-attribute {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.v65-product-attributeLabel {
    margin-bottom: 0;
}
.v65-productWrapper .v65-product-leftCol .v65-productDrilldown-specs {
    padding: 0;
    width: 100%;
    display: inline-block;
}
.v65-product-availability {
    color: #999;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .75px;
}

@media screen and (max-width: 780px) {
    .v65-productWrapper .v65-product-leftCol {
        width: 100%;
        padding: 30px 0;
    }
    .v65-productWrapper .v65-product-rightCol {
        width: 100%;
        padding: 30px 0;
    }
    .v65-product-leftCol .v65-product-photo {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 680px) {
    .v65-productWrapper .v65-product-leftCol .v65-wine-specs {
        border: none
    }
}

/*   ---   Site Map   ---   */

#v65-SiteMap li ul li ul li {
    font-size: 12px;
}
#v65-SiteMap li ul li {
    font-size: 14.5px;
}
#v65-SiteMap li ul {
    margin: 0 0 0 15px;
}
#v65-SiteMap {
    line-height: 1.5;
}

/*   ---   Recipes   ---   */

.v65-recipe-photo {
    left:0;
    position:relative;
    top:0;
    width:150px;
    height: 150px;
    float: left;
    border-radius: 75px;
}
.v65-recipe-info {
    margin-left:30px;
    float: left;
    width: 780px;
}
.v65-recipe {
    border-bottom:1px solid #e3e3e3;
    margin-bottom:30px;
    min-height:auto;
    padding:0 0 30px 0;
    position:relative;
}
.v65-recipe-drilldown-right {
    float: right;
    margin-left: 30px;
    width: 300px;
}
.v65-recipe-drilldown-related-products {
    clear:both;
    margin-bottom: 0;
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    text-align: center;
}
.v65-recipe-drilldown-ingredients {
    margin-top: 30px;
}
.v65-product-relatedProducts .v65-product-relatedProducts-product {
    float: none;
    margin:0 30px 30px;
    text-align:center;
    width: 200px;
    display: inline-block;
}
.v65-product-relatedProducts-title {
    margin-bottom: 30px;
}
.v65-product-relatedProducts .v65-product-photo img {
    max-width: 75%;
}
.v65-recipe-drilldown-photo img {
    border-radius: 150px;
    vertical-align: middle;
}
.v65-recipe-attribute {
    margin-bottom: 15px;
}
.v65-recipe-attributeLabel,
.v65-recipe-attributeValue {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}
.v65-recipe-drilldown-photo {
    margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
    .v65-recipe-photo {
        left:auto;
        position:relative;
        top:auto;
        width:150px;
        height: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .v65-recipe-info {
        margin-left:0px;
        float: left;
        width: 100%;
        margin-top: 30px
    }
}
@media screen and (max-width: 780px) {
    .v65-recipe-drilldown-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
}

/*   ---   Transitions   ---   */


.transition {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*   ---   Pull Quote   ---   */

.v65-quoteLeft {
    width: 200px;
    border: 1px solid #e3e3e3;
    background-color:#f9f9f9;
    color: #333333;
    font: italic 1.17em/1.5em Georgia, "Times New Roman", Times, serif;
    float:left;
    padding: 30px;
    margin:0 30px 30px 0;
}
.v65-quoteRight {
    width: 200px;
    border: 1px solid #e3e3e3;
    background-color:#f9f9f9;
    color: #333333;
    font: italic 1.17em/1.5em Georgia, "Times New Roman", Times, serif;
    float:right;
    padding: 30px;
    margin:0 0 30px 30px;
}
@media screen and (max-width: 780px) {
    .v65-quoteRight,
    .v65-quoteLeft {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

/*   ---   General   ---   */

.alert,
.alertYellow {
    font-size: 10.5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-spacing: 1.5px;
    padding: 12px;
    line-height: 1.5;
    text-align: center;
    color: #333;
}
.alert li {
    line-height: 1.5;
    padding: 3px;
    text-align: center;
    color: #333;
}
.error {
    color: #ff9b9b;
}
.alert {
    background-color: #ff9b9b;
    color: #333;
}
.alertYellow {
    padding: 6px 3px;
    text-align: center;
    background-color: #FFFFD5;
    color: #333;
}
#v65-modalCartBody .alertYellow {
    margin-top: 15px;
}
.v65-clear {
    height: 0px;
}
.clear {
    height: 0px;
}
::-moz-selection {
    background: #e3e3e3;
}
::selection {
    background: #e3e3e3;
}
::-moz-selection {
    background: #e3e3e3;
}
::-o-selection {
    background: #e3e3e3;
}
::-ms-selection {
    background: #e3e3e3;
}
::-webkit-selection {
    background: #e3e3e3;
}
#v65-CalendarEventTable {
    width: 100%;
}
.v65-CalendarEvent {
    line-height: 1.2;
    padding: 3px 0;
}
#v65-commentFormWrapper #Comments {
    width: 100%;
}
.No {
    display: none!important;
}
#v65-commentFormWrapper form {
    width: 100%;
}
.v65-product-addToCart-selectBox {
    margin-bottom: 15px;
}
#v65-modalCartTable td a {
    line-height: 1.5;
}
.v65-product-inventoryMessage-inStock,
.v65-product-media-thumbnail,
.v65-product-availability-inStock {
    display: none;
}
.v65-product-media-title {
    text-align: center;
}
.v65-product-media-title a {
    padding-bottom: 3px;
    border-bottom: 1px solid #a19599;
    font-size: 12px;
}
#v65-clubGift {
    line-height: 1.5;
    margin-bottom: 15px;
}
#v65-reviewClubSummaryWrapper {
    background: #eff0eb;
    border: none;
    border: none;
    background-color: #f9f9f9;
    padding: 30px;
    right: auto;
    top: auto;
    float: right;
    margin-left: 60px;
    width: calc(450px - 60px);
    position: relative;
}
#v65-clubShippingSummary,
#v65-clubBillingSummary {
    width: 225px;
}
#v65-clubSummaryWrapper {
    padding: 0;
}
@media screen and (max-width: 1020px) {
    #v65-clubShippingSummary,
    #v65-clubBillingSummary,
    #v65-reviewClubSummaryWrapper {
        width: auto;
        margin: 0 0 15px 0;
    }
}
.legal a {
    font-weight: 300;
    text-decoration: underline;
}
.v65-product-pagination, .v65-Paging {
    width: 100%;
}
.blogContent #v65-PagingTop {
    display: none;
}
.v65-productWrapper .v65-product-subtitle {
    font-size: 12px;
    margin: 15px 0;
}
#user-tools #v65-modalCartBody a {
    line-height: 1.5 !important;
    height: auto;
}
.v65-additionalItemsMessage {
    padding-bottom: 15px;
    display: block;
    text-align: center;
}

/*   ---   ADA   ---   */
.skipToContent {position: absolute;top: -1000px;left: -1000px;height: 1px;width: 1px;text-align: left;overflow: hidden;}
a.skipToContent:active, a.skipToContent:focus, a.skipToContent:hover {left: 0; top: 0;width: auto; height: auto; overflow: visible; }
.socialMedia a span {position:absolute; left:-9999999px; width:1px; height:1px; overflow:hidden}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline: 0
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    color: #000;
    background: #ff0
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-size: 1em
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td, th {
    padding: 0
}
@media print {
    *, :after, :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td, .table th {
        background-color: #fff!important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd!important
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\002a"
}
.glyphicon-plus:before {
    content: "\002b"
}
.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
.glyphicon-cd:before {
    content: "\e201"
}
.glyphicon-save-file:before {
    content: "\e202"
}
.glyphicon-open-file:before {
    content: "\e203"
}
.glyphicon-level-up:before {
    content: "\e204"
}
.glyphicon-copy:before {
    content: "\e205"
}
.glyphicon-paste:before {
    content: "\e206"
}
.glyphicon-alert:before {
    content: "\e209"
}
.glyphicon-equalizer:before {
    content: "\e210"
}
.glyphicon-king:before {
    content: "\e211"
}
.glyphicon-queen:before {
    content: "\e212"
}
.glyphicon-pawn:before {
    content: "\e213"
}
.glyphicon-bishop:before {
    content: "\e214"
}
.glyphicon-knight:before {
    content: "\e215"
}
.glyphicon-baby-formula:before {
    content: "\e216"
}
.glyphicon-tent:before {
    content: "\26fa"
}
.glyphicon-blackboard:before {
    content: "\e218"
}
.glyphicon-bed:before {
    content: "\e219"
}
.glyphicon-apple:before {
    content: "\f8ff"
}
.glyphicon-erase:before {
    content: "\e221"
}
.glyphicon-hourglass:before {
    content: "\231b"
}
.glyphicon-lamp:before {
    content: "\e223"
}
.glyphicon-duplicate:before {
    content: "\e224"
}
.glyphicon-piggy-bank:before {
    content: "\e225"
}
.glyphicon-scissors:before {
    content: "\e226"
}
.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}
.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}
.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}
.glyphicon-scale:before {
    content: "\e230"
}
.glyphicon-ice-lolly:before {
    content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}
.glyphicon-education:before {
    content: "\e233"
}
.glyphicon-option-horizontal:before {
    content: "\e234"
}
.glyphicon-option-vertical:before {
    content: "\e235"
}
.glyphicon-menu-hamburger:before {
    content: "\e236"
}
.glyphicon-modal-window:before {
    content: "\e237"
}
.glyphicon-oil:before {
    content: "\e238"
}
.glyphicon-grain:before {
    content: "\e239"
}
.glyphicon-sunglasses:before {
    content: "\e240"
}
.glyphicon-text-size:before {
    content: "\e241"
}
.glyphicon-text-color:before {
    content: "\e242"
}
.glyphicon-text-background:before {
    content: "\e243"
}
.glyphicon-object-align-top:before {
    content: "\e244"
}
.glyphicon-object-align-bottom:before {
    content: "\e245"
}
.glyphicon-object-align-horizontal:before {
    content: "\e246"
}
.glyphicon-object-align-left:before {
    content: "\e247"
}
.glyphicon-object-align-vertical:before {
    content: "\e248"
}
.glyphicon-object-align-right:before {
    content: "\e249"
}
.glyphicon-triangle-right:before {
    content: "\e250"
}
.glyphicon-triangle-left:before {
    content: "\e251"
}
.glyphicon-triangle-bottom:before {
    content: "\e252"
}
.glyphicon-triangle-top:before {
    content: "\e253"
}
.glyphicon-console:before {
    content: "\e254"
}
.glyphicon-superscript:before {
    content: "\e255"
}
.glyphicon-subscript:before {
    content: "\e256"
}
.glyphicon-menu-left:before {
    content: "\e257"
}
.glyphicon-menu-right:before {
    content: "\e258"
}
.glyphicon-menu-down:before {
    content: "\e259"
}
.glyphicon-menu-up:before {
    content: "\e260"
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    color: #333
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}
.h1, h1 {
    font-size: 36px
}
.h2, h2 {
    font-size: 30px
}
.h3, h3 {
    font-size: 24px
}
.h4, h4 {
    font-size: 18px
}
.h5, h5 {
    font-size: 14px
}
.h6, h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}
.small, small {
    font-size: 85%
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:focus, a.text-primary:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:focus, a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd, dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #333333;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    border-color: #2e6da4
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown, .dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}
@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a, .pager .next>span {
    float: right
}
.pager .previous>a, .pager .previous>span {
    float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron .h1, .jumbotron h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p, .alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media, .media-body {
    overflow: hidden;
    zoom: 1
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right, .media>.pull-right {
    padding-left: 10px
}
.media-left, .media>.pull-left {
    padding-right: 10px
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item, button.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    content: "";
    border-width: 10px
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5)0, rgba(0, 0, 0, .0001)100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5)0, rgba(0, 0, 0, .0001)100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5)0, rgba(0, 0, 0, .0001)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001)0, rgba(0, 0, 0, .5)100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001)0, rgba(0, 0, 0, .5)100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001)0, rgba(0, 0, 0, .5)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important
}
@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs, th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm, th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md, th.visible-md {
        display: table-cell!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg, th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print, th.visible-print {
        display: table-cell!important
    }
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
img {
    max-width: 100%;
    height: auto
}
cite {
    display: block;
    text-align: right
}
cite:before {
    content: '\2014'
}
a {
    color: #241f20;
    text-decoration: underline
}
a:hover {
    color: #b4975a
}
h1 {
    font-family: Brandon, serif
}
li, p {
    font-size: 1.1rem
}
@font-face {
    font-family: NoSpace;
    src: url(/fonts/nospace/nospace.eot);
    src: url(/fonts/nospace/nospace.eot?#iefix) format('embedded-opentype'), url(/fonts/nospace/nospace.woff) format('woff'), url(/fonts/nospace/nospace.ttf) format('truetype'), url(/fonts/nospace/nospace.svg#NoSpace) format('svg')
}
.dp-ibt>figure {
    margin-bottom: 20px
}
.dp-ibt>figure img {
    vertical-align: top
}
.dp-ibt.columnal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}
.dp-ibt.columnal>* {
    padding: 10px
}
.dp-ibt.columnal>.text {
    -ms-flex: 1 1 250px;
    -webkit-box-flex: 1;
            flex: 1 1 250px
}
.dp-ibt.columnal>figure {
    -ms-flex: 0 0 250px;
    -webkit-box-flex: 0;
            flex: 0 0 250px
}
.dp-ibt.columnal>figure:first-child {
    margin-bottom: 0
}
.dp-ibt.floated>figure {
    max-width: 65%
}
.dp-ibt.floated.image-right>figure {
    float: right;
    margin-left: 20px
}
@media (max-width:800px) {
    .dp-ibt.floated.image-right>figure {
        display: block;
        float: none;
        max-width: 100%;
        margin: 20px auto
    }
}
.dp-ibt.floated.image-left>figure {
    float: left;
    margin-right: 20px
}
@media (max-width:800px) {
    .dp-ibt.floated.image-left>figure {
        display: block;
        float: none!important;
        max-width: 100%;
        margin: 20px auto
    }
}
.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}
body:after {
    content: url(/assets/images/close.png) url(/assets/images/loading.gif) url(/assets/images/prev.png) url(/assets/images/next.png);
    display: none
}
.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}
body.lb-disable-scrolling {
    overflow: hidden
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}
.lightbox a img {
    border: none
}
.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}
.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}
.lb-outerContainer:after {
    display: table
}
.lb-container {
    padding: 4px
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/site.buildout/images/lightbox/loading.gif) no-repeat
}
.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}
.lb-container>.nav {
    left: 0
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/site.buildout/images/lightbox/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/site.buildout/images/lightbox/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}
.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
    display: table
}
.lb-data {
    padding: 0 4px;
    color: #ccc
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/site.buildout/images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}
.panel-pair {
    position: relative
}
.panel-pair .panel-panel {
    -webkit-font-smoothing: subpixel-antialiased;
    position: absolute;
    left: -50000px;
    top: 100%;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: opacity .3s linear 0s, left 0s linear .3s, -webkit-transform .3s linear 0s;
    -webkit-transition: opacity .3s linear 0s, left 0s linear .3s, -webkit-transform .3s linear 0s;
    -o-transition: transform .3s linear 0s, opacity .3s linear 0s, left 0s linear .3s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, left 0s linear .3s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, left 0s linear .3s, -webkit-transform .3s linear 0s;
    z-index: 1000
}
.panel-pair.hover-enabled:hover .panel-panel, .panel-pair.locked .panel-panel {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    left: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
    -webkit-transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
    -o-transition: transform .3s linear 0s, opacity .3s linear 0s;
    transition: transform .3s linear 0s, opacity .3s linear 0s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, -webkit-transform .3s linear 0s
}
.panel-pair.flip-h .panel-panel {
    left: auto;
    right: 50000px;
    transition: opacity .3s linear 0s, right 0s linear .3s, -webkit-transform .3s linear 0s;
    -webkit-transition: opacity .3s linear 0s, right 0s linear .3s, -webkit-transform .3s linear 0s;
    -o-transition: transform .3s linear 0s, opacity .3s linear 0s, right 0s linear .3s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, right 0s linear .3s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, right 0s linear .3s, -webkit-transform .3s linear 0s
}
.panel-pair.flip-h.hover-enabled:hover .panel-panel, .panel-pair.flip-h.locked .panel-panel {
    left: auto;
    right: 0;
    transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
    -webkit-transition: opacity .3s linear 0s, -webkit-transform .3s linear 0s;
    -o-transition: transform .3s linear 0s, opacity .3s linear 0s;
    transition: transform .3s linear 0s, opacity .3s linear 0s;
    transition: transform .3s linear 0s, opacity .3s linear 0s, -webkit-transform .3s linear 0s
}
.panel-pair.flip-v .panel-panel {
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}
.panel-pair.flip-v.hover-enabled:hover .panel-panel, .panel-pair.flip-v.locked .panel-panel {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.panel-pair.non-animated .panel-panel, .panel-pair.non-animated.hover-enabled:hover .panel-panel, .panel-pair.non-animated.locked .panel-panel {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
@media (max-width:768px) {
    .panel-pair.inline-in-mobile .panel-panel {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}
.accordion {
    list-style: none;
    margin: 30px 0;
    padding: 0
}
.accordion>li {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px
}
.accordion>li+li {
    margin-top: 5px
}
.accordion>li>.heading {
    position: relative;
    margin: 0;
    font-weight: 400
}
.accordion>li>.heading a {
    display: block;
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.accordion>li>.heading a:hover {
    background-color: #e6e6e6;
    border-color: #adadad
}
.accordion>li>.heading a:after {
    display: block;
    content: ' ';
    position: absolute;
    right: 15px;
    size: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #333;
    -webkit-transform-origin: center 25%;
    -ms-transform-origin: center 25%;
    transform-origin: center 25%;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    top: 45%
}
.accordion>li>.heading a:focus, .accordion>li>.heading a:hover {
    background transition: all .2s linear;
    text-decoration: none
}
.accordion>li>.aPanel {
    padding: 20px;
    border-top: 1px solid #eee
}
.accordion>li.active>.heading a:after {
    border-top-color: #000;
    -webkit-transform: scaley(-1);
    -ms-transform: scaley(-1);
    transform: scaley(-1);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}
input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    background: #f9f9f9;
    border-color: #241f20;
    outline: 0
}
button, input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear
}
button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    outline: 0
}
select, select.form-control {
    margin: 0;
    padding-right: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -moz-padding-start: 7px;
    -moz-padding-end: 7px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%278%27%20height%3D%2714%27%20viewBox%3D%270%200%208%2014%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27%23aaa%27%3E%3Ctitle%3ETriangle%201%3C%2Ftitle%3E%3Cpath%20d%3D%27M4%200l4%205H0l4-5zm0%2014l4-5H0l4%205z%27%20fill-rule%3D%27evenodd%27%2F%3E%3C%2Fsvg%3E");
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .075)
}
label {
    font-weight: 400
}
.btn-primary {
    background-color: #241f20
}
.btn-primary:focus, .btn-primary:hover {
    outline: 0;
    background-color: #1f1a1b;
    border-color: #1a1617
}
.custom-checkbox [type=checkbox], .custom-checkbox [type=radio], .custom-radio [type=checkbox], .custom-radio [type=radio] {
    position: absolute;
    left: -500vw
}
.custom-checkbox [type=checkbox]+*, .custom-checkbox [type=radio]+*, .custom-radio [type=checkbox]+*, .custom-radio [type=radio]+* {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}
.custom-checkbox [type=checkbox]+:before, .custom-checkbox [type=radio]+:before, .custom-radio [type=checkbox]+:before, .custom-radio [type=radio]+:before {
    margin-right: 7px
}
.custom-checkbox [type=checkbox]:disabled+*, .custom-checkbox [type=radio]:disabled+*, .custom-radio [type=checkbox]:disabled+*, .custom-radio [type=radio]:disabled+* {
    cursor: not-allowed
}
.custom-checkbox [type=checkbox]:disabled+:before, .custom-checkbox [type=radio]:disabled+:before, .custom-radio [type=checkbox]:disabled+:before, .custom-radio [type=radio]:disabled+:before {
    opacity: .35
}
.custom-checkbox.fill [type=checkbox]+:before {
    content: ' ';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.custom-checkbox.fill [type=checkbox]:checked+:before {
    background: #68f;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
            box-shadow: inset 0 0 0 5px #fff;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}
.custom-checkbox.fill [type=checkbox]:focus+:before {
    border-color: #68f
}
.custom-checkbox.slideswitch [type=checkbox]+:before {
    content: '\25CF';
    width: 40px;
    height: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-indent: 1px;
    font-family: Arial!important;
    color: #fff;
    background-color: #ccc;
    font-size: 33px;
    line-height: 17px;
    border-radius: 10.5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.custom-checkbox.slideswitch [type=checkbox]:checked+:before {
    text-indent: 19px;
    background-color: #68f;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}
.custom-checkbox.slideswitch [type=checkbox]:focus+:before {
    -webkit-box-shadow: 0 0 0 1px #68f;
            box-shadow: 0 0 0 1px #68f
}
.custom-radio.fill [type=radio]+:before {
    content: ' ';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.custom-radio.fill [type=radio]:checked+:before {
    background: #68f;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
            box-shadow: inset 0 0 0 5px #fff;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}
.custom-radio.fill [type=radio]:focus+:before {
    border-color: #68f
}
.formulate-form .container {
    width: auto;
    padding: 0
}
.formulate-form .container form .formulate__error-msg {
    color: #c00
}
.formulate-form .container form .ng-touched.ng-invalid, .formulate-form .container form.ng-submitted .ng-invalid {
    border-color: #c00
}

.brandon {
    font-family: Brandon, serif
}
.cento {
    font-family: Cento, serif
}
.cento-extended {
    font-family: CentoExtended, serif
}
@media (max-width:799px) {
    [data-gardenburger] .burger.hidden-burger a i {
        background: #241f20
    }
}
[data-gardenburger] .burger.hidden-burger {
    display: none!important
}
nav li div {
    padding: 10px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.hidden-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%
}
#burger-btn {
    text-align: center
}
#burger-btn a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 46px
}
#burger-btn a:focus {
    outline: 0
}
#burger-btn a i {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: #b4975a;
    transition: -webkit-transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}
#burger-btn a i+i {
    margin-top: 5px
}
#burger-btn a i:nth-child(2) {
    -webkit-transition: opacity .12s linear .12s;
    -o-transition: opacity .12s linear .12s;
    transition: opacity .12s linear .12s
}
#burger-btn.ex a i {
    -webkit-transition: all .24s linear;
    -o-transition: all .24s linear;
    transition: all .24s linear
}
#burger-btn.ex a i:first-child {
    -webkit-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg)
}
#burger-btn.ex a i:nth-child(2) {
    -webkit-transition: opacity .12s linear;
    -o-transition: opacity .12s linear;
    transition: opacity .12s linear;
    opacity: 0
}
#burger-btn.ex a i:last-child {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg)
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit
}
body {
    height: 100%;
    font-family: cento, serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@media (max-width:768px) {
    body {
        height: initial
    }
}
@media (max-width:600px) {
    body {
        font-size: 1.45rem
    }
}
html {
    height: 100%;
    font-size: 16px
}
@media (max-width:1000px) {
    html {
        font-size: 12px
    }
}
@media (max-width:768px) {
    html {
        height: initial
    }
}
@media (max-width:600px) {
    html {
        font-size: 10px
    }
}
.nav-cta-wrap {
    display: none
}
.nav-multi-ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0;
    list-style-type: none
}
.nav-multi-ul li {
    margin: 0 30px;
    text-transform: uppercase
}
.nav-multi-ul li a {
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%
}
.nav-multi-ul li a:hover {
    color: #b4975a
}
.full-width {
    width: 100%;
    display: inherit;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover
}
.relative {
    position: relative
}
.site-wrapper {
    margin: 0 auto;
    position: relative
}
body {
    position: relative;
    background-color: #f5f5f5;
    background: url("/assets/images/BackgroundTextureNew3.jpg");
    background-size: contain;
    background-repeat: repeat;
}
@media (max-width:768px) {
    body {
        background: url("/assets/images/BackgroundTextureNew3.jpg");
        background-size: contain;
        background-repeat: repeat;
    }
}
.tan-background {
    background-color: #f5f5f5;
    background: url("/assets/images/BackgroundTextureNew3.jpg");
    background-size: cover;
    background-repeat: no-repeat
}
@media (max-width:768px) {
    .tan-background {
        background: url("/assets/images/BackgroundTextureNew3.jpg");
    }
}
.tan-background p {
    margin: 5px 0 20px
}
.cms-doctype-contactPage h1 {
    margin-bottom: 15px
}
h1 {
    margin-bottom: 40px
}
h1+p {
    margin: -30px 0 40px 0
}
h2 {
    margin-bottom: 35px
}
img[align=left], img[align=right], img[style*=float] {
    max-width: 65%;
    margin-bottom: 20px
}
img[align=right], img[style*=float][style*=right] {
    margin-left: 20px
}
@media (max-width:800px) {
    img[align=right], img[style*=float][style*=right] {
        display: block;
        float: none!important;
        max-width: 100%;
        margin: 20px auto
    }
}
img[align=left], img[style*=float][style*=left] {
    margin-right: 20px
}
@media (max-width:800px) {
    img[align=left], img[style*=float][style*=left] {
        display: block;
        float: none!important;
        max-width: 100%;
        margin: 20px auto
    }
}
ul.normalized, ul.normalized li {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
.backward>a:before, .onward>a:after, a .backward:after, a .onward:after, a.backward:before, a.onward:after {
    display: inline-block;
    font-size: 130%;
    transition: -webkit-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}
.backward>a:hover:before, .onward>a:hover:after, a.backward:hover:before, a.onward:hover:after, a:hover .backward:after, a:hover .onward:after {
    transition: -webkit-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}
.onward>a:after, a .onward:after, a.onward:after {
    content: '\2192';
    margin: 0 0 0 5px
}
.onward>a:hover:after, a.onward:hover:after, a:hover .onward:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}
.backward>a:before, a .backward:before, a.backward:before {
    content: '\2190';
    margin: 0 5px 0 0
}
.backward>a:hover:before, a.backward:hover:before, a:hover .backward:before {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}
body>header {
    margin: 0;
    background: #231f20;
    position: relative;
    z-index: 2
}
body>header #logo-and-nav {
    border-bottom: 2px solid #fff;
    border-left: none;
    border-right: none;
    background: #231f20;
    color: #80334c
}
@media (max-width:800px) {
    body>header #logo-and-nav {
        border-bottom: none
    }
}
body>header #logo-and-nav>.container-fluid>.inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
@media (max-width:599px) {
    body>header #logo-and-nav>.container-fluid>.inner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        -webkit-box-align: stretch;
                align-items: stretch
    }
}
body>header #logo-and-nav>.container-fluid>.inner>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
body>header #logo-and-nav>.container-fluid>.inner #logo {
    text-align: center
}
body>header #logo-and-nav>.container-fluid>.inner [data-gardenburger]>ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
body>header #logo-and-nav.side-by-side>.container-fluid>.inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between
}
body>header #logo-and-nav.side-by-side>.container-fluid>.inner>* {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}
body>header #logo-and-nav.side-by-side>.container-fluid>.inner [data-gardenburger]>ul {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start
}
.page-nav {
    margin: 30px 0 50px
}
.page-nav>section {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #e4e4e4
}
.page-nav>section+section {
    margin: 2px 0 0
}
.page-nav>section.light-padding {
    padding: 20px 30px
}
.page-nav>section.flexit>.inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}
.page-nav>section.flexit>.inner>* {
    -ms-flex: 1 1 250px;
    -webkit-box-flex: 1;
            flex: 1 1 250px;
    max-width: 50%;
    padding: 15px
}
.page-nav>section label {
    font-weight: 400;
    display: block
}
.page-nav>section select {
    display: block;
    width: 100%
}
article+aside {
    font-size: 13px
}
article+aside>* {
    margin: 20px 0
}
article+aside .block {
    padding: 20px 15px;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    text-align: center
}
article+aside .block li, article+aside .block ul {
    margin: 0;
    padding: 0;
    list-style: none
}
article+aside .block.block-iconned h3 {
    margin: 0 0 15px;
    padding: 50px 0 0;
    background-size: auto 40px;
    background-position: 50% 0;
    background-repeat: no-repeat
}
article+aside .block.block-downloads h3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27314.364%27 height=%27278.55%27 viewBox=%27154.989 283.201 314.364 278.55%27 fill=%27%23aaa%27%3E%3Cpath d=%27M469.353 409.948c0 41.056-33.175 75.302-74.103 75.302h-9.142a18.329 18.329 0 0 0-1.657-6.337 18.36 18.36 0 0 0-16.639-10.238H348.05s-.128-40.646-.128-55.08c0-14.407-8.849-21.42-21.586-21.42l-40.723-.166c-12.75.038-21.038 9.155-21.038 21.739v54.978l-20.145.09a18.36 18.36 0 0 0-16.575 10.327 17.96 17.96 0 0 0-1.632 6.248H204c-27.068 0-49.011-22.95-49.011-49.98 0-23.46 16.512-43.987 38.531-48.833-5.281-51.542 32.221-97.607 83.763-102.888a93.78 93.78 0 0 1 9.567-.489c38.071 0 70.763 22.695 85.488 55.246a73.566 73.566 0 0 1 22.912-3.774c40.928 0 74.103 34.298 74.103 75.314v-.039zm-226.364 78.668l60.996 72.075c.51.676 1.147 1.059 1.823 1.059a2.844 2.844 0 0 0 2.359-1.147l60.982-72.037c1.147-1.492.562-3.315-1.339-3.315h-36.337l-.128-71.617c0-3.506-1.466-4.896-4.973-4.883h-40.697c-3.506 0-5.189 1.402-5.177 4.909v71.591l-36.172.153c-1.887 0-2.499 1.708-1.339 3.188v.024z%27/%3E%3C/svg%3E")
}
article+aside .block.block-wines h3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27359.929%27 height=%27570.594%27 viewBox=%270 0 359.929 570.594%27 fill=%27%23aaa%27%3E%3Cpath d=%27M86.856 570.594c51.235 0 71.708-5.74 71.708-5.74 15.172-4.102 15.172-21.731 15.172-21.731v-186.9c0-72.542-23.359-114.347-23.359-114.347-30.331-56.977-35.251-120.497-35.251-120.497l-2.877-81.567c0-5.324 3.696-6.971 3.696-6.971V14.402l-3.696-2.46v-5.74C106.932-.769 86.862.027 86.862.027S66.8-.768 61.476 6.202v5.74l-3.684 2.46v18.439s3.684 1.646 3.684 6.971l-2.871 81.567s-4.92 63.526-35.251 120.497c0 0-23.354 41.806-23.354 114.347v186.898s0 17.631 15.166 21.732c-.006.001 20.465 5.741 71.69 5.741zM276.96-.586s27.8-.628 29.923 7.102l2.965 23.564-2.538 3.312v99.047s.853 20.987 24.192 37.923c0 0 28.427 22.46 28.427 61.124V520.89s.846 44.915-27.581 48.238c0 0-21.023 1.466-55.39 1.466-34.368 0-55.375-1.466-55.375-1.466-28.427-3.323-27.58-48.238-27.58-48.238V231.485c0-38.663 28.426-61.123 28.426-61.123 23.333-16.937 24.185-37.923 24.185-37.923V33.398l-2.55-3.311 2.975-23.565c2.119-7.73 29.921-7.108 29.921-7.108%27/%3E%3C/svg%3E")
}
article+aside .block.block-wines ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 -10px
}
article+aside .block.block-wines ul li {
    padding: 10px;
    -ms-flex: 0 1 119px;
    -webkit-box-flex: 0;
            flex: 0 1 119px;
    max-width: 119px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
article+aside .block.block-wines ul li a {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
article+aside .block.block-wines ul li a img {
    max-height: 75px;
    vertical-align: top;
    margin: 0 0 5px
}
article+aside .block.block-wines ul li a span {
    margin: auto 0 0
}
body footer {
    padding: 20px 0;
    background: #231f20;
    color: #f6f3e0;
    font-size: 1rem;
    border-top: 2px solid #fff
}
body footer * {
    max-width: 100%
}
body footer a {
    color: #fff;
    text-decoration: none
}
body footer a:focus, body footer a:hover {
    color: #b4975a
}
body footer>.container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 1400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 20px
}
@media (max-width:1312px) {
    body footer>.container-fluid {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center
    }
}
body footer>.container-fluid:after, body footer>.container-fluid:before {
    display: none
}
body footer>.container-fluid li, body footer>.container-fluid ul {
    margin: 0;
    padding: 0;
    list-style: none
}
body footer>.container-fluid>* {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 5px 15px
}
body footer>.container-fluid ul {
    margin: 10px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width:1256px) {
    body footer>.container-fluid ul {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto
    }
}
body footer>.container-fluid ul li {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto
}
@media (max-width:500px) {
    body footer>.container-fluid ul li {
        -ms-flex: 1 1 100%;
        -webkit-box-flex: 1;
                flex: 1 1 100%
    }
}
body footer>.container-fluid ul li>a, body footer>.container-fluid ul li>span {
    display: block
}
body footer>.container-fluid ul li>a svg, body footer>.container-fluid ul li>span svg {
    vertical-align: top
}
body footer>.container-fluid ul li>a svg path, body footer>.container-fluid ul li>span svg path {
    fill: #241f20
}
body footer>.container-fluid ul li>a svg:hover path, body footer>.container-fluid ul li>span svg:hover path {
    fill: #1d191a
}
body footer>.container-fluid ul.text {
    margin: 5px 0
}
body footer>.container-fluid ul.text li>a, body footer>.container-fluid ul.text li>span {
    padding: 5px 15px
}
body footer>.container-fluid ul.icons {
    margin: 5px 10px
}
body footer>.container-fluid ul.icons li>a {
    padding: 5px
}
#mailist {
    color: #444
}
#mailist .panel-panel {
    max-width: calc(100vw - 70px);
    width: calc(100vw - 70px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: url("/assets/images/BackgroundTextureNew3.jpg");
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
            box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 15px;
    padding-bottom: 45px;
    border: 2px solid #f2d9bb;
    font-family: CentoExtended, serif;
    font-size: 85%
}
#mailist .panel-panel h2 {
    text-align: center
}
#mailist .panel-panel form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
#mailist .panel-panel form input {
    height: 35px;
    padding: 0 10px
}
#mailist .panel-panel form>div:first-child {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto
}
#mailist .panel-panel form>div:first-child input {
    width: 100%;
    border: 1px solid #ccc
}
#mailist .panel-panel form>div:first-child input:focus {
    border-color: #241f20
}
#mailist .panel-panel .alert {
    margin: 0
}
#mailist .panel-panel .alert+.alert {
    margin-top: 15px
}
#mc_embed_signup .mc-field-group {
    width: 100%
}
#mc_embed_signup .button {
    background-color: #120f0b!important
}
#mc_embed_signup .button:hover {
    background-color: #3b3226!important
}
.container, .container-fluid {
    max-width: 860px;
    padding-left: 35px;
    padding-right: 35px
}
#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}
video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto
}
@media (max-width:768px) {
    video {
        display: none
    }
}
video img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%
}
.fullsize-video-bg {
    height: 100%;
    overflow: hidden
}
.fullsize-video-bg.bordered:after {
    bottom: -59px!important;
    height: 59px!important
}
@media (max-width:768px) {
    .fullsize-video-bg.bordered:after {
        bottom: -58px!important
    }
}
.fullsize-video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
.fullsize-video-bg .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}
@media (max-width:768px) {
    .fullsize-video-bg .inner {
        background-image: url(/images/home/Fire-Fallback.jpg);
        background-size: cover
    }
}
.fullsize-video-bg .inner>div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 5em 2em;
    margin: 0 auto;
    position: relative
}
.fullsize-video-bg .inner>div img {
    margin: 25px 0
}
@media (max-width:768px) {
    .fullsize-video-bg .inner>div img {
        margin: 10px 0
    }
}
.fullsize-video-bg .inner>div img.logo, .fullsize-video-bg .inner>div img.welcome {
    min-width: 500px
}
@media (max-width:600px) {
    .fullsize-video-bg .inner>div img.logo, .fullsize-video-bg .inner>div img.welcome {
        min-width: 100%
    }
}
.fullsize-video-bg .inner>div img.welcome {
    margin: 50px 0 45px
}
@media (max-width:600px) {
    .fullsize-video-bg .inner>div img.welcome {
        margin: 20px 0 23px
    }
}
.fullsize-video-bg .inner>div .next-section {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: center
}
.fullsize-video-bg .inner>div .next-section .jumplink {
    -webkit-animation: animatedBtn 5s infinite;
    animation: animatedBtn 5s infinite;
    position: relative
}
.fullsize-video-bg .inner>div p {
    margin: 5px 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #231f20
}
.absolute {
    position: absolute;
    top: 0;
    left: 0
}
.section-flex {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.section-flex.column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
.section-flex.centered {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto
}
.section-flex.flex-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto
}
.section-flex.white {
    color: #fff
}
.fancy-span {
    position: relative
}
.fancy-span:before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 59px;
    left: -50px;
    bottom: 0;
    background: url(/images/fancy-left.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}
.fancy-span:after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 59px;
    right: -219px;
    bottom: 0;
    background: url(/images/fancy-right.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}
.hr-split {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}
@media (max-width:768px) {
    .hr-split {
        height: 25px
    }
}
.space-1 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.no-list-style {
    list-style-type: none;
    padding: 0
}
.tasting-notes {
    font-size: 2.375rem;
    font-family: brandon, serif;
    letter-spacing: 2px
}
.brandon-highlight {
    font-size: 1.313rem;
    font-family: brandon, serif
}
.space-top {
    margin-top: 45px
}
#barrel h3 {
    letter-spacing: 4px;
    margin: 20px 0;
    font-size: 1.313rem
}
main p {
    margin: 20px 0
}
::-moz-selection {
    background-color: #c34c15;
    color: #fff
}
::selection {
    background-color: #c34c15;
    color: #fff
}
.text-uppercase {
    text-transform: uppercase
}
.wine-fact {
    margin-bottom: 4px
}
#homepage-map .container {
    padding: 0 15px
}
.map-text-h2.tasting-notes {
    margin-bottom: 5px;
    font-size: 2rem
}
@media (max-width:416px) {
    .map-text-h2.tasting-notes {
        font-size: 1.9rem
    }
}
@media (max-width:386px) {
    .map-text-h2.tasting-notes {
        font-size: 1.8rem;
        margin-top: 0
    }
}
@media (max-width:342px) {
    .map-text-h2.tasting-notes {
        font-size: 1.6rem
    }
}
@media (max-width:335px) {
    .map-text-h2.tasting-notes {
        font-size: 1.5rem
    }
}
.map-text-h3 {
    margin-top: 5px;
    font-size: 1.25rem
}
@media (max-width:416px) {
    .map-text-h3 {
        font-size: 1.15rem
    }
}
@media (max-width:386px) {
    .map-text-h3 {
        font-size: 1.05rem
    }
}
@media (max-width:342px) {
    .map-text-h3 {
        font-size: 1rem
    }
}
.map-wrap {
    position: relative;
    max-width: 634px;
    margin: 0 auto
}
.map-wrap img {
    z-index: 9
}
.map-wrap svg {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    max-width: 634px
}
.map-wrap svg a {
    cursor: pointer;
    z-index: 999
}
.map-wrap svg text {
    display: none
}
.border-down, .border-up {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    display: block
}
svg {
    margin-bottom: 39px
}
.svg-container {
    width: 100%;
    max-width: 500px
}
@media (max-width:1000px) {
    .svg-container {
        max-width: 450px
    }
}
@media (max-width:600px) {
    .svg-container {
        max-width: 350px
    }
}
.cms-doctype-contactPage .svg-container, .cms-doctype-contentPage .svg-container, .cms-doctype-error404Page .svg-container {
    margin: 25px auto 0;
    max-width: 400px;
    max-height: 175px
}
@media (max-width:1000px) {
    .cms-doctype-contactPage .svg-container, .cms-doctype-contentPage .svg-container, .cms-doctype-error404Page .svg-container {
        max-width: 350px
    }
}
@media (max-width:600px) {
    .cms-doctype-contactPage .svg-container, .cms-doctype-contentPage .svg-container, .cms-doctype-error404Page .svg-container {
        max-width: 300px
    }
}
.hidden-breakpoint {
    display: block
}
@media (max-width:1093px) {
    .hidden-breakpoint {
        display: none
    }
}
.visible-breakpoint {
    display: none
}
@media (max-width:1092px) {
    .visible-breakpoint {
        display: block
    }
}
#tasting-notes ul {
    list-style-type: none;
    padding: 0
}
textarea {
    min-height: 300px
}
.ng-scope .container {
    padding: 0
}
.btn.btn-primary {
    background-color: #b4965a;
    border-color: #b4965a;
    border-radius: 30px
}
.btn.btn-primary:hover {
    background-color: #231f1e
}
main .ng-scope form {
    background-color: #d2c7ad;
    padding: 16px;
    border-radius: 16px;
    margin: 20px 0;
    border: 2px dashed #231f1e
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .fullsize-video-bg .inner>div p {
        max-width: 450px
    }
}
@media all and (-ms-high-contrast:none) and (max-width:450px), (-ms-high-contrast:active) and (max-width:450px) {
    .fullsize-video-bg .inner>div p {
        max-width: 315px
    }
}
@-webkit-keyframes animatedBtn {
    0% {
        bottom: 0
    }
    50% {
        bottom: 20px
    }
    100% {
        bottom: 0
    }
}
@keyframes animatedBtn {
    0% {
        bottom: 0
    }
    50% {
        bottom: 20px
    }
    100% {
        bottom: 0
    }
}
.animateHeightToInline {
    -webkit-animation: heightToInline .15s linear;
    animation: heightToInline .15s linear;
    overflow: hidden
}
.height0 {
    -webkit-transition: height .15s linear!important;
    -o-transition: height .15s linear!important;
    transition: height .15s linear!important;
    height: 0!important;
    overflow: hidden
}
[data-gardenburger] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    -webkit-font-smoothing: subpixel-antialiased
}
[data-gardenburger] *, [data-gardenburger] :after, [data-gardenburger] :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}
[data-gardenburger] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
[data-gardenburger] ul li {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 1rem
}
@media (max-width:768px) {
    [data-gardenburger] ul li {
        font-size: 1.25rem
    }
}
[data-gardenburger] ul li:first-child {
    border-left: 0
}
[data-gardenburger] ul li .fake-link, [data-gardenburger] ul li .linkless-nav-item, [data-gardenburger] ul li a {
    display: block;
    line-height: 20px;
    text-decoration: none
}
[data-gardenburger] ul li .fake-link:focus, [data-gardenburger] ul li .linkless-nav-item:focus, [data-gardenburger] ul li a:focus {
    outline: 0
}
[data-gardenburger] ul li .linkless-nav-item {
    cursor: default
}
[data-gardenburger] ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li a {
    font-size: 85%
}
@media (max-width:1093px) {
    [data-gardenburger] {
        overflow: hidden
    }
    [data-gardenburger] .dropdown, [data-gardenburger] ul {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
    [data-gardenburger] .dropdown li, [data-gardenburger] ul li {
        margin-top: 1px;
        -webkit-transition: background .2s linear;
        -o-transition: background .2s linear;
        transition: background .2s linear
    }
    [data-gardenburger] .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li a, [data-gardenburger] ul li .linkless-nav-item, [data-gardenburger] ul li a {
        padding: 20px;
        color: #fefefe;
        background: rgba(0, 0, 0, .04)
    }
    [data-gardenburger] .dropdown li.opening, [data-gardenburger] ul li.opening {
        -webkit-transition: background .2s linear;
        -o-transition: background .2s linear;
        transition: background .2s linear;
        background: rgba(0, 0, 0, .04)
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile), [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile) {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile)>.linkless-nav-item, [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile)>a, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile)>.linkless-nav-item, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile)>a {
        -ms-flex: 1 1 1px;
        -webkit-box-flex: 1;
                flex: 1 1 1px;
        max-width: calc(100% - 61px);
        margin-right: 1px
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers {
        -ms-flex: 0 0 60px;
        -webkit-box-flex: 0;
                flex: 0 0 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        background: rgba(0, 0, 0, .08)
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers:focus, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers:focus {
        outline: 0
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers i, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile) .submenuTogglers i {
        display: inline-block;
        -webkit-transform-origin: center 20%;
        -ms-transform-origin: center 20%;
        transform-origin: center 20%;
        border-style: solid;
        border-color: transparent;
        border-width: 6px;
        border-top-color: #fefefe;
        transition: -webkit-transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        -o-transition: transform .25s linear;
        transition: transform .25s linear;
        transition: transform .25s linear, -webkit-transform .25s linear;
        margin: 6px auto 0;
        size: 0
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile).opening>.submenuTogglers i, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile).opening>.submenuTogglers i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: -webkit-transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        -o-transition: transform .25s linear;
        transition: transform .25s linear;
        transition: transform .25s linear, -webkit-transform .25s linear
    }
    [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile)>.dropdown, [data-gardenburger] .dropdown li.hasChildMenu:not(.surface-visible-in-mobile)>ul, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile)>.dropdown, [data-gardenburger] ul li.hasChildMenu:not(.surface-visible-in-mobile)>ul {
        -ms-flex: 1 1 100%;
        -webkit-box-flex: 1;
                flex: 1 1 100%
    }
    [data-gardenburger] .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li a, [data-gardenburger] .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li a, [data-gardenburger] ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li a, [data-gardenburger] ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li a {
        padding-left: 30px
    }
    [data-gardenburger] .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li a, [data-gardenburger] .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li a, [data-gardenburger] .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li a, [data-gardenburger] ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li a, [data-gardenburger] ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li a, [data-gardenburger] ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li a, [data-gardenburger] ul li ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li ul li a {
        padding-left: 40px
    }
    [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li a, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li ul li a, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li ul li a, [data-gardenburger] .dropdown li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li .dropdown li a, [data-gardenburger] .dropdown li ul li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li ul li a, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] ul li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li ul li a, [data-gardenburger] ul li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li .dropdown li a, [data-gardenburger] ul li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li ul li a, [data-gardenburger] ul li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li .dropdown li a, [data-gardenburger] ul li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li ul li a, [data-gardenburger] ul li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li ul li .dropdown li a, [data-gardenburger] ul li ul li ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li ul li ul li a {
        padding-left: 50px
    }
    [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li .dropdown li ul li a, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li .dropdown li ul li ul li a, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li .dropdown li ul li a, [data-gardenburger] .dropdown li .dropdown li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li ul li .dropdown li a, [data-gardenburger] .dropdown li .dropdown li ul li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li .dropdown li ul li ul li ul li a, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li .dropdown li ul li a, [data-gardenburger] .dropdown li ul li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li ul li .dropdown li a, [data-gardenburger] .dropdown li ul li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li .dropdown li ul li ul li a, [data-gardenburger] .dropdown li ul li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li .dropdown li .dropdown li a, [data-gardenburger] .dropdown li ul li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li .dropdown li ul li a, [data-gardenburger] .dropdown li ul li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li ul li .dropdown li a, [data-gardenburger] .dropdown li ul li ul li ul li ul li .linkless-nav-item, [data-gardenburger] .dropdown li ul li ul li ul li ul li a, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li .dropdown li ul li a, [data-gardenburger] ul li .dropdown li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li ul li .dropdown li a, [data-gardenburger] ul li .dropdown li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li .dropdown li ul li ul li a, [data-gardenburger] ul li .dropdown li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li .dropdown li .dropdown li a, [data-gardenburger] ul li .dropdown li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li .dropdown li ul li a, [data-gardenburger] ul li .dropdown li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li ul li .dropdown li a, [data-gardenburger] ul li .dropdown li ul li ul li ul li .linkless-nav-item, [data-gardenburger] ul li .dropdown li ul li ul li ul li a, [data-gardenburger] ul li ul li .dropdown li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li .dropdown li .dropdown li a, [data-gardenburger] ul li ul li .dropdown li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li .dropdown li ul li a, [data-gardenburger] ul li ul li .dropdown li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li ul li .dropdown li a, [data-gardenburger] ul li ul li .dropdown li ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li .dropdown li ul li ul li a, [data-gardenburger] ul li ul li ul li .dropdown li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li ul li .dropdown li .dropdown li a, [data-gardenburger] ul li ul li ul li .dropdown li ul li .linkless-nav-item, [data-gardenburger] ul li ul li ul li .dropdown li ul li a, [data-gardenburger] ul li ul li ul li ul li .dropdown li .linkless-nav-item, [data-gardenburger] ul li ul li ul li ul li .dropdown li a, [data-gardenburger] ul li ul li ul li ul li ul li .linkless-nav-item, [data-gardenburger] ul li ul li ul li ul li ul li a {
        padding-left: 60px
    }
    [data-gardenburger]>ul {
        background: #eee;
        position: absolute;
        width: 100%;
        margin-top: 42px
    }
    [data-gardenburger]>ul>li:first-child {
        margin-top: 0
    }
    [data-gardenburger]>ul>li {
        background: #241f20
    }
    [data-gardenburger] .nav-cta-wrap {
        float: left;
        margin-left: 15px
    }
    [data-gardenburger] .nav-cta-wrap a.nav-cta {
        text-align: left;
        font-size: 14px;
        width: 100%;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none
    }
    [data-gardenburger] .nav-cta-wrap a.nav-cta:hover {
        color: #b4975a
    }
    [data-gardenburger] .burger {
        text-align: right;
        float: right;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
                justify-content: space-between
    }
    [data-gardenburger] .burger a {
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        width: 46px
    }
    [data-gardenburger] .burger a:focus {
        outline: 0
    }
    [data-gardenburger] .burger a i {
        display: block;
        height: 4px;
        border-radius: 2px;
        background: #b4975a;
        transition: -webkit-transform .3s linear;
        -webkit-transition: -webkit-transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear
    }
    [data-gardenburger] .burger a i+i {
        margin-top: 5px
    }
    [data-gardenburger] .burger a i:nth-child(2) {
        -webkit-transition: opacity .12s linear .12s;
        -o-transition: opacity .12s linear .12s;
        transition: opacity .12s linear .12s
    }
    [data-gardenburger] .burger.ex a i {
        -webkit-transition: all .24s linear;
        -o-transition: all .24s linear;
        transition: all .24s linear
    }
    [data-gardenburger] .burger.ex a i:first-child {
        -webkit-transform: translateY(9px) rotate(135deg);
        -ms-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg)
    }
    [data-gardenburger] .burger.ex a i:nth-child(2) {
        -webkit-transition: opacity .12s linear;
        -o-transition: opacity .12s linear;
        transition: opacity .12s linear;
        opacity: 0
    }
    [data-gardenburger] .burger.ex a i:last-child {
        -webkit-transform: translateY(-9px) rotate(-135deg);
        -ms-transform: translateY(-9px) rotate(-135deg);
        transform: translateY(-9px) rotate(-135deg)
    }
}
@media (min-width:1094px) {
    [data-gardenburger] {
        font-size: inherit
    }
    [data-gardenburger] ul li .fake-link, [data-gardenburger] ul li .linkless-nav-item, [data-gardenburger] ul li a {
        -webkit-transition: color .5s linear, background-color .5s linear;
        -o-transition: color .5s linear, background-color .5s linear;
        transition: color .5s linear, background-color .5s linear;
        padding: 10px 20px;
        background: 0 0;
        color: #f6f3e0
    }
    [data-gardenburger] ul li.focus>.linkless-nav-item, [data-gardenburger] ul li.focus>a, [data-gardenburger] ul li:hover>.linkless-nav-item, [data-gardenburger] ul li:hover>a {
        outline: 0;
        background-color: rgba(0, 0, 0, .03);
        -webkit-transition: color .5s linear, background-color .5s linear;
        -o-transition: color .5s linear, background-color .5s linear;
        transition: color .5s linear, background-color .5s linear
    }
    [data-gardenburger] ul li.hasChildMenu:not(.no-indicator)>.linkless-nav-item, [data-gardenburger] ul li.hasChildMenu:not(.no-indicator)>a {
        padding-right: 30px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        height: 100%
    }
    [data-gardenburger] ul li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger] ul li.hasChildMenu:not(.no-indicator)>a:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 50%;
        border-style: solid;
        border-color: transparent;
        border-width: 4px;
        margin-top: -2px;
        border-top-color: #f6f3e0;
        transition: border-top-color .5s linear, -webkit-transform .5s linear;
        -webkit-transition: border-top-color .5s linear, -webkit-transform .5s linear;
        -o-transition: border-top-color .5s linear, transform .5s linear;
        transition: border-top-color .5s linear, transform .5s linear;
        transition: border-top-color .5s linear, transform .5s linear, -webkit-transform .5s linear
    }
    [data-gardenburger] ul li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger] ul li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger] ul li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger] ul li.hasChildMenu:not(.no-indicator):hover>a:after {
        transition: -webkit-transform .5s linear;
        -webkit-transition: -webkit-transform .5s linear;
        -o-transition: transform .5s linear;
        transition: transform .5s linear;
        transition: transform .5s linear, -webkit-transform .5s linear;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
    [data-gardenburger] ul li.active>a {
        color: rgba(0, 0, 0, .7)
    }
    [data-gardenburger] ul li ul {
        padding: 10px 0
    }
    [data-gardenburger] ul li .dropdown, [data-gardenburger] ul li ul {
        width: 100%;
        z-index: 30;
        background-color: #353232
    }
    [data-gardenburger] ul li .dropdown li, [data-gardenburger] ul li ul li {
        min-width: 100%;
        padding: 0;
        text-align: left
    }
    [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator)>a:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator)>a:after {
        border-left-color: #f6f3e0;
        border-top-color: transparent
    }
    [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger] ul li .dropdown li.hasChildMenu:not(.no-indicator):hover>a:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger] ul li ul li.hasChildMenu:not(.no-indicator):hover>a:after {
        -webkit-transform: translateX(5px) translateY(0);
        -ms-transform: translateX(5px) translateY(0);
        transform: translateX(5px) translateY(0)
    }
    [data-gardenburger]>ul {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center
    }
    [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator)>a:after {
        border-width: 4px;
        margin-top: -6px;
        border-top-color: transparent;
        border-bottom-color: #f6f3e0
    }
    [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger].flip-v ul li.hasChildMenu:not(.no-indicator):hover>a:after {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator)>a:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator)>.linkless-nav-item:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator)>a:after {
        border-bottom-color: transparent
    }
    [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger].flip-v ul li .dropdown li.hasChildMenu:not(.no-indicator):hover>a:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator).focus>.linkless-nav-item:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator).focus>a:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator):hover>.linkless-nav-item:after, [data-gardenburger].flip-v ul li ul li.hasChildMenu:not(.no-indicator):hover>a:after {
        -webkit-transform: translateX(5px) translateY(0);
        -ms-transform: translateX(5px) translateY(0);
        transform: translateX(5px) translateY(0)
    }
    [data-gardenburger] li:not(.not-hoverable) .dropdown, [data-gardenburger] li:not(.not-hoverable) ul {
        -webkit-transition: opacity .2s linear .2s, left 0s linear .45s;
        -o-transition: opacity .2s linear .2s, left 0s linear .45s;
        transition: opacity .2s linear .2s, left 0s linear .45s
    }
    [data-gardenburger] li.not-hoverable>.dropdown, [data-gardenburger] li.not-hoverable>ul {
        -webkit-transition: opacity .2s linear, left 0s linear .25s;
        -o-transition: opacity .2s linear, left 0s linear .25s;
        transition: opacity .2s linear, left 0s linear .25s
    }
    [data-gardenburger] li.focus>.dropdown, [data-gardenburger] li.focus>ul, [data-gardenburger] li.locked-active>.dropdown, [data-gardenburger] li.locked-active>ul {
        -webkit-transition: opacity .15s linear 0s;
        -o-transition: opacity .15s linear 0s;
        transition: opacity .15s linear 0s
    }
    [data-gardenburger] li:hover:not(.not-hoverable)>.dropdown, [data-gardenburger] li:hover:not(.not-hoverable)>ul {
        -webkit-transition: left 0s linear .2s, opacity .15s linear .2s;
        -o-transition: left 0s linear .2s, opacity .15s linear .2s;
        transition: left 0s linear .2s, opacity .15s linear .2s
    }
    [data-gardenburger] li:not(.not-hoverable) .dropdown.flip, [data-gardenburger] li:not(.not-hoverable) ul.flip {
        -webkit-transition: right 0s linear .45s, opacity .2s linear .2s;
        -o-transition: right 0s linear .45s, opacity .2s linear .2s;
        transition: right 0s linear .45s, opacity .2s linear .2s
    }
    [data-gardenburger] li.focus:not(.not-hoverable)>.dropdown.flip, [data-gardenburger] li.focus:not(.not-hoverable)>ul.flip, [data-gardenburger] li:hover:not(.not-hoverable)>.dropdown.flip, [data-gardenburger] li:hover:not(.not-hoverable)>ul.flip {
        -webkit-transition: right 0s linear .2s, opacity .15s linear .2s;
        -o-transition: right 0s linear .2s, opacity .15s linear .2s;
        transition: right 0s linear .2s, opacity .15s linear .2s
    }
}
@media (min-width:1094px) {
    [data-gardenburger] li .dropdown, [data-gardenburger] li ul {
        position: absolute;
        left: -999em;
        top: auto;
        width: 100%;
        height: auto!important;
        overflow: visible!important;
        opacity: .01
    }
    [data-gardenburger] li .dropdown li .dropdown, [data-gardenburger] li .dropdown li ul, [data-gardenburger] li ul li .dropdown, [data-gardenburger] li ul li ul {
        top: 0
    }
}
@media (min-width:1094px) {
    [data-gardenburger].flip-v li .dropdown, [data-gardenburger].flip-v li ul {
        bottom: 100%
    }
    [data-gardenburger].flip-v li .dropdown li .dropdown, [data-gardenburger].flip-v li .dropdown li ul, [data-gardenburger].flip-v li ul li .dropdown, [data-gardenburger].flip-v li ul li ul {
        top: auto;
        bottom: 0
    }
}
@media (max-width:1093px) {
    [data-gardenburger] li.closed>.dropdown, [data-gardenburger] li.closed>ul, [data-gardenburger].mobileHide>ul {
        position: absolute;
        left: -999em;
        top: auto;
        height: auto;
        overflow: visible;
        width: 100%
    }
}
@media (min-width:1094px) {
    [data-gardenburger] li.focus:not(.not-hoverable)>.dropdown, [data-gardenburger] li.focus:not(.not-hoverable)>ul, [data-gardenburger] li.locked-active>.dropdown, [data-gardenburger] li.locked-active>ul, [data-gardenburger] li:hover:not(.not-hoverable)>.dropdown, [data-gardenburger] li:hover:not(.not-hoverable)>ul {
        opacity: 1;
        left: 0
    }
}
@media (min-width:1094px) {
    [data-gardenburger] li li.focus:not(.not-hoverable)>.dropdown, [data-gardenburger] li li.focus:not(.not-hoverable)>ul, [data-gardenburger] li li.locked-active>.dropdown, [data-gardenburger] li li.locked-active>ul, [data-gardenburger] li li:hover:not(.not-hoverable)>.dropdown, [data-gardenburger] li li:hover:not(.not-hoverable)>ul {
        left: 100%
    }
}
@media (min-width:1094px) {
    [data-gardenburger] li .dropdown.flip, [data-gardenburger] li ul.flip {
        left: auto;
        right: 99999em
    }
}
@media (min-width:1094px) {
    [data-gardenburger] li.focus:not(.not-hoverable)>.dropdown.flip, [data-gardenburger] li.focus:not(.not-hoverable)>ul.flip, [data-gardenburger] li.locked-active>.dropdown.flip, [data-gardenburger] li.locked-active>ul.flip, [data-gardenburger] li:hover:not(.not-hoverable)>.dropdown.flip, [data-gardenburger] li:hover:not(.not-hoverable)>ul.flip {
        left: auto!important;
        right: 100%
    }
}
@media (min-width:1094px) {
    [data-gardenburger]>ul>li.focus:not(.not-hoverable)>.dropdown.flip, [data-gardenburger]>ul>li.focus:not(.not-hoverable)>ul.flip, [data-gardenburger]>ul>li.locked-active>.dropdown.flip, [data-gardenburger]>ul>li.locked-active>ul.flip, [data-gardenburger]>ul>li:hover:not(.not-hoverable)>.dropdown.flip, [data-gardenburger]>ul>li:hover:not(.not-hoverable)>ul.flip {
        right: 0
    }
}
@media (min-width:1094px) {
    [data-gardenburger] .submenuTogglers {
        display: none!important
    }
}
@media (min-width:1094px) {
    [data-gardenburger] .burger {
        display: none
    }
}
@media (max-width:1093px) {
    [data-gardenburger] li.hide-link-in-mobile>.linkless-nav-item, [data-gardenburger] li.hide-link-in-mobile>a {
        display: none
    }
}
[data-gardenburger] #search-nav-item .linkless-nav-item {
    height: 40px;
    width: 40px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%20data-icon%3D%27magnifying-glass%27%20viewBox%3D%270%200%2032%2032%27%20fill%3D%27%23f6f3e0%27%3E%3Cpath%20d%3D%27M12%200C5.39%200%200%205.39%200%2012s5.39%2012%2012%2012c2.74%200%205.257-.944%207.28-2.5l1.595%201.625-.53.53a.478.478%200%200%200%200%20.69l7.312%207.312a.478.478%200%200%200%20.688%200l3.313-3.313a.478.478%200%200%200%200-.688l-7.313-7.313a.478.478%200%200%200-.688%200l-.625.625-1.594-1.594A11.923%2011.923%200%200%200%2024%2012c0-6.61-5.39-12-12-12zm0%203c4.988%200%209%204.012%209%209s-4.012%209-9%209-9-4.012-9-9%204.012-9%209-9z%27/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 50%
}
[data-gardenburger] #search-nav-item .dropdown {
    padding: 10px
}
@media (max-width:1093px) {
    [data-gardenburger] #search-nav-item #search-nav-item {
        background: rgba(0, 0, 0, .04)
    }
}
@media (min-width:1094px) {
    [data-gardenburger] #search-nav-item #search-nav-item>.dropdown, [data-gardenburger] #search-nav-item #search-nav-item>.menuPositioningWrapper>.dropdown, [data-gardenburger] #search-nav-item #search-nav-item>.menuPositioningWrapper>ul, [data-gardenburger] #search-nav-item #search-nav-item>ul {
        width: 250px
    }
}
[data-gardenburger] #social-nav-item>ul li a {
    padding: 15px
}
[data-gardenburger] #social-nav-item>ul li a svg {
    vertical-align: top
}
[data-gardenburger] #social-nav-item>ul li a svg path {
    fill: #f6f3e0;
    -webkit-transition: fill .1s linear;
    -o-transition: fill .1s linear;
    transition: fill .1s linear
}
[data-gardenburger] #social-nav-item>ul li a:hover svg path {
    fill: #e1d797;
    -webkit-transition: fill .1s linear;
    -o-transition: fill .1s linear;
    transition: fill .1s linear
}
@media (max-width:1093px) {
    [data-gardenburger] #social-nav-item>ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        background: rgba(0, 0, 0, .04)
    }
    [data-gardenburger] #social-nav-item>ul>li {
        margin-top: 0
    }
    [data-gardenburger] #social-nav-item>ul>li>a {
        background: 0 0
    }
}
@media (min-width:1094px) {
    [data-gardenburger] #social-nav-item>ul {
        display: block;
        -webkit-columns: 3;
        columns: 3;
        -webkit-column-gap: 0;
        column-gap: 0;
        padding: 0
    }
}
@media (max-width:1093px) and (max-width:1094px) {
    [data-gardenburger] .nav-cta-wrap {
        display: block
    }
}
@-webkit-keyframes heightToInline {
    0% {
        height: 0
    }
}
@keyframes heightToInline {
    0% {
        height: 0
    }
}
#social {
    z-index: 100;
    display: inline-block
}
#social .panel-panel {
    max-width: calc(100vw - 70px);
    width: calc(100vw - 70px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
            box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 3px
}
#social .panel-panel ul {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#social .panel-panel ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle
}
#social .panel-panel ul li a {
    display: block;
    padding: 10px 5px
}
#social .panel-panel ul li a svg {
    vertical-align: top
}
#social .panel-panel ul li a svg path {
    fill: #241f20
}
#social .panel-panel ul li a svg:hover path {
    fill: #1d191a
}
#social-side * {
    max-width: none
}
#social-side .inner .toggle {
    display: none;
    color: #241f20
}
#social-side .inner .social-panel ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
#social-side .inner .social-panel ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
#social-side .inner .social-panel ul li a {
    display: block;
    padding: 5px
}
#social-side .inner .social-panel ul li a svg {
    vertical-align: top;
    width: 16px;
    height: 16px
}
#social-side .inner .social-panel ul li a svg path {
    fill: #837175
}
#social-side .inner .social-panel ul li a svg:hover path {
    fill: #b5a9ac
}
@media (min-height:500px) {
    #social-side {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 100%;
        margin: 0;
        z-index: 99;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-transition: all .15s linear;
        -o-transition: all .15s linear;
        transition: all .15s linear
    }
    #social-side .inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #social-side .inner .toggle {
        display: block;
        position: absolute;
        height: 25px;
        width: 80px;
        left: -24px;
        top: calc(50% + 80px / 2);
        text-align: center;
        border-radius: 5px 5px 0 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-bottom: none
    }
    #social-side .inner .toggle:active, #social-side .inner .toggle:focus, #social-side .inner .toggle:hover {
        text-decoration: none
    }
    #social-side .inner .social-panel {
        max-height: 80vh;
        overflow-y: auto;
        border-radius: 5px 0 0 5px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-right: none
    }
    #social-side .inner .social-panel ul {
        display: block;
        margin: 0;
        padding: 5px 0
    }
    #social-side .inner .social-panel ul li a {
        padding: 5px 10px
    }
    #social-side .inner .social-panel ul li a svg {
        width: 30px;
        height: auto
    }
    #social-side .inner .social-panel ul li a svg path {
        fill: #241f20
    }
    #social-side .inner .social-panel ul li a svg:hover path {
        fill: #1d191a
    }
    #social-side.locked {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }
}
#social-side-surface {
    margin: 10px
}
#social-side-surface ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
#social-side-surface ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
#social-side-surface ul li a {
    display: block;
    padding: 5px
}
#social-side-surface ul li a svg {
    vertical-align: top
}
#social-side-surface ul li a svg path {
    fill: #837175
}
#social-side-surface ul li a svg:hover path {
    fill: #b5a9ac
}
@media (min-height:400px) {
    #social-side-surface {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99;
        margin: 0
    }
    #social-side-surface ul {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 5px 0;
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-left: none;
        border-radius: 0 5px 5px 0
    }
    #social-side-surface ul li a {
        padding: 2px 5px
    }
    #social-side-surface ul li a svg path {
        fill: #241f20
    }
    #social-side-surface ul li a svg:hover path {
        fill: #1d191a
    }
}
#xe-minicart {
    background: #fff;
    min-height: 37px;
    font-size: 12px;
    text-align: right
}
#xe-minicart div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px 10px
}
@media (max-width:450px) {
    #xe-minicart div {
        padding: 0 15px 10px
    }
}
#xe-minicart div a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0;
    white-space: nowrap
}
#xe-minicart div a+a {
    margin-left: 20px
}
#xe-minicart div a.iconned {
    padding-left: 22px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: auto 15px
}
#xe-minicart div a.iconned.user {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2797%27%20height%3D%2791.667%27%20viewBox%3D%2754.167%2054.167%2097%2091.667%27%20fill%3D%27%23241f20%27%3E%3Cpath%20d%3D%27M145.834%20125.867c-2.684-1.525-20.18-11.875-29.168-15.518V94.61c2.6-1.9%204.168-4.825%204.168-9.262V72.917c0-10.312-6.25-18.75-18.75-18.75s-18.75%208.438-18.75%2018.75V85.35c0%204.48%201.566%207.417%204.167%209.304v15.695c-8.466%203.637-26.482%2013.987-29.166%2015.517-3.333%201.896-4.167%203.7-4.167%208.083v9.8c0%201.15.933%202.084%202.083%202.084h91.666c1.15%200%202.084-.934%202.084-2.084v-9.8c0-4.384-.834-6.187-4.166-8.083z%27/%3E%3C/svg%3E")
}
#xe-minicart div a.iconned.door {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2779.17%27%20height%3D%27100.001%27%20viewBox%3D%2758.333%2050%2079.17%20100.001%27%20fill%3D%27%23241f20%27%3E%3Cpath%20d%3D%27M66.667%2058.333h16.667v8.333H66.667v66.667h16.667v8.332H66.667c-4.596%200-8.333-3.736-8.333-8.332V66.667c0-4.596%203.737-8.334%208.333-8.334zM137.5%2062.5v75c0%201.404-.408%202.184-.79%202.625a3.938%203.938%200%200%201-2.28%201.392l-41.667%208.333a4.154%204.154%200%200%201-5.262-4.016V54.167A4.18%204.18%200%200%201%2091.67%2050c.367%200%20.738.05%201.096.146l41.667%208.333c1.522.395%201.917%201%202.325%201.595.417.596.75%201.55.75%202.425h-.005zm-31.25%2035.417a4.167%204.167%200%201%200-8.333%200%204.167%204.167%200%200%200%208.333%200z%27/%3E%3C/svg%3E")
}
#xe-minicart div a.iconned.arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27101.563%27%20height%3D%27101.567%27%20viewBox%3D%2748.958%2048.958%20101.563%20101.567%27%20fill%3D%27%23241f20%27%3E%3Cpath%20d%3D%27M48.958%2099.742c0%2028.042%2022.737%2050.784%2050.78%2050.784%2028.04%200%2050.783-22.734%2050.783-50.784%200-28.05-22.737-50.783-50.783-50.783-28.04-.002-50.78%2022.73-50.78%2050.782zM75%2093.75c0-1.15.933-2.083%202.083-2.083H100V76.95c0-1.146.72-1.488%201.6-.75l26.658%2022.208c.875.73.875%201.934%200%202.667L101.6%20123.283c-.875.733-1.6.396-1.6-.75v-14.2H77.083A2.084%202.084%200%200%201%2075%20106.25v-12.5z%27/%3E%3C/svg%3E")
}
#xe-minicart div a.iconned.cart {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20data-icon%3D%22cart%22%20data-container-transform%3D%22translate%280%201%29%22%20fill%3D%27%23241f20%27%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M0%201v1h2.594l.78%203.594.5%203.5-.593%202.938A1.48%201.48%200%200%200%202%2013.502%201.5%201.5%200%200%200%203.5%2015a1.48%201.48%200%200%200%201.406-1h7.188c.204.585.75%201%201.406%201a1.5%201.5%200%200%200%200-3%201.48%201.48%200%200%200-1.406%201H4.906a1.45%201.45%200%200%200-.656-.782L4.688%2010H14.5a.59.59%200%200%200%20.564-.5l.875-6a.43.43%200%200%200-.44-.5H3.813l-.28-1.343v-.03H3.5C3.405%201.257%203.136%201%202.75%201H0z%22/%3E%3C/svg%3E")
}
#xe-minicart.dark-mode {
    background: #555
}
#xe-minicart.dark-mode div a {
    color: rgba(255, 255, 255, .9)
}
#xe-minicart.dark-mode div a:hover {
    color: #fff
}
#xe-minicart.dark-mode div a.iconned.user {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2797%27%20height%3D%2791.667%27%20viewBox%3D%2754.167%2054.167%2097%2091.667%27%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M145.834%20125.867c-2.684-1.525-20.18-11.875-29.168-15.518V94.61c2.6-1.9%204.168-4.825%204.168-9.262V72.917c0-10.312-6.25-18.75-18.75-18.75s-18.75%208.438-18.75%2018.75V85.35c0%204.48%201.566%207.417%204.167%209.304v15.695c-8.466%203.637-26.482%2013.987-29.166%2015.517-3.333%201.896-4.167%203.7-4.167%208.083v9.8c0%201.15.933%202.084%202.083%202.084h91.666c1.15%200%202.084-.934%202.084-2.084v-9.8c0-4.384-.834-6.187-4.166-8.083z%27/%3E%3C/svg%3E")
}
#xe-minicart.dark-mode div a.iconned.door {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2779.17%27%20height%3D%27100.001%27%20viewBox%3D%2758.333%2050%2079.17%20100.001%27%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M66.667%2058.333h16.667v8.333H66.667v66.667h16.667v8.332H66.667c-4.596%200-8.333-3.736-8.333-8.332V66.667c0-4.596%203.737-8.334%208.333-8.334zM137.5%2062.5v75c0%201.404-.408%202.184-.79%202.625a3.938%203.938%200%200%201-2.28%201.392l-41.667%208.333a4.154%204.154%200%200%201-5.262-4.016V54.167A4.18%204.18%200%200%201%2091.67%2050c.367%200%20.738.05%201.096.146l41.667%208.333c1.522.395%201.917%201%202.325%201.595.417.596.75%201.55.75%202.425h-.005zm-31.25%2035.417a4.167%204.167%200%201%200-8.333%200%204.167%204.167%200%200%200%208.333%200z%27/%3E%3C/svg%3E")
}
#xe-minicart.dark-mode div a.iconned.arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27101.563%27%20height%3D%27101.567%27%20viewBox%3D%2748.958%2048.958%20101.563%20101.567%27%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M48.958%2099.742c0%2028.042%2022.737%2050.784%2050.78%2050.784%2028.04%200%2050.783-22.734%2050.783-50.784%200-28.05-22.737-50.783-50.783-50.783-28.04-.002-50.78%2022.73-50.78%2050.782zM75%2093.75c0-1.15.933-2.083%202.083-2.083H100V76.95c0-1.146.72-1.488%201.6-.75l26.658%2022.208c.875.73.875%201.934%200%202.667L101.6%20123.283c-.875.733-1.6.396-1.6-.75v-14.2H77.083A2.084%202.084%200%200%201%2075%20106.25v-12.5z%27/%3E%3C/svg%3E")
}
#xe-minicart.dark-mode div a.iconned.cart {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20data-icon%3D%22cart%22%20data-container-transform%3D%22translate%280%201%29%22%20fill%3D%27%23fff%27%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M0%201v1h2.594l.78%203.594.5%203.5-.593%202.938A1.48%201.48%200%200%200%202%2013.502%201.5%201.5%200%200%200%203.5%2015a1.48%201.48%200%200%200%201.406-1h7.188c.204.585.75%201%201.406%201a1.5%201.5%200%200%200%200-3%201.48%201.48%200%200%200-1.406%201H4.906a1.45%201.45%200%200%200-.656-.782L4.688%2010H14.5a.59.59%200%200%200%20.564-.5l.875-6a.43.43%200%200%200-.44-.5H3.813l-.28-1.343v-.03H3.5C3.405%201.257%203.136%201%202.75%201H0z%22/%3E%3C/svg%3E")
}
.carousel-fade .carousel-control {
    z-index: 2
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.active.left, .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.active, .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.clearfix:after, .clearfix:before {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
#uBlogsy_footer, #uBlogsy_header_container, #uBlogsy_left_col, #uBlogsy_main, #uBlogsy_nav_container, #uBlogsy_right_col, .uBlogsy_tag_list {
    overflow: hidden
}
@media only screen and (min-width:600px) {
    #uBlogsy_left_col {
        float: left;
        width: 65%
    }
    #uBlogsy_right_col {
        float: right;
        width: 30%
    }
}
#uBlogsy_nav_container {
    clear: both;
    height: 50px;
    width: 100%;
    text-align: center
}
#uBlogsy_nav {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 20px 0 0;
    margin-left: 2%
}
#uBlogsy_nav li {
    display: block;
    float: left;
    padding-right: 30px
}
#uBlogsy_nav li a.uBlogsy_current {
    font-weight: 700
}
#uBlgosy_blog_name {
    font-size: 125%;
    text-transform: uppercase;
    position: relative;
    top: -1em
}
#uBlgosy_blog_name a {
    color: #666f40;
    text-decoration: none
}
#uBlgosy_blog_name a:hover {
    color: #9aaa46;
    text-decoration: underline
}
#uBlogsy_footer {
    padding: 0;
    margin: 30px 0
}
#uBlogsy_footer .uBlogsy_footer_text {
    float: right;
    margin-top: 10px
}
.uBlogsy_posts_container {
    margin-top: 2em
}
body.cms-doctype-uBlogsyPost div.uBlogsy_post {
    border-width: 0
}
.uBlogsy_post {
    border-bottom: 1px dotted #777;
    padding-bottom: 2em;
    margin-bottom: 1.5em
}
.uBlogsy_post h2 {
    margin-bottom: 0
}
.uBlogsy_post h2 a {
    text-decoration: none
}
.uBlogsy_post h2 a:hover {
    text-decoration: underline
}
#main-content .uBlogsy_post h3.uBlogsy_post_date {
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 1.5em
}
#side-column .uBlogsy_side_panel h2 {
    margin-bottom: .5em;
    border-top: 1px dotted #636c3f;
    padding-top: 1em;
    font-size: 130%;
    color: #620008
}
#side-column .uBlogsy_side_panel li, #side-column .uBlogsy_side_panel ul {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    list-style-type: none
}
#side-column .uBlogsy_side_panel ul ul {
    padding-left: 1.2em
}
#side-column .uBlogsy_side_panel>ul {
    margin-bottom: 1em
}
.uBlogsy_comment_footer {
    float: right;
    overflow: hidden
}
.uBlogsy_view_commenter_posts {
    float: right;
    clear: right
}
.uBlogsy_next_prev {
    padding-top: 40px;
    overflow: hidden;
    clear: both
}
a.uBlogsy_prev {
    float: left
}
a.uBlogsy_next {
    float: right
}
a.uBlogsy_next span, a.uBlogsy_prev span {
    position: relative;
    top: -1px;
    padding: 0 2px
}
div.uBlogsy_author, div.uBlogsy_category_list, div.uBlogsy_comment_count, div.uBlogsy_read_more, div.uBlogsy_tag_list, font-size:80%, line-height:1.4 {
    margin: 1em 0;
    font-weight: 700
}
div.uBlogsy_author a, div.uBlogsy_category_list a, div.uBlogsy_comment_count a, div.uBlogsy_read_more a, div.uBlogsy_tag_list a, font-size:80% a, line-height:1.4 a {
    text-decoration: none
}
div.uBlogsy_author a:hover, div.uBlogsy_category_list a:hover, div.uBlogsy_comment_count a:hover, div.uBlogsy_read_more a:hover, div.uBlogsy_tag_list a:hover, font-size:80% a:hover, line-height:1.4 a:hover {
    text-decoration: underline
}
#comments {
    padding-top: 2em;
    clear: both
}
.uBlogsy_comments_container h4 {
    margin-bottom: 0
}
#uBlogsy_left_col .uBlogsy_comments {
    padding-left: 30px
}
.uBlogsy_comment {
    padding: 20px 0;
    overflow: hidden
}
.uBlogsy_comment.uBlogsy_last {
    border-bottom: 0
}
.uBlogsy_comment_name {
    padding-bottom: 10px
}
.uBlogsy_comment_message {
    padding-bottom: 20px
}
.uBlogsy_comment_date {
    float: left;
    clear: left;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 80%
}
.uBlogsy_comment_website {
    float: right;
    margin-left: 30px
}
.uBlogsy_comment_count {
    overflow: hidden
}
.uBlogsy_search {
    margin: 1em 0 2em
}
.uBlogsy_search input[type=text] {
    width: 115px
}
#btnSearch:hover {
    cursor: pointer
}
#uBlogsy_post_archive {
    margin-bottom: 2em
}
#uBlogsy_post_archive ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: .5em;
    margin-bottom: .5em;
    list-style-type: none;
    font-weight: 700
}
#uBlogsy_post_archive ul ul {
    padding-left: 15px;
    list-style-type: none;
    font-weight: 400
}
#uBlogsy_post_archive ul ul ul {
    padding-left: 25px;
    list-style-type: disc
}
#uBlogsy_post_archive li {
    margin: .3em 0
}
#uBlogsy_post_archive .uBlogsy_months, #uBlogsy_post_archive .uBlogsy_post-items {
    display: none
}
#uBlogsy_post_archive a {
    text-decoration: none
}
.uBlogsy_post_archive_alt .uBlogsy_year_first .uBlogsy_year_name {
    display: none
}
.uBlogsy_post_archive_alt .uBlogsy_year_first .uBlogsy_months {
    padding-left: 0;
    margin-top: 0
}
.uBlogsy_rss_link_container {
    margin-top: 2.5em
}
.uBlogsy_feed {
    background: url(/images/rss-icon-32x32.png) no-repeat 0 50%;
    background-image: url(/images/uBlogsy_feed-icon-14x14.png);
    padding-left: 22px;
    display: block;
    height: 14px;
    line-height: 14px;
    text-decoration: none
}
.uBlogsy_feed:hover {
    text-decoration: underline
}
.uBlogsy_bottom_border {
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px
}
ul.uBlogsy_tags {
    margin: 0;
    padding: 0
}
.uBlogsy_category_list>div, .uBlogsy_tag_list>div {
    float: left;
    padding-right: 5px
}
.uBlogsy_category_list .uBlogsy_categories, .uBlogsy_category_list .uBlogsy_tags, .uBlogsy_tag_list .uBlogsy_categories, .uBlogsy_tag_list .uBlogsy_tags {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0
}
.uBlogsy_category_list .uBlogsy_categories li, .uBlogsy_category_list .uBlogsy_tags li, .uBlogsy_tag_list .uBlogsy_categories li, .uBlogsy_tag_list .uBlogsy_tags li {
    display: block;
    float: left;
    padding-right: 10px
}
.uBlogsy_category_list {
    padding-top: 0
}
.uBlogsy_category_list h4 {
    float: left;
    margin: 0;
    padding-right: 10px
}
#uBlogsy .addthis_toolbox {
    float: left;
    clear: both;
    margin-top: 30px
}
#uBlogsy .addthis_toolbox a {
    display: block;
    float: right
}
#uBlogsy_pagination {
    display: block;
    float: right;
    overflow: hidden;
    margin: -10px 0 0
}
#uBlogsy_pagination .uBlogsy_page_next, #uBlogsy_pagination .uBlogsy_page_prev {
    width: auto
}
#uBlogsy_pagination li {
    list-style-type: none;
    display: block;
    float: left;
    height: auto;
    width: auto;
    margin: 0 2px;
    color: #999
}
#uBlogsy_pagination li a, #uBlogsy_pagination li span {
    display: block;
    padding: 0 4px;
    font-size: 12px;
    border: 1px solid #bbb;
    text-align: center
}
#uBlogsy_pagination li a:hover {
    text-decoration: none
}
#uBlogsy_pagination li.uBlogsy_page_next span, #uBlogsy_pagination li.uBlogsy_page_prev span {
    display: block
}
#uBlogsy_pagination li.uBlogsy_current a {
    font-weight: 700
}
#uBlogsy_pagination li.uBlogsy_current span {
    display: block;
    font-weight: 400
}
.uBlogsy_tag_cloud li {
    display: inline-block;
    padding-right: 10px
}
.uBlogsy_tag_cloud li span {
    color: #505050
}
.uBlogsy_tag_cloud1 {
    font-size: 11px
}
.uBlogsy_tag_cloud2 {
    font-size: 12px
}
.uBlogsy_tag_cloud3 {
    font-size: 13px
}
.uBlogsy_tag_cloud4 {
    font-size: 14px
}
.uBlogsy_tag_cloud5 {
    font-size: 15px
}
.uBlogsy_tag_cloud6 {
    font-size: 16px
}
.uBlogsy_tag_cloud7 {
    font-size: 17px
}
.uBlogsy_tag_cloud8 {
    font-size: 18px
}
.uBlogsy_tag_cloud9 {
    font-size: 19px
}
.uBlogsy_tag_cloud10 {
    font-size: 20px
}
.uBlogsy_tag_cloud11 {
    font-size: 21px
}
.uBlogsy_tag_cloud12 {
    font-size: 22px
}
.uBlogsy_tag_cloud13 {
    font-size: 23px
}
.uBlogsy_tag_cloud14 {
    font-size: 24px
}
.uBlogsy_tag_cloud15 {
    font-size: 25px
}
.uBlogsy_tag_cloud16 {
    font-size: 26px
}
.uBlogsy_tag_cloud17 {
    font-size: 27px
}
.uBlogsy_tag_cloud18 {
    font-size: 28px
}
.uBlogsy_tag_cloud19 {
    font-size: 39px
}
.uBlogsy_tag_cloud30 {
    font-size: 40px
}
.uBlogsy_tag_cloud31 {
    font-size: 41px
}
.uBlogsy_tag_cloud32 {
    font-size: 42px
}
.uBlogsy_tag_cloud33 {
    font-size: 43px
}
.uBlogsy_tag_cloud34 {
    font-size: 44px
}
.uBlogsy_tag_cloud35 {
    font-size: 45px
}
.uBlogsy_tag_cloud36 {
    font-size: 46px
}
.uBlogsy_tag_cloud37 {
    font-size: 47px
}
.uBlogsy_tag_cloud38 {
    font-size: 48px
}
.uBlogsy_tag_cloud39 {
    font-size: 49px
}
.uBlogsy_tag_cloud40 {
    font-size: 50px
}
.uBlogsy_tag_cloud41 {
    font-size: 51px
}
.uBlogsy_tag_cloud42 {
    font-size: 52px
}
.uBlogsy_tag_cloud43 {
    font-size: 53px
}
.uBlogsy_tag_cloud44 {
    font-size: 54px
}
.uBlogsy_tag_cloud45 {
    font-size: 55px
}
.uBlogsy_tag_cloud46 {
    font-size: 56px
}
.uBlogsy_tag_cloud47 {
    font-size: 57px
}
.uBlogsy_tag_cloud48 {
    font-size: 58px
}
.uBlogsy_tag_cloud49 {
    font-size: 59px
}
.uBlogsy_tag_cloud50 {
    font-size: 60px
}
.uBlogsy_tag_cloud51 {
    font-size: 61px
}
.uBlogsy_tag_cloud52 {
    font-size: 62px
}
.uBlogsy_tag_cloud53 {
    font-size: 63px
}
.uBlogsy_tag_cloud54 {
    font-size: 64px
}
.uBlogsy_tag_cloud55 {
    font-size: 65px
}
.uBlogsy_tag_cloud56 {
    font-size: 66px
}
.uBlogsy_tag_cloud57 {
    font-size: 67px
}
.uBlogsy_tag_cloud58 {
    font-size: 68px
}
.uBlogsy_tag_cloud59 {
    font-size: 69px
}
.uBlogsy_tag_cloud60 {
    font-size: 70px
}
p.dsq-widget-meta a {
    color: #999
}
.events {
    margin: 0;
    padding: 0;
    list-style: none
}
.events>li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 -15px;
    padding: 0
}
.events>li+li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4
}
.events>li>* {
    -ms-flex: 1 1 250px;
    -webkit-box-flex: 1;
            flex: 1 1 250px;
    margin: 0;
    padding: 15px
}
.events>li>div:first-child {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1
}
.events>li>div:nth-child(2) {
    -ms-flex-positive: 100000;
    -webkit-box-flex: 100000;
            flex-grow: 100000
}
.events>li h3 {
    margin: 0 0 20px
}
.events>li .event-meta {
    padding: 0 0 0 20px
}
.events>li .event-meta>li {
    margin: 0;
    padding: 0
}
.events>li .event-image {
    -ms-flex: 0 0 300px;
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    max-width: 300px;
    text-align: center
}
.galleries, .photos {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.galleries {
    margin: -15px
}
.galleries .gallery {
    padding: 15px
}
.galleries {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
.galleries .gallery {
    -ms-flex: 0 1 280px;
    -webkit-box-flex: 0;
            flex: 0 1 280px;
    max-width: 280px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.galleries .gallery a {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border: 1px solid #e4e4e4;
    -webkit-transition: border-color .15s linear;
    -o-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.galleries .gallery a:hover {
    border-color: #c2c2c2;
    -webkit-transition: border-color .15s linear;
    -o-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.galleries .gallery a figure {
    height: 180px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 1px solid #e4e4e4;
    background: #f9f9f9
}
.galleries .gallery a figure img {
    margin: auto;
    vertical-align: top
}
.galleries .gallery a h3 {
    margin: 20px 0
}
.galleries .gallery a .teaser {
    padding: 20px 0 10px;
    border-top: 1px solid #e4e4e4;
    color: #333
}
.gallery .photos .photo {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    max-width: 225px
}
.gallery .photos .photo a {
    display: block;
    text-align: center
}
.gallery .photos .photo a img {
    vertical-align: top
}
.gallery.masonry .photos {
    margin: -1px
}
.gallery.masonry .photos .photo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1px
}
@media (min-width:450px) {
    .gallery.masonry .photos .photo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}
@media (min-width:650px) {
    .gallery.masonry .photos .photo {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
}
@media (min-width:900px) {
    .gallery.masonry .photos .photo {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}
.gallery.masonry .photos .photo a img {
    width: 100%
}
.gallery.grid .photos {
    margin: -5px
}
.gallery.grid .photos .photo {
    padding: 5px
}
.gallery.grid .photos .photo a {
    overflow: hidden;
    text-align: center;
    height: 215px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 0 0 1px #e4e4e4;
            box-shadow: inset 0 0 0 1px #e4e4e4
}
.gallery.grid .photos .photo a img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
.trade-categories {
    margin: -15px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.trade-categories>li {
    margin: 10px 0;
    -ms-flex: 1 1 300px;
    -webkit-box-flex: 1;
            flex: 1 1 300px;
    padding: 15px
}
.trade-categories>li .trade-items {
    margin-top: 20px
}
.trade-categories .layout-tile {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.trade-categories .layout-tile .trade-items {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start
}
.trade-categories .layout-tile .trade-items>li {
    margin: 0;
    padding: 15px;
    -ms-flex: 0 0 240px;
    -webkit-box-flex: 0;
            flex: 0 0 240px;
    max-width: 240px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    list-style: none
}
.trade-categories .layout-tile .trade-items>li>.inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border: 1px solid #e4e4e4;
    -webkit-transition: border-color .15s linear;
    -o-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.trade-categories .layout-tile .trade-items>li>.inner:hover {
    border-color: #c2c2c2;
    -webkit-transition: border-color .15s linear;
    -o-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.trade-categories .layout-tile .trade-items>li>.inner figure {
    height: 200px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f9f9f9
}
.trade-categories .layout-tile .trade-items>li>.inner figure a {
    display: block;
    height: 100%
}
.trade-categories .layout-tile .trade-items>li>.inner figure a img {
    max-height: 100%;
    vertical-align: top;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.trade-categories .layout-tile .trade-items>li>.inner .trade-item-text h3 {
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 18px
}
.trade-categories .layout-tile .trade-items>li>.inner .trade-item-text .trade-filetypes {
    margin: 0;
    padding: 20px;
    list-style: none;
    font-size: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
.trade-categories .layout-tile .trade-items>li>.inner .trade-item-text .trade-filetypes li {
    margin: 1px;
    padding: 0;
    list-style: none
}
.trade-categories .layout-tile .trade-items>li>.inner .trade-item-text .trade-filetypes li a {
    display: block;
    padding: 1px 3px;
    background: #aaa;
    color: rgba(255, 255, 255, .9);
    border-radius: 2px
}
.trade-categories .layout-tile .trade-items>li>.inner .trade-item-text .trade-filetypes li a:hover {
    text-decoration: none;
    background: #999;
    color: #fff
}
.trade-categories .layout-list .trade-items {
    margin: 15px 0;
    padding: 0;
    list-style: none
}
.trade-categories .layout-list .trade-items>li {
    margin: 10px 0;
    padding: 0;
    list-style: none
}
.trade-categories .layout-list .trade-items>li>.inner figure {
    display: none
}
.trade-categories .layout-list .trade-items>li>.inner .trade-item-text h3 {
    margin: 0;
    padding: 0;
    font-size: 16px
}
.trade-categories .layout-list .trade-items>li>.inner .trade-item-text .trade-filetypes {
    margin: 5px 0 0;
    padding: 0 0 0 30px;
    font-size: 12px
}
.trade-categories .layout-list .trade-items>li>.inner .trade-item-text .trade-filetypes>li {
    list-style-type: disc
}
#wines-page .wines-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    padding: 0;
    list-style: none
}
#wines-page .wines-list>li {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    margin: 0;
    padding: 15px;
    list-style: none
}
@media (min-width:800px) {
    #wines-page .wines-list>li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%
    }
}
#wines-page .wines-list>li>.inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}
#wines-page .wines-list>li>.inner>* {
    padding: 20px
}
#wines-page .wines-list>li>.inner .thumb {
    -ms-flex: 0 1 140px;
    -webkit-box-flex: 0;
            flex: 0 1 140px;
    max-width: 140px
}
#wines-page .wines-list>li>.inner .thumb img {
    vertical-align: top
}
#wines-page .wines-list>li>.inner .wine-info {
    -ms-flex: 1 1 200px;
    -webkit-box-flex: 1;
            flex: 1 1 200px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
#wines-page .wines-list>li>.inner .wine-info .wine-title {
    margin: 4px 0 20px;
    font-size: 150%
}
#wines-page .wines-list>li>.inner .wine-info .wine-desc {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0 0 20px;
    text-align: justify;
    color: #444
}
#wines-page .wines-list>li>.inner .wine-info nav {
    margin: 15px -25px 12px 0;
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 1px solid #e4e4e4;
    background-color: #fcfcfc;
    font-size: 12px;
    -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .03);
            box-shadow: -1px -1px 1px rgba(0, 0, 0, .03)
}
#wines-page .wines-list>li>.inner .wine-info nav:after {
    content: ' ';
    position: absolute;
    top: -4px;
    right: 0;
    border: 4px solid transparent;
    border-top-color: #e4e4e4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#wines-page .wines-list>li>.inner .wine-info nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
#wines-page .wines-list>li>.inner .wine-info nav ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
#wines-page .wines-list>li>.inner .wine-info nav ul li a {
    display: block;
    padding: 50px 15px 10px;
    background-position: 50% 15px;
    background-repeat: no-repeat;
    background-size: auto 30px
}
#wines-page .wines-list>li>.inner .wine-info nav ul li a:hover {
    background-color: rgba(0, 0, 0, .03);
    text-decoration: none
}
#wines-page .wines-list>li>.inner .wine-info nav ul li.link-accolades a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27488.988%27 height=%27597.924%27 viewBox=%2762.424 18.396 488.988 597.924%27 fill%3D%27%23241f20%27%3E%3Cpath d=%27M217.872 460.26c-22.644 0-44.064-12.24-55.692-32.436l-11.628-20.196c-2.448-3.06-4.284-4.284-4.284-4.284L62.424 577.152l70.992-16.524 36.72 55.692 77.112-156.061h-29.376zM461.448 427.824c-11.017 20.195-32.437 32.436-55.692 32.436l-37.332 1.836L443.7 616.32l36.72-55.692 70.992 16.524-79.561-167.076-10.403 17.748zM523.26 219.744L501.228 181.8v-42.228c0-9.792-4.896-18.36-13.464-23.256l-36.72-21.42-22.032-37.944c-4.896-8.568-13.464-13.464-23.256-13.464h-43.452l-37.332-21.42c-8.567-4.896-18.359-4.896-26.928 0l-37.332 21.42h-42.84c-9.792 0-18.36 4.896-23.256 13.464l-21.42 36.72-37.944 22.032c-8.568 4.896-13.464 13.464-13.464 23.256v44.064l-21.42 36.72c-2.448 4.284-3.672 8.568-3.672 13.464s1.224 9.18 3.672 13.464l21.42 36.72v44.064c0 9.792 4.896 18.36 13.464 23.256l37.944 22.032 21.42 36.72c4.896 8.568 13.464 13.464 23.256 13.464h42.84l37.332 21.42c4.284 2.448 8.568 3.672 13.464 3.672 4.896 0 9.181-1.224 13.464-3.672l37.332-21.42h43.452c9.792 0 18.36-4.896 23.256-13.464l22.032-37.944 36.72-21.42c8.568-4.896 13.464-13.464 13.464-23.256v-42.228l22.032-37.944c4.284-8.568 4.284-18.972 0-26.928zm-126.684 0l-37.332 36.72 9.18 52.02c.612 2.448-.611 5.508-3.06 6.732-1.225.612-2.448 1.224-4.284 1.224-1.224 0-2.448 0-3.061-.612l-46.512-24.48-46.512 24.48c-2.448 1.224-4.896 1.224-7.344-.612-2.448-1.836-3.06-4.284-3.06-6.732l9.18-52.02-37.332-36.72c-1.836-1.836-2.448-4.896-1.836-7.344.612-2.448 3.06-4.284 5.508-4.896l52.02-7.344 23.256-47.124c2.448-4.896 10.404-4.896 12.24 0l23.256 47.124 52.021 7.344c2.448.612 4.896 2.448 5.508 4.896.612 2.448 0 5.508-1.836 7.344z%27/%3E%3C/svg%3E")
}
#wines-page .wines-list>li>.inner .wine-info nav ul li.link-recipes a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27204%27 height=%27306.884%27 viewBox=%27204 242.116 204 306.884%27 fill%3D%27%23241f20%27%3E%3Cpath d=%27M408 253.353V536.25c0 7.013-5.737 12.75-12.75 12.75H382.5c-7.013 0-12.75-5.737-12.75-12.75v-102S331.5 422.698 331.5 396v-91.647c0-10.519 7.14-23.906 15.912-29.733l44.676-29.784c8.747-5.814 15.912-2.002 15.912 8.517zm-119.978-8.071c-.638-1.275-1.657-1.275-2.295 0l-4.08 8.16a12.585 12.585 0 0 0-1.147 4.845V319.5h-12.75v-61.2c0-1.402-.51-3.57-1.147-4.845l-4.08-8.186c-.638-1.275-1.657-1.275-2.295 0l-4.08 8.198c-.638 1.275-1.147 3.442-1.147 4.845V319.5h-12.75v-61.2c0-1.402-.51-3.57-1.147-4.845l-4.08-8.186c-.638-1.275-1.657-1.275-2.295 0l-4.08 8.198c-.638 1.275-1.147 3.442-1.147 4.845V319.5h-12.75v-61.2c0-1.402-.51-3.57-1.147-4.845l-4.08-8.186c-.638-1.275-1.657-1.275-2.295 0l-4.08 8.198c-.638 1.275-1.147 3.442-1.147 4.845v80.325c0 3.57 1.275 8.925 2.856 12.112L229.5 396v140.25c0 7.013 5.737 12.75 12.75 12.75H255c7.013 0 12.75-5.737 12.75-12.75V396l22.644-45.301c1.568-3.137 2.856-8.568 2.856-12.074V258.3c0-1.402-.51-3.57-1.147-4.845l-4.08-8.16v-.013z%27/%3E%3C/svg%3E")
}
#wines-page .wines-list>li>.inner .wine-info nav ul li.link-details a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-icon=%27arrow-right-fill-large-acute%27 width=%2716%27 height=%2716%27 fill%3D%27%23241f20%27 data-container-transform=%27translate%280 4%29%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M9 4v3H0v2h9v3l7-4-7-4z%27/%3E%3C/svg%3E")
}
#wine-page>.row>figure {
    margin-bottom: 30px
}
@media (max-width:767px) {
    #wine-page>.row>figure {
        text-align: center
    }
    #wine-page>.row>figure img {
        max-height: 400px
    }
}
#wine-page>.row>.wine-page-main>.row>article>h2:first-child {
    margin-top: 0;
    padding-top: 0
}
#wine-page>.row>.wine-page-main>.row>article .wine-page-stats {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}
#wine-page>.row>.wine-page-main>.row>article .wine-page-stats li {
    margin: 0;
    padding: 0;
    list-style: none
}
#wine-page>.row>.wine-page-main>.row>article .wine-page-stats li+li {
    margin-top: 5px
}
#wine-page>.row>.wine-page-main>.row>article .wine-page-stats li .stat-label:after {
    content: ": "
}
#wine-page>.row>.wine-page-main>.row>article .accolades-viewall {
    margin: 10px 0 0
}
#wine-page>.row>.wine-page-main>.row>article .accolades-items {
    margin: 0;
    padding: 0;
    list-style: none
}
#wine-page>.row>.wine-page-main>.row>article .accolades-items.regular {
    margin-top: 20px
}
#wine-page>.row>.wine-page-main>.row>article .accolades-items li {
    margin: 0;
    padding: 0;
    list-style: none
}
#wine-page>.row>.wine-page-main>.row>article .accolades-items li+li {
    margin-top: 20px
}
#wine-page>.row>.wine-page-main>.row>article .accolades-items.regular {
    display: none
}
.accolade-heading {
    display: block;
    font-weight: 700
}
.accolade-body {
    margin: 0 0 5px;
    font-size: 12px
}
.accolades-categories, .accolades-categories li, .accolades-categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.accolades-categories h2 {
    margin: 0 0 30px
}
.accolades-categories>li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.accolades-categories>li+li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4
}
.accolades-categories>li>div:first-child {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto
}
.accolades-categories>li>figure {
    -ms-flex: 0 0 175px;
    -webkit-box-flex: 0;
            flex: 0 0 175px;
    max-width: 175px;
    margin-left: 30px;
    padding: 0
}
@media (max-width:400px) {
    .accolades-categories>li>figure {
        display: none
    }
}
.accolades-subcategories {
    margin: 0;
    padding: 0;
    list-style: none
}
.accolades-subcategories h4 {
    margin: 20px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}
.accolades-subcategories h4:after {
    content: ' ';
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    height: 1px;
    background: #000;
    margin-left: 7px
}
.accolades-subcategories>li {
    margin: 35px 0 0;
    padding: 0;
    list-style: none
}
.accolades-subcategories .accolades-items {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none
}
.accolades-subcategories .accolades-items>li {
    margin: 20px 0 0
}
.accolades-side-col {
    font-size: 16px
}
.accolades-side-col li, .accolades-side-col ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.accolades-side-col ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px
}
.accolades-side-col ul li {
    -ms-flex: 0 1 75px;
    -webkit-box-flex: 0;
            flex: 0 1 75px;
    padding: 8px
}
.gsc-branding {
    display: none
}
[id^="___gcse_"] * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}
[id^="___gcse_"] table {
    margin: 0
}
[id^="___gcse_"] div[style*="google_custom_search_watermark.gif"] {
    display: none!important
}
[id^="___gcse_"] form.gsc-search-box {
    margin: 0!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box {
    width: 100%;
    margin: 0!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr>td {
    display: block
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 0;
    background-color: transparent;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    font: 400 14px/1.2 Lato, sans-serif;
    line-height: 1.2;
    border-bottom: 1px solid #aaa
}
@media (max-width:799px) {
    [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input {
        padding-left: 30px;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%20data-icon%3D%27magnifying-glass%27%20viewBox%3D%270%200%2032%2032%27%20fill%3D%27%23aaa%27%3E%3Cpath%20d%3D%27M12%200C5.39%200%200%205.39%200%2012s5.39%2012%2012%2012c2.74%200%205.257-.944%207.28-2.5l1.595%201.625-.53.53a.478.478%200%200%200%200%20.69l7.312%207.312a.478.478%200%200%200%20.688%200l3.313-3.313a.478.478%200%200%200%200-.688l-7.313-7.313a.478.478%200%200%200-.688%200l-.625.625-1.594-1.594A11.923%2011.923%200%200%200%2024%2012c0-6.61-5.39-12-12-12zm0%203c4.988%200%209%204.012%209%209s-4.012%209-9%209-9-4.012-9-9%204.012-9%209-9z%27/%3E%3C/svg%3E")
    }
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box {
    height: auto;
    border: none;
    background: transparent!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box.gsc-input-box-focus, [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box.gsc-input-box-hover {
    -webkit-box-shadow: none!important;
            box-shadow: none!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50, [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50>tbody, [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50>tbody>tr, [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50>tbody>tr>td {
    display: block
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50>tbody>tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box #gs_id50>tbody>tr #gs_tti50 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsc-input-box .gsib_a {
    padding: 0
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input input {
    height: 28px!important;
    background: transparent!important;
    border: none!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input input:focus {
    outline: 0;
    -webkit-box-shadow: none!important;
            box-shadow: none!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsib_b {
    padding: 0
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsib_b .gsst_b {
    padding: 0!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsib_b .gsst_b .gsst_a {
    display: block;
    padding: 0 8px;
    text-decoration: none;
    background: 0 0
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input .gsib_b .gsst_b .gsst_a .gscb_a {
    display: block;
    font-size: 25px;
    line-height: 28px;
    font-family: arial, sans-serif;
    color: #999
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-search-button {
    margin: 0;
    padding: 0!important
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-search-button input {
    display: block;
    height: 30px;
    width: 0!important;
    margin: 0;
    padding: 0 0 0 28px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20data-icon%3D%22arrow-thick-right-line-large%22%20width%3D%2216%22%20height%3D%2216%22%20data-container-transform%3D%22translate%280%201%29%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%22M4.5%201l5%205H0v4h9.5l-5%205H9l7-7-7-7H4.5z%22/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-color: #241f20;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    line-height: 1.2;
    border: 1px solid transparent
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-search-button input:focus, [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-search-button input:hover {
    background-color: #3c3335;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    outline: 0
}
[id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-clear-button {
    display: none
}
.focus [id^="___gcse_"] form.gsc-search-box table.gsc-search-box>tbody>tr td.gsc-input {
    border-color: #241f20
}
.section-search-results #main-nav #search {
    display: none
}
.gsc-control-cse {
    background-color: transparent!important;
    padding: 0!important;
    border: none!important;
    font-family: inherit!important
}
.gsc-control-cse .gsc-search-box .gsc-input-box {
    -webkit-box-shadow: none!important;
            box-shadow: none!important
}
.gsc-control-cse .gsc-search-box .gsc-input-box .gsib_a {
    padding-top: 0!important
}
.gsc-control-cse .gsc-above-wrapper-area {
    border-bottom-color: rgba(0, 0, 0, .5)
}
.gsc-control-cse .gsc-above-wrapper-area .gsc-selected-option-container {
    width: auto!important
}
.gsc-control-cse .gsc-wrapper {
    background: 0 0
}
.gsc-control-cse .gsc-wrapper .gsc-result {
    margin: 0!important;
    padding: 25px 0!important;
    background: transparent!important;
    border: none!important;
    border-bottom: 1px solid rgba(0, 0, 0, .15)!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* {
    padding-left: 0!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>*>*+* {
    margin-top: 10px!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* div.gs-title {
    margin: 0 0 10px;
    text-decoration: none!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* div.gs-title a.gs-title {
    color: #241f20!important;
    text-decoration: none!important;
    font-weight: 600
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* div.gs-title a.gs-title:hover {
    color: #241f20!important;
    text-decoration: underline!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* div.gs-title a.gs-title b {
    color: inherit!important;
    font-weight: 700
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* .gs-visibleUrl {
    color: rgba(0, 0, 0, .6)!important;
    margin-top: 10px
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* .gsc-table-result {
    font-family: inherit!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* .gsc-table-result .gs-image-box {
    height: auto!important
}
.gsc-control-cse .gsc-wrapper .gsc-result .gs-result>* .gs-fileFormat {
    margin: 0 0 10px
}
.gsc-control-cse .gsc-results .gsc-cursor-box {
    margin: 10px 0
}
.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border: none!important;
    background: transparent!important;
    color: #241f20!important
}
.recipe-nav-wrapper .recipe-nav-top li, .recipe-nav-wrapper .recipe-nav-top ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.recipe-nav-wrapper .recipe-nav-top>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: -5px -10px
}
.recipe-nav-wrapper .recipe-nav-top>ul>li {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    padding: 5px 10px
}
.recipe-nav-wrapper .recipe-nav-top .print-link a {
    display: block;
    padding: 0 25px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 data-icon=%27print%27 data-container-transform=%27translate%280 1%29%27 viewBox=%270 0 16 16%27 fill=%27%23241f20%27%3E%3Cpath d=%27M4 1v4h8V1H4zM2 3v3H.25a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25H3v-3h10v3h2.75a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25H14V3h-1v3H3V3H2zm12.5 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM4 11v4h8v-4H4z%27/%3E%3C/svg%3E");
    background-position: 100% 50%;
    background-repeat: no-repeat
}
.recipe-nav-wrapper .recipe-nav>.inner label {
    font-weight: 400
}
.recipe-nav-wrapper .recipe-nav>.inner form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}
.recipe-nav-wrapper .recipe-nav>.inner form>* {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto
}
.recipe-nav-wrapper .recipe-nav>.inner form #recipe-nav-search {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    height: 33px;
    width: calc(100% - 34px);
    border: none;
    border-bottom: 1px solid #aaa;
    padding-left: 32px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%20data-icon%3D%27magnifying-glass%27%20viewBox%3D%270%200%2032%2032%27%20fill%3D%27%23aaa%27%3E%3Cpath%20d%3D%27M12%200C5.39%200%200%205.39%200%2012s5.39%2012%2012%2012c2.74%200%205.257-.944%207.28-2.5l1.595%201.625-.53.53a.478.478%200%200%200%200%20.69l7.312%207.312a.478.478%200%200%200%20.688%200l3.313-3.313a.478.478%200%200%200%200-.688l-7.313-7.313a.478.478%200%200%200-.688%200l-.625.625-1.594-1.594A11.923%2011.923%200%200%200%2024%2012c0-6.61-5.39-12-12-12zm0%203c4.988%200%209%204.012%209%209s-4.012%209-9%209-9-4.012-9-9%204.012-9%209-9z%27/%3E%3C/svg%3E");
    background-color: transparent;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: auto 60%
}
.recipe-nav-wrapper .recipe-nav>.inner form #recipe-nav-search:focus {
    outline: 0;
    border-bottom-color: #241f20
}
.recipe-nav-wrapper .recipe-nav>.inner form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: 34px;
    width: 34px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20data-icon%3D%22arrow-thick-right-line-large%22%20width%3D%2216%22%20height%3D%2216%22%20data-container-transform%3D%22translate%280%201%29%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%22M4.5%201l5%205H0v4h9.5l-5%205H9l7-7-7-7H4.5z%22/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-color: #241f20;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear
}
.recipe-nav-wrapper .recipe-nav>.inner form input[type=submit]:focus, .recipe-nav-wrapper .recipe-nav>.inner form input[type=submit]:hover {
    background-color: #3c3335;
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    outline: 0
}
.recipes, .recipes>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.recipes>li>.inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.recipes.view-tiles {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}
.recipes.view-tiles>li {
    padding: 15px;
    -ms-flex: 0 0 290px;
    -webkit-box-flex: 0;
            flex: 0 0 290px;
    max-width: 290px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}
.recipes.view-tiles>li>.inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border: 1px solid #e4e4e4
}
.recipes.view-tiles>li>.inner figure {
    height: 259px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4
}
.recipes.view-tiles>li>.inner figure a {
    display: block;
    height: 100%
}
.recipes.view-tiles>li>.inner figure a img {
    max-height: 100%;
    vertical-align: top;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.recipes.view-tiles>li>.inner .recipe-text h3 {
    margin: 0;
    padding: 20px;
    text-align: center
}
.recipes.view-tiles>li>.inner .recipe-text .recipe-teaser {
    padding: 20px;
    border-top: 1px solid #e4e4e4
}
.recipes.view-list {
    margin: 0
}
.recipes.view-list>li+li {
    margin-top: 30px
}
.recipes.view-list>li>.inner {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.recipes.view-list>li>.inner>* {
    padding: 10px
}
.recipes.view-list>li>.inner .recipe-text {
    -ms-flex: 1 1 300px;
    -webkit-box-flex: 1;
            flex: 1 1 300px
}
.recipes.view-list>li>.inner .recipe-text h3 {
    margin: 0 0 20px
}
.recipes.view-list>li>.inner figure {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    -ms-flex: 0 0 260px;
    -webkit-box-flex: 0;
            flex: 0 0 260px;
    max-width: 260px
}
.wine-pair * {
    display: inline
}
.wine-pair ul, .wine-pair ul li {
    list-style: none;
    margin: 0;
    padding: 0
}
.wine-pair ul li:not(:last-child):after {
    content: ", "
}
.wine-pair ul li:last-child:after {
    content: "."
}
#recipe-page>section {
    margin: 50px 0
}
#recipe-page>section h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}
#recipe-page>section section {
    margin: 30px 0;
    padding: 0 20px
}

/*Temp CSS*/

h6.headerHeadline {
    display: none;
}


/*GLOBAL ALL PAGES CSS*/

.mainMenu {
    margin: 38px auto 9px auto;
}

.mainMenu a {
    height: 100%;
    color: #f6f3e0;
}

.mainMenu ul:hover a {
    opacity: 1;
    color: #f6f3e0;
}

.mainMenu ul li a:hover {
    opacity: 1;
    color: #b4975a;
}

#user-tools a {
    line-height: 29px;
    height: 100%;
    color: #000;
}

#v65-modalCart strong {
    color: #333;
}

#user-tools a:hover {
    color: #fff;
}

div#user-tools {
    background: #b4975a;
    padding: 3px;
    top: 47px;
    position: fixed;
    margin: 0;
    z-index: 3;
}

.logo{
    display: none;
}

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #fff;
}

footer {
    margin: 0 auto;
    width: 100%;
}

#user-tools {
    position: absolute;
    right: 0; 
    top: 0;
}

img#bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#content {
position: relative;
z-index: 1;
}


body header {
    margin: 0;
    background: #231f20;
    position: fixed;
    z-index: 8;
    top: 0;
}

/*BUTTONS*/

button, button.defaultBtn, a.linkBtn, button.largeBtn, a.largeLinkBtn {
    background: #ffffff;
    background: #b4975a;
    border-radius: 40px;
    border-color: transparent;
}


body footer {
    padding: 20px 0 0;
    background: transparent;
    color: #f6f3e0;
    font-size: 1rem;
    border-top: none;
}

body footer.footer-flex {
    padding: 10px 0;
    background: #231f20;
    color: #f6f3e0;
    font-size: 1rem;
    border-top: 2px solid #fff;
    margin-top: 100px;
}

#v65-subscribeWidget, .v65-subscribeWidget {
    text-align: center;
    margin-bottom: 20px;
}

.v65-subscribeWidget {
    background-color: #d2c7ad;
    padding: 16px;
    border-radius: 16px;
    margin: 20px 0;
    max-width: 860px;
    border: 2px dashed #231f1e;
    margin: 30px auto 60px;
}

#v65-subscribeWidget input {
    color: #333333;
}

.socialMedia a {
    color: #fff;
}

.socialMedia a:hover {
    color: #b4975a;
}

footer li a:hover {
    text-decoration: none;
    opacity: 1;
}

.legal {
    color: #fff;
    font-size: 9px;
    margin-top: 0;
}

.socialMedia {
    margin-bottom: 0;
}

p a, li a {
    padding-bottom: 3px;
    border-bottom: none;
}

@media screen and (max-width: 767px){

.logo-section {
    text-align: center;
    margin-top: 76px;
    margin-bottom: 30px;
}

    header nav a.mobile_menu {
    display: block;
    margin-right: 15px;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
    color: #b4975a;
    font-size: 32px;
    border: none;
    }

    .mainMenu .v65-pageAParent {
        color: #fff;
    }

    .mainMenu {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 100%;
    }    

    .mainMenu li a {
    color: #fff;
    }

    .mainMenu a {
        height: 43px;
        line-height: 43px;
        color: #333;
    }

    .mainMenu li ul li a {
        color: #333;
    }

    .mainMenu ul {
        background: #231e1f;
    }
    
    .mainMenu ul:hover a:hover {
        opacity: 1 !important;
        background-color: #b4975a;
        color: #f1f1f1;
    }    

    .mainMenu a:hover {
        opacity: 1 !important;
        color: #b4975a;
    }  


    .mainMenu li ul li a:hover {
        opacity: 1;
        color: #333;
    }  


        .mainMenu ul:hover a {
        opacity: 1;
        color: #fff;
    }  

            .mainMenu ul:hover li ul li a {
        opacity: 1;
        color: #333;
    }

.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    margin: 56px auto 19px auto;
    z-index: 999;
    display: none;
}


.mainMenu {
    margin: 38px auto 9px auto;
}
#user-tools a {
    line-height: 25px;
}

div#user-tools{
    width: 100%;
    margin-right: 0;
}

#v65-modalCart #v65-toggleModalCart {
    width: auto;
    line-height: 25px;
}


}

.mainMenu .v65-selected {
    color: #b4975a;
}

h6, .v65-blogPostDate, .v65-product-inventoryMessage, .v65-subtitle, .v65-recentEntriesDate, .v65-calendarList-Time, .v65-product-review-date{
    color: #000;
}

.subMenu a, .v65-recentEntriesTitle a, .blogFilterWrapper li a, .blogFilter a {
    color: #000;
    opacity: 1;
}

.mainMenu .v65-pageAParent {
    color: #b4975a;
}

.v65-productWrapper {    
    padding: 15px;
}

.v65-productWrapper .v65-product-rightCol {
    width: 50%;
    padding: 10px;
    float: left;
}

@media screen and (max-width: 780px){
.v65-productWrapper .v65-product-rightCol {
    width: 100%;
    padding: 30px 0;
}
}

.logo-section{
    text-align: center;
    margin-top: 81px;
    margin-bottom: 30px;
}

.svg-container {
    margin: 25px auto 0;
    width: 400px;
    max-width: 70vw;
    max-height: 175px;
    display: inline-block;
}

h6.headerHeadline {
    display: block;
    padding: 21px;
    background: #b29753;
    font-size: 22px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 0px;
}

h6.headerHeadline {
    display: none;
}


.outer-wrapper {
  position: relative;
}
.outer-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.47619%;
}
.outer-wrapper > .inner-wrapper {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://shopexituswines.uswest2.vin65dev.com/assets/images/wine-without-rules.png);
    background-size: contain;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.outerlogo {
  position: relative;
  text-align:center;
}

.outerlogo img{
    width: 32.5%;
    margin: 32px auto;
}

.outerlogo {
  position: relative;
  text-align:center;
}

.outerlogo2{
  text-align:center;
}
.outerlogo2 img{
    width: 80%;
    margin: 0 auto;
}

a:hover, a:focus, a:active{
    opacity: 1;
}

.position-relative {
    position: relative;
}

.mainMenu {
    margin: 0 !important;
}

.v65-product-addToCart-quantity input {
    width: 56px !important;
}

a:focus, a:hover {
    color: #b4975a;
    text-decoration: underline;
}

hr{
    border-top: 1px solid #221f1f;
}

b, strong {
    font-weight: bold;
    color: #221f1f;
}

td {
    font-size: 1rem;
    font-weight: 300;
}

div#productReviewsAnchor {
    display: none;
}

.v65-ProductRating {
    display: none;
}

@media screen and (max-width: 767px){
    .logo {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 200px;
        margin: 0 !important;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: 7px !important;
        height: 45px;
    }

    .logo a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: cento,serif;
        font-weight: 400;
        letter-spacing: initial;
    }    

    .logo-section {
        text-align: center;
        margin-top: 76px;
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 680px){
.v65-productWrapper .v65-productAddToCart-drilldownActivate {
    background: #231e20;
    border: 0;
    opacity: 1;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 899;
    width: 100%;
    border-top: 3px solid #fff;
    -webkit-box-shadow: 0px 0 5px 6px rgba(37, 37, 37, 0.26);
            box-shadow: 0px 0 5px 6px rgba(37, 37, 37, 0.26);
}

.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-addToCart-price{
    color: #fff;
}
}

.v65-socialMediaBar-Email{
    margin-right: 5px;
}

.minicart {
    z-index: 1;
}

@media screen and (min-width: 581px){

    form#v65-emailAFriend label {
        width: 100% !important;
        text-align: left !important;
        font-size: 10px !important;
    }

    form#v65-emailAFriend input {
        height: 28px !important;
    }

    form#v65-emailAFriend textarea#message {
        height: 140px !important;
        padding: 0;
        min-height: 140px;
        width: 100%;
    }
    form#v65-emailAFriend button.defaultBtn {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 580px){

    form#v65-emailAFriend label {
        width: 100% !important;
        text-align: left !important;
        font-size: 10px !important;
    }

    form#v65-emailAFriend input {
        height: 20px !important;
    }

    form#v65-emailAFriend textarea#message {
        height: 40px !important;
        padding: 0;
        min-height: 40px;
        width: 100%;
    }
    form#v65-emailAFriend button.defaultBtn {
        margin-top: 0 !important;
    }


}



#v65-modalViel {
    background: #131212;
}

#user-tools a:hover {
    color: #000;
}