@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0
}

div.iframePDV {
    width:100%;
    max-width:640px;
    height: 480px;
    margin: 0 auto 20px auto;
    display: block;
}
/*
@media(max-width:640px) {
    div.iframePDV {
        width:100%;
        height: 360px;
    }
}
@media(max-width:480px) {
    div.iframePDV {
        width:100%;
        height: 240px;
    }
}
*/

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
body.artbureau.events article h2 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold !important;
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "“" "”" "‘" "’"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    p,
    h2,
    h3,
    body.responsibility section.effects h3,
    body.article #main>article footer .byline,
    body.article article.template-interview-text div.video .byline-video,
    body.article article.template-list div.post-body p strong {
        orphans: 3;
        widows: 3
    }
    h2,
    h3,
    body.responsibility section.effects h3,
    body.article #main>article footer .byline,
    body.article article.template-interview-text div.video .byline-video,
    body.article article.template-list div.post-body p strong {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Absolut, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    background-color: #f5e0cf
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #000;
    text-decoration: none
}

a:hover,
a:focus {
    color: #63666a;
  /*  text-decoration: underline*/
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#main.black div.container a{
    color: #ffffff !important;
}
#main.black div.container a:hover{
    color: #ffffff !important;
}

.dateDefaultHide{
    display: none;
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #f5e0cf;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 13.5px
}

.lead,
body.article article.template-personal-gallery-landing .content-area .entry h2,
body.article article.template-personal-gallery-landing footer a.next-link {
    margin-bottom: 27px;
    font-size: 19.55px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead, body.article article.template-personal-gallery-landing .content-area .entry h2, body.article article.template-personal-gallery-landing footer a.next-link {
        font-size: 25.5px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #c8c9c7
}

.text-primary {
    color: #0033a0
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body.fourofour #main h1,
body.fourofour #main h2,
body.fourofour #main p,
body.artbureau.events article h2,
body.responsibility section.amount h3,
body.responsibility section.effects h3,
body.product-landing .caption-wrapper span.centered p.medium,
body.article #main>article footer .byline,
body.article article.template-interview-text div.video .byline-video,
body.article article.template-personal-gallery-single .quote-big,
body.article article.template-personal-gallery-single .quote-medium,
body.article article.template-personal-gallery-single .quote-small,
body.article article.template-personal-gallery-single .quote-xsmall,
body.article article.template-list div.post-body p strong {
    font-family: Absolut, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #c8c9c7
}

h1,
h2,
h3,
body.artbureau.events article h2,
body.responsibility section.effects h3,
body.article #main>article footer .byline,
body.article article.template-interview-text div.video .byline-video,
body.article article.template-list div.post-body p strong {
    margin-top: 27px;
    margin-bottom: 13.5px
}

h4,
h5,
h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

h1,
.h1,
body.artbureau.events article h2,
body.article article.template-personal-gallery-single .quote-big,
body.article article.template-personal-gallery-single .quote-medium,
body.article article.template-personal-gallery-single .quote-small,
body.article article.template-personal-gallery-single .quote-xsmall {
    font-size: 44px
}

h2,
.h2,
body.responsibility section.amount h3,
body.responsibility section.effects h3,
body.article article.template-interview-text div.video .byline-video,
body.article article.template-list div.post-body p strong {
    font-size: 36px
}

h3,
.h3,
body.fourofour #main h2,
body.product-landing .caption-wrapper span.centered p.medium,
body.article #main>article footer .byline {
    font-size: 29px
}

h4,
.h4,
body.fourofour #main h1,
body.fourofour #main p {
    font-size: 22px
}

h5,
.h5 {
    font-size: 17px
}

h6,
.h6 {
    font-size: 15px
}

h1 small,
.h1 small {
    font-size: 29px
}

h2 small,
.h2 small {
    font-size: 22px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 17px
}

.page-header {
    padding-bottom: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 13.5px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled,
header#global-header nav>ul,
body.product-single section.product-drinks .drink-recipe ol {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 27px
}

dt,
dd {
    line-height: 1.6
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #c8c9c7
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 21.25px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.6;
    color: #c8c9c7
}

blockquote small:before {
    content: '— '
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: ' —'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.6
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0
}

pre {
    display: block;
    padding: 13px;
    margin: 0 0 13.5px;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #63666a;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre.prettyprint {
    margin-bottom: 27px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1,
    .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-sm-10,
    .col-sm-11 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%;
		margin-bottom:20px;
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }
    .col-md-1,
    .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-md-10,
    .col-md-11 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
    .col-lg-1,
    .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-lg-10,
    .col-lg-11 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 27px
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.6;
    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 th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f5e0cf
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 25.5px;
    line-height: inherit;
    color: #63666a;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #c8c9c7
}

.form-control::-moz-placeholder {
    color: #c8c9c7
}

.form-control:-ms-input-placeholder {
    color: #c8c9c7
}

.form-control::-webkit-input-placeholder {
    color: #c8c9c7
}

.form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.6;
    color: #97999b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 34px;
    line-height: 34px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 61px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 0
}

select.input-lg {
    height: 61px;
    line-height: 61px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 11px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -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;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: rgba(0, 0, 0, 0)
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary {
    color: #fff;
    background-color: #009775;
    border-color: #00644d
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006e55;
    border-color: #00271e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #009775;
    border-color: #00644d
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #000;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #63666a;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #c8c9c7;
    text-decoration: none
}

.btn-lg {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 0
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 61px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 0
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 61px;
    line-height: 61px
}

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: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 34px;
    line-height: 34px
}

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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: 10px 15px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 15px 30px;
    font-size: 22px;
    border-radius: 0
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-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:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.visible-xs,
header#global-header nav>ul {
    display: none!important
}

tr.visible-xs {
    display: none!important
}

th.visible-xs,
td.visible-xs {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs, header#global-header nav>ul {
        display: block!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell!important
    }
}

.visible-sm {
    display: none!important
}

tr.visible-sm {
    display: none!important
}

th.visible-sm,
td.visible-sm {
    display: none!important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell!important
    }
}

.visible-md {
    display: none!important
}

tr.visible-md {
    display: none!important
}

th.visible-md,
td.visible-md {
    display: none!important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block!important
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell!important
    }
}

.visible-lg {
    display: none!important
}

tr.visible-lg {
    display: none!important
}

th.visible-lg,
td.visible-lg {
    display: none!important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

tr.hidden-xs {
    display: table-row!important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important
    }
    tr.hidden-xs {
        display: none!important
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none!important
    }
    tr.hidden-xs.hidden-sm {
        display: none!important
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none!important
    }
    tr.hidden-xs.hidden-md {
        display: none!important
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none!important
    }
    tr.hidden-xs.hidden-lg {
        display: none!important
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

tr.hidden-sm {
    display: table-row!important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none!important
    }
    tr.hidden-sm.hidden-xs {
        display: none!important
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
    tr.hidden-sm {
        display: none!important
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none!important
    }
    tr.hidden-sm.hidden-md {
        display: none!important
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none!important
    }
    tr.hidden-sm.hidden-lg {
        display: none!important
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

tr.hidden-md {
    display: table-row!important
}

th.hidden-md,
td.hidden-md {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs {
        display: none!important
    }
    tr.hidden-md.hidden-xs {
        display: none!important
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none!important
    }
    tr.hidden-md.hidden-sm {
        display: none!important
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
    tr.hidden-md {
        display: none!important
    }
    th.hidden-md,
    td.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none!important
    }
    tr.hidden-md.hidden-lg {
        display: none!important
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

tr.hidden-lg {
    display: table-row!important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell!important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none!important
    }
    tr.hidden-lg.hidden-xs {
        display: none!important
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none!important
    }
    tr.hidden-lg.hidden-sm {
        display: none!important
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none!important
    }
    tr.hidden-lg.hidden-md {
        display: none!important
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
    tr.hidden-lg {
        display: none!important
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

tr.visible-print {
    display: none!important
}

th.visible-print,
td.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
    .hidden-print {
        display: none!important
    }
    tr.hidden-print {
        display: none!important
    }
    th.hidden-print,
    td.hidden-print {
        display: none!important
    }
}

.absolut-icon,
.tags-container:before {
    display: inline-block;
    font-family: 'Absolut icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    top: 1px
}


.icon-beer-round:before {
    content: ""
}

.icon-drink-round:before {
    content: ""
}

.icon-drugs-round:before {
    content: ""
}

.icon-food-round:before {
    content: ""
}

.icon-gender-round:before {
    content: ""
}

.icon-pace-round:before {
    content: ""
}

.icon-size-round:before {
    content: ""
}

.icon-wine-round:before {
    content: ""
}

.icon-documenta13:before {
    content: ""
}

.icon-art-basel:before {
    content: ""
}

.icon-tumblr:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-settings:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-thumb-arrow-active:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-logo-r:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-gplus:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-fb:before {
    content: ""
}

.icon-drink:before {
    content: ""
}

.icon-bottle:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-logo:before {
    content: ""
}

.icon-slideshow-indicator:before {
    content: ""
}

.icon-slideshow-indicator-active:before,
div.slideshow-wrapper ul.slideshow-nav-dots li a:hover span.icon-slideshow-indicator:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-tag:before,
.tags-container:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.hyphenate,
body.product-single section.product-intro .about-product p,
body.product-single section.product-intro .product-media p,
body.product-single section.product-drinks header p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}
body.product-single section.product-drinks header p {
    margin-bottom: 8px;
}

.textscale {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 50ms cubic-bezier(.455, .03, .515, .955);
    transition: all 50ms cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.textscale:hover {
    -webkit-transition: all 80ms cubic-bezier(.455, .03, .515, .955);
    transition: all 80ms cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all 1s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all 1s cubic-bezier(.455, .03, .515, .955);
    transition: all 1s cubic-bezier(.455, .03, .515, .955)
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel
{
	max-width:1590px;
	margin:auto;
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 1;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    top: 50%;
    width: 40px;
    z-index: 10;
    -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.flex-direction-nav a:active {
    opacity: .7!important
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

@media(min-width:992px) {
    .flexslider:hover .flex-prev {
        left: -35px
    }
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

@media(min-width:992px) {
    .flexslider:hover .flex-next {
        right: -35px
    }
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "Absolut icon";
    font-size: 40px;
    display: inline-block;
    content: ''
}

.flex-direction-nav a.flex-next:before {
    content: ''
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "Absolut icon";
    font-size: 20px;
    display: inline-block;
    content: ''
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: ''
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.tos-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.tos-wrapper.tos-fixed {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000
}

.tos-wrapper.tos-inline {
    position: relative
}

.tos-wrapper * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.tos-slider {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0
}

.tos-slide {
    -webkit-overflow-scrolling: touch;
    line-height: 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.tos-slide.tos-loading {
    background-image: url('/Assets/images/tos-preloader-black.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent
}

@media(-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
    .tos-slide.tos-loading {
        background-image: url("/Assets/images/tos-preloader-black@2x.png");
        background-size: 22px 22px
    }
}

.tos-slide>* {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.tos-wrapper.tos-fill .tos-slide>* {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%
}

.tos-content {
    background-color: #fff;
    color: #333;
    white-space: normal;
    text-align: left;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    overflow: auto
}

.tos-caption {
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 15px;
    left: 0;
    right: 0
}

.tos-caption p {
    display: inline-block;
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    padding: 10px 15px
}

.tos-prev,
.tos-next,
.tos-close,
.tos-play,
.tos-zoom:after {
    display: block
}

.tos-caption,
.tos-prev,
.tos-next,
.tos-close,
.tos-play,
.tos-zoom:after {
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    position: absolute
}

.tos-wrapper.tos-desktop:hover .tos-prev,
.tos-wrapper.tos-desktop:hover .tos-next,
.tos-wrapper.tos-desktop:hover .tos-close,
.tos-wrapper.tos-desktop:hover .tos-play {
    opacity: .7
}

.tos-wrapper.tos-desktop:hover .tos-prev:hover,
.tos-wrapper.tos-desktop:hover .tos-next:hover,
.tos-wrapper.tos-desktop:hover .tos-close:hover,
.tos-wrapper.tos-desktop:hover .tos-play:hover {
    opacity: .9
}

.tos-wrapper.tos-desktop:hover .tos-caption {
    opacity: 1
}

.tos-wrapper.tos-desktop:hover .tos-disabled.tos-prev,
.tos-wrapper.tos-desktop:hover .tos-disabled.tos-next {
    opacity: .2
}

.tos-wrapper.tos-desktop:hover .tos-disabled.tos-prev:hover,
.tos-wrapper.tos-desktop:hover .tos-disabled.tos-next:hover {
    opacity: .2
}

.tos-wrapper.tos-touch .tos-play {
    opacity: .9
}

.tos-wrapper.tos-touch.tos-hover .tos-prev,
.tos-wrapper.tos-touch.tos-hover .tos-next,
.tos-wrapper.tos-touch.tos-hover .tos-close {
    opacity: .9
}

.tos-wrapper.tos-touch.tos-hover .tos-caption {
    opacity: 1
}

.tos-wrapper.tos-touch.tos-hover .tos-disabled.tos-prev,
.tos-wrapper.tos-touch.tos-hover .tos-disabled.tos-next {
    opacity: .2
}

.tos-zoom:hover:after {
    opacity: .7
}

.tos-prev,
.tos-next {
    margin-top: -20px;
    top: 50%
}

.tos-prev.tos-disabled,
.tos-next.tos-disabled {
    cursor: default
}

.tos-prev.tos-disabled:active,
.tos-next.tos-disabled:active {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.tos-prev {
    left: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.tos-prev:before {
    content: ''
}

.tos-prev:active {
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    transform: translate(-5px, 0)
}

.tos-next {
    right: 30px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

.tos-next:before {
    content: ''
}

.tos-next:active {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.tos-close {
    line-height: 1;
    top: 0;
    right: 15px;
    text-align: center;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.tos-close:before {
    content: '×'
}

.tos-prev,
.tos-next,
.tos-close {
    -webkit-transition: all 16ms cubic-bezier(.455, .03, .515, .955);
    transition: all 16ms cubic-bezier(.455, .03, .515, .955);
    color: #63666a;
    line-height: 1
}

.tos-prev:before,
.tos-next:before,
.tos-close:before {
    position: relative;
    line-height: 1;
    font-family: 'Absolut icon';
    font-size: 40px
}

.tos-prev:active,
.tos-next:active,
.tos-close:active {
    -webkit-transition: all 150ms cubic-bezier(.455, .03, .515, .955);
    transition: all 150ms cubic-bezier(.455, .03, .515, .955)
}

.tos-play {
    background-color: rgba(0, 50, 100, .5);
    background-position: 25px center;
    border-radius: 80px;
    border: 5px solid #eee;
    width: 80px;
    height: 80px;
    margin: -45px;
    position: absolute;
    top: 50%;
    left: 50%
}

.tos-zoom {
    position: relative;
    display: inline-block
}

.tos-zoom:after {
    content: "";
    height: 40px;
    margin: -22px;
    top: 50%;
    left: 50%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {}

.swiper-slide {}

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {}

.swiper-active-switch {}

.swiper-visible-switch {}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/assets/images/spinner.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/assets/images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 20px;
    background: url(/assets/images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 62%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/assets/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/assets/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    color: #fff;
    background: #0033a0;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #0033a0;
    text-shadow: none
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    max-width: 100%;
    height: auto
}

.img-max {
    text-align: center;
    width: 100%
}

.img-max .img-frame {
    display: inline-block;
    /*max-height: 570px;*/
    position: relative;
    width: 100%;
	overflow:hidden;

}

.img-max img,
.img-max .fitvids {
    height: auto;
    max-width: 1590px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

h1,
.h1,
body.artbureau.events article h2,
body.article article.template-personal-gallery-single .quote-big,
body.article article.template-personal-gallery-single .quote-medium,
body.article article.template-personal-gallery-single .quote-small,
body.article article.template-personal-gallery-single .quote-xsmall {
    font-size: 60px;
    letter-spacing: -1.6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    text-align: center;
    text-rendering: optimizeLegibility
}

@media(max-width:480px) {
    h1, .h1, body.artbureau.events article h2, body.article article.template-personal-gallery-single .quote-big, body.article article.template-personal-gallery-single .quote-medium, body.article article.template-personal-gallery-single .quote-small, body.article article.template-personal-gallery-single .quote-xsmall {
        font-size: 50px;
        line-height: 1.2
    }
}

h2,
.h2,
body.responsibility section.amount h3,
body.responsibility section.effects h3,
body.article article.template-interview-text div.video .byline-video,
body.article article.template-list div.post-body p strong {
    font-size: 32px
}

h3,
.h3,
body.fourofour #main h2,
body.product-landing .caption-wrapper span.centered p.medium,
body.article #main>article footer .byline {
    font-size: 24px;
    margin-bottom: 6px
}

h4,
.h4,
body.fourofour #main h1,
body.fourofour #main p {
    font-size: 20px
}

h5,
.h5 {
    font-size: 17px
}

h6,
.h6 {
    font-size: 14px
}

a {
    -webkit-transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    transition: color 100ms cubic-bezier(.455, .03, .515, .955)
}

.mbottom
{
	margin-bottom:25px;
}

article a img {
    -webkit-transform: translateZ(0);
    -webkit-transition: -webkit-filter 300ms cubic-bezier(.455, .03, .515, .955);
    -webkit-filter: saturate(100%)
}

a:hover {
    -webkit-transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    text-decoration: none
}

p {
    margin: 0;
}

p.medium {
    font-weight: 500!important
}

p.lead a {
    text-decoration: underline
}

p.indent {
    text-indent: 1.6em
}

hr {
    border-top: 1px solid #c8c9c7;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

blockquote {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    border: 0;
    width: 85%
}

dl dt {
    font-weight: 500
}

dl dd {
    margin-bottom: 1.6em
}

#main {
  /*  margin-bottom: 60px*/
}

#main.fade,
#global-footer.fade {
    -webkit-transition: -webkit-filter 2s 1s cubic-bezier(.455, .03, .515, .955);
    -webkit-filter: grayscale(100%) blur(3px)
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.container .row .col-md-12 {
    margin-bottom: 30px
}

.container .row.snug {
    margin-bottom: 0!important
}

.container .row.snug+.snug {
    margin-top: 0!important
}

.container .row.loose {
    margin-bottom: 60px!important
}

.container .row.loose+.loose {
    margin-top: 60px!important
}

.container .row.snug-paragraphs p {
    margin: 0
}

.container .row.loose-img img+img {
    margin-top: 30px
}

.container .row.mid-loose {
    margin-bottom: 30px
}

section.complementary {
    padding-bottom: 60px
}

.tags-container {
    font-style: italic;
    text-align: center
}

.tags-container:before {
    font-size: 15px;
    margin-right: 8px
}

.tags-container a {
    color: #63666a;
    color: rgba(0, 0, 0, .7)
}

.tags-container a:hover {
    color: #000
}

.btn.btn-xs {
    font-weight: normal
}

.btn.btn-primary {
    padding: 20px 32px;
    color: #000;
    border: 0;
    margin: 0;
    line-height: 1em;
    font-size: 17px
}

.btn.showmore {
    background: #dbc9bb;
    background: rgba(0, 0, 0, .1);
    margin: -27px auto 30px auto
}

.btn.loadmore {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .1)
}

.btn.loadmore:hover {
    background-color: #cfcfcf;
    background-color: rgba(0, 0, 0, .2)
}

.btn.loadmore span.loading {
    visibility: hidden
}

.btn.loadmore.loading {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .1);
    background-image: url('/Assets/images/spinner.gif');
    background-repeat: no-repeat;
    background-position: center center
}

.btn.buynow {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 32px
}

.social-buttons {
    font-size: 26px;
    text-align: center
}

.social-buttons a {
    -webkit-transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    transition: color 100ms cubic-bezier(.455, .03, .515, .955)
}

.social-buttons a:hover .absolut-icon {
    -webkit-transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    transition: color 150ms cubic-bezier(.455, .03, .515, .955)
}

.social-buttons a:hover .absolut-icon.icon-gplus {
    color: #dd4b39
}

.social-buttons a:hover .absolut-icon.icon-fb {
    color: #3b5998
}

.social-buttons a:hover .absolut-icon.icon-twitter {
    color: #00acee
}

.social-buttons a:hover .absolut-icon.icon-pinterest {
    color: #c8232c
}

.social-buttons a:hover .absolut-icon.icon-email {
    color: #00a3ad
}

.social-buttons a:hover .absolut-icon.icon-youtube {
    color: #cd201f
}

.social-buttons a:hover .absolut-icon.icon-instagram {
    color: #b38150
}

.social-buttons.follow {
    margin: 35px 35px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 3;
    font-size: 0
}

.social-buttons.follow a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px
}

.social-buttons.follow a+a {
    margin-left: 35px
}

@media(max-width:768px) {
    .social-buttons.follow a+a {
        margin-left: 25px
    }
}

@media(max-width:480px) {
    .social-buttons.follow a+a {
        margin-left: 15px
    }
}

.social-buttons.follow a span {
    display: block
}

.social-buttons.follow a .label {
    font-family: Absolut, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    font-size: 10px;
    text-transform: uppercase;
    display: block!important
}

tr.social-buttons.follow a .label {
    display: table-row!important
}

th.social-buttons.follow a .label,
td.social-buttons.follow a .label {
    display: table-cell!important
}

@media(max-width:767px) {
    .social-buttons.follow a .label {
        display: none!important
    }
    tr.social-buttons.follow a .label {
        display: none!important
    }
    th.social-buttons.follow a .label,
    td.social-buttons.follow a .label {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .social-buttons.follow a .label.hidden-sm {
        display: none!important
    }
    tr.social-buttons.follow a .label.hidden-sm {
        display: none!important
    }
    th.social-buttons.follow a .label.hidden-sm,
    td.social-buttons.follow a .label.hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .social-buttons.follow a .label.hidden-md {
        display: none!important
    }
    tr.social-buttons.follow a .label.hidden-md {
        display: none!important
    }
    th.social-buttons.follow a .label.hidden-md,
    td.social-buttons.follow a .label.hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .social-buttons.follow a .label.hidden-lg {
        display: none!important
    }
    tr.social-buttons.follow a .label.hidden-lg {
        display: none!important
    }
    th.social-buttons.follow a .label.hidden-lg,
    td.social-buttons.follow a .label.hidden-lg {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .social-buttons.follow a .label {
        display: none!important
    }
    tr.social-buttons.follow a .label {
        display: none!important
    }
    th.social-buttons.follow a .label,
    td.social-buttons.follow a .label {
        display: none!important
    }
}

@media(max-width:768px) {
    .social-buttons.follow {
        font-size: 20.8px;
        margin: 25px 25px 0 0
    }
}

@media(max-width:480px) {
    .social-buttons.follow {
        font-size: 13px;
        margin: 15px 15px 0 0
    }
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-justify {
    text-align: justify!important
}

@media(min-width:992px) {
    .vertical-center, .vertical-bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .vertical-center div[class^="col-"] p:last-child,
    .vertical-bottom div[class^="col-"] p:last-child,
    .vertical-center div[class*=" col-"] p:last-child,
    .vertical-bottom div[class*=" col-"] p:last-child {
        margin: 0
    }
    .vertical-center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .vertical-bottom {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.no-dots {
    list-style-type: none
}

#global-header-pusher {
    background: #000;
    /*height: 107px !important;*/
}

@media(max-width:767px) {
    #global-header-pusher {
        height: 48px;
    }
}

header#global-header {
    background: #000;
    left: 0;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100
}

header#global-header .container {
    padding-top: 7px;
    position: relative
}

header#global-header a.absolut-logo {
    color: #fff;
    font-size: 26px;
    line-height: 1.5
}

header#global-header nav {
    font-size: 15px;
    line-height: 21px
}

@media(max-width:767px) {
    header#global-header nav {
        font-size: 13px
    }
}

header#global-header nav a {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    color: #97999b;
    margin-right: 15px
}

header#global-header nav a:last-child {
    margin-right: 0
}

header#global-header nav a:hover {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    color: #c8c9c7;
    text-decoration: none
}

header#global-header #global-nav a.active {
    position: relative
}

header#global-header #global-nav a.active:after {
    background: #97999b;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 6px;
    position: absolute;
    right: 8px
}

header#global-header #global-nav-disclaimer {
    position: absolute;
    left: 15px;
    top: 7px;
    line-height: 1
}

@media(max-width:767px) {
    header#global-header #global-nav-disclaimer {
        display: none
    }
}

header#global-header #global-nav-disclaimer span {
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-transform: none;
    color: #63666a
}

header#global-header #global-nav-disclaimer a {
    color: #97999b
}

header#global-header #global-nav-disclaimer a:hover {
    color: #c8c9c7
}

header#global-header #global-nav-language {
    -webkit-transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    top: 10px;
    color: #97999b;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    right: 15px
}

header#global-header #global-nav-language:hover {
    -webkit-transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    color: #63666a
}

header#global-header #global-nav-language.active {
    color: #fff
}

@media(max-width:767px) {
    header#global-header #global-nav-language {
        -webkit-transition: none;
        transition: none;
        display: none
    }
}

header#global-header #global-nav-languages {
    background: #000;
    display: none;
    padding: 15px;
    right: 0;
    top: 0
}

header#global-header #global-nav-languages div.column-left {
    margin-right: 15px;
    float: left
}

header#global-header #global-nav-languages div.column-right {
    float: left
}

header#global-header #global-nav-languages a {
    border-bottom: 1px solid #555;
    display: block;
    margin: 0;
    padding: 6px 0;
    text-align: center
}

header#global-header #global-nav-languages a:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

header#global-header #global-nav-languages a.active {
    font-weight: bold
}

header#global-header.collapsed {
    padding: 7px 0 11px;
    width: 100%;
    z-index: 100
}

header#global-header.collapsed div.container {
    padding: 0
}

header#global-header.collapsed a.absolut-logo {
    display: block;
    font-size: 17px;
    left: 15px;
    position: absolute;
    top: 1px
}

header#global-header.collapsed nav {
    line-height: 13px;
    padding: 7px 0 0
}

header#global-header.collapsed #global-nav-language {
    display: none
}

header#global-header nav>ul {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 0 0 1px #555;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 0 0 1px #555;
    background-color: #c8c9c7;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
	margin-top:0px;
}

header#global-header nav>ul>li {
    border-bottom: 1px solid #97999b;
    margin-left: 15px;
    margin-right: 15px;
}

header#global-header nav>ul>li:last-child {
    border-bottom: none
}

header#global-header nav>ul>li>a {
    font-size: .923076923em;
    color: #000
}

header#global-header nav>ul>li>a:hover {
    color: #63666a;
}

header#global-header nav>ul>li>a.active {
    color: #000
}

@media(max-width:767px) {

    header#global-header {
        border-bottom: 1px solid #555;
        padding: 0;
        -webkit-transition: none;
        -webkit-transform: none;
        left: 0;
        position: relative;
        top: 0
    }
    header#global-header:before {
        border-bottom: 1px solid #555;
        content: "";
        display: block;
        height: 48px !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    header#global-header .container {
        padding-top: 8px
    }
    header#global-header * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    header#global-header img.absolut-logo {
        margin-bottom: 0;
        width: 120px
    }
    header#global-header nav,
    header#global-header #global-nav-languages {
        display: none;
        margin-top: 2px
    }
    header#global-header nav a,
    header#global-header #global-nav-languages a {
        border-bottom: 1px solid #555;
        display: block;
        line-height: 13px;
        margin-right: 0;
        padding: 15px 0 12px
    }
    header#global-header nav a:last-child,
    header#global-header #global-nav-languages a:last-child {
        border-bottom: none
    }
    header#global-header nav a.active,
    header#global-header #global-nav-languages a.active {
        font-weight: bold;
        color: #fff
    }
    header#global-header nav a.active:before,
    header#global-header #global-nav-languages a.active:before {
        content: "• ";
        margin-left: -7px
    }
    header#global-header nav a.active:after,
    header#global-header #global-nav-languages a.active:after {
        display: none
    }
    header#global-header #global-nav-languages {
        padding: 0 0 15px 15px
    }
    header#global-header #global-nav-mobile-menu-show {
        border-right: 1px solid #555;
        color: #97999b;
        cursor: pointer;
        height: 48px !important;
        left: 0;
        line-height: 48px;
        padding: 0 15px;
        position: absolute;
        top: 0
    }
    header#global-header #global-nav-mobile-menu-show.active {
        color: #fff
    }
    header#global-header #global-nav-mobile-menu-show span {
        line-height: 48px
    }
    header#global-header #global-nav-language {
        border-left: 1px solid #555;
        bottom: auto;
        font-size: 22px;
        height: 48px !important;
        line-height: 48px;
        padding: 0 15px;
        right: 0;
        top: 0
    }
    header#global-header #global-nav-language span {
        line-height: 48px
    }
}

html.lt-ie9 div.products-list-wrapper ul.products-list li {
    width: 49px;
    height: 127px
}

html.lt-ie9 div.products-list-wrapper ul.products-list li.top-position {
    margin: 0 0 50px 0
}

.product-display {
    background-color: #fff;
    padding: 30px 0;
    padding: 15px 0 0 0
}

.product-display .flexslider {
    margin-bottom: -82px
}

.product-display .flexslider .flex-direction-nav a {
    top: 41%
}

.product-display .flexslider .slides>li {
    padding: 0 0 53px 0;
    margin: 0 2px;
    position: relative;
    text-align: center
}

.product-display .flexslider .slides>li:first-child {
    margin-left: 0
}

.product-display .flexslider .slides>li:last-child {
    margin-right: 0
}

.product-display .flexslider .slides>li.active:after {
    outline: 1px solid red;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    margin-left: -20px
}

.product-display .flexslider .slides>li img {
    height: auto;
    width: auto;
    max-width: initial
}

footer#global-footer .product-display {
    background-color: #000
}

footer#global-footer .product-display .flexslider {
    margin-bottom: 0
}

footer#global-footer .product-display .flexslider .flex-direction-nav a {
    top: 55%
}

footer#global-footer .product-display .flexslider .slides>li {
    padding: 0 2px
}

div.products-list-wrapper {
    margin: 45px 0 60px 0;
    overflow: hidden;
    visibility: hidden
}

div.products-list-wrapper.top-placement {
    margin-bottom: -45px;
    margin-top: 0
}

div.products-list-wrapper.top-placement span {
    color: #000
}

div.products-list-wrapper span {
    color: #fff;
    font-size: 40px
}

div.products-list-wrapper span.products-edge-left {
    width: 15px;
    height: 150px;
    position: absolute;
    z-index: 2;
    left: 12px
}

div.products-list-wrapper span.products-edge-left.top {
    background: url('../images/products-display-edge-sprite.png') no-repeat;
    background-position: 0 0
}

div.products-list-wrapper span.products-edge-left.bottom {
    background: url('../images/products-display-edge-sprite.png') no-repeat;
    background-position: -31px 0
}

div.products-list-wrapper span.products-edge-right {
    width: 15px;
    height: 150px;
    position: absolute;
    z-index: 3;
    right: 12px
}

div.products-list-wrapper span.products-edge-right.top {
    background: url('../images/products-display-edge-sprite.png') no-repeat;
    background-position: -15px 0
}

div.products-list-wrapper span.products-edge-right.bottom {
    background: url('../images/products-display-edge-sprite.png') no-repeat;
    background-position: -45px 0
}

div.products-list-wrapper span.products-hover-label {
    background: url('../images/general/products-hover-sprite.png') no-repeat;
    background-position: center 0;
    width: auto;
    font-size: 15px;
    color: #000;
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 17px;
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    div.products-list-wrapper span.products-hover-label {
        background: url('/Assets/images/products-hover-sprite@2x.png') no-repeat;
        background-size: 6px 6px
    }
}

div.products-list-wrapper span.products-hover-label.left {
    background-position: 10px 0;
    text-align: left;
    padding-left: 7px
}

div.products-list-wrapper span.products-hover-label.right {
    background-position: right 0;
    text-align: right;
    padding-left: 2px
}

div.products-list-wrapper span.products-hover-label.footer {
    color: #fff;
    bottom: -34.5px
}

div.products-list-wrapper span a:hover span {
    color: #63666a
}

div.products-list-wrapper span.products-prev {
    left: 0;
    position: absolute;
    z-index: 4;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 40px;
    background: none
}

div.products-list-wrapper span.products-prev.touch {
    display: none
}

@media(max-width:768px) {
    div.products-list-wrapper span.products-prev {
        left: 1.5px
    }
    div.products-list-wrapper span.products-prev a span {
        font-size: 20px
    }
}

@media(min-width:768px)and (max-width:991px) {
    div.products-list-wrapper span.products-prev {
        left: -1.5px
    }
    div.products-list-wrapper span.products-prev a span {
        font-size: 20px
    }
}

@media(min-width:991px) {
    div.products-list-wrapper span.products-prev {
        left: -3.9px
    }
    div.products-list-wrapper span.products-prev a span {
        font-size: 27px
    }
}

@media(min-width:992px) {
    div.products-list-wrapper span.products-prev {
        left: -3px
    }
    div.products-list-wrapper span.products-prev a span {
        font-size: 30px
    }
}

@media(min-width:1200px) {
    div.products-list-wrapper span.products-prev {
        left: -6px
    }
}

div.products-list-wrapper span.products-prev.hide {
    display: none
}

div.products-list-wrapper span.products-next {
    position: absolute;
    z-index: 5;
    right: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 40px
}

div.products-list-wrapper span.products-next.touch {
    display: none
}

@media(max-width:768px) {
    div.products-list-wrapper span.products-next {
        right: 1.5px
    }
    div.products-list-wrapper span.products-next a span {
        font-size: 20px
    }
}

@media(min-width:768px)and (max-width:991px) {
    div.products-list-wrapper span.products-next {
        right: -1.5px
    }
    div.products-list-wrapper span.products-next a span {
        font-size: 20px
    }
}

@media(min-width:991px) {
    div.products-list-wrapper span.products-next {
        right: -3.9px
    }
    div.products-list-wrapper span.products-next a span {
        font-size: 27px
    }
}

@media(min-width:992px) {
    div.products-list-wrapper span.products-next {
        right: -3px
    }
    div.products-list-wrapper span.products-next a span {
        font-size: 30px
    }
}

@media(min-width:1200px) {
    div.products-list-wrapper span.products-next {
        right: -6px
    }
}

div.products-list-wrapper ul.products-list {
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    position: relative;
    padding: 0;
    margin: 0;
    width: 6000px
}

div.products-list-wrapper ul.products-list.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

div.products-list-wrapper ul.products-list li {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0;
    margin-right: 2px;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    opacity: 0
}

div.products-list-wrapper ul.products-list li.fade {
    opacity: 1;
    -webkit-transition: opacity 500ms cubic-bezier(.455, .03, .515, .955);
    transition: opacity 500ms cubic-bezier(.455, .03, .515, .955)
}

div.products-list-wrapper ul.products-list li.show {
    opacity: 1
}

div.products-list-wrapper ul.products-list li span.label {
    display: none;
    position: absolute;
    top: 50%;
    width: 49px;
    font-size: 10px;
    color: red
}

div.products-list-wrapper ul.products-list li.top-position {
    padding: 0 0 45px 0
}

div.products-list-wrapper ul.products-list li.active:after {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    margin-left: -20px
}

.issue-intro-container {
    position: relative
}

@media(min-width:992px) {
    .top-article {
        float: right
    }
}

.issue-intro-wrapper .issue-intro {
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px
}

@media(min-width:992px) {
    .issue-intro-wrapper .issue-intro {
        display: table;
        height: 100%;
        width: 100%
    }
}

.issue-intro-wrapper .issue-intro h2 {
    margin-top: 0
}

@media(max-width:1199px) {
    .issue-intro-wrapper .issue-intro h2 {
        font-size: 26px
    }
}

.issue-intro-wrapper .issue-intro .preamble-wrapper,
.issue-intro-wrapper .issue-intro .issue-tags-wrapper {
    display: table-row
}

.issue-intro-wrapper .issue-intro .preamble,
.issue-intro-wrapper .issue-intro .issue-tags {
    display: table-cell
}

.issue-intro-wrapper .issue-intro .preamble {
    vertical-align: top
}

#art-2013-11 .issue-intro-wrapper .issue-intro {
    background-color: #f5e0cf
}

#celebration-2013-12 .issue-intro-wrapper .issue-intro {
    background-color: #b8dde1
}

#fashion-2014-01 .issue-intro-wrapper .issue-intro {
    background-color: #d1c7d9
}

@media(min-width:991px) {
    .issue-intro-wrapper .issue-intro {
        margin-top: 0;
        padding: 30px 21px 0 21px
    }
}

@media(min-width:1200px) {
    .issue-intro-wrapper .issue-intro {
        padding: 45px
    }
}

@media(min-width:991px) {
    .issue-intro-wrapper {
        bottom: 0;
        float: none;
        position: absolute;
        top: 0
    }
}

body.home {
    background-color: #fff
}

body.home #main .row {
    margin-bottom: 30px
}

body.home #main .row:first-of-type {
    margin-top: 60px
}

body.home .container .row .col-md-12 {
    margin-bottom: 0
}

body.home p.lead {
    text-align: center
}

body.home .read-more-slider {
    font-size: 21px;
    display: inline-block;
    margin-top: 20px
}

body.home .read-more-slider.alt-2 {
    font-weight: bold
}

body.home .read-more-slider.alt-3 {
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 4px 7px 3px
}

body.home .read-more-slider.alt-3:hover {
    color: rgba(0, 0, 0, .4)
}

body.home .read-more-slider.alt-4 {
    text-transform: uppercase
}

body.home .read-more-slider.alt-5 {
    background: #fff;
    opacity: 1;
    color: #000;
    padding: 2px 6px
}

body.home .read-more-slider.alt-5:hover {
    opacity: .8;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    -webkit-backface-visibility: hidden
}

body.home .caption-wrapper {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

body.home .caption-wrapper span.ghost {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

body.home .caption-wrapper span.centered {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    width: 99%
}

@media(max-width:768px) {
    body.home .caption-wrapper span.centered {
        width: 98%
    }
}

body.home .caption-wrapper span.centered h3 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0
}

@media(max-width:991px) {
    body.home .caption-wrapper span.centered h3 {
        font-size: 32px
    }
}

@media(max-width:480px) {
    body.home .caption-wrapper span.centered h3 {
        font-size: 24px
    }
}

body.home .caption-wrapper span.centered .byline {
    margin: 0;
    color: #fff
}

body.home article {
    text-align: center
}

body.home article p {
    margin-top: 15px
}

body.home article p a {
    text-decoration: underline
}

body.home article .read-more {
    font-weight: bold
}

body.home article a {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    display: block
}

body.home article a img {
    display: block;
    margin: 0 auto 10px
}

body.home article a h3 {
    display: inline;
    border-bottom: 2px solid #000;
    line-height: 1.6
}

body.home article a:hover {
    opacity: .9
}

body.home article a:hover h3 {
    opacity: .9;
    border-bottom: 2px solid rgba(252, 75, 2, .9)
}

body.fourofour #main h1 {
    margin: 60px 0
}

body.fourofour #main hgroup {
    margin: 30px 0
}

body.fourofour #main p {
    font-weight: normal
}

body.fourofour #main p a {
    text-decoration: underline
}

body.tags {
    background-color: #fff
}

body.tags h4 {
    margin-top: 36px;
    margin-bottom: 30px;
    font-size: 100px
}

body.tags .related-row {
    padding-top: 24.6px
}

body.tags section.complementary {
    padding-bottom: 0
}

body.artbureau {
    background-color: #fff
}

body.artbureau #main {
    padding-top: 30px
}

body.artbureau #main .row {
    text-align: center
}

body.artbureau #main article p {
    text-align: justify
}

body.artbureau #main article p.lead,
body.artbureau #main article .text-center,
body.artbureau #main article .text-center p {
    text-align: center!important
}

body.artbureau .col-md-6:last-child {
    margin-bottom: 0
}

body.artbureau .col-md-6>a {
    position: relative;
    display: inline-block
}

body.artbureau .col-md-6 .caption-wrapper span.centered h2 {
    font-size: 45px
}

@media(max-width:991px) {
    body.artbureau .col-md-6 {
        margin-bottom: 30px
    }
    body.artbureau .col-md-6 .caption-wrapper span.centered h2 {
        font-size: 32px
    }
}

@media(max-width:480px) {
    body.artbureau .col-md-6 .caption-wrapper span.centered h2 {
        font-size: 45px
    }
}

body.artbureau .caption-wrapper {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0
}

body.artbureau .caption-wrapper span.ghost {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

body.artbureau .caption-wrapper span.centered {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    width: 98%;
    text-align: center
}

@media(max-width:768px) {
    body.artbureau .caption-wrapper span.centered {
        width: 98%
    }
}

body.artbureau .caption-wrapper span.centered h2 {
    font-size: 68px;
    line-height: 1;
    margin-top: 0
}

body.artbureau .caption-wrapper span.centered p {
    margin: 0;
    font-size: 19px;
    text-align: center!important
}

@media(max-width:991px) {
    body.artbureau .caption-wrapper span.centered h2 {
        font-size: 48px
    }
}

@media(max-width:480px) {
    body.artbureau .caption-wrapper span.centered h2 {
        font-size: 24px!important
    }
    body.artbureau .caption-wrapper span.centered p {
        font-size: 17px
    }
}

body.artbureau figure>figcaption {
    margin-top: 15px;
    font-size: 13px
}

body.artbureau header.artbureau ul.artbureau-nav>li>a {
    font-size: 14px;
    font-weight: bold
}

body.artbureau header.artbureau ul.artbureau-nav>li>a.active {
    border-bottom: 1px solid #000
}

body.artbureau ul.arbureau-follow {
    font-size: 12px;
    font-weight: bold
}

body.artbureau ul.arbureau-follow>li {
    padding-left: 3px;
    padding-right: 3px
}

body.artbureau ul.arbureau-follow>li>a {
    font-size: 17px
}

body.artbureau #main .timeline {
    font-size: 14px;
    margin-top: 30px
}

body.artbureau #main .timeline h5 {
    font-size: 14px;
    margin: 0
}

body.artbureau #main .timeline .month {
    margin-bottom: 30px
}

body.artbureau #main .timeline .month .inner {
    background-color: #eee;
    height: 100%;
    min-height: 107px;
    padding: 10% 4% 4% 4%;
    position: relative;
    width: 100%
}

@media(max-width:480px) {
    body.artbureau #main .timeline .month .inner {
        min-height: 120px
    }
}

body.artbureau #main .timeline .month .inner:after {
    border-bottom: 2px solid #eee;
    content: '';
    line-height: 1;
    position: absolute;
    right: -30px;
    top: 50%;
    width: 30px
}

body.artbureau #main .timeline .month:last-child .inner:after {
    visibility: hidden
}

@media(max-width:767px) {
    body.artbureau #main .timeline .month: nth-child(2) .inner:after {
        visibility: hidden
    }
}

body.artbureau #main article .people p {
    text-align: center!important;
    font-size: 13px
}

body.artbureau .nominees {
    margin-top: 30px
}

body.artbureau .nominees .col-sm-6 table {
    margin: 0 auto 15px auto;
    font-size: 10px
}

body.artbureau .nominees .col-sm-6 table>tbody>tr {
    text-align: left
}

body.artbureau .nominees .col-sm-6 table>tbody>tr td:first-child {
    font-weight: bold;
    text-align: right
}

body.artbureau .nominees .col-sm-6 table>tbody>tr td:first-child:after {
    content: ' – '
}

body.artbureau .nominees .col-sm-6 table>thead>tr {
    margin-bottom: 15px
}

body.artbureau .nominees .col-sm-6 table>thead>tr th {
    text-align: center;
    font-weight: 700
}

@media(min-width:768px) {
    body.artbureau .nominees .col-sm-6 table {
        font-size: 12px;
        margin-top: 30px
    }
    body.artbureau .nominees .col-sm-6:first-of-type table {
        float: left!important
    }
    body.artbureau .nominees .col-sm-6:last-of-type table {
        float: right!important
    }
    body.artbureau .nominees .col-sm-6>thead>tr>th {
        font-size: 13px
    }
}

@media(min-width:992px) {
    body.artbureau .nominees .col-sm-6 table {
        font-size: 16px
    }
    body.artbureau .nominees .col-sm-6 table>thead>tr>th {
        font-size: 18px
    }
}

@media(min-width:992px) {
    body.artbureau.events header.events h1 {
        font-size: 84px
    }
}

body.artbureau.events article {
    margin-top: 30px
}

body.artbureau.events article h5 {
    margin-bottom: 30px
}

body.artbureau.events article p>a {
    text-decoration: underline
}

body.artbureau.events article p>a[href$=".jpg"] {
    text-decoration: none
}

body.artbureau.events article .figure+.figure {
    margin-top: 30px
}

@media(max-width:992px) {
    body.artbureau.events article .figure.image-row {
        margin-bottom: 30px
    }
}

body.artbureau.events article .figure .figcaption {
    margin: 5px 0 27px 0;
    font-size: 13px
}

body.artbureau.events article .figure .figcaption span {
    font-weight: normal;
    display: block
}

body.artbureau.events article .figure .figcaption span.inline {
    display: inline-block
}

body.artbureau.events article .figure .figcaption.right {
    float: right
}

@media(max-width:991px) {
    body.artbureau.events article .figure {
        text-align: center
    }
    body.artbureau.events article .figure .figcaption.right {
        float: none
    }
}

body.artbureau.events ul.social-buttons {
    margin-top: 30px
}

body.artbureau.events hr {
    margin: 45px 0
}

body.artbureau #main .media-enquiries {
    margin-top: 60px;
    text-align: left
}

body.artbureau #main .media-enquiries .icon-art-basel {
    vertical-align: top;
    font-size: 36px;
    margin-bottom: 15px
}

body.artbureau #main .media-enquiries .icon-documenta13 {
    font-size: 27px
}

body.artbureau #main .media-enquiries h5 {
    margin-top: 0
}

body.artbureau #main .media-enquiries a {
    text-decoration: underline
}

body.artbureau #main .media-enquiries>div>div:first-child {
    text-align: right
}

@media(max-width:480px) {
    body.artbureau #main .media-enquiries {
        font-size: 13px
    }
    body.artbureau #main .media-enquiries .icon-documenta13 {
        font-size: 19px
    }
    body.artbureau #main .media-enquiries h5 {
        font-size: 13px
    }
}

body.responsibility {
    background-color: #fff
}

body.responsibility h2,
body.responsibility h3 {
    text-align: center
}

body.responsibility h3 {
    font-size: 17px;
    margin-top: 0
}

body.responsibility .head-container {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center
}

body.responsibility .head-container .img-max-wrapper {
    margin-bottom: 0
}

body.responsibility .head-container h1 {
    line-height: 1.2;
    margin-top: 0
}

body.responsibility .head-container p {
    line-height: 1.3;
    margin-bottom: 0
}

body.responsibility .head-container>.inner {
    margin: 0 auto;
    max-width: 1590px
}

body.responsibility .head-left,
body.responsibility .head-right {
    float: left;
    width: 50%
}

body.responsibility .head-left {
    vertical-align: top
}

body.responsibility .head-left img {
    width: 100%;
    height: auto
}

body.responsibility .head-right {
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

body.responsibility .head-right>.inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

body.responsibility section {
    padding: 30px 0
}

@media(min-width:768px) {
    body.responsibility section {
        padding: 60px 0
    }
}

body.responsibility section.drinks,
body.responsibility section.links,
body.responsibility section.app-teaser,
body.responsibility section.amount {
    text-align: center
}

body.responsibility section.drinks p,
body.responsibility section.links p,
body.responsibility section.app-teaser p,
body.responsibility section.amount p {
    text-align: justify
}

body.responsibility section.drinks p.mob-centred,
body.responsibility section.links p.mob-centred,
body.responsibility section.app-teaser p.mob-centred,
body.responsibility section.amount p.mob-centred {
    text-align: center
}

body.responsibility section.drinks figcaption p,
body.responsibility section.links figcaption p,
body.responsibility section.app-teaser figcaption p,
body.responsibility section.amount figcaption p {
    text-align: center
}

@media(min-width:768px) {
    body.responsibility section.drinks p, body.responsibility section.links p, body.responsibility section.app-teaser p, body.responsibility section.amount p {
        text-align: center
    }
}

body.responsibility section.intro p,
body.responsibility section.app-teaser p,
body.responsibility section.tips p,
body.responsibility section.effects p {
    text-align: justify
}

body.responsibility section:nth-child(odd) {
    background-color: #f5f3f3
}

body.responsibility section.intro .col-md-6 {
    position: relative
}

body.responsibility section.intro .swiper-container,
body.responsibility section.intro .swiper-slide {
    width: 100%
}

@media(max-width:768px) {
    body.responsibility section.intro .intro-image {
        margin-bottom: 1em
    }
}

body.responsibility section.intro .swiper-controls {
    font-weight: bold;
    margin: 15px 0;
    text-align: center
}

body.responsibility section.intro .swiper-controls .counter {
    display: inline-block;
    min-width: 35px
}

body.responsibility section.intro .swiper-controls a {
    -webkit-transition: opacity 150ms cubic-bezier(.455, .03, .515, .955);
    transition: opacity 150ms cubic-bezier(.455, .03, .515, .955);
    padding: 0 15px
}

body.responsibility section.intro .swiper-controls a.disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transition: opacity 100ms cubic-bezier(.455, .03, .515, .955);
    transition: opacity 100ms cubic-bezier(.455, .03, .515, .955);
    cursor: default
}

body.responsibility section.intro .swiper-controls a.disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20)
}

body.responsibility section.intro h3 {
    text-align: left
}

body.responsibility section.drinks .slider {
    position: relative
}

body.responsibility section.drinks .swiper-container {
    width: 100%
}

body.responsibility section.drinks .swiper-container .swiper-slide {
    margin: 0;
    padding: 0
}

body.responsibility section.drinks .swiper-container .swiper-slide figure {
    display: inline-block
}

@media(min-width:768px) {
    body.responsibility section.drinks .swiper-container .swiper-slide figure {
        margin: 0 7px
    }
}

body.responsibility section.drinks .swiper-container .swiper-slide figure figcaption {
    width: 90%;
    margin: 0 auto
}

@media(min-width:480px) {
    body.responsibility section.drinks .swiper-container .swiper-slide figure figcaption {
        width: 67%
    }
}

@media(min-width:768px) {
    body.responsibility section.drinks .swiper-container .swiper-slide figure figcaption {
        width: auto
    }
}

body.responsibility section.drinks .swiper-controls {
    font-size: 28px;
    left: 0;
    margin: 0 -10px;
    position: absolute;
    right: 0;
    top: 36%;
    z-index: 1337
}

@media(min-width:768px) {
    body.responsibility section.drinks .swiper-controls {
        margin: 0 -20px
    }
}

@media(min-width:1200px) {
    body.responsibility section.drinks .swiper-controls {
        margin: 0 -30px
    }
}

body.responsibility section.drinks .swiper-controls .prev-slide {
    float: left
}

body.responsibility section.drinks .swiper-controls .next-slide {
    float: right
}

@media(min-width:768px) {
    body.responsibility section.tips .col-sm-4 {
        border-right: 1px solid #c8c9c7
    }
    body.responsibility section.tips .col-sm-4:last-child {
        border: none
    }
}

body.responsibility section.amount {}

body.responsibility section.amount h3 {
    text-transform: uppercase
}

body.responsibility section.amount .wrapper-dropdown {
    position: relative;
    width: 220px;
    padding: 8px;
    margin: 0 auto;
    z-index: 80;
    max-width: 100%;
    background: #f5f3f3;
    border: 1px solid #c8c9c7;
    outline: none;
    cursor: pointer;
    font-weight: bold
}

body.responsibility section.amount .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #000
}

body.responsibility section.amount .wrapper-dropdown .country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    background: #f5f3f3;
    font-weight: normal;
    opacity: 0;
    pointer-events: none
}

body.responsibility section.amount .wrapper-dropdown .country-dropdown li a {
    display: block;
    text-decoration: none;
    color: #3c3c3c;
    padding: 8px 20px 8px 20px;
    border-top: 1px solid #fff
}

body.responsibility section.amount .wrapper-dropdown .country-dropdown li:hover a {
    background: #eee
}

body.responsibility section.amount .wrapper-dropdown.active .country-dropdown {
    opacity: 1;
    pointer-events: auto
}

body.responsibility section.amount .wrapper-dropdown.active:after {
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px
}

body.responsibility section.amount .wrapper-dropdown.active {
    background: #f5f3f3
}

body.responsibility section.amount .women,
body.responsibility section.amount .men {
    margin-top: 15px
}

body.responsibility section.amount .women .absolut-icon,
body.responsibility section.amount .men .absolut-icon {
    font-size: 67px;
    margin-bottom: 45px
}

body.responsibility section.amount .women strong,
body.responsibility section.amount .men strong {
    font-family: Absolut, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 42px;
    line-height: 1.6;
    margin-bottom: -30px
}

@media(min-width:768px) {
    body.responsibility section.amount .women, body.responsibility section.amount .men {
        margin-top: 30px
    }
    body.responsibility section.amount .women .absolut-icon,
    body.responsibility section.amount .men .absolut-icon {
        font-size: 164px
    }
    body.responsibility section.amount .women strong,
    body.responsibility section.amount .men strong {
        font-size: 60px;
        margin-bottom: -15px
    }
}

body.responsibility section.amount .women {
    color: #00a3ad
}

body.responsibility section.amount .men {
    color: #8e3a80
}

body.responsibility section.effects {
    text-align: center
}

body.responsibility section.effects h3,
body.responsibility section.effects .absolut-icon {
    color: #009775
}

body.responsibility section.effects .absolut-icon {
    font-size: 192px;
    margin-top: 60px
}

body.responsibility section.effects h3 {
    text-transform: uppercase
}

body.responsibility section.links h2+p {
    margin-bottom: 45px
}

body.responsibility section.links ul {
    margin: 15px 0
}

body.responsibility section.links a {
    text-decoration: underline
}

body.responsibility .appstoreIcon {
    display: inline-block;
    overflow: hidden;
    background: url(https://linkmaker.itunes.apple.com/htmlResources/assets/en_us//images/web/linkmaker/badge_appstore-lrg.png) no-repeat;
    width: 135px;
    height: 40px
}

@media only screen {
    body.responsibility .appstoreIcon {
        background-image: url(https://linkmaker.itunes.apple.com/htmlResources/assets/en_us//images/web/linkmaker/badge_appstore-lrg.svg)
    }
}

body.responsibility .topImgHolder {
    height: 640px
}

body.responsibility .appImgHolder {
    height: 423px
}

body.responsibility .app-teaservid {
    padding: 30px 0
}

@media(min-width:768px) {
    body.responsibility .app-teaservid {
        padding: 60px 0
    }
}

body.responsibility .app-teaservid .col-md-12 {
    margin-bottom: 0
}

@media(max-width:767px) {
    body.home #main .container .row:first-of-type {
        margin-top: 30px
    }
}

.nights-calendar {
    background: #000;
    font-weight: bold;
    text-align: left
}

.nights-calendar h3 {
    font-size: 32px;
    margin-top: 0;
    z-index: 1
}

.nights-calendar .row {
    margin-bottom: 0
}

.nights-calendar .row:first-of-type {
    margin-top: 0
}

.nights-calendar .swiper-container {
    width: 100%;
    height: 458px
}

@media(max-width:767px) {
    .nights-calendar .swiper-container {
        height: 330px
    }
}

.nights-calendar .content-slide {
    width: 100%;
    max-height: 110px;
    position: relative;
    overflow: hidden
}

.nights-calendar .tab-content {
    width: auto;
    position: relative;
    float: left
}

.nights-calendar p {
    margin: 0;
    padding: 0
}

.nights-calendar a.event-row {
    display: inline-block
}

.nights-calendar .hero-wrapper {
    padding: 20px;
    font-size: 0
}

.nights-calendar .hero-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.nights-calendar .event-info {
    display: inline-block;
    font-size: 20px;
    width: 80%;
    line-height: 1em;
    vertical-align: middle
}

@media(max-width:767px) {
    .nights-calendar .event-info {
        font-size: 13px;
        vertical-align: bottom;
        width: 71%
    }
}

.nights-calendar .event-date {
    display: inline-block;
    width: 15%;
    font-size: 60px;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 1em
}

@media(max-width:767px) {
    .nights-calendar .event-date {
        font-size: 48px;
        width: 19%;
        line-height: .8em
    }
}

.nights-calendar .tabs {
    width: 100%;
    background: #000;
    text-align: center;
    font-weight: bold;
    padding: 14px 0;
    overflow: hidden
}

@media(max-width:767px) {
    .nights-calendar .tabs {
        font-size: 13px
    }
}

.nights-calendar .tabs a {
    display: inline-block;
    color: #fff
}

.nights-calendar .tabs a.active .link-text {
    border-bottom: #fc4b02 2px solid
}

html.ie8 input[type=checkbox] {
    display: inline-block
}

html.ie8 input[type=checkbox]+label span,
html.ie8 input[type=checkbox]:checked+label span {
    display: none
}

html.ie8 input[type=email] {
    height: 35px
}

.nights-start {
    background: #000
}

@media(min-width:992px) {
    .nights-start .top-article {
        float: left
    }
}

@media(max-width:767px) {
    .nights-start .container .row:first-of-type {
        margin-bottom: 15px!important
    }
}

.nights-start #nights-start-slider {
    position: relative;
    max-width: 1590px;
    margin: 0 auto
}

@media(max-width:767px) {
    .nights-start #nights-start-slider {
        display: none
    }
}

.nights-start #nights-start-slider .arrows-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px
}

.nights-start #nights-start-slider .slideshow-nav-dots {
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #fff
}

.nights-start #nights-start-slider .slideshow-nav-dots li:hover {
    color: #c8c9c7
}

.nights-start #nights-start-slider .slideshow-nav-dots li:hover:before {
    content: ""
}

.nights-start .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
    width: 100%;
    max-width: 1590px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.nights-start .swiper-slide img {
    width: 100%;
    max-width: 1590px
}

.nights-start .swiper-slide h2 {
    font-size: 50px
}

.nights-start .swiper-slide.swiper-slide-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 5
}

.nights-start .arrows-container {
    max-width: 1590px;
    position: relative;
    margin: 0 auto;
    z-index: 99
}

.nights-start span {
    color: #fff;
    max-width: 1590px
}

.nights-start span a {
    font-size: 40.12px
}

.nights-start span.slideshow-prev {
    left: 21px;
    position: absolute;
    z-index: 2
}

@media(max-width:767px) {
    .nights-start span.slideshow-prev {
        left: 7.5px
    }
    .nights-start span.slideshow-prev a {
        font-size: 22.5px
    }
}

.nights-start span.slideshow-next {
    position: absolute;
    z-index: 3;
    right: 21px
}

@media(max-width:767px) {
    .nights-start span.slideshow-next {
        right: 7.5px
    }
    .nights-start span.slideshow-next a {
        font-size: 22.5px
    }
}

.nights-start .row:first-of-type {
    margin-top: 0!important
}

.nights-start .container .pagination-wrapper {
    position: relative;
    margin-top: 30px
}

.nights-start .container .thumb {
    text-align: center;
    opacity: .4;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 15px 0
}

.nights-start .container .thumb .hero-wrapper {
    position: relative
}

.nights-start .container .thumb .hero-wrapper span.centered {
    width: 98%
}

.nights-start .container .thumb .hero-wrapper h2 {
    font-size: 15px;
    margin: 10px 0 0
}

@media(max-width:1199px) {
    .nights-start .container .thumb .hero-wrapper h2 {
        font-size: 12px
    }
    .nights-start .container .thumb .hero-wrapper span.centered {
        width: 98%;
        vertical-align: top
    }
    .nights-start .container .thumb .hero-wrapper span.ghost {
        margin-top: 0;
        display: block
    }
}

@media(max-width:767px) {
    .nights-start .container .thumb .hero-wrapper {
        position: absolute
    }
    .nights-start .container .thumb .hero-wrapper span.centered {
        width: 88%;
        vertical-align: middle
    }
    .nights-start .container .thumb .hero-wrapper span.ghost {
        display: inline-block
    }
    .nights-start .container .thumb .hero-wrapper h2 {
        font-size: 17px;
        margin: 0
    }
}

.nights-start .container .thumb:hover {
    opacity: 1;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(max-width:767px) {
    .nights-start .container .thumb {
        opacity: 1
    }
    .nights-start .container .thumb:hover {
        opacity: .8
    }
}

.nights-start .container .active-thumb {
    opacity: 1
}

.nights-theme {
    background: #000
}

.nights-theme p,
.nights-theme h1,
.nights-theme h2,
.nights-theme h3,
.nights-theme h4,
.nights-theme h5,
.nights-theme a,
.nights-theme span,
.nights-theme label {
    color: #fff
}

.nights-theme .container .row:first-of-type {
    margin-top: 30px
}

.nights-hub .container .row:first-of-type {
    margin: 10px 0 0
}

@media(max-width:767px) {
    .nights-hub .container .row:first-of-type {
        margin-top: 30px
    }
}

@media(max-width:767px) {
    .nights-hub .container .row {
        margin-bottom: 0
    }
}

.nights-hub .related-articles {
    padding-top: 15px;
    text-align: center;
    background: #fff
}

.nights-hub .related-articles h1,
.nights-hub .related-articles h2,
.nights-hub .related-articles h3,
.nights-hub .related-articles h4,
.nights-hub .related-articles p,
.nights-hub .related-articles a,
.nights-hub .related-articles span {
    color: #000
}

.nights-hub .related-articles article a {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.nights-hub .related-articles article a h3 {
    border-bottom: 2px solid #000
}

.nights-hub .related-articles article a:hover {
    opacity: .9
}

.nights-hub .related-articles article a:hover h3 {
    opacity: .9;
    border-bottom: 2px solid rgba(252, 75, 2, .9)
}

.nights-hub h1 {
    font-size: 90px;
    margin: 0
}

@media(max-width:1199px) {
    .nights-hub h1 {
        font-size: 76px
    }
}

@media(max-width:991px) {
    .nights-hub h1 {
        font-size: 56px
    }
}

@media(max-width:767px) {
    .nights-hub h1 {
        font-size: 36px
    }
}

.nights-hub .lead {
    font-size: 19px
}

@media(max-width:767px) {
    .nights-hub .lead {
        font-size: 17px
    }
}

.nights-hub .row {
    margin-bottom: 30px
}

.nights-hub .row:first-of-type {
    margin-top: 60px
}

.nights-hub article {
    text-align: center
}

.nights-hub article p {
    margin-top: 15px;
    text-align: center!important
}

.nights-hub article p a {
    text-decoration: underline
}

.nights-hub article .read-more {
    font-weight: bold
}

.nights-hub article a {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    display: block
}

.nights-hub article a img {
    display: block;
    margin: 0 auto 15px
}

.nights-hub article a h3 {
    display: inline;
    border-bottom: 2px solid #fff;
    line-height: 1.6
}

.nights-hub article a:hover {
    opacity: .8
}

.nights-hub article a:hover h3 {
    border-bottom: 2px solid rgba(252, 75, 2, .8)
}

.swiper-featured,
.swiper-past {
    width: 100%;
    height: 100%;
    bottom: auto
}

.swiper-calendar {
    width: 100%;
    height: 450px
}

.swiper-container {
    width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-slide {
    width: auto;
    position: relative;
    float: left
}

.ie8 #nights-start-slider .swiper-slide {
    z-index: 1
}

.ie8 #nights-start-slider .swiper-slide.swiper-slide-active {
    z-index: 5
}

.ie8 #nights-start-slider .slideshow-nav-dots {
    z-iindex: 10
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-scrollbar {
    border-radius: 10px;
    position: absolute;
    right: 16px;
    top: 30px;
    bottom: 30px;
    width: 3px;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 3px;
    position: relative;
    background: #fff
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-up,
.swiper-scrollbar-down {
    width: 19px;
    height: 15px;
    position: absolute;
    right: 9px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.ie9 .swiper-scrollbar-up,
.ie9 .swiper-scrollbar-down {
    background-size: 19px 15px;
    background-repeat: no-repeat;
    background-position: fixed
}

.swiper-scrollbar-up {
    background-image: url('/Assets/images/scroll-arrow-up.svg');
    top: 10px
}

.swiper-scrollbar-down {
    background-image: url('/Assets/images/scroll-arrow-down.svg');
    bottom: 10px
}

html.lt-ie9 .swiper-scrollbar-up,
.ie9 .swiper-scrollbar-up {
    background-image: url('/Assets/images/scroll-arrow-up.png')
}

html.lt-ie9 .swiper-scrollbar-down,
.ie9 .swiper-scrollbar-down {
    background-image: url('/Assets/images/scroll-arrow-down.png')
}

.dk_container {
    background: url('/Assets/images/dropdown-arrow.png') left center no-repeat;
    color: #fff;
    border: #fff solid 3px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .dk_container {
        background: url('/Assets/images/dropdown-arrow@2x.png') left center no-repeat;
        background-size: 30px 30px
    }
}

.dk_container:focus {
    outline: 0
}

.dk_container a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 2px;
    outline: 0
}

@media(max-width:767px) {
    .dk_container a {
        font-size: 13px
    }
}

.dk_container a:hover {
    color: #fff
}

.dk_toggle {
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0
}

@media(max-width:767px) {
    .dk_toggle {
        font-size: 13px
    }
}

.dk_toggle.dk_label {
    width: 100%!important;
    padding-left: 30px
}

.dk_open {
    padding: 0;
    position: relative;
    z-index: 9
}

.dk_open .dk_toggle {
    padding: 2px
}

.dk_open .dk_toggle.dk_label {
    padding-left: 30px
}

.dk_open.dk_container li a {
    color: #fff
}

.dk_open.dk_container li a:hover {
    color: #797979
}

.dk_open .dk_options {
    display: block;
    font-weight: normal
}

.dk_open .dk_label {
    color: inherit
}

.dk_option_current {
    background: #454545
}

.dk_options {
    display: none;
    background: #000;
    margin-top: 5px;
    position: absolute;
    right: 0;
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0
}

.dk_options ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.dk_options ul li {
    padding: 3px 0;
    border-bottom: 1px solid #fff;
    color: #fff
}

.dk_options ul li a {
    font-size: 14px
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block
}

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 200px;
    overflow: scroll
}

.dk_container select {
    position: absolute;
    visibility: hidden;
    width: 0
}

.dk_mobile {
    position: relative
}

.dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.hidden-option {
    display: none
}

body.product-landing #main header {
    margin-top: 45px
}

body.product-landing #main header h1 {
    margin: 18px 0 15px 0
}

body.product-landing #main header p {
    margin: 0 0 45px 0
}

body.product-landing #main header p.medium {
    margin: 0
}

@media(max-width:480px) {
    body.product-landing #main header {
        margin-top: 30px
    }
    body.product-landing #main header p {
        font-size: 15px
    }
}

body.product-landing .caption-wrapper {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0
}

body.product-landing .caption-wrapper span.ghost {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

body.product-landing .caption-wrapper span.centered {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    width: 99%;
    text-align: center
}

@media(max-width:768px) {
    body.product-landing .caption-wrapper span.centered {
        width: 98%
    }
}

body.product-landing .caption-wrapper span.centered h2 {
    font-size: 68px;
    line-height: 1;
    margin-top: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

body.product-landing .caption-wrapper span.centered p.medium {
    margin: 0;
    text-shadow: 0 0 20px #000
}

@media(max-width:991px) {
    body.product-landing .caption-wrapper span.centered h2 {
        font-size: 48px
    }
    body.product-landing .caption-wrapper span.centered p.medium {
        font-size: 20px
    }
}

@media(max-width:480px) {
    body.product-landing .caption-wrapper span.centered h2 {
        font-size: 24px
    }
    body.product-landing .caption-wrapper span.centered p.medium {
        font-size: 17px
    }
}

body.product-single #main {
    margin-bottom: 40px
}

body.product-single .related-container {
    padding-top: 30px;
    background-color: #fff
}

body.product-single .related-container .related-content p.medium {
    margin-top: 23.7px;
    margin-bottom: 52.5px
}

body.product-single .related-container .related-row {
    padding-top: 24.6px
}

body.product-single .related-container section.complementary {
    padding-bottom: 60px
}

body.product-single ul {
    margin-bottom: 30px
}

body.product-single section.product-intro header {
    padding: 30px 0
}

body.product-single section.product-intro header .social-buttons {
    margin-bottom: 38px
}

body.product-single section.product-intro .about-product,
body.product-single section.product-intro .product-media {
    padding: 0 0 60px 0
}
@media(max-width:1003px) {


  body.product-single section.product-intro .about-product,
  body.product-single section.product-intro .product-media {
      padding: 0 0 0 0
  }

    body.product-single section.product-intro .about-product .col-md-4{ margin-bottom: 60px;}

}


body.product-single section.product-intro .about-product h4,
body.product-single section.product-intro .product-media h4 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

body.product-single section.product-intro .about-product p,
body.product-single section.product-intro .product-media p {
    text-align: justify
}

body.product-single section.product-drinks {
    text-align: center;
    background-color: #fff;
    padding-bottom: 60px
}

body.product-single section.product-drinks header {
    margin-top: 60px;
    margin-bottom: 60px
}

body.product-single section.product-drinks header p {
    text-align: justify
}

body.product-single section.product-drinks .drink-recipe ol {
    font-weight: 500;
    font-size: 13pt;
    line-height: 20pt;
}

body.product-single section.product-drinks .drink-recipe.hero {
    margin-bottom: 60px
}

body.product-single section.product-drinks .bottom-border {
    border-bottom: 2px solid #c8c9c7
}

body.product-single .product-availability {
    margin-top: 30px
}

body.product-single .product-drinks-more {
    margin: 60px 0 0 0
}

body.product-single .product-drinks-more img {
    margin-bottom: 15px
}

body.product-single .product-drinks-more a {
    font-size: 17px;
    font-weight: bold
}

body.product-single .product-drinks-more a:hover {
    text-decoration: none
}

body.product-single .product-drinks-more a span {
    display: block
}

body.product-single .container.where-to-buy iframe {
    max-width: 100%
}

body.product-single .container.where-to-buy h4 {
    text-align: center
}

body.product-single .container.buynow {
    margin-bottom: 20px
}

body.product-single #fp-buynow-product-01 {
    height: 0
}

.row.social-top {
    margin-bottom: 15px!important
}

.img-max-wrapper {
    position: relative;
    margin-bottom: 53px
}

.hero-wrapper {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hero-wrapper span.ghost {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media(min-width:1200px) {
    .hero-wrapper span.ghost {
        margin-top: -30px
    }
}

@media(max-width:1199px) {
    .hero-wrapper span.ghost {
        margin-top: -30px
    }
}

@media(max-width:767px) {
    .hero-wrapper span.ghost {
        margin-top: -70px
    }
}

.hero-wrapper span.centered {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    width: 99%
}

@media(max-width:768px) {
    .hero-wrapper span.centered {
        width: 98%
    }
}

@media(min-width:1200px) {
    .hero-wrapper span.centered h1 {
        font-size: 100px;
        line-height: 1.2em
    }
}

@media(max-width:1199px) {
    .hero-wrapper span.centered h1 {
        font-size: 64px;
        line-height: 1.3em
    }
}

@media(max-width:991px) {
    .hero-wrapper span.centered h1 {
        font-size: 49px
    }
}

@media(max-width:767px) {
    .hero-wrapper span.centered h1 {
        font-size: 34px
    }
}

.hero-wrapper span.centered h2 {
    text-align: center
}

.hero-wrapper span.centered h1.medium {
    font-size: 57px
}

@media(max-width:991px) {
    .hero-wrapper span.centered h1.medium {
        font-size: 34px
    }
}

@media(max-width:480px) {
    .hero-wrapper span.centered h1.medium {
        font-size: 17px;
        margin-top: 0
    }
}

.hero-wrapper span.centered .byline {
    margin: 0;
    color: #fff;
    line-height: 1.6em
}

@media(min-width:1200px) {
    .hero-wrapper span.centered .byline {
        font-size: 24px;
        margin-top: 26px
    }
}

@media(max-width:1199px) {
    .hero-wrapper span.centered .byline {
        font-size: 18px;
        margin-top: 23px
    }
}

@media(max-width:991px) {
    .hero-wrapper span.centered .byline {
        font-size: 17px;
        margin-top: 12px
    }
}

@media(max-width:767px) {
    .hero-wrapper span.centered .byline {
        font-size: 13px;
        margin-top: -4px
    }
}

body.article .file-download {
    background-color: #fff
}

body.article .file-download.non-related {
    padding-bottom: 30px
}

body.article .related-container {
    background-color: #fff
}

body.article .related-container hr {
    margin-top: 30px;
    margin-bottom: 0
}

body.article .related-container .related-content p.medium {
    margin-top: 53.7px;
    margin-bottom: 52.5px
}

body.article .related-container .related-row {
    padding-top: 24.6px
}

body.article .related-container section.complementary {
    padding-bottom: 60px
}

body.article ul {
    margin-bottom: 30px
}

body.article #main {
    margin-bottom: 0
}

body.article #main>article {
    padding-bottom: 30px
}

body.article #main>article h2,
body.article #main>article h3,
body.article #main>article h4,
body.article #main>article h5,
body.article #main>article h6 {
    margin-top: 0
}

body.article #main>article h5 {
    margin-bottom: 0
}

body.article #main>article p.lead,
body.article #main>article h2.lead {
    text-align: center
}

body.article #main>article p {
    text-align: justify
}

body.article #main>article p.text-right {
    text-align: right
}

body.article #main>article p.initial-letter:first-letter {
    float: left;
    font-size: 3.058823529em;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-left: -4px;
    padding-right: 5px
}

body.article #main>article p a {
    text-decoration: underline
}

body.article #main>article figure+figure {
    margin-top: 30px
}

@media(max-width:992px) {
    body.article #main>article figure.image-row {
        margin-bottom: 30px
    }
}

body.article #main>article figure figcaption {
    margin: 5px 0 27px 0;
    font-size: 13px
}

body.article #main>article figure figcaption span {
    font-weight: normal;
    display: block
}

body.article #main>article figure figcaption span.inline {
    display: inline-block
}

body.article #main>article figure figcaption.right {
    float: right
}

@media(max-width:991px) {
    body.article #main>article figure {
        text-align: center
    }
    body.article #main>article figure figcaption.right {
        float: none
    }
}

body.article #main>article p.caption {
    margin: 5px 0 30px 0;
    text-align: left
}

body.article #main>article footer {
    text-align: center;
    margin-top: 30px
}

body.article #main>article footer .byline {
    margin-bottom: 30px;
    font-weight: normal
}

@media(max-width:480px) {
    body.article #main>article footer .byline {
        font-size: 15px
    }
}

article.v2 p,
section.v2 p {
    margin: 0
}

article.v2 p+p,
section.v2 p+p {
    margin-top: 1.6em
}

article.v2 blockquote,
section.v2 blockquote {
    margin-top: 0;
    margin-bottom: 0
}

article.v2 img+img,
section.v2 img+img {
    margin-top: 1.6em
}

article.v2 *+.container,
section.v2 *+.container {
    padding-top: 60px
}

article.v2 .row,
section.v2 .row {
    margin-top: 0;
    margin-bottom: 0
}

article.v2 .row+.row,
section.v2 .row+.row {
    margin-top: 60px
}

article.v2 hr+.row,
section.v2 hr+.row {
    margin-top: 60px
}

article.v2 .col-md-1,
section.v2 .col-md-1,
article.v2 .col-md-2,
section.v2 .col-md-2,
article.v2 .col-md-3,
section.v2 .col-md-3,
article.v2 .col-md-4,
section.v2 .col-md-4,
article.v2 .col-md-5,
section.v2 .col-md-5,
article.v2 .col-md-6,
section.v2 .col-md-6,
article.v2 .col-md-7,
section.v2 .col-md-7,
article.v2 .col-md-8,
section.v2 .col-md-8,
article.v2 .col-md-9,
section.v2 .col-md-9,
article.v2 .col-md-10,
section.v2 .col-md-10,
article.v2 .col-md-11,
section.v2 .col-md-11,
article.v2 .col-md-12,
section.v2 .col-md-12 {
    margin-top: 0;
    margin-bottom: 0
}

article.v2 .container .row .col-md-12,
section.v2 .container .row .col-md-12 {
    margin-bottom: 0
}

article.v2 .slideshow-wrapper+.container,
section.v2 .slideshow-wrapper+.container,
article.v2 .img-max-wrapper+.container,
section.v2 .img-max-wrapper+.container {
    padding-top: 0
}

article.v2 .slideshow-nav,
section.v2 .slideshow-nav {
    margin-bottom: 0
}

article.v2 ul.social-buttons,
section.v2 ul.social-buttons {
    margin-bottom: 0
}

article.v2.related-content hr,
section.v2.related-content hr {
    margin: 0
}

article.v2.related-content article *,
section.v2.related-content article * {
    text-align: center
}

article.v2.related-content h2,
section.v2.related-content h2 {
    font-weight: 500;
    font-size: 17px;
    margin: 0
}

article.v2.related-content h3,
section.v2.related-content h3 {
    margin-top: 27px
}

article.v2.related-content p,
section.v2.related-content p {
    margin-bottom: 0
}

body.article article.v2.template-interview-text,
body.article article.v2 section.complementary {
    background-color: #fff
}

body.article article.v2.template-interview-text .row,
body.article article.v2 section.complementary .row {
    margin-top: 0;
    margin-bottom: 0
}

body.article article.v2.template-interview-text .row+.row,
body.article article.v2 section.complementary .row+.row {
    margin-top: 60px
}

body.article #main>article.v2 {
    padding-bottom: 0
}

body.article #main>article.v2 h3,
body.article #main>article.v2 h4,
body.article #main>article.v2 h5,
body.article #main>article.v2 h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

body.article #main>article.v2 footer {
    margin-top: 0;
    margin-bottom: 0
}

body.article #main>article.v2 footer .container {
    padding-top: 60px;
    padding-bottom: 60px
}

body.article article.template-interview-text,
body.article section.complementary {
    background-color: #fff
}

body.article article.template-interview-text div.row {
    margin-top: 30px;
    margin-bottom: 30px
}

body.article article.template-interview-text div.row.bottom-none {
    margin-bottom: 0
}

body.article article.template-interview-text div.row.top-none {
    margin-top: 0
}

body.article article.template-interview-text .bottom-none {
    margin-bottom: 0
}

body.article article.template-interview-text .top-none {
    margin-top: 0
}

body.article article.template-interview-text.originality div.row.drinks-list {
    margin-top: 0;
    text-align: center
}

body.article article.template-interview-text.originality div.row.drinks-list .drink p {
    text-align: center
}

body.article article.template-interview-text.originality div.row.drinks-list .drink img {
    width: 80%;
    margin-bottom: 15px
}

@media(max-width:1199px) {
    body.article article.template-interview-text.originality div.row.drinks-list .drink img {
        width: 50%
    }
}

body.article article.template-interview-text.originality div.row.drinks-list .drink ul {
    margin: 15px 0;
    padding: 0;
    list-style: none
}

body.article article.template-interview-text.originality h4.drinks-headline {
    font-weight: normal
}

body.article article.template-interview-text.originality-internal .img-max-wrapper img.transform-logo {
    display: block;
    margin: 30px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media(max-width:992px) {
    body.article article.template-interview-text.originality-internal .img-max-wrapper img.transform-logo {
        bottom: -15px
    }
}

@media(max-width:992px) {
    body.article article.template-interview-text.originality-internal .hero-wrapper span.centered h1 {
        margin-top: -15px
    }
}

body.article article.template-interview-text.originality-internal .hero-wrapper .byline {
    font-family: 'Absolut';
    font-size: 17px;
    font-weight: bold
}

@media(max-width:480px) {
    body.article article.template-interview-text.originality-internal .hero-wrapper .byline {
        font-size: 13.6px
    }
}

body.article article.template-interview-text.originality-internal div.product-drinks-more {
    margin: 30px 0 30px 0
}

body.article article.template-interview-text.originality-internal div.product-drinks-more img {
    margin-bottom: 30px
}

body.article article.template-interview-text.originality-internal div.product-drinks-more a {
    font-size: 17px;
    font-weight: bold
}

body.article article.template-interview-text.originality-internal div.product-drinks-more a:hover {
    text-decoration: none
}

body.article article.template-interview-text.originality-internal div.product-drinks-more a span {
    display: block
}

body.article article.template-interview-text.originality-internal div.slideshow-wrapper span.slideshow-prev {
    left: 15px
}

body.article article.template-interview-text.originality-internal div.slideshow-wrapper span.slideshow-prev a {
    font-size: 30px
}

body.article article.template-interview-text.originality-internal div.slideshow-wrapper span.slideshow-next {
    right: 15px
}

body.article article.template-interview-text.originality-internal div.slideshow-wrapper span.slideshow-next a {
    font-size: 30px
}

body.article article.template-interview-text.originality-internal div.row.drinks-list {
    margin-top: 0;
    text-align: left
}

body.article article.template-interview-text.originality-internal div.row.drinks-list .drink p {
    text-align: left
}

@media(max-width:992px) {
    body.article article.template-interview-text.originality-internal div.row.drinks-list .drink p {
        text-align: center
    }
}

body.article article.template-interview-text.originality-internal div.row.drinks-list .drink img {
    width: 80%;
    margin-bottom: 15px
}

@media(max-width:1199px) {
    body.article article.template-interview-text.originality-internal div.row.drinks-list .drink img {
        width: 80%
    }
}

body.article article.template-interview-text.originality-internal div.row.drinks-list .drink h5 {
    text-align: left
}

@media(max-width:992px) {
    body.article article.template-interview-text.originality-internal div.row.drinks-list .drink h5 {
        text-align: center
    }
}

body.article article.template-interview-text.originality-internal div.row.drinks-list .drink ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    text-align: left
}

@media(max-width:992px) {
    body.article article.template-interview-text.originality-internal div.row.drinks-list .drink ul {
        text-align: center
    }
}

body.article article.template-interview-text.originality-internal h4.drinks-headline {
    font-weight: normal
}

body.article article.template-interview-text.yves-klein div.hero-wrapper h1 {
    font-size: 102px
}

@media(max-width:992px) {
    body.article article.template-interview-text.yves-klein div.hero-wrapper h1 {
        font-size: 51px
    }
}

body.article article.template-interview-text.yves-klein div.video {
    background-color: #0033a0;
    color: #fff
}

body.article article.template-interview-text.yves-klein p.caption {
    margin-top: 30px
}

body.article article.template-interview-text.yves-klein p.hero-caption {
    margin-top: 15px;
    text-align: center
}

body.article article.template-interview-text.yves-klein blockquote {
    padding: 0;
    margin-top: 0
}

body.article article.template-interview-text .bg-white {
    background-color: #fff
}

body.article article.template-interview-text .extra-margin-bottom {
    margin-bottom: 30px
}

body.article article.template-interview-text .extra-margin-top {
    margin-top: 30px
}

@media(min-width:992px) {
    body.article article.template-interview-text .imageset-right figcaption {
        text-align: left
    }
}

body.article article.template-interview-text .imageset-right img.imageset-right-top-margin {
    margin-top: 90px
}

@media(max-width:992px) {
    body.article article.template-interview-text .imageset-right img.imageset-right-top-margin {
        margin-top: 30px
    }
}

body.article article.template-interview-text blockquote {
    line-height: 1.28;
    width: 100%
}

body.article article.template-interview-text div.image-row-set {
    margin-bottom: 0
}

body.article article.template-interview-text div.image-row-set div {
    margin-bottom: 30px
}

@media(min-width:992px) {
    body.article article.template-interview-text div.image-row-set div {
        margin-bottom: 0
    }
}

body.article article.template-interview-text div.image-row-set-caption {
    margin-top: 15px;
    margin-bottom: 0
}

body.article article.template-interview-text div.image-row-set-caption p {
    text-align: center;
    margin-bottom: 0
}

body.article article.template-interview-text div.video {
    background-color: #f5e0cf
}

body.article article.template-interview-text div.video h2 {
    margin: 30px 0
}

@media(max-width:480px) {
    body.article article.template-interview-text div.video h2 {
        font-size: 22px
    }
}

body.article article.template-interview-text div.video .byline-video {
    margin-bottom: 0;
    font-weight: normal
}

@media(max-width:480px) {
    body.article article.template-interview-text div.video .byline-video {
        font-size: 22px
    }
}

body.article article.template-interview-text div.video .byline-video p {
    margin-bottom: 0;
    text-align: center
}

body.article article.template-personal-gallery-single {
    background-color: #fff
}

body.article article.template-personal-gallery-single header {
    background-color: #f5e0cf;
    padding: 45px 0;
    text-align: center;
    font-size: 78.67px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px
}

@media(max-width:767px) {
    body.article article.template-personal-gallery-single header {
        margin-bottom: 15px;
        padding: 30px 0
    }
}

body.article article.template-personal-gallery-single header .pre {
    font-size: 34px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single header .pre {
        font-size: 22px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single header .pre {
        font-size: 15px
    }
}

body.article article.template-personal-gallery-single header .head {
    font-size: 125px;
    margin-top: 30px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single header .head {
        font-size: 52px;
        margin-top: 15px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single header .head {
        font-size: 32px;
        margin-top: 7.5px
    }
}

body.article article.template-personal-gallery-single footer a.next-link {
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    margin-top: 30px
}

body.article article.template-personal-gallery-single .quote-big {
    font-size: 109px;
    line-height: 1;
    margin-top: 30px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single .quote-big {
        font-size: 52px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single .quote-big {
        font-size: 32px
    }
}

body.article article.template-personal-gallery-single .quote-medium {
    font-size: 59px;
    line-height: 1;
    margin-top: 30px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single .quote-medium {
        font-size: 28px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single .quote-medium {
        font-size: 25px
    }
}

body.article article.template-personal-gallery-single .quote-small {
    font-size: 47px;
    line-height: 1;
    margin-top: 30px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single .quote-small {
        font-size: 24px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single .quote-small {
        font-size: 20px
    }
}

body.article article.template-personal-gallery-single .quote-xsmall {
    font-size: 35px;
    line-height: 1
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single .quote-xsmall {
        font-size: 22px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single .quote-xsmall {
        font-size: 15px
    }
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-single .byline {
        font-size: 17px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-single .byline {
        font-size: 10px
    }
}

body.article article.template-personal-gallery-landing header {
    font-size: 78.67px;
    font-weight: bold;
    padding: 45px 0;
    line-height: 1;
    text-align: center
}

body.article article.template-personal-gallery-landing header h1 {
    font-size: 164.67px;
    line-height: 1;
    margin-top: 60px
}

@media(max-width:767px) {
    body.article article.template-personal-gallery-landing header h1 {
        font-size: 82px
    }
}

body.article article.template-personal-gallery-landing header .pre {
    font-size: 34px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-landing header .pre {
        font-size: 22px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-landing header .pre {
        font-size: 15px
    }
}

body.article article.template-personal-gallery-landing header .head {
    font-size: 94px;
    margin-top: 30px
}

@media(max-width:991px) {
    body.article article.template-personal-gallery-landing header .head {
        font-size: 52px;
        margin-top: 15px
    }
}

@media(max-width:480px) {
    body.article article.template-personal-gallery-landing header .head {
        font-size: 32px;
        margin-top: 7.5px
    }
}

body.article article.template-personal-gallery-landing p.lead {
    border: none;
    padding-bottom: 0
}

body.article article.template-personal-gallery-landing p {
    text-align: center
}

body.article article.template-personal-gallery-landing .content-area {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 60px
}

body.article article.template-personal-gallery-landing .content-area .entry {
    margin-bottom: 30px;
    text-align: center
}

body.article article.template-personal-gallery-landing .content-area .entry img {
    margin-bottom: 30px
}

body.article article.template-personal-gallery-landing .content-area .entry h2 {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px
}

body.article article.template-personal-gallery-landing .content-area .entry h2 span.underline {
    text-decoration: underline
}

body.article article.template-personal-gallery-landing .content-area .entry .byline {
    font-size: 15px
}

body.article article.template-personal-gallery-landing footer a.next-link {
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px
}

div.slideshow-nav {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 30px
}

div.slideshow-container {
    max-width: 1590px;
    position: relative
}

div.slideshow-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

div.slideshow-wrapper .light {
    color: #fff
}

div.slideshow-wrapper .light:hover {
    opacity: .6
}

div.slideshow-wrapper .dark {
    color: #000
}

div.slideshow-wrapper .dark:hover {
    color: #63666a
}

div.slideshow-wrapper ul.slideshow-nav-dots {
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    bottom: 30px
}

@media(max-width:480px) {
    div.slideshow-wrapper ul.slideshow-nav-dots {
        font-size: 7.5px;
        bottom: 22.5px
    }
}

@media(min-width:480px)and (max-width:768px) {
    div.slideshow-wrapper ul.slideshow-nav-dots {
        font-size: 11.25px
    }
}

div.slideshow-wrapper ul.slideshow-nav-dots li a {
    color: #fff;
    display: block
}

div.slideshow-wrapper ul.slideshow-nav-dots li a:hover span.icon-slideshow-indicator:before {
    color: #c8c9c7
}

div.slideshow-wrapper ul.slideshow-nav-dots li a:hover span.icon-slideshow-indicator-active:before {
    color: #fff
}

div.slideshow-wrapper div.arrows-container {
    max-width: 1590px;
    position: relative;
    margin: 0 auto
}

div.slideshow-wrapper div.arrows-container.touch {
    display: none
}

div.slideshow-wrapper span {
    max-width: 1590px
}

div.slideshow-wrapper span a {
    font-size: 40.12px
}

div.slideshow-wrapper span.slideshow-prev {
    left: 60px;
    position: absolute;
    z-index: 2
}

@media(max-width:767px) {
    div.slideshow-wrapper span.slideshow-prev {
        left: 7.5px
    }
    div.slideshow-wrapper span.slideshow-prev a {
        font-size: 22.5px
    }
}

div.slideshow-wrapper span.slideshow-next {
    position: absolute;
    z-index: 3;
    right: 60px
}

@media(max-width:767px) {
    div.slideshow-wrapper span.slideshow-next {
        right: 7.5px
    }
    div.slideshow-wrapper span.slideshow-next a {
        font-size: 22.5px
    }
}

div.slideshow-wrapper span.hide {
    display: none
}

div.slideshow-wrapper span a.disabled {
    color: #eee
}

div.slideshow-wrapper span a.disabled:hover {
    color: #eee;
    opacity: .75
}

div.slideshow-wrapper ul.slideshow {
    position: relative;
    width: 6000px;
    visibility: hidden;
    margin: 0;
    padding: 0
}

div.slideshow-wrapper ul.slideshow.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

div.slideshow-wrapper ul.slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left
}

div.slideshow-wrapper ul.slideshow li.desktop {
    visibility: hidden;
    position: absolute;
    float: none
}

div.slideshow-wrapper ul.slideshow li img {
    width: 100%;
    max-width: 1590px
}

div.slideshow-wrapper ul.slideshow li span.caption {
    font-size: 15px;
    position: absolute;
    background: #000;
    opacity: .5;
    color: #fff;
    padding: 0 15px 0 15px;
    line-height: 33px;
    bottom: 30px
}

div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.ghost {
    display: none;
    height: 100%;
    vertical-align: middle;
    margin-top: 0
}

div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered {
    position: relative
}

@media(min-width:1200px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered h2 {
        font-size: 100px;
        line-height: 1.2em
    }
}

@media(max-width:1199px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered h2 {
        font-size: 64px;
        line-height: 1.3em
    }
}

@media(max-width:991px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered h2 {
        font-size: 49px
    }
}

@media(max-width:767px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered h2 {
        font-size: 34px
    }
}

div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered div.byline {
    margin: 0;
    color: #fff;
    line-height: 1.6em
}

@media(min-width:1200px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered div.byline {
        font-size: 24px;
        margin-top: 26px
    }
}

@media(max-width:1199px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered div.byline {
        font-size: 18px;
        margin-top: 23px
    }
}

@media(max-width:991px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered div.byline {
        font-size: 17px;
        margin-top: 12px
    }
}

@media(max-width:767px) {
    div.slideshow-wrapper ul.slideshow li div.hero-wrapper span.centered div.byline {
        font-size: 13px;
        margin-top: -4px
    }
}

body.article article.template-list {
    background-color: #fff
}

body.article article.template-list div.top-image {
    position: relative
}

body.article article.template-list div.top-image img {
    width: 100%
}

body.article article.template-list div.post {
    margin-top: 60px;
    border-bottom: 2px solid #c8c9c7
}

body.article article.template-list div.post-video {
    text-align: center
}

body.article article.template-list div.post-video iframe {
    width: 100%
}

body.article article.template-list div.post-photo span {
    display: block;
    margin-top: 15px;
    font-size: 15px
}

body.article article.template-list div.post-headline {
    margin-bottom: 30px
}

body.article article.template-list div.post-body {
    margin-bottom: 30px
}

body.article article.template-list div.post-body p strong {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

body.article article.template-list div.post-body p img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

body.article article.template-list div.post-body.post-video p {
    text-align: center
}

body.article article.template-list div.post-date-author {
    font-size: 15px;
    color: #97999b
}

body.article article.video {
    background: #fff;
    margin-top: 30px
}

body.article article.video h1 {
    font-size: 78px
}

@media(max-width:767px) {
    body.article article.video {
        margin-top: 0
    }
    body.article article.video h1 {
        font-size: 44px
    }
}

body.article article.photo-gallery {
    background-color: #fff
}

body.article article.photo-gallery hr {
    margin: 30px 0 60px 0
}

body.article article.photo-gallery .row {
    margin-bottom: 30px
}

body.article article.photo-gallery .row:first-of-type,
body.article article.photo-gallery .row:last-of-type {
    margin-bottom: 0
}

body.article article.photo-gallery .row .row {
    margin-bottom: 30px
}

body.article article.photo-gallery figure+figure {
    margin-top: 30px
}

body.article article.photo-gallery figure a {
    width: 100%
}

body.article article.photo-gallery figure figcaption {
    width: auto;
    font-size: 12.75px
}

body.article article.photo-gallery p.caption {
    margin: 5px 0 30px 0;
    font-size: 13px
}

@media(max-width:992px) {
    body.article article.photo-gallery p.caption.text-right {
        text-align: center
    }
}

footer#global-footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
	padding-bottom: 50px;
}

footer#global-footer a {
    color: #97999b
}

footer#global-footer .container:first-of-type a {
    color: #fff
}

footer#global-footer div.h4 {
    font-weight: normal;
    font-size: 17px
}

footer#global-footer div.cover-story div.h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 23px 0 0 0;
    padding: 0;
    line-height: 1
}

footer#global-footer .drink-search {
    background-image: url('/Assets/images/bg/drink-search-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    height: 312px;
    padding: 0 30px;
    width: 100%
}

@media(max-width:767px) {
    footer#global-footer .drink-search {
        display: block;
        margin-top: 30px;
        padding: 15px;
        height: auto
    }
    footer#global-footer .drink-search .input-group {
        margin: 0 auto
    }
}

footer#global-footer .drink-search h2 {
    margin: 0
}

footer#global-footer .drink-search div.input-group {
    margin-top: 30px
}

footer#global-footer .drink-search form {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

footer#global-footer .drink-search form input {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 500;
    -webkit-appearance: none
}

footer#global-footer .drink-search form input:-moz-placeholder {
    color: #63666a
}

footer#global-footer .drink-search form input::-moz-placeholder {
    color: #63666a
}

footer#global-footer .drink-search form input:-ms-input-placeholder {
    color: #63666a
}

footer#global-footer .drink-search form input::-webkit-input-placeholder {
    color: #63666a
}

@media(min-width:480px) {
    footer#global-footer .drink-search form input {
        font-size: 20px
    }
}

footer#global-footer .drink-search form input,
footer#global-footer .drink-search form button {
    background-color: #fff;
    color: #000
}

footer#global-footer .drink-search form button {
    -webkit-transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    transition: color 100ms cubic-bezier(.455, .03, .515, .955);
    font-size: 26px;
    line-height: 1;
    margin-left: 2px;
    padding-bottom: 10px;
    padding-top: 9px
}

footer#global-footer .drink-search form button:hover {
    -webkit-transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    transition: color 150ms cubic-bezier(.455, .03, .515, .955);
    color: #c8c9c7
}

footer#global-footer .drink-search form button:active {
    background-color: #222
}

footer#global-footer .drink-search form button:focus:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

footer#global-footer .footer-article-teaser {
    background-size: cover;
    background-position: center;
    display: table;
    height: 312px;
    text-align: center;
    width: 100%
}

footer#global-footer .footer-article-teaser div.content {
    display: table-cell;
    vertical-align: middle
}

footer#global-footer .footer-article-teaser div.content h2 {
    font-size: 45px;
    margin: 0
}

footer#global-footer nav#external-links {
    border-bottom: 1px solid #63666a;
    border-top: 1px solid #63666a;
    margin-bottom: 30px;
    padding: 30px 0
}

footer#global-footer nav#external-links h5 {
    margin: 0
}

footer#global-footer nav#external-links ul {
    margin: 0
}

footer#global-footer nav#external-links a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    footer#global-footer nav#external-links div.col-xs-6 {
        margin-bottom: 15px
    }
    footer#global-footer nav#external-links .clearfix.visible-xs {
        margin: 10px 0
    }
    footer#global-footer nav#external-links h5 {
        margin-bottom: 5px
    }
    footer#global-footer nav#external-links ul>li {
        padding: 6px 0
    }
}

footer#global-footer .legal a.absolut-logo {
    color: #fff;
    display: block;
    font-size: 48px;
    line-height: 1;
    margin: 48px 0 57px 0
}

footer#global-footer .legal ul {
    margin-top: -23px
}

footer#global-footer .legal ul>li {
    padding: 0;
    color: #97999b;
    color: rgba(151, 153, 155, .9)
}

footer#global-footer .legal ul>li+li:before {
    content: "  ";
    font-family: sans-serif;
    color: #97999b;
    color: rgba(151, 153, 155, .9)
}

@media(min-width:767px) {
    footer#global-footer .legal ul>li+li:before {
        content: "• "
    }
}

footer#global-footer .legal ul>li>a {
    color: rgba(151, 153, 155, .9)
}

footer#global-footer .legal ul>li>a:hover {
    text-decoration: underline
}

@-ms-viewport {
    width: auto !important;
}

html.lt-ie8 .browsehappy {
    position: absolute;
    z-index: 1337;
    top: 0;
    left: 15px;
    color: #fc4c02;
    width: 26%;
    background: #fff;
    padding: 15px;
    margin: 0
}

html.lt-ie8 .browsehappy a {
    color: #fc4c02;
    text-decoration: underline
}

#global-nav-sign-up {
    top: 12px;
    line-height: 1;
    position: absolute;
    right: 45px;
    cursor: pointer;
    text-align: center!important;
    z-index: 101
}

@media(max-width:767px) {
    #global-nav-sign-up {
        position: relative;
        margin: 15px;
        padding: 10px 0;
        color: #000;
        background: #c8c9c7;
        top: auto;
        right: auto
    }
}

#global-nav-sign-up a {
    text-transform: none;
    text-decoration: none;
    color: #97999b
}

#global-nav-sign-up a:hover {
    color: #c8c9c7
}

#global-nav-sign-up a:active {
    text-decoration: none
}

@media(max-width:767px) {
    #global-nav-sign-up a {
        color: #000;
        font-weight: bold;
        text-transform: none
    }
    #global-nav-sign-up a:hover {
        color: #000
    }
}

#global-nav-sign-up.external {
    top: 6px
}

@media(max-width:767px) {
    #global-nav-sign-up.external {
        top: auto
    }
}

#footer-sign-up-wrapper-external {
    margin: 20px 20% 45px 20%;
    width: 60%;
    text-align: center
}

@media(max-width:767px) {
    #footer-sign-up-wrapper-external {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

#global-footer-sign-up {
    box-sizing: border-box;
    position: relative;
    margin: 15px;
    padding: 12px 32px;
    background: #c8c9c7;
    top: auto;
    right: auto;
    text-align: center!important;
    display: inline-block;
    cursor: pointer
}

#global-footer-sign-up:hover {
    background: #97999b
}

@media(max-width:767px) {
    #global-footer-sign-up {
        width: 100%;
        margin: 0
    }
}

#global-footer-sign-up a {
    text-transform: none;
    text-decoration: none;
    color: #000!important;
    font-weight: bold
}

#global-footer-sign-up a:active {
    text-decoration: none
}

#global-footer-sign-up a:hover {
    color: #000
}

#global-footer-sign-up-form {
    display: none;
    background: #000;
    position: auto;
    right: auto;
    top: auto;
    position: relative
}

@media(max-width:767px) {
    #global-footer-sign-up-form {
        width: 100%
    }
}

#sign-up-form-dimmer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 102;
    top: 0
}

@media(max-width:767px) {
    #sign-up-form-dimmer {
        z-index: -1
    }
}

#global-header-sign-up-form {
    display: none;
    width: 30%;
    background: #000;
    position: fixed;
    z-index: 103;
    right: 45px;
    top: 38px
}

@media(max-width:767px) {
    #global-header-sign-up-form {
        width: 100%;
        position: auto;
        right: auto;
        top: auto;
        position: relative
    }
}

#global-header-sign-up-form #global-header-sign-up-form-close {
    color: #fff;
    position: absolute;
    z-index: 105;
    cursor: pointer;
    right: 10px
}

@media(max-width:767px) {
    #global-header-sign-up-form #global-header-sign-up-form-close {
        display: none
    }
}

.nights-newsletter {
    padding: 20px 0;
    position: relative;
    text-align: center;
    color: #fff
}

.nights-newsletter::-webkit-input-placeholder {
    color: #c8c9c7
}

.nights-newsletter:-moz-placeholder {
    color: #c8c9c7;
    opacity: 1
}

.nights-newsletter::-moz-placeholder {
    color: #c8c9c7;
    opacity: 1
}

.nights-newsletter:-ms-input-placeholder {
    color: #c8c9c7
}

.nights-newsletter h3 {
    margin: 0 4%;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    line-height: inherit
}

.nights-newsletter .email-signup {
    text-transform: none;
    margin: 0 4%;
    position: relative;
    text-align: left
}

.nights-newsletter .field-wrapper {
    position: relative;
    display: block;
    float: left
}

.nights-newsletter .interests-header {
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
    display: block
}

.nights-newsletter .right {
    float: right
}

.nights-newsletter .input-fields {
    width: 100%
}

.nights-newsletter .submit-field {
    width: 50%;
    float: right;
    margin-bottom: 20px
}

.nights-newsletter .checkbox-field {
    margin-bottom: 20px
}

.nights-newsletter .checkbox-field .checkbox-label {
    text-transform: none;
    color: #c8c9c7;
    font-size: 15px;
    cursor: pointer
}

@media(max-width:767px) {
    .nights-newsletter .checkbox-field .checkbox-label {
        font-size: 11px
    }
}

.nights-newsletter .checkbox-field.agreement {
    width: 45%;
    position: relative;
    bottom: 0;
    margin-left: 0;
    left: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 4px
}

@media(max-width:767px) {
    .nights-newsletter .checkbox-field.agreement {
        margin-top: 2px
    }
}

.nights-newsletter .checkbox-field.agreement .checkbox-label {
    width: 62%;
    font-size: 10px
}

@media(max-width:1199px) {
    .nights-newsletter .checkbox-field.agreement .checkbox-label {
        width: 54%
    }
}

.nights-newsletter .checkbox-field.agreement .checkbox-label a {
    color: #fff!important
}

.nights-newsletter .select-field {
    width: 100%;
    vertical-align: top
}

.nights-newsletter .select-field .state-list {
    display: none!important
}

.nights-newsletter .clearfix:before,
.nights-newsletter .clearfix:after {
    content: " ";
    display: table
}

.nights-newsletter .clearfix:after {
    clear: both
}

.nights-newsletter .clearfix:before,
.nights-newsletter .clearfix:after {
    content: " ";
    display: table
}

.nights-newsletter .clearfix:after {
    clear: both
}

.nights-newsletter h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left!important
}

@media(max-width:767px) {
    .nights-newsletter h3 {
        font-size: 15px!important
    }
}

.nights-newsletter label {
    text-align: left;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    margin-bottom: 5px
}

.nights-newsletter label a {
    border-bottom: 1px solid #fff
}

.nights-newsletter label.error,
.nights-newsletter label.custom-error {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2
}

.nights-newsletter #dob-error {
    margin-top: 38px!important;
    top: 0
}

.nights-newsletter .text-field,
.nights-newsletter .email-field {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box
}

.nights-newsletter .text-field label.error,
.nights-newsletter .email-field label.error {
    bottom: -23px
}

.nights-newsletter .dk_container {
    margin-bottom: 20px
}

.nights-newsletter .dk_container.dk_open label.error {
    display: none
}

.nights-newsletter .dk_container label.error {
    bottom: -3px
}

.nights-newsletter .notification_container {
    display: none;
    background: url('http://www.absolut.com/Assets/images/spinner-black.gif') #000 no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    text-align: center
}

.nights-newsletter .notification_container .hero-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.nights-newsletter .notification_container h3 {
    font-weight: normal;
    font-size: 16px
}

.nights-newsletter input[type=text],
.nights-newsletter input[type=email],
.nights-newsletter input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 100%
}

@media(max-width:767px) {
    .nights-newsletter input[type=text], .nights-newsletter input[type=email], .nights-newsletter input[type=submit] {
        font-size: 14px
    }
}

.nights-newsletter input[type=text]:focus,
.nights-newsletter input[type=email]:focus,
.nights-newsletter input[type=submit]:focus {
    outline: 0
}

.nights-newsletter input[type=checkbox] {
    display: none
}

.nights-newsletter input[type=checkbox]+label span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: -9px 4px 0 0;
    vertical-align: middle;
    background: url('http://www.absolut.com/Assets/images/checkbox-sprite.png') left top no-repeat;
    background-size: 70px 35px;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .nights-newsletter input[type=checkbox]+label span {
        background: url('http://www.absolut.com/Assets/images/checkbox-sprite@2x.png') left top no-repeat;
        background-size: 70px 35px
    }
}

.nights-newsletter input[type=checkbox]:checked+label span {
    background: url('http://www.absolut.com/Assets/images/checkbox-sprite.png') -35px top no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .nights-newsletter input[type=checkbox]:checked+label span {
        background: url('http://www.absolut.com/Assets/images/checkbox-sprite@2x.png') -35px top no-repeat;
        background-size: 70px 35px
    }
}

.nights-newsletter .checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    font-size: 10px
}

@media(max-width:767px) {
    .nights-newsletter .checkbox-label {
        font-size: 10px
    }
}

.nights-newsletter input[type=text],
.nights-newsletter input[type=email] {
    border: 3px solid #fff;
    color: #fff;
    background: #000;
    padding: 1px 5px;
    height: auto;
    line-height: 30px;
    margin-bottom: 0!important;
    box-sizing: border-box
}

@media(max-width:767px) {
    .nights-newsletter input[type=text], .nights-newsletter input[type=email] {
        line-height: 22.4px
    }
}

.nights-newsletter input[type=submit] {
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 4px 7px
}

.nights-newsletter input:-webkit-autofill,
.nights-newsletter textarea:-webkit-autofill,
.nights-newsletter select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px black inset;
    -webkit-text-fill-color: #fff
}

.nights-newsletter input[type=submit][disabled],
.nights-newsletter button[disabled=disabled] {
    opacity: .7
}

.nights-newsletter .open-state {
    right: 0;
    left: auto;
    width: 19%
}

@media(max-width:767px) {
    .nights-newsletter .open-state {
        width: auto;
        margin-top: 10px
    }
    .nights-newsletter .open-state .checkbox-label {
        width: auto
    }
}

.nights-newsletter .dk_container {
    box-sizing: border-box;
    background: url('http://www.absolut.com/Assets/images/dropdown-arrow.png') left center no-repeat;
    color: #fff;
    border: #fff solid 3px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    position: static
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .nights-newsletter .dk_container {
        background: url('http://www.absolut.com/Assets/images/dropdown-arrow@2x.png') left center no-repeat;
        background-size: 30px 30px
    }
}

.nights-newsletter .dk_container:focus {
    outline: 0
}

.nights-newsletter .dk_container a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 2px;
    color: #fff!important;
    outline: 0
}

@media(max-width:767px) {
    .nights-newsletter .dk_container a {
        font-size: 13px
    }
}

.nights-newsletter .dk_container a:hover {
    color: #fff
}

.nights-newsletter .dk_toggle {
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0;
    background-color: #000!important
}

@media(max-width:767px) {
    .nights-newsletter .dk_toggle {
        font-size: 13px
    }
}

.nights-newsletter .dk_toggle.dk_label {
    width: 100%!important;
    padding-left: 30px;
    background: none!important
}

.nights-newsletter .dk_open {
    padding: 0;
    position: relative;
    z-index: 9
}

.nights-newsletter .dk_open .dk_toggle {
    padding: 2px
}

.nights-newsletter .dk_open .dk_toggle.dk_label {
    padding-left: 30px
}

.nights-newsletter .dk_open.dk_container li a {
    color: #fff
}

.nights-newsletter .dk_open.dk_container li a:hover {
    color: #797979
}

.nights-newsletter .dk_open .dk_options {
    display: block;
    font-weight: normal
}

.nights-newsletter .dk_open .dk_label {
    color: inherit
}

.nights-newsletter .dk_option_current {
    background: #454545
}

.nights-newsletter .dk_options {
    display: none;
    background: #000;
    margin-top: 5px;
    position: absolute;
    right: 0;
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0
}

.nights-newsletter .dk_options ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.nights-newsletter .dk_options ul li {
    padding: 3px 0;
    border-bottom: 1px solid #fff;
    color: #fff
}

.nights-newsletter .dk_options ul li a {
    font-size: 14px;
    background: #000;
    font-weight: normal
}

.nights-newsletter .dk_options a,
.nights-newsletter .dk_options a:link,
.nights-newsletter .dk_options a:visited {
    display: block
}

.nights-newsletter .dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 200px;
    overflow: scroll
}

.nights-newsletter .dk_container select {
    position: absolute;
    visibility: hidden;
    width: 0
}

.nights-newsletter .dk_mobile {
    position: relative
}

.nights-newsletter .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.nights-newsletter .hidden-option {
    display: none
}


.imgctn {   text-align: center; }

.drink-recipe p
{
	font-size:13pt;
	line-height:20pt;

}


.triman{
  display: none!important;
  margin: 0 auto 20px;

  max-width: 316px;
}

.triman img{
  float: left;
  margin-right: 10px;
}

.triman p{
  float: left;
  font-size: 10px;
}

.black .triman p, .black .triman p a{ color: #fff; }

.black .triman img{
  display: none;
}

.black .triman img.white{
  display: block;
}


#global-footer .triman{
    margin: 20px auto;
    display: none;

}

body.editions #global-footer .triman,
body.editions-limitees #global-footer .triman,
body.product-single #global-footer .triman{ display: block!important; }

footer#global-footer .triman a {
    color: #fff;

}

.MsoNormal{
    word-wrap: break-word;
}