/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}*/
html {
    overflow-x: hidden!important
}
a, button {
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
/*
img {
    image-rendering: auto;
    width: 100%
}*/
body {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: gray;
    -webkit-transition: translate3d(0, 0, 0);
    -moz-transition: translate3d(0, 0, 0);
    -o-transition: translate3d(0, 0, 0);
    -ms-transition: translate3d(0, 0, 0);
    transition: translate3d(0, 0, 0);
    padding-bottom: 80px;
    height: inherit
}
body .wrapper {
    overflow-x: hidden!important
}
#content {
    overflow: hidden
}
h1, h2, h3, h4, h5, h6, small {
    margin: 0;
    display: block
}
h1 {
    font-size: 2.5rem;
    line-height: 2.5rem
}
@media only screen and (max-width:1024px) {
    h1 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}
@media only screen and (max-width:640px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}
h2 {
    font-size: 2.5rem;
    line-height: 2.5rem
}
@media only screen and (max-width:1024px) {
    h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}
@media only screen and (max-width:640px) {
    h2 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}
h3 {
    font-size: 3rem;
    line-height: 3rem
}
h3 small {
    font-size: 1.5rem;
    line-height: 1.5rem
}
@media only screen and (max-width:1024px) {
    h3 {
        font-size: 2rem;
        line-height: 2rem
    }
}
@media only screen and (max-width:640px) {
    h3 {
        font-size: 2rem;
        line-height: 2rem
    }
}
h4 {
    font-size: 2.625rem;
    line-height: 2.625rem
}
h4 small {
    font-size: 1.625rem;
    line-height: 1.625rem
}
@media only screen and (max-width:1024px) {
    h4 {
        font-size: 2.625rem;
        line-height: 2.625rem
    }
    h4 small {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
}
@media only screen and (max-width:640px) {
    h4 {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
    h4 small {
        font-size: 1rem;
        line-height: 1rem
    }
}
h5 {
    font-size: 2.25rem;
    line-height: 2.25rem
}
h5 small {
    font-size: 1.5rem;
    line-height: 1.5rem
}
@media only screen and (max-width:1024px) {
    h5 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
    h5 small {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
}
@media only screen and (max-width:640px) {
    h5 {
        font-size: 1.25rem;
        line-height: 1.25rem
    }
    h5 small {
        font-size: 1rem;
        line-height: 1rem
    }
}
p {
    font-size: 1rem;
    font-family: 'Trade Gothic W01 Light'
}
small {
    font-size: .75rem;
    display: block;
    line-height: 1rem
}
.light {
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal
}
.feather {
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    font-weight: 400;
    font-style: normal
}
.welter {
    font-family: 'Knockout 30 A', 'Knockout 30 B';
    font-weight: 400;
    font-style: normal
}
.uppercase {
    text-transform: uppercase
}
.italic {
    font-family: 'Baskerville MT W01 It'
}
.space {
    letter-spacing: .2rem
}
@media only screen and (max-width:640px) {
    .space {
        letter-spacing: .1rem
    }
}
.space-sm {
    letter-spacing: .075rem
}
@media only screen and (max-width:640px) {
    .space-sm {
        letter-spacing: .037rem
    }
}
.space-lg {
    letter-spacing: .6rem
}
@media only screen and (max-width:640px) {
    .space-lg {
        letter-spacing: .3rem
    }
}
.black {
    color: #0a0a0a
}
.white {
    color: #fff
}
.list-style p {
    font-size: 1.125rem;
    font-family: 'Knockout 28 A', 'Knockout 28 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .175rem;
    margin-bottom: 24px
}
.list-style ul {
    margin: 0
}
.list-style ul li {
    text-transform: uppercase;
    font-size: .75rem;
    margin-bottom: 3px
}
.list-style a.blueGrey {
    color: #fff
}
.list-style a.blueGrey:hover {
    color: #4797e1
}
@media only screen and (max-width:640px) {
    .list-style p {
        font-size: .6875rem;
        margin-bottom: 12px
    }
    .list-style ul li {
        font-size: .5rem
    }
}
.input-container-styles, .input-container, .textarea-container, .select-container {
    position: relative;
    background: #e4e8e6;
    margin-bottom: 1.25rem;
    width: 100%
}
.input-container-styles span, .input-container span, .textarea-container span, .select-container span {
    font-size: 1.5rem
}
.input-container-styles input, .input-container input, .textarea-container input, .select-container input {
    font-size: 1.5rem;
    font-family: 'Knockout 30 A', 'Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 1.875rem;
    margin: 0;
    border: 1px solid #e4e8e6;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaa;
    height: 3.125rem;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}
.input-container-styles input:focus, .input-container input:focus, .textarea-container input:focus, .select-container input:focus {
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #75b1e9
}
.input-container-styles textarea, .input-container textarea, .textarea-container textarea, .select-container textarea {
    font-size: 1.5rem;
    font-family: 'Knockout 30 A', 'Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 1.375rem 1.875rem;
    margin: 0;
    border: 1px solid #e4e8e6;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaa;
    height: 21.25rem;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    resize: none
}
.input-container-styles textarea:focus, .input-container textarea:focus, .textarea-container textarea:focus, .select-container textarea:focus {
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #75b1e9
}
.input-container-styles select, .input-container select, .textarea-container select, .select-container select {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3.125rem;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0)
}
.input-container {
    padding: 0 1.875rem;
    display: table;
    height: 3.125rem
}
.input-container span {
    display: table-cell;
    vertical-align: middle
}
.input-container.active input {
    background: #f7f7f7
}
.textarea-container {
    padding: 1.375rem 1.875rem;
    height: 21.25rem
}
.textarea-container.active textarea {
    background: #f7f7f7
}
.select-container {
    padding: 0 1.875rem;
    display: table;
    height: 3.125rem;
    border: 1px solid #e4e8e6
}
.select-container i {
    display: block;
    background: url(/assets/img/select-arrow.png) no-repeat left bottom;
    width: 29px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 18px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .select-container i {
        background: url(/assets/img/select-arrow@2x.png) no-repeat left bottom;
        -webkit-background-size: 29px 48px;
        -moz-background-size: 29px 48px;
        background-size: 29px 48px
    }
}
.select-container span {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:640px) {
    .select-container span {
        width: 80%
    }
}
.select-container.active {
    background: #f7f7f7;
    display: table;
    color: #aaa;
}
.belvedere {
    width: 170px!important;
    height: 60px;
    background: url(/assets/img/belvedere-logo.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block!important;
    margin-top: -3px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .belvedere {
        background: url(/assets/img/belvedere-logo@2x.png) no-repeat;
        -webkit-background-size: 170px 60px;
        -moz-background-size: 170px 60px;
        background-size: 170px 60px
    }
}
@media only screen and (max-width:640px) {
    .belvedere {
        -webkit-background-size: 85px 30px;
        -moz-background-size: 85px 30px;
        background-size: 85px 30px;
        width: 85px!important;
        height: 30px
    }
}
.belvedere-vodka {
    width: 180px;
    height: 58px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block!important
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .belvedere-vodka {
        background: url(/assets/img/belvedere-vodka-logo@2x.png) no-repeat;
        -webkit-background-size: 180px 58px;
        -moz-background-size: 180px 58px;
        background-size: 180px 58px
    }
}
@media only screen and (max-width:640px) {
    .belvedere-vodka {
        -webkit-background-size: 124px 39px!important;
        -moz-background-size: 124px 39px!important;
        background-size: 124px 39px!important;
        width: 124px;
        height: 39px
    }
}
.center-text {
    text-align: center
}
.right-text {
    text-align: right
}
.left-text {
    text-align: left
}
.margin-top-10 {
    margin-top: 10px
}
.margin-top-20 {
    margin-top: 20px
}
.margin-top-30 {
    margin-top: 30px
}
.margin-top-40 {
    margin-top: 40px
}
.margin-top-50 {
    margin-top: 50px
}
@media only screen and (max-width:640px) {
    .margin-top-50 {
        margin-top: 25px
    }
}
.margin-top-60 {
    margin-top: 60px
}
@media only screen and (max-width:640px) {
    .margin-top-60 {
        margin-top: 30px
    }
}
.margin-top-70 {
    margin-top: 70px
}
@media only screen and (max-width:640px) {
    .margin-top-70 {
        margin-top: 35px
    }
}
.margin-top-80 {
    margin-top: 80px
}
.margin-top-90 {
    margin-top: 90px
}
.margin-top-100 {
    margin-top: 100px
}
.margin-top-160 {
    margin-top: 160px
}
.margin-top-200 {
    margin-top: 200px
}
@media only screen and (max-width:640px) {
    .margin-top-200 {
        margin-top: 100px
    }
}
.margin-bottom-10 {
    margin-bottom: 10px
}
.margin-bottom-20 {
    margin-bottom: 20px
}
.margin-bottom-30 {
    margin-bottom: 30px
}
.margin-bottom-40 {
    margin-bottom: 40px
}
.margin-bottom-50 {
    margin-bottom: 50px
}
@media only screen and (max-width:640px) {
    .margin-bottom-50 {
        margin-bottom: 25px
    }
}
.margin-bottom-60 {
    margin-bottom: 60px
}
.margin-bottom-70 {
    margin-bottom: 70px
}
.margin-bottom-80 {
    margin-bottom: 80px
}
.margin-bottom-90 {
    margin-bottom: 90px
}
.margin-bottom-100 {
    margin-bottom: 100px
}
@media only screen and (max-width:640px) {
    .margin-bottom-100 {
        margin-bottom: 50px
    }
}
.margin-bottom-170 {
    margin-bottom: 170px
}
.padding-left-10 {
    padding-left: 10px
}
.padding-left-20 {
    padding-left: 20px
}
.padding-left-30 {
    padding-left: 30px
}
.padding-left-40 {
    padding-left: 40px
}
@media only screen and (max-width:1024px) {
    .padding-left-40 {
        padding-left: 20px;
        padding-right: 20px
    }
}
.padding-left-50 {
    padding-left: 50px
}
.padding-left-60 {
    padding-left: 60px
}
.padding-left-70 {
    padding-left: 70px
}
.padding-left-80 {
    padding-left: 80px
}
.padding-left-90 {
    padding-left: 90px
}
.padding-left-100 {
    padding-left: 100px
}
.padding-right-10 {
    padding-right: 10px
}
.padding-right-20 {
    padding-right: 20px
}
.padding-right-30 {
    padding-right: 30px
}
.padding-right-40 {
    padding-right: 40px
}
.padding-right-50 {
    padding-right: 50px
}
.padding-right-60 {
    padding-right: 60px
}
.padding-right-70 {
    padding-right: 70px
}
.padding-right-80 {
    padding-right: 80px
}
.padding-right-90 {
    padding-right: 90px
}
.padding-right-100 {
    padding-right: 100px
}
.padding-right-130 {
    padding-right: 130px
}
.no-padding {
    padding: 0
}
.make-relative {
    position: relative
}
.make-table {
    display: table;
    height: 100%
}
.make-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.make-table-cell.bottom {
    vertical-align: bottom
}
p {
    margin-bottom: 0
}
.row, #nav-view>.row {
    max-width: 76.25rem;
    height: 100%;
    position: relative;
    padding: 0 20px
}
.inline-list {
    width: 175px;
    margin: 0 auto
}
.inline-list>li {
    margin-left: .625rem
}
#mainNav {
    min-height: 80px;
    height: auto;
    background: #fff
}
#mainNav .name {
    height: 80px
}
#mainNav .name a {
    margin-top: 10px;
    line-height: 80px;
    color: #333
}
#mainNav .title-area {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    margin-left: 0;
    width: 320px
}
#mainNav .top-bar-section .mobile-logo {
    height: 50px;
    text-align: right;
    padding-right: 20px;
    padding-top: 2px;
    display: none
}
#mainNav .top-bar-section .mobile-logo a {
    background: url(/assets/img/belvedere-logo-mobile@2x.png) no-repeat;
    -webkit-background-size: 85px 30px;
    -moz-background-size: 85px 30px;
    background-size: 85px 30px;
    text-align: left
}
#mainNav .top-bar-section ul {
    background: #fff
}
#mainNav .top-bar-section ul>li>ul.sub-nav {
    display: none;
    margin-top: -10px
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li {
    width: 100%;
    margin: 0;
    border: 0;
    padding-right: 25px
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li:after {
    display: none
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>a {
    font-size: .75rem;
    letter-spacing: .1rem;
    line-height: 2.25rem;
    position: relative
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    border: 0;
    background: url(/assets/img/mobile-menu-arrows@2x.png) no-repeat left bottom;
    -webkit-background-size: 8px 32px;
    -moz-background-size: 8px 32px;
    background-size: 8px 32px;
    width: 8px;
    height: 5px;
    right: 0;
    top: 16px
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li.active>a {
    color: #75b1e9
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li.active>a:after {
    background-position: left top
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li.active>ul.secondary-nav {
    display: block
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>ul.secondary-nav {
    display: none
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>ul.secondary-nav>li {
    width: 100%;
    padding-right: 25px;
    border: 0
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>ul.secondary-nav>li:after {
    display: none
}
#mainNav .top-bar-section ul>li>ul.sub-nav>li>ul.secondary-nav>li>a {
    font-family: 'Trade Gothic W01 Light';
    font-size: .5rem;
    letter-spacing: .025rem;
    line-height: 20px
}
#mainNav .top-bar-section ul>li>a {
    line-height: 80px;
    background: #fff;
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #333;
    text-transform: uppercase;
    padding: 0 0 0 34px;
    letter-spacing: .2rem
}
@media only screen and (max-width:1024px) {
    #mainNav .top-bar-section ul>li>a {
        padding: 0 0 0 20px
    }
}
#mainNav .top-bar-section ul>li>a:hover {
    color: #4797e1
}
#mainNav .top-bar-section ul>li:first-child>a {
    padding: 0
}
#mainNav .top-bar-section ul>li.active>a {
    color: #4797e1
}
#mainNav .toggle-topbar.menu-icon {
    right: 40px
}
#mainNav .toggle-topbar.menu-icon a {
    color: #0a0a0a;
    padding-right: 30px;
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: .9375rem
}
#mainNav .toggle-topbar.menu-icon a:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    top: 3px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666 url(/assets/img/menu-icn@2x.png) no-repeat center center;
    -webkit-background-size: 9px 8px;
    -moz-background-size: 9px 8px;
    background-size: 9px 8px
}
@media only screen and (max-width:640px) {
    #mainNav {
        min-height: 50px;
        overflow: visible
    }
    #mainNav .name {
        height: 50px
    }
    #mainNav .name h1 {
        line-height: 50px
    }
    #mainNav .name h1 a {
        height: 30px
    }
    #mainNav .top-bar-section {
        position: absolute;
        min-height: 568px;
        width: 250px;
        z-index: 200;
        right: -300px;
        left: auto;
        top: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-shadow: 1.5px 2.598px 5px 0 rgba(0, 0, 0, .3);
        box-shadow: 1.5px 2.598px 5px 0 rgba(0, 0, 0, .3);
        background: url(/assets/img/mobile-menu-bg.png)
    }
    #mainNav .top-bar-section .mobile-logo {
        display: block
    }
    #mainNav .top-bar-section ul {
        height: 100%;
        background: 0
    }
    #mainNav .top-bar-section ul>li {
        margin-bottom: 4px
    }
    #mainNav .top-bar-section ul>li.active>a {
        color: #75b1e9
    }
    #mainNav .top-bar-section ul>li.active>ul.sub-nav {
        display: block
    }
    #mainNav .top-bar-section ul>li:after {
        content: '';
        display: block;
        height: 1px;
        border-bottom: 1px solid #525660
    }
    #mainNav .top-bar-section ul>li>a {
        line-height: 50px;
        text-align: right;
        padding: 0 20px 0 0;
        background: transparent;
        color: #fff;
        letter-spacing: .2rem
    }
    #mainNav .top-bar-section ul>li:first-child {
        border-top: 1px solid #525660
    }
    #mainNav .top-bar-section ul>li:first-child>a {
        padding: 0 20px 0 0
    }
    #mainNav .top-bar-section ul>li.active {
        color: #fff
    }
    #mainNav #nav-view.active .blocker {
        width: 100%;
        position: absolute;
        background: #fff;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: 100;
        top: 50px;
        height: 520px
    }
    #mainNav #nav-view.active .title-area {
        margin-left: -235px
    }
    #mainNav #nav-view.active .top-bar-section {
        right: 0
    }
}
@media only screen and (max-width:1024px) {
    .column, .columns {
        padding-left: 0rem;
        padding-right: 0rem
    }
}
.flex-video {
    margin-bottom: 0
}
.reveal-modal {
    padding: 0;
    border: 0;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0;
    background: #000;
    bottom: 0;
    height: 100%;
    padding-top: 60px
}
.reveal-modal .close-reveal-modal {
    top: 5px;
    right: 25px
}
@media only screen and (max-width:640px) {
    .reveal-modal {
        min-height: inherit!important;
        height: inherit!important
    }
}
#collectionMenu {
    height: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    background: #212532
}
#collectionMenu.active {
    height: 280px
}
@media only screen and (max-width:1024px) {
    #collectionMenu.active {
        height: 465px
    }
}
@media only screen and (max-width:640px) {
    #collectionMenu.active {
        height: 328px
    }
}
.hover-object {
    background: rgba(33, 37, 50, .65) url(/assets/img/darkBlue-opaque.png);
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    max-width: none!important
}
.hover-object:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}
@media only screen and (max-width:1024px) {
    .hover-object {
        padding: 20px 0;
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}
.orbit-timer {
    display: none
}
.slick-slide {
    position: relative
}
.slick-slide>img {
    position: relative
}
#collection-view {
    min-height: 750px
}
#collection-view img {
    display: inline-block;
    width: auto
}
#collection-view ul {
    list-style: none;
    margin-left: 0
}
#collection-view .orbit-container .orbit-next, #collection-view .orbit-container .orbit-prev {
    position: absolute;
    top: 15px;
    margin-top: 7px;
    width: 16px;
    height: 52px;
    line-height: 50px;
    color: #fff;
    background-color: none;
    text-indent: -9999px!important;
    z-index: 1000
}
#collection-view .orbit-container .orbit-next>span, #collection-view .orbit-container .orbit-prev>span {
    position: static;
    top: 0;
    margin-top: 0
}
#collection-view .orbit-container .orbit-next:hover, #collection-view .orbit-container .orbit-prev:hover {
    background: 0
}
#collection-view .orbit-container .orbit-next {
    right: 35px
}
#collection-view .orbit-container .orbit-next>span {
    margin-left: 0;
    background: url(/assets/img/right-small-orbit-arrow.png) no-repeat;
    border: 0;
    width: 16px;
    height: 52px
}
#collection-view .orbit-container .orbit-prev {
    left: 35px
}
#collection-view .orbit-container .orbit-prev>span {
    background: url(/assets/img/left-small-orbit-arrow.png) no-repeat;
    border: 0;
    width: 16px;
    height: 52px
}
@media only screen and (max-width:1024px) {
    #collection-view .orbit-container .orbit-next, #collection-view .orbit-container .orbit-prev {
        position: absolute;
        top: 15px;
        width: 16px;
        height: 52px
    }
    #collection-view .orbit-container .orbit-next>span, #collection-view .orbit-container .orbit-prev>span {
        width: 16px;
        height: 52px
    }
    #collection-view .orbit-container .orbit-next {
        right: 35px
    }
    #collection-view .orbit-container .orbit-next>span {
        background: url(/assets/img/right-small-orbit-arrow.png) no-repeat
    }
    #collection-view .orbit-container .orbit-prev {
        left: 35px
    }
    #collection-view .orbit-container .orbit-prev>span {
        background: url(/assets/img/left-small-orbit-arrow.png) no-repeat
    }
}
@media only screen and (max-width:640px) {
    #collection-view .orbit-container .orbit-prev, #collection-view .orbit-container .orbit-next {
        display: block!important;
        width: 32px;
        height: 104px;
        top: 5%
    }
    #collection-view .orbit-container .orbit-prev>span, #collection-view .orbit-container .orbit-next>span {
        width: 32px;
        height: 104px
    }
    #collection-view .orbit-container .orbit-next>span {
        background: url(/assets/img/right-orbit-arrow.png) no-repeat
    }
    #collection-view .orbit-container .orbit-prev>span {
        background: url(/assets/img/left-orbit-arrow.png) no-repeat
    }
}
#character-view .slider h4 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #75b1e9
}
#character-view .slider p {
    color: #fff;
    padding: 0 200px
}
@media only screen and (max-width:1024px) {
    #character-view .slider h4 {
        font-size: 3.375rem;
        line-height: 3.375rem;
        letter-spacing: .3rem
    }
    #character-view .slider p {
        padding: 0 80px
    }
}
@media only screen and (max-width:640px) {
    #character-view .slider h4 {
        font-size: 1.75rem;
        line-height: 1.75rem;
        letter-spacing: .2rem
    }
    #character-view .slider p {
        padding: 0 20px
    }
}
#home-view .slider h4 {
    font-size: 3.375rem;
    line-height: 3.375rem
}
@media only screen and (max-width:1024px) {
    #home-view .slider h4 {
        font-size: 2.625rem;
        line-height: 2.625rem;
        letter-spacing: .3rem
    }
    #home-view .slider h4 small {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
}
@media only screen and (max-width:640px) {
    #home-view .slider h4 {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
    #home-view .slider h4 small {
        font-size: 1rem;
        line-height: 1rem
    }
}
#character-view .slick-slider .slick-next, #home-view .slick-slider .slick-next, #cocktail-view .slick-slider .slick-next, #character-view .slick-slider .slick-prev, #home-view .slick-slider .slick-prev, #cocktail-view .slick-slider .slick-prev {
    position: absolute;
    top: 39%;
    margin-top: 9px;
    width: 32px;
    height: 104px;
    line-height: 50px;
    color: #fff;
    background-color: none;
    text-indent: -9999px!important;
    z-index: 100
}
#character-view .slick-slider .slick-next, #home-view .slick-slider .slick-next, #cocktail-view .slick-slider .slick-next {
    right: 10%;
    margin-left: 0;
    background: url(/assets/img/right-orbit-arrow-white.png) no-repeat;
    border: 0;
    width: 33px;
    height: 104px
}
#character-view .slick-slider .slick-prev, #home-view .slick-slider .slick-prev, #cocktail-view .slick-slider .slick-prev {
    left: 10%;
    background: url(/assets/img/left-orbit-arrow-white.png) no-repeat;
    border: 0;
    width: 33px;
    height: 104px
}
@media only screen and (max-width:1024px) {
    #character-view .slick-slider .slick-next, #home-view .slick-slider .slick-next, #cocktail-view .slick-slider .slick-next {
        right: 5%
    }
    #character-view .slick-slider .slick-prev, #home-view .slick-slider .slick-prev, #cocktail-view .slick-slider .slick-prev {
        left: 5%
    }
}
@media only screen and (max-width:640px) {
    #character-view .slick-slider .slick-next, #home-view .slick-slider .slick-next, #cocktail-view .slick-slider .slick-next, #character-view .slick-slider .slick-prev, #home-view .slick-slider .slick-prev, #cocktail-view .slick-slider .slick-prev {
        display: none!important
    }
}
#cocktail-detail-view .slick-slider .slick-next, #cocktail-detail-view .slick-slider .slick-prev {
    position: absolute;
    top: 39%;
    margin-top: -17px;
    width: 32px;
    height: 104px;
    line-height: 50px;
    color: #fff;
    background-color: none;
    text-indent: -9999px!important;
    z-index: 1000
}
#cocktail-detail-view .slick-slider .slick-next {
    right: 0;
    margin-left: 0;
    background: url(/assets/img/right-orbit-arrow.png) no-repeat;
    border: 0;
    width: 32px;
    height: 104px
}
#cocktail-detail-view .slick-slider .slick-prev {
    left: 0;
    background: url(/assets/img/left-orbit-arrow.png) no-repeat;
    border: 0;
    width: 32px;
    height: 104px
}
@media only screen and (max-width:640px) {
    #cocktail-detail-view .slick-slider .slick-next, #cocktail-detail-view .slick-slider .slick-prev {
        display: block
    }
}
.line-btn, .button-blue, .button-white, .button-black {
    border-color: #0a0a0a;
    border-width: 1px;
    border-style: solid;
    font-family: 'Knockout 30 A', 'Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    text-transform: uppercase;
    background: transparent;
    padding-top: .625rem;
    padding-left: 2rem;
    padding-bottom: .6875rem;
    padding-left: 2rem;
    letter-spacing: .2rem
}
.line-btn:hover, .button-blue:hover, .button-white:hover, .button-black:hover {
    background: transparent
}
.button-blue {
    color: #4797e1;
    border-color: #4797e1
}
.button-blue:hover, .button-blue:active, .button-blue:focus {
    color: #fff;
    background: #75b1e9
}
.button-white {
    color: #fff;
    border-color: #fff
}
.button-white:hover, .button-white:active, .button-white:focus {
    background: #fff;
    color: #4797e1
}
.button-black {
    color: #0a0a0a;
    border-color: #0a0a0a
}
.button-black:hover, .button-black:active, .button-black:focus {
    background: #0a0a0a;
    color: #fff
}
.button-big {
    font-size: 1.25rem
}
@media only screen and (max-width:640px) {
    .button-big {
        font-size: .9375rem
    }
}
.play-btn {
    background: url(/assets/img/play-icn.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .play-btn {
        background: url(/assets/img/play-icn@2x.png) no-repeat;
        -webkit-background-size: 60px 60px;
        -moz-background-size: 60px 60px;
        background-size: 60px 60px
    }
}
.button-small-play {
    background: url(/assets/img/small-play-icn.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .button-small-play {
        background: url(/assets/img/small-play-icn@2x.png) no-repeat;
        -webkit-background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        background-size: 50px 50px
    }
    .button-small-play.black {
        background: url(/assets/img/small-play-icn-black@2x.png) no-repeat
    }
}
.button-small-play.black {
    background: url(/assets/img/small-play-icn-black.png) no-repeat
}
.play-btn-big {
    background: url(/assets/img/play-icn-big.png) no-repeat;
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .play-btn-big {
        -webkit-background-size: 90px 90px;
        -moz-background-size: 90px 90px;
        background-size: 90px 90px
    }
}
.social-sprite, .facebook-icn, .twitter-icn, .instagram-icn, .youtube-icn {
    background: url(/assets/img/social-sprite.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .social-sprite, .facebook-icn, .twitter-icn, .instagram-icn, .youtube-icn {
        background: url(/assets/img/social-sprite@2x.png) no-repeat;
        -webkit-background-size: 152px 32px;
        -moz-background-size: 152px 32px;
        background-size: 152px 32px
    }
}
.facebook-icn {
    background-position: 0 -1px;
    width: 31px;
    height: 30px
}
.twitter-icn {
    background-position: -40px -1px;
    width: 31px;
    height: 31px
}
.instagram-icn {
    background-position: -80px -1px;
    width: 31px;
    height: 31px
}
.youtube-icn {
    background-position: -120px -1px;
    width: 32px;
    height: 31px
}
.split {
    height: 100%;
    overflow: hidden
}
.split>section {
    width: 50%;
    height: 100%;
    float: left;
    height: 440px;
    background: #f7f7f7
}
.split>section img {
    width: auto
}
.split>section.left-split>.row {
    float: right
}
.split>section.left-split.pull-right {
    float: right
}
.split>section.left-split.pull-right>.row {
    float: left
}
.split>section.right-split>.row {
    float: left
}
.split>section.right-split.pull-left>.row {
    float: right
}
.split>section.background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
.split>section.darkBlue {
    background: #212532
}
.split>section.blue {
    background: #75b1e9
}
.split>section>.row {
    max-width: 36.875rem
}
@media only screen and (max-width:1024px) {
    .split>section>.row {
        max-width: none
    }
}
.split.small>section {
    height: 320px
}
@media only screen and (max-width:1024px) {
    .split.small>section.right-split {
        height: auto
    }
    .split.small>section.right-split>.row {
        padding: 40px 20px
    }
}
@media only screen and (max-width:1024px) {
    .split {
        height: auto
    }
    .split>section {
        width: 100%;
        float: none
    }
    .split>section.left-split.pull-right {
        float: none
    }
}
.static-card, .title-cards .columns.mobile .title {
    position: static;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: transparent;
    color: #333;
    font-family: 'Knockout 30 A', 'Knockout 30 B';
    font-weight: 400;
    font-style: normal;
    font-size: .9375rem;
    line-height: .9375rem
}
.title-cards .columns {
    margin-top: 20px
}
.title-cards .columns .title {
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 15px;
    right: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    padding: 0 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal
}
.title-cards .columns .title .make-table {
    width: 100%
}
.title-cards .columns.hover .title {
    opacity: 1;
    -ms-filter: none;
    filter: none
}
@media only screen and (max-width:640px) {}
.slider {
    height: 560px;
    overflow: hidden
}
.slider .slick-slide {
    height: 560px/*!important*/
    ;
    list-style: none;
    margin-left: 0
}
.slider .slick-slide div {
    height: 100%
}
@media only screen and (max-width:640px) {
    .slider .slick-slide {
        height: 360px/*!important*/
    }
}
.slider.small {
    height: 430px
}
.slider.small .orbit {
    list-style: none;
    margin-left: 0;
    height: 430px!important
}
@media only screen and (max-width:640px) {
    .slider, .slider.small {
        height: 360px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover
    }
    .slider .orbit, .slider.small .orbit {
        height: 360px/*!important*/
    }
}
.slider .img-bg {
    height: 100%;
    background: #666;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
@media only screen and (max-width:640px) {
    .slider .img-bg {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover
    }
}
#character-view .slider {
    height: 460px
}
#character-view .slider .slick-slide {
    height: 460px/*!important*/
}
#character-view .slider .slick-slide div {
    height: 100%
}
@media only screen and (max-width:640px) {
    #character-view .slider .slick-slide {
        height: 380px!important
    }
}
#character-view .slider.small {
    height: 380px
}
@media only screen and (max-width:640px) {
    #character-view .slider .img-bg {
        background-position: 65% top
    }
    #character-view .slider, #character-view .slider.small {
        height: 380px
    }
    #character-view .slider .orbit, #character-view .slider.small .orbit {
        height: 380px!important
    }
}
.banner {
    height: 460px;
    background: #0a0a0a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
.banner-lg {
    height: 560px;
    background: #0a0a0a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
@media only screen and (max-width:1024px) {
    .banner-lg {
        height: 360px
    }
}
.contentLeftOfImage {
    padding: 60px 20px
}
.contentLeftOfImage img {
    margin-bottom: 20px;
    width: auto
}
.contentRightOfImage {
    padding: 40px 20px
}
.contentRightOfImage img {
    max-height: 330px;
    margin-bottom: 20px;
    width: auto
}
@media only screen and (max-width:640px) {
    .contentRightOfImage {
        height: auto
    }
}
.rightContentOverBackgroundImage {
    height: 480px
}
.rightContentOverBackgroundImage>div {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
@media only screen and (max-width:640px) {
    .rightContentOverBackgroundImage>div {
        background-position: -110px 0;
        padding: 40px 0
    }
    .rightContentOverBackgroundImage .make-table-cell {
        vertical-align: bottom
    }
}
.wmd {
    height: 480px;
    color: #0a0a0a!important;
    overflow: hidden
}
.wmd>div {
    height: 100%;
    padding: 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}
.wmd h2 {
    font-size: 3rem;
    line-height: 3rem
}
@media only screen and (max-width:640px) {
    .wmd h2 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}
.wmd h3 small {
    font-size: 1.5rem;
    line-height: 1.5rem
}
.wmd h4 small {
    font-size: 1.25rem;
    line-height: 1.25rem
}
@media only screen and (max-width:640px) {
    .wmd h4 small {
        font-size: .875rem;
        line-height: .875rem;
        letter-spacing: .05rem
    }
}
@media only screen and (max-width:640px) {
    .wmd>div {
        background-image: url(/img/BV_WMD_BG_Test_640_01.jpg)!important;
        background-position: center bottom;
        padding: 40px 0
    }
    .wmd .make-table-cell {
        vertical-align: top
    }
}
.wmd h1 small, .wmd h2 small, .wmd h3 small, .wmd h4 small, .wmd h5 small {
    color: #0a0a0a
}
.leftContentOverBackgroundImage {
    height: auto
}
.leftContentOverBackgroundImage>div {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}
.leftContentOverBackgroundImage>div .columns>div {
    margin-top: 20px
}
.leftContentOverBackgroundImage.tall>div {
    padding: 135px 0
}
@media only screen and (max-width:640px) {
    .leftContentOverBackgroundImage>div {
        background-position: right top
    }
    .leftContentOverBackgroundImage>div .columns>div {
        margin-top: 230px
    }
    .leftContentOverBackgroundImage .make-table-cell {
        vertical-align: bottom
    }
}
.leftContentOverBackgroundImage.dark h2, .leftContentOverBackgroundImage.dark h5 small, .leftContentOverBackgroundImage.dark p, .leftContentOverBackgroundImage.dark a {
    color: #0a0a0a!important;
    border-color: #0a0a0a
}
.centeredContentOverBackgroundImage {
    height: 380px;
    overflow: hidden
}
.centeredContentOverBackgroundImage img {
    width: auto
}
.centeredContentOverBackgroundImage>div {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 20px
}
@media only screen and (max-width:1024px) {
    .centeredContentOverBackgroundImage {
        height: auto
    }
}
@media only screen and (max-width:640px) {
    .centeredContentOverBackgroundImage>div {
        background-position: right top
    }
}
.circular {
    height: 620px;
    background: #f7f7f7
}
.circular .columns {
    padding: 0 20px
}
.circular img {
    max-width: 320px
}
@media only screen and (max-width:640px) {
    .circular {
        height: auto;
        padding: 40px 0
    }
    .circular .columns {
        margin-top: 40px
    }
    .circular .columns:first-child {
        margin-top: 0
    }
}
.privacy, .terms, .contact {
    background: #f7f7f7;
    padding: 40px 0;
    font-family: 'Trade Gothic W01 Light'
}
.privacy li, .terms li, .contact li {
    margin-left: 40px
}
.contact.name #contactName input {
    border: 1px solid red
}
.contact.email #contactEmail input {
    border: 1px solid red
}
.contact.recipient #contactRecipient {
    border: 1px solid red
}
.contact.subject #contactSubject input {
    border: 1px solid red
}
.contact.message #contactMessage textarea {
    border: 1px solid red
}
.contact .button {
    float: left
}
.contact .error-msg {
    display: none;
    float: left;
    width: 60%
}
.contact .error-msg p {
    font-size: .75rem;
    color: red;
    margin-left: 10px
}
.imageWithTitle {
    background: #f7f7f7;
    height: 400px!important
}
.imageWithTitle.left-split {
    background: #fafafa
}
.imageWithTitle.right-split {
    background: #f2f2f2
}
#specialSection {
    height: 280px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
@media only screen and (max-width:1024px) {
    #specialSection {
        height: 240px
    }
}
@media only screen and (max-width:640px) {
    #specialSection .button {
        margin-top: 16px
    }
}
#filterSection {
    background: #212532;
    height: 280px
}
@media only screen and (max-width:1024px) {
    #filterSection {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        height: 183px
    }
}
@media only screen and (max-width:640px) {
    #filterSection {
        height: 173px
    }
}
.mainCollectionItemSection {
    background: #f2f2f2
}
.mainCollectionItemSection img {
    width: auto
}
.mainCollectionItemSection .row {
    padding: 60px
}
@media only screen and (max-width:1024px) {
    .mainCollectionItemSection {
        height: auto;
        padding: 60px 0
    }
    .mainCollectionItemSection .row {
        padding: 0 20px
    }
    .mainCollectionItemSection img {
        height: 500px
    }
}
@media only screen and (max-width:640px) {
    .mainCollectionItemSection img {
        height: 320px
    }
}
.productGrid {
    background: #f7f7f7;
    padding: 10px 0 60px
}
.gridSlider {
    background: #f7f7f7
}
.gridSlider .columns {
    margin-top: 0
}
.gridSlider .orbit div>img {
    min-height: 390px;
    max-height: 390px
}
.gridSlider .orbit div>.row {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 78px;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px
}
.gridSlider .orbit div>.row .columns {
    margin-top: 0
}
.gridSlider .orbit div>.row img {
    max-width: 226px;
    min-width: 226px;
    display: inline-block
}





@media only screen and (max-width:1024px) {
    .gridSlider .orbit div>img {
        min-height: 360px;
        max-height: 360px
    }
    .gridSlider .orbit div>.row {
        padding-top: 58px
    }
}
@media only screen and (max-width:640px) {
    .gridSlider .orbit div>.row img {
        min-width: inherit
    }
}
.detail {
    height: 650px;
    background: #f7f7f7
}
.detail img {
	width: 100%;
    max-width: 500px
}
@media only screen and (max-width:640px) {
    .detail {
        height: auto;
        padding: 20px 0
    }
    .detail img {
        margin-bottom: 10px;
        max-height: 330px;
        max-width: 330px;
        width: 100%
    }
}
.culture-detail {
    background: #f7f7f7;
    padding: 80px 0
}
@media only screen and (max-width:640px) {
    .culture-detail {
        padding: 20px 0 80px
    }
}
#culture-view .split>section {
    height: 480px
}
@media only screen and (max-width:1024px) {
    #culture-view .split>section {
        height: 360px
    }
}
footer {
    width: 100%;
    text-align: center;
    padding-bottom: 50px
}
footer .nav a {
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #333;
    text-transform: uppercase;
    padding: 0 0 0 44px
}
footer .nav a:first-child {
    padding: 0
}
footer .nav a:hover {
    color: #4797e1
}
@media only screen and (max-width:640px) {
    footer .nav a {
        font-size: .6875rem;
        padding: 0 0 0 16px
    }
}
footer .bottom-nav a, footer .bottom-nav span, footer .bottom-nav p {
    font-family: 'Trade Gothic W01 Light';
    font-size: .75rem;
    color: #333;
    text-transform: uppercase
}
@media only screen and (max-width:640px) {
    footer .bottom-nav a, footer .bottom-nav span, footer .bottom-nav p {
        font-size: .4375rem
    }
}
footer .bottom-nav span {
    margin: 0 10px
}
footer .bottom-nav a:hover {
    color: #4797e1
}
footer .bottom-nav p {
    margin-top: 20px
}
@media only screen and (max-width:640px) {
    footer .bottom-nav p {
        font-size: .625rem;
        padding-left: 20px;
        padding-right: 20px
    }
}
