/*==============================================================
=            Global - HTML tags / Browser overrides            =
==============================================================*/

html {
    -webkit-font-smoothing: inherit;
    -webkit-text-size-adjust: 100%;
}

::selection,
::-moz-selection {
    color: #fff;
    background-color: #a10ddec2;
}

*:focus {
    outline: none;
    outline-offset: -2px;
}

body {
    font-family: "Lato", sans-serif;
    color: #000;
    padding-top: 140px;
    font-weight: 300;
    font-size: 15px;
}
@media (max-width: 767px) {
    body {
        font-size: 17px;
    }
}

object,
embed {
    outline: 0;
}

input::-moz-focus-inner {
    margin-top: -2px;
    margin-bottom: -2px;
    font-family: "Lato", sans-serif;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.lowercase {
    text-transform: lowercase;
}

textarea {
    resize: none;
}

strong {
    font-weight: 400;
}

.noscroll {
    overflow: hidden;
}

label,
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    font-size: 0.6em;
    text-align: center;
}

abbr {
    text-decoration: none;
}


/*==========  links  ==========*/

a {
    color: #6a0bc1;
}

a:active {
    text-decoration: underline;
    ;
}


/*a:active,
a:focus {
    color: #000;
}*/

a:focus {
    outline: 0;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}


/* Remove underline when icon in link */

a[class^="icon-"]:before,
i[class^="icon-"]:before,
a[class^="fa"]:before,
i[class^="da"]:before {
    display: inline-block;
    text-decoration: none;
}

a.header {
    color: #000;
    text-decoration: none;
}


/*==========  Links in Paragraphs  ==========*/

p>a {
    /*border-bottom: 1px solid #4a4a4a;*/
}

p>a:hover,
p>a:focus {
    /*border-bottom: 1px solid #000;*/
}

p>a.no-border {
    border: none !important;
}

.txt p {
    line-height: 1.6;
    color: #4a4a4a;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/*==========  Lists  ==========*/
 .clean-list {
    margin: 0;
    padding: 0;
    list-style: none;
 }


/*==========  Headers  ==========*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3 {
    font-weight: 300;
}

h4 {
    font-weight: 300;
}

h5,
h6 {
    font-weight: 400;
}

.hide-this {
    display: none;
}

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

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

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

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

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

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

.px5-margin-top {
    margin-top: 5px !important;
}

.px5-margin-bottom {
    margin-bottom: 5px !important;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}
@media (max-width: 767px) {
    .xs-no-margin {
        padding: 0 !important;
    }
}


/*==========  Fonts  ==========*/

.primary-font {
    font-family: "Garamond Premr Pro Lt Disp", serif;
}

.primary-font2 {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
}

.alt-font {
    font-family: "Lato", sans-serif;
}

.alt-font-book {
    font-family: "Lato", sans-serif;
}

.alt-font-book strong {
    font-family: "Lato", sans-serif;
}

p .alt-font {
    font-size: 150%;
    margin: -5px 2px -6px;
    display: inline-block;
}


/*==========  Columns  ==========*/

.row.less-col-margin {
    margin-left: -5px;
    margin-right: -5px;
}

.row.less-col-margin [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.no-col-margin {
    margin-left: 0;
    margin-right: 0;
}

.row.no-col-margin [class^=col-],
.no-col-margin {
    padding-left: 0;
    padding-right: 0;
}

.notification {
    background-color: #fff;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 400px;
    }
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.vert-devider {
    display: inline-block;
    width: 1px;
    border-left: 1px dotted #555;
    min-height: 150px;
}

.img-responsive {
    margin: 0 auto;
    width: 100%;
}

.dropdown-menu {
    font-family: "Lato", sans-serif;
    border-radius: 0;
    font-size: 13px;
    /*top: inherit;*/
}

.dropdown-menu>li>a {
    font-weight: inherit;
}

.popover {
    border-radius: 0;
    max-width: 600px;
}


/*==========  Alignment  ==========*/

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/*==========  Spacers  ==========*/

.spacer {
    height: 30px;
}

.spacer-lg {
    height: 80px;
}


@media (max-width: 767px) {
    .spacer {
        height: 10px;
    }
}


/*==========  Page Titles  ==========*/
@media (max-width: 767px) {
    .page-title {
        margin-top: 20px;
    }
}

.page-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 40px;
    font-family: "Garamond Premr Pro Lt Disp", serif;
}
.page-title h1 span.suffix {
    font-size: 60%;
}
.page-title h1 span.subtext {
    font-family: "Spinnaker", sans-serif;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 1.5em;
    /*margin-top: 5px;*/
    letter-spacing: 0.05em;
}
.page-title__article h1,
.page-title__video h1 {
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 300;
    /*font-size: 50px;*/
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Garamond Premr Pro Lt Disp",serif;
    font-style: italic;
    text-align: center;
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .page-title__article h1,
    .page-title__video h1 {
        font-size: 30px;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .page-title__article h1,
    .page-title__video h1 {
        font-size: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .page-title__article h1,
    .page-title__video h1 {
        font-size: 40px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .page-title__article h1,
    .page-title__video h1 {
        font-size: 50px;
    }
}

.page-title a {
    color: #000;
}

.page-title a:hover {
    text-decoration: none;
}

.page-title small {
    font-weight: inherit;
    color: #000;
}


/*
.page-title {
    margin-top: 30px;
}
.page-title h1 {
    font-weight: 200;
  font-size: 3em;
  letter-spacing: -1px;
  font-style: italic;
  margin-bottom: 60px;
  margin-top: 25px;
  position: relative;
}
.page-title h1 span.subtext {
    font-size: 0.3em;
      line-height: -0.5em;
      letter-spacing: normal;
      text-transform: uppercase;
      display: block;
      margin-top: -13px;
      font-style: normal;
      background-color: white;
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 10px;
}*/


.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}


/*===============================
=            Plugins            =
===============================*/


/*==========  Bootstrap Select plugin  ==========*/
.bootstrap-select .btn {
    border-radius: 0;
    font-family: inherit; 
    letter-spacing: inherit; 
    text-transform: inherit; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    font-size: inherit; 
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: inherit;
}
.bootstrap-select .btn-default {
    border: 1px solid #000;
}
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:focus {
    /* background-color: transparent; */
}
.bootstrap-select .dropdown-toggle:focus {
    border-color: #000;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0,0,0,.4);
}
.bootstrap-select.open .btn-default {
    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 0, 0, .4)
}
.bootstrap-select.open > .dropdown-toggle.btn-default {
    background-color: transparent;
    z-index: 65;
}
.bootstrap-select .dropdown-menu {
    z-index: 70;
}
.bootstrap-select .dropdown-menu>li>a {
    font-weight: initial;
}
/*-----  End of Plugins  ------*/


/*===========================================
=            Bootstrap overrides            =
===========================================*/


/*==========  Badges  ==========*/

.badge {
    font-weight: 200;
}
.alert {
    border-radius: 0;
}


/*==========  Labels  ==========*/

.label-default {
    background-color: #000;
    border-radius: 0;
    font-weight: 300;
}

.xs .label-default {
    font-weight: 400;
}
.control-label--subtext {
    color: rgb(107, 102, 102);
    font-style: italic;
    font-weight: 200;
    font-size: 95%;
}


/*==========  Buttons  ==========*/

.btn {
    border-radius: 0;
    font-family: 'Spinnaker', sans-rerif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 4px rgba(0,0,0,.4);
}

.btn-group-sm>.btn,
.btn-sm {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: inherit;
}

.btn-group-xs>.btn,
.btn-xs {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: inherit;
}

.btn-group-lg>.btn,
.btn-lg {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
    line-height: inherit;
}

.btn.disabled {
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
}


/* primary button styling */

.btn-primary {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #6a0bc1;
    border-color: #6a0bc1;
}

/* .btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
    color: #fff;
    background-color: #4b0888;
    border-color: #4e0492;
} */

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #45067f;
    border-color: #6a0bc1;
}


/* alternative primary button styling */

.btn-primary-alt {
    background-color: #6a0bc1;
    color: #fff;
    border-color: #6a0bc1;
}

.btn-primary-alt:hover,
.btn-primary-alt.focus,
.btn-primary-alt:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary-alt.active.focus,
.btn-primary-alt.active:focus,
.btn-primary-alt.active:hover,
.btn-primary-alt:active.focus,
.btn-primary-alt:active:focus,
.btn-primary-alt:active:hover,
.open>.dropdown-toggle.btn-primary-alt.focus,
.open>.dropdown-toggle.btn-primary-alt:focus,
.open>.dropdown-toggle.btn-primary-alt:hover {
    color: #fff;
    background-color: #45067f;
    border-color: #6a0bc1;
}


/* disables button styling */

.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: #999;
    border-color: #999;
    color: #fff;
}

.btn-link {
    color: inherit;
}

.btn-no-border {
    border: none;
}

.btn-default {
    background-color: #fff;
    border-color: #000;
    text-transform: uppercase;
}

.btn-default:hover {
    border-color: #000;
}

.btn:hover {
    outline: none;
}
.btn-link:focus,
.btn-link:hover {
    color: #000;
}


.input-group-btn .btn,
.form-group .btn {
    height: 34px;
    border: 1px solid #ccc;
}


@media all and (max-width:480px) {
   .xs-block { width: 100%; display:block; }
} 

/*Forms Error*/

.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #000;
}

.has-error .help-block {
    padding: 2px 5px;
    background-color: #fff3b8;
    color: #8a6511;
    margin-top: 0;
}

.has-error .form-control {
    border: 1px solid #ccc;
}

.has-error .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.has-error .control-label {
    color: #000;
}

.has-error .form-control-feedback {
    color: #000;
}


/*Forms Success*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #000;
}

.has-success .form-control {
    border: 1px solid #ccc;
}

.has-success .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.has-success .form-control-feedback {
    color: #000;
}


/* panels */

.panel {
    border-radius: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* thumbnail */

.img-thumbnail {
    border-radius: 0;
}

/* .progress {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    height: 5px;
} */


/* form label */

label {
    /*font-weight: inherit;*/
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px
}

.checkbox label,
.radio label {
    font-weight: inherit;
}

.form-control-feedback--clickable {
    pointer-events: all;
    cursor: pointer;
}
.form-horizontal .has-feedback .form-control-feedback.lnr {
    line-height: 39px;
}
.has-feedback label~.form-control-feedback.lnr {
    top: 20px;
    line-height: 38px;
}


/*-----  End of Bootstrap overrides  ------*/


.environment-banner {
    position: fixed;
    width: 100%;
    padding: 10px;
    z-index: 99;
    bottom: 0;
    margin: 0;
    opacity: 0.9;
}

.btn.share i {
    margin-right: 5px;
}

.btn.share .caret {
    margin-left: 5px;
}

.btn.artwork-request-info {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-weight: 400;
    font-size: 1.5em;
    font-style: italic;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}


/*************/


/*! Devider section header  */


/*************/

.line {
    font-size: 0px;
    margin: 10px 0;
    height: 1px;
    border-bottom: 1px dotted #777;
    /*background-image: url(/images/layout-elements/dotted-line-black.png);*/
}

.line-vert {
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: 1px dotted #777;
    /*background-image: url(/images/layout-elements/dotted-line-vertical-black.png);*/
}

.line.spacer {
    border: none;
}

.devider-hor-section {
    margin-top: 100px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
}

.devider-hor-section h2 {
    margin-bottom: 5px;
}

.devider-hor-section .line {
    margin-top: 0;
}

.devider-hor-section .carousel-arrow {
    line-height: 0;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    top: 50%;
    margin-top: -3px;
    font-family: "Lato", sans-serif;
}

.devider-hor-section .carousel-arrow.prev {
    margin-right: 10px;
}

.devider-hor-section .carousel-arrow.next {
    margin-left: 10px;
}


/*===================================
=            Mobile Nav             =
===================================*/

@media (max-width: 767px) {
    body {
        padding-top: 48px;
    }
}


/* Header */

header.global {
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 60;
}


/*@media (orientation: portrait) {
    header.global {
        position: fixed;
    }
}*/

header.global .top-bar {
    padding: 10px 0 3px 0;
}

header.global .logo-bar {
    overflow: hidden;
}

header.global .nav-bar {
    font-family: "Spinnaker", sans-serif;
}

@media (max-width: 767px) {
    header.global {
        position: fixed;
        top: 0;
    }
    header.global .logo-bar {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }
    header.global .nav-bar {
        display: none;
        font-size: 120%;
        padding: 10px 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }
    /* header.global .nav-bar .container-fluid {
        padding: 0;
    } */
}

.show-on-fixed {
    display: none !important;
}

@media (min-width: 767px) {
    header.global .nav-bar {
        display: block !important;
    }
    body.fixed-header header.global .nav-bar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 51px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 6px 51px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 43px -3px rgba(0, 0, 0, 0.5);
    }
    body.fixed-header .show-on-fixed {
        display: inline-block !important;
    }
    body.fixed-header.keep .top-bar,
    body.fixed-header.keep .logo-bar {
        display: none;
    }
    body.fixed-header.keep {
        padding-top: 50px;
    }
}


/*
  *
  * search bar
  *
  */
.search-bar {
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    display: none;
    z-index: 90;
}
.search-bar__inner {
    padding: 10px 0;
    text-align: center;
}
.search-bar__label {
    color: #fff;
    font-size: 25px;
    font-family: "Garamond Premr Pro Lt Disp", serif;
    margin: 0;
    text-align: right;
    line-height: 34px;
    height: 34px;
    padding-top: 3px;
}
.form-control:focus.search-bar__input {
    border-color: inherit;
}
.search-bar__input,
.form-control.search-bar__input {
    font-size: 25px;
    font-weight: 200;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.search-bar__buttons {
    text-align: left;
}
.search-bar__close-btn,
.search-bar__search-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 30px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    vertical-align: middle;
}
.search-bar__close-btn:focus,
.search-bar__search-btn:focus,
.search-bar__close-btn:active,
.search-bar__search-btn:active {
    background-color: #fff;
    color: #000;
}
.search-bar__close-btn:active,
.search-bar__search-btn:active {
    color: #a10dde;
}
.search-bar__help-text {
    margin-bottom: 0;
    font-size: 0.85em;
    font-weight: 400;
    color: #737373;
}
.search-bar__help-text strong {
    font-weight: 700;
}
@media (max-width: 767px) {
    .search-bar {
        height: 48px;
    }
    .search-bar__inner {
        padding: 6px;
    }
    .search-bar__label {
        font-size: 25px;
    }
    .search-bar__input {
        font-size: 18px;
    }
}


/*
  *
  * twitter typeahead search
  *
  */

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: rgb(228, 228, 228);
}
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: rgb(242, 242, 242);
}
span.twitter-typeahead .tt-suggestion .tt-highlight {
    background-color: #000;
    color: #fff;
}
span.twitter-typeahead .tt-suggestion .tt-category {
    font-family: "Spinnaker",serif;
    text-transform: uppercase;
    color: #000;
    font-size: 75%;
    vertical-align: middle;
}
span.twitter-typeahead .tt-suggestion .tt-devider {
    margin: 0 10px;
}
span.twitter-typeahead .tt-menu {
    width: 600px !impotant;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}


/*
 *
 * logo
 *
 */

.logo-bar .logo {
    display: block;
    margin: 14px auto;
    width: 100%;
    height: 20px;
    width: 220px;
    background-image: url(/images/layout-elements/joseph-klibansky_logo-black.svg);
    background-size: 230px auto;
    background-repeat: no-repeat;
    background-position: -7px 2px;
}

@media (max-width: 767px) {
    .logo-bar .logo {
        float: left;
        margin-left: 15px;
    }
    .mobile-nav-btn {
        line-height: 0px;
        display: block;
        background: none;
        border: none;
        float: right;
        font-size: 25px;
        text-decoration: none;
        color: #000;
        height: 48px;
        line-height: 48px;
        /*width: 35px;*/
        text-align: center;
        padding: 0 15px;
        float: right;
        display: block;
    }
    .mobile-nav-btn:last-child {
        margin-right: 0;
    }
    .mobile-nav-btn.hover,
    .mobile-nav-btn:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }
    .mobile-nav-btn.active,
    .mobile-nav-btn:active {
        background-color: #B1FCE5;
        color: #000;
    }
}


/*****************/
/*! Primary Nav  */
/*****************/

.primary-nav__wrapper {
    text-align: center;
}

.primary-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav__list-item {
    display: inline-block;
    padding: 10px;
}
@media (max-width: 768px) {
    .primary-nav__list-item {
        padding: 5px;
    }
}
.primary-nav__list-item:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 9px;
}

.primary-nav__link {
    color: #000;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.15em;
    display: inline-block;
    text-decoration: none;
}

.primary-nav__link:hover,
.primary-nav__link:active,
.primary-nav__link:focus {
    text-decoration: none;
    color: #000;
}

.primary-nav__link__active,
.primary-nav__link__active:hover,
.primary-nav__link__active:active,
.primary-nav__link__active:focus {
    /*border-bottom: 1px solid #000;
    padding-bottom: 9px;*/
}

@media (max-width: 767px) {
    .primary-nav__list-item {
        display: block;
        padding: 5px;
    }
    .primary-nav__list-item:hover,
    .primary-nav__list-item:active,
    .primary-nav__list-item:focus {
        /* background-color: #B1FCE5; */
        border: none;
        padding: 0;
    }
    .primary-nav__link {
        display: block;
        padding: 5px;
    }
    .primary-nav__link:hover,
    .primary-nav__link:active,
    .primary-nav__link:focus {
        background-color: #B1FCE5;
        padding: 10px;
    }
}






/******************/


/*! Seconday Nav  */


/******************/

.secondary-nav {
    display: inline-block;
    /*font-family: "Garamond Premr Pro LtItDisp", serif;*/
    font-family: "Garamond Premr Pro Lt Disp", serif;
    color: #fff;
    font-size: 1.1em;
}

.secondary-nav.right {
    float: right;
}

.secondary-nav>ul,
.secondary-nav>ul>li {
    display: inline-block;
}

.secondary-nav>ul {
    margin: 0;
    padding: 0;
}

.secondary-nav>ul>li {
    margin-right: 10px;
    position: relative;
    color: #000;
}

.secondary-nav>ul>li:last-child {
    margin-right: 0;
}

.secondary-nav>ul>li>a {
    color: #000;
}

.secondary-nav>ul>li>a:hover,
.secondary-nav>ul>li>a:active,
.secondary-nav>ul>li>a:focus {
    color: #9cc2cb;
}

.secondary-nav.social-icons>ul>li {
    margin-right: 3px;
}

.secondary-nav.social-icons .social-icon {
    background-color: #fff;
    color: #000;
}

.secondary-nav.social-icons>ul>li>a:hover,
.secondary-nav.social-icons>ul>li>a:active,
.secondary-nav.social-icons>ul>li>a:focus {
    color: #9cc2cb;
}

i.small-icon {
    font-size: 60%;
    margin-left: 5px;
    font-weight: bold;
}


/* Social Icons */

.social-icon {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.social-icon:hover,
.social-icon:active {
    background-color: #000;
    color: #fff;
}


/*@media (max-width: 767px) {
    .secondary-nav {
        text-align: center;
        display: block;
    }
    .secondary-nav.right {
        float: none;
    }
}*/



/*=================================
=            home page            =
=================================*/


/*==========  White Nav Video header  ==========*/


/*.home-page header .primary-nav > ul > li > a:not(.btn) {
    color: #fff;
}
.home-page header .primary-nav > ul > li > a:hover:not(.btn),
.home-page header .primary-nav > ul > li > a:active:not(.btn),
.home-page header .primary-nav > ul > li > a:focus:not(.btn) {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
.home-page header .primary-nav > ul > li.active > a {
    border-bottom: 1px solid #fff;
}
.home-page .secondary-nav > ul > li > a {
    color: #fff;
}
.home-page .logo-bar .logo {
    background-image: url(/images/layout-elements/joseph-klibansky_logo-white.svg);
}*/


/* .home-page .video-margin {
    margin-top: 470px;
}
.xs.home-page .video-margin {
    margin-top: 370px;
}
 */


/*.mainHeaderImg {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.mainHeaderImg img {
    width: 100%;
    height: auto;
}*/


/*@media (max-width: 767px) {
    .mainHeaderImg {
        height: 350px;
    }
}*/

#videoBG {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    overflow: hidden;
}

#videoBG .vjs-control-bar {
    display: none;
}

#videoBG .big-video-wrap {
    position: absolute;
    z-index: 50;
}


/**********************/


/*! Featured Sidebar  */


/**********************/

.featured-item {
    display: block;
    color: inherit;
    margin-bottom: 10px;
}

.featured-item>.featured-item-caption.col-lg-12>p {
    max-height: 50px;
    overflow: hidden;
}

.featured-item>.featured-item-image-container {
    position: relative;
    text-align: center;
}

.featured-item>.featured-item-image-container>.icon {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    font-size: 20px;
    background-color: rgba(000, 0, 0, 0.7);
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    display: none;
}

.featured-item .title {
    font-size: 16px;
    text-transform: capitalize;
}

.featured-item .category {
    font-size: 11px;
    margin-right: 5px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}


/*Featured Item Hover*/

.featured-item:hover>.featured-item-caption>.title,
.featured-item:hover>.featured-item-caption>.title>.category {
    color: #fd5db8;
}

.featured-item:hover>.featured-item-image-container>.icon {
    display: block;
}

.relative {
    position: relative;
}

.refresh-icon {
    position: absolute;
    right: 0;
    color: #000;
}

.devider-hor-section .refresh-icon {
    font-size: 14px;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .featured-item {
        margin-bottom: 15px;
    }
    .featured-item .featured-item-image {
        max-height: 200px;
        width: auto;
    }
}


/**************/


/*! Products  */


/**************/

.product-grid .product {
    margin-bottom: 35px;
}

.product-grid .product>.product-image-container {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product-grid.product-grid-6 .product>.product-image-container {
    height: 190px;
}

.product-grid .product>.product-image-container>.product-image {
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    top: 50%;
    position: relative;
    max-height: 100%;
    max-width: 100%;
}

.product-grid.artworks .product>.product-image-container>.product-image {}

.product-grid .product>.product-caption>.title,
.product-grid.product-grid-6 .product>.product-caption>.title {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.product-grid.product-grid-6 .product>.product-caption>.title {
    font-size: 15px;
}

.product-grid .product>.product-caption>.sub-title {
    color: #000;
    display: block;
    text-decoration: none;
    margin-top: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.product-grid .product>.product-caption>.sub-title>.tag:not(:last-child) {
    margin-right: 5px;
}

.product-grid .product>.product-caption>.sub-title>.tag:not(:last-child):after {
    content: ",";
}

.product-grid .product>.product-caption .product-price {
    font-style: normal;
    color: #373737;
}

.product-grid .product>.product-caption .product-price>.price-label {
    font-size: 16px;
    line-height: 17px;
    display: block;
    font-weight: 300;
}

.product-grid .product>.product-caption .product-price>.price-label:first-child {
    margin-top: 5px;
}

.product-grid .product>.product-caption .product-price>.price-label>.price {
    font-size: 20px;
    margin-left: 10px;
}

.product-grid .product>.product-caption .product-price>.price-label.old {
    font-size: 80%;
    font-weight: 400;
}

.product-grid .product>.product-caption .product-price>.price-label.old>.price {
    text-decoration: line-through;
}

.product-grid .product>.product-caption .product-price>.price-label.sale {}

@media (max-width: 767px) {
    .product-grid .product>.product-caption>.title {
        font-weight: 300;
    }
}

@media (max-width: 480px) {
    .product-grid .product {
        margin-bottom: 50px;
    }
    .product-grid .product>.product-image-container {
        height: auto;
    }
    .product-grid .product>.product-image-container>.product-image {
        max-height: 300px;
        margin: 0 auto;
    }
    .product-grid .product>.product-caption {
        height: auto;
    }
    .product-grid .product>.product-caption .product-button {
        text-align: center;
        margin-top: 5px;
    }
    .product-grid .product>.product-caption .product-button>.btn {
        width: 100%;
    }
}

.product-purchase-options .product-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    width: 90%;
}


/* spec list */

.product-purchase-options .product-specs-list {
    list-style-type: none;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.product-purchase-options .product-specs-list span {
    width: 70%;
    line-height: 20px;
    text-align: right;
}

.product-purchase-options .product-specs-list .alt-font {
    font-size: 17px;
    color: #000;
}

.product-purchase-options .product-specs-list .devider {
    border-bottom: 1px dotted #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    font-size: 1px;
    clear: both;
}


/* tags */

.product-purchase-options .product-specs-list .tag:not(:last-child) {
    margin-right: 5px;
}

.product-purchase-options .product-specs-list .tag:not(:last-child):after {
    content: ",";
}


/* Price */

.product-purchase-options .product-specs-list .price-line {
    /*background-color: #9cc2cb;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.product-purchase-options .product-specs-list .price-line .price {
    font-size: 25px;
    position: relative;
    bottom: -1px;
    left: -4px;
}

.product-purchase-options .product-specs-list .price-line .price .old {
    font-size: 18px;
    text-decoration: line-through;
    color: #777;
}


/*purchace options*/

.product-purchase-options .control-label {
    padding-top: 2px;
    padding-left: 0;
    text-align: left;
}

.product-purchase-options .fold-out {
    color: #000;
}

.product-purchase-options .fold-out .header a {
    display: block;
    text-align: center;
    color: #000;
}

.product-purchase-options .fold-out .content {
    border-top: 1px dotted #ccc;
    margin-top: 5px;
    padding-top: 5px;
    max-height: 200px;
    overflow: hidden;
}


/*================================
=            Carousel            =
================================*/

@media (max-width: 767px) {
    .container-xs-expand {
        max-width: 100%;
        width: 100%;
    }
    .container-xs-expand.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.flickity-prev-next-button {
    bottom: 10px;
    background: transparent;
    border: 3px solid #000;
    top: initial;
    transform: initial;
    border-radius: initial;
    z-index: 20;
}

.flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.4);
}

.flickity-page-dots {
    bottom: 22px;
    z-index: 10;
}

.flickity-page-dots .dot {
    background: #000;
}

.flickity-page-dots .dot:hover {
    opacity: 1;
}

.flickity-prev-next-button:active {
    border-color: #6a0bc1;
}

.flickity-page-dots .dot:active {
    background-color: #6a0bc1;
    opacity: 1;
}

@media (max-width: 767px) {
    .flickity-page-dots .dot {
        margin: 0 5px;
        width: 5px;
        height: 5px;
    }
    .flickity-prev-next-button {
        border: none;
    }
}


/*==========  Carousel  ==========*/

.container.expand {
    max-width: 100%;
}

.carousel {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.carousel .slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    pointer-events: all !important;
}
.carousel .slide img {
    display: none;
}


/*lg*/

@media (min-width: 1200px) {
    .carousel,
    .carousel .slide {
        height: 565px;
    }
}


/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel,
    .carousel .slide {
        height: 465px;
    }
}


/*sm*/

@media (min-width: 768px) and (max-width: 992px) {
    .carousel,
    .carousel .slide {
        height: 480px;
    }
}


/*xs*/

@media (max-width: 767px) {
    .carousel,
    .carousel .slide {
        height: 350px;
    }
}

.carousel .slide__center-image img {
    margin: 0 auto 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.carousel .slide__center-image img.image-portrait {
    height: 100%;
    width: auto;
}
.carousel .slide__center-image img.image-landscape {
    height: auto;
    width: 100%;
}

.carousel-nav {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}


/*==========  Carousel Controls  ==========*/

.white {
    background-color: #fff;
}

.carousel-controls-wrapper {
    /*height: 40px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-controls-wrapper button {
    background: none;
    border: none;
    width: 50px;
    font-size: 20px;
    line-height: 0px;
}

.carousel-controls {
    display: inline-block;
    position: relative;
    padding: 0;
    height: 60px;
}

button.carousel-controls {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
}

button.carousel-controls:hover {
    background-color: #F3F3F3;
}

button.carousel-controls:active {
    background-color: #c6f5ea;
}

button.carousel-controls.disabled {
    color: #A5A5A5;
    cursor: not-allowed;
    background-color: transparent;
}

.carousel-controls.carousel-slide-counter {
    font-family: "Garamond Premr Pro Lt Disp";
    font-size: 17px;
    color: #000;
    text-decoration: none;
    width: 40px;
    text-align: center;
}


/*==========  Carousel Title  ==========*/

.carousel-title {
    font-family: "Garamond Premr Pro Lt Disp";
    font-size: 19px;
    min-height: 40px;
    position: relative;
    padding-top: 17px;
    letter-spacing: 0.02em;
    color: #4a4a4a;
}


/*-----  End of Carousel  ------*/


/********************/


/*! Section Blocks  */


/********************/

.section:not(:first-child) {
    margin-top: 50px;
}

.section .sub-header {
    font-family: "Spinnaker", serif;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.15em;
    display: inline-block;
    margin: 0;
}

@media (max-width: 765px) {
    .section .sub-header {
        margin-bottom: 5px;
        font-size: 0.875em;
    }
}


/*-----  .Section Blocks  ------*/


/**************/


/*! Tooltips  */


/**************/

.qtip-jk {
    background-color: rgba(0, 0, 1, 0.8);
    color: #fff;
    border: none;
}

.qtip-jk .qtip-titlebar {
    background-color: rgba(0, 0, 0, 0);
}

.qtip-jk .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-jk .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

.qtip-jk .qtip-content {
    font-size: 12px;
    line-height: initial;
    letter-spacing: 0.05em;
}


/***********************/


/*! Social Media View  */


/***********************/

@media (max-width:992px) {
    .social-media .social-col {
        margin-bottom: 40px;
    }
}

.social-media .social-col h4>a {
    color: #000;
}

.social-col .media-items {
    margin-top: 30px;
}

.social-media .media-link {
    position: relative;
}

.social-media .media-body {
    height: 60px;
}

.social-media .social-icon {
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    display: block;
    background-color: #000;
    color: #fff;
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.social-media .subtext {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
}

.social-media .image-grid {
    margin: 0;
    padding: 10%;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
    float: left;
    clear: both;
}

.social-media .image-grid>li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 33.3%;
    height: auto;
}

.social-media .image-grid>li>a,
.social-media .image-grid>li>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.social-media .image-grid>li>a>img {
    padding-right: 4px;
    padding-bottom: 4px;
}


/* first */

.social-media .image-grid>li:first-child {
    width: 100%;
}

.social-media .image-grid>li:first-child>a,
.social-media .image-grid>li:first-child>a>img {
    display: block;
    width: 100%;
    height: auto;
}


/* second */

.social-media .image-grid>li:nth-child(2) {
    width: 66%;
}

.social-media .image-grid>li:nth-child(2)>a,
.social-media .image-grid>li:nth-child(2)>a>img {
    display: block;
    width: 100%;
    height: auto;
}


/*======================================
=            Newsletter Box            =
======================================*/

#newsletter-extra-fields {
    display: none;
}


/*-----  End of Newsletter Box  ------*/


/*****************/


/*! Latest NEWS  */


/*****************/

.latest-news {}

.news-item {
    margin-bottom: 20px;
}

.news-item>h4,
.news-item>h3 {
    margin-top: 0;
}

.news-content {
    position: relative;
}

.news-image-container {
    position: relative;
    display: block;
}

.news-image-container>.icon {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 25px;
    font-size: 20px;
    background-color: rgba(000, 0, 0, 0.7);
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
}

.news-image-container>a:hover>.icon {
    background-color: rgba(000, 0, 0, 0.7);
    color: #000;
}

.news-item>.news-body {
    height: 100px;
    overflow: hidden;
}

.continue-reading {
    display: block;
    margin-top: 5px;
    color: #000;
}




/****************/
/*! Share menu  */
/****************/

.share-buttons {
    font-size: 17px;
}

.share-buttons>li {
    display: inline-block;
    margin-right: 10px;
}

.share-buttons>li>a {
    color: #000;
}


/******************/
/*! Artworks page  */
/******************/


/*Nav*/

.artwork-list-nav>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.artwork-list-nav>ul>li {
    margin-bottom: 5px;
}

.artwork-list-nav>ul>li.type-header:not(:first-child) {
    margin-top: 25px;
}

.artwork-list-nav>ul>li.type-header {
    font-weight: bolder;
    text-transform: uppercase;
}

.artwork-list-nav>ul>li>a:not(.type-header) {
    /* display: block; */
    color: #555;
    overflow: hidden;
}

.artwork-list-nav>ul>li>a:hover,
.artwork-list-nav>ul>li>a.hover {
    font-weight: bolder;
    color: #6a0bc1;
    text-decoration: none;
}

.artwork-list-nav>ul>li>a>span.year {
    font-size: 80%;
    line-height: 0;
    color: #999;
    margin-left: 5px;
    text-decoration: none;
    border: none;
}


/* filter artworks */

.artwork-list-nav>ul>li.toggle-filter-options {
    /* cursor: pointer; */
}

.artwork-list-nav>ul>li.filter-nav-item.spacer {
    /* display: block; */
    height: 10px;
    margin: 0;
}

.artwork-list-nav>ul>li.filter-nav-item {
    /*display: none;*/
}

.artwork-list-nav>ul>li.filter-nav-item.active {
    font-weight: bolder;
}

.artwork-list-nav>ul>li.filter-nav-item>a {
    display: inline;
}

.artwork-list-nav>ul>li.filter-search input {
    border: none;
    box-shadow: none;
    border-bottom: 1px dotted #000;
    padding-left: 0;
    width: 75%;
    height: 25px;
    padding-top: 0;
    display: inline-block;
}

.artwork-list-nav>ul>li.filter-search input:focus {
    border-bottom: 2px solid #000;
}

.artwork-list-nav>ul>li.filter-search input::-webkit-input-placeholder {
    color: #000;
}

@media (max-width: 767px) {
    .artwork-list-nav ul {
        margin-top: 10px;
    }
    .artwork-list-nav {
        margin-bottom: 10px;
        text-align: center;
    }
    .artwork-list-nav:last-child {
        margin-bottom: 50px;
    }
    .artwork-list-nav>ul {
        display: none;
    }
    .artworks-filter-nav li a {
        display: block;
    }
    .artworks-filter-nav li a:focus,
    .artworks-filter-nav li a:active {
        text-decoration: none;
    }
    .artworks-filter-nav li.filter-search input {
        font-size: 15px;
        text-align: center;
    }
    .artworks-filter-nav {
        font-size: 110%;
    }
}


/* Artworks Grid */

.hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.artwork-col {
    margin-bottom: 40px;
}

.artwork-col a.artwork {
    display: block;
    text-decoration: none;
}

.artwork-col a.artwork .artwork-image-wrapper {
    /* padding: 10px; */
    position: relative;
}
.artwork-col a.artwork .artwork-image-wrapper .artwork-availability-label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.artwork-col a.artwork .artwork-image-wrapper .artwork-image {
    position: relative;
}
.artwork-col a.artwork .artwork-image-wrapper .artwork-image.landscape {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.artwork-col a.artwork .artwork-image-wrapper .artwork-image.portrait {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.artwork-col a.artwork .artwork-image-wrapper .artwork-image.square {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.artwork-col a.artwork.hover .artwork-image-wrapper .artwork-image,
.artwork-col a.artwork:hover .artwork-image-wrapper .artwork-image,
.artwork-col a.artwork:active .artwork-image-wrapper .artwork-image,
.artwork-col a.artwork:focus .artwork-image-wrapper .artwork-image {
    /*border: 2px solid rgb(219, 255, 250);*/
}

@media (max-width: 767px) {
    .artwork-col a.artwork .artwork-image-wrapper .artwork-image.landscape,
    .artwork-col a.artwork .artwork-image-wrapper .artwork-image.portrait,
    .artwork-col a.artwork .artwork-image-wrapper .artwork-image.square {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}

@media (min-width: 768px) {
    .artwork-col a.artwork .artwork-image-wrapper .artwork-image {
    }
    .artwork-col a.artwork .artwork-image-wrapper {
        height: 200px;
    }
    .artwork-col a.artwork.edition .artwork-image-wrapper {
        height: 535px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .artwork-col a.artwork.edition .artwork-image-wrapper {
        height: 355px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .artwork-col a.artwork.edition .artwork-image-wrapper {
        height: 435px;
    }
}


.artwork-col a.artwork .artwork-caption {
    text-align: center;
    height: 80px;
    margin: 0 auto;
    width: 75%;
}

.artwork-col a.artwork .artwork-caption .artwork-title {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.artwork-col a.artwork.hover .artwork-caption .artwork-title .title,
.artwork-col a.artwork:hover .artwork-caption .artwork-title .title,
.artwork-col a.artwork:active .artwork-caption .artwork-title .title,
.artwork-col a.artwork:focus .artwork-caption .artwork-title .title {
    text-decoration: underline;
}

.artwork-col a.artwork .artwork-caption .artwork-title .year {
    font-family: 'Spinnaker', sans-serif;
    font-size: 0.6em;
    color: #515151;
    text-transform: uppercase;
}

.artwork-col a.artwork .artwork-caption .artwork-title .sub-title {
    display: block;
    font-family: 'Spinnaker', sans-serif;
    font-size: 9px;
    color: #9E9E9E;
    text-transform: uppercase;
    line-height: 15px;
}

.artwork-col a.artwork.hover .artwork-caption .artwork-title {
    color: #000;
}

@media (max-width: 767px) {
    .artwork-col a.artwork .artwork-caption {
        height: 135px;
        padding-bottom: 50px;
    }
}


/******************/
/*! Artwork page  */
/******************/

#zoom-window {
    position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#zoom-nav-buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 800;
    text-align: center;
    padding-bottom: 5px;
}

.zoom-btn {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    line-height: 0px;
    text-align: center;
    font-size: 30px;
    border: none;
    padding: 0;
    z-index: 900;
}

.zoom-btn:hover {
    background-color: rgb(255, 255, 255);
}

.zoom-btn:active {
    background-color: #c6f5ea;
}

.zoom-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

#zoom-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* artwork specs list */
.artwork-specs-list {
    padding: 0;
    color: #333;
    list-style: none;
    font-size: 0.9em;
    font-family: "Lato", sans-serif;
}
.artwork-specs-list__list-item {
    margin-bottom: 5px;
}
.artwork-specs-list__header {
    font-weight: 400;
    margin-right: 10px;
}
.artwork-specs-list__tags:not(:last-child):after {
    content: ",";
}
.artwork-specs-list__tags:not(:last-child) {
    padding-right: 5px;
}
.artwork-specs-list__inner-list {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    max-width: 70%;
    vertical-align: text-top;
}
.artwork-specs-list__inner-list-item {
    margin-bottom: 10px;
}
.artwork-specs-list__inner-list-item:first-child,
.artwork-specs-list__inner-list-item:last-child {
    margin-bottom: 0;
}
.artwork-specs-list__size {
    display: block;
}
.artwork-specs-list__show-more-sizes {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
.artwork-specs-list__price-symbol {
    font-family: "Lato";
    font-size: 0.7em;
}
.artwork-specs-list__price {
    display: block;
    font-size: 35px;
    line-height: 25px;
    text-align: center;
    font-family: "Garamond Premr Pro Lt Disp",serif;
}
.artwork-specs-list__price-note {
    font-size: 1.0em;
    display: block;
    text-align: center;
}

#copy-permalink-success {
    display: none;
}

/* artwork description text */
.artwork_description__wrapper {}
.artwork_description__txt {}


/* Artwork Extra images */
.artwork-extra-images {
    overflow: hidden;
}
.artwork-extra-images__img-wrapper {
    float: left;
    margin: 5px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}
.artwork-extra-images__img-wrapper:hover {
    cursor: pointer;
}
.artwork-extra-images__img-wrapper_active {
    /*border: 2px solid black;*/
}
.artwork-extra-images__img {
    width: 100%;
    height: auto;
}
.artwork-extra-images__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: center;
    font-size: 25px;
    display: none;
}
.overlay-on-hover {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: center;
    font-size: 25px;
    display: none;
}


/* Related Items */
.releted-items {
    list-style: none;
    padding: 0;
}
.releted-items li:not(:last-child) {
    margin-bottom: 5px;
}
.releted-items li a {
    display: block;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.releted-items li a:hover,
.releted-items li a:active,
.releted-items li a:focus {
    text-decoration: none;
    color: #6a0bc1;
}
@media (max-width: 767px) {
    .releted-items li:not(:last-child) {
        margin-bottom: 10px;
        white-space: normal;
    }
}
.releted-items li a:hover .related-title,
.releted-items li a:active .related-title,
.releted-items li a:focus .related-title {
    font-weight: 400;
}
.releted-items li a span.related-pre {
    font-family: "Spinnaker", serif;
    text-transform: uppercase;
    color: #000;
    font-size: 75%;
    vertical-align: middle;
}
.releted-items li a span.related-spacer {
    margin: 0 10px;
}


/* Artwork Videos */

.artwork-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /*float: left;
    clear: both;*/
}

.artwork-video-list .video-row {
    margin-left: 0;
    margin-right: 0;
}

.artwork-video-list .video-row:not(:last-child) {
    margin-bottom: 15px;
}

.artwork-video-list .video-row.hover {
    /*background-color: rgb(230, 255, 252);*/
    cursor: pointer;
}

.artwork-video-list .video-row div[class^='col-'] {
    padding: 0;
}

.artwork-video-list .video-row .video-thumb-col .video-thumb-wrapper {
    position: relative;
    display: block;
}

.artwork-video-list .video-row .video-thumb-col .video-thumb-wrapper .video-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: center;
    font-size: 25px;
    display: none;
}

.video-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.artwork-video-list .video-row .video-title-col {
    padding: 10px 10px 0 0 !important;
    /*text-align: right;*/
}

.artwork-video-list .video-row .video-title-col .video-title {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: bolder;
}

.artwork-video-list .video-row .video-title-col .video-description {}


/*Artwork Video Player*/

#artwork-video-player {
    display: none;
    background-color: #000;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

#artwork-video-player .artwork-video-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #fff;
    z-index: 50;
}

.artwork-video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: none;
    z-index: 10;
}


/* Artwork Info Request Form */

body.request-info-form-page {
    padding-top: 0;
    background-color: #fff;
}

@media (max-width: 767px) {
    body.request-info-form-page .container {
        max-width: 450px;
    }
}

#request-info-form-wrapper {
    margin: 40px 0;
    /* border: 1px dotted #000; */
}

#request-info-form-wrapper {
    background-color: #fff;
}

#request-info-form-wrapper .artwork-title {
    font-size: 25px;
    text-align: center;
    width: 80%;
    margin: 0px auto;
}

#request-info-form-wrapper .artwork-enquiry-image {
    max-width: 100%;
    height: auto;
}

#request-info-form-wrapper .form-response {
    /* display: none; */
}

#request-info-form-wrapper .form-response>.success {
    /* display: none; */
}

#request-info-form-wrapper .form-response>.success h2 {
    font-style: italic;
    font-size: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
    text-align: center;
}

#request-info-form-wrapper .form-response>.success h2 strong {
    font-weight: 700;
    display: block;
    margin: 10px;
    font-size: 60%;
}

.form__highlight {
    padding: 10px;
    background-color: #ffebec;
}



/******************/


/*! Biography page  */


/******************/

.biography-page {}

.biography-page .portrait-container {
    /*display: inline-block;
     position: relative;*/
}

.biography-page .portrait-container .portrait-image {
    margin-bottom: 5px;
}

.biography-page .portrait-container .portrait-title {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-size: 15px;
    letter-spacing: 0.025em;
    word-spacing: 0.1em;
    color: #aaa;
    text-align: center;
}

.biography-page .portrait-container .portrait-title a {
    color: #aaa;
}

.biography-page .portrait-container .portrait-title a:hover {
    text-decoration: underline;
}


/* biography downloads */

.bio-download {
    padding: 0;
    list-style-type: none;
}

.bio-download li.bio-download-row.link {
    display: block;
    overflow: hidden;
    padding: 0 0 5px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}

.bio-download li.bio-download-row.link .bio-download-link-col {
    display: block;
    overflow: hidden;
    float: left;
}

.bio-download li.bio-download-row.link .bio-download-title {
    width: 55%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bio-download li.bio-download-row.link .bio-download-text {
    width: 15%;
    text-align: right;
}

.bio-download li.bio-download-row.link .bio-download-specs {
    width: 15%;
    color: #aaa;
    font-size: 80%;
    text-align: right;
    text-transform: uppercase;
}

.bio-download li.bio-download-row.note {
    font-size: 80%;
    padding-top: 5px;
    color: #aaa;
}

.bio-download li.bio-download-row.link:hover {
    font-weight: bolder;
}

.bio-download li.bio-download-row.link .bio-download-text a {
    color: #000;
}

.bio-download li.bio-download-row.link .bio-download-text a:hover {
    /*border-bottom: 1px solid #000;*/
}

.bio-download li.bio-download-row.link:hover .bio-download-specs {
    color: #000;
}

@media (min-width: 767px) and (max-width: 992px) {
    .bio-download li.bio-download-row.link .bio-download-title {
        width: 67%;
        padding-right: 10px;
    }
    .bio-download li.bio-download-row.link .bio-download-specs.file-type {
        width: 18%;
    }
}

@media (max-width: 767px) {
    .bio-download li.bio-download-row.link .bio-download-title {
        width: 75%;
    }
    .bio-download li.bio-download-row.link .bio-download-text {
        width: 25%;
        text-align: right;
    }
    .bio-download li.bio-download-row.link .bio-download-specs {
        width: 25%;
        text-align: left;
    }
}


/* ==========================================================================
   Forms
   ========================================================================== */

form fieldset:not(:last-child) {
    margin-bottom: 25px;
}

form fieldset>.form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    font-weight: 300;
    border-radius: 0;
}
.form-control:not([disabled]):not([readonly]) {
    color: #000;
}

.form-control:focus {
    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 0, 0, .4);
}
.form-control.xl {
    font-size: 120%;
}

.form-row {
    margin-bottom: 15px;
    background-color: #eee;
}

@media (max-width: 767px) {
    .form-group .control-label {
        margin-bottom: 10px;
    }
}

.form-group h3:first-child {
    margin-top: 0;
}

.form-group h3 {
    margin-bottom: 0;
    font-weight: 300;
}
.label-inline {
    line-height: 34px;
}

.foldout-pane {
    display: none;
}


/* newsletter-subscribe-box */

.newsletter-subscribe-box .form-group {
    margin-bottom: 10px;
}

.newsletter-subscribe-box .form-group:last-child {
    margin-bottom: 0;
}

.newsletter-subscribe-box.mobile {
    border: 1px dotted #000000;
    padding: 20px;
}

@media (min-width: 768px) {
    .modal-md {
        width: 500px;
    }
    .no-left-padding {
        padding-left: 0 !important;
    }
    .no-right-padding {
        padding-right: 0 !important;
    }
}


/* checkbox and radio
   ========================================================================== */
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus+label::before {
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 0, 0, .4);
}
.checkbox input[type="checkbox"]:focus+label {
    text-decoration: underline;
}
.checkbox input[type="checkbox"]:checked+label::before {
    border: 1px solid #000;
}
.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    font-weight: 100%;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label {
    font-weight: bolder;
}
.radio input[type="radio"]:focus+label::before {
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 0, 0, .4);
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
    display: inline-block;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #000;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #000;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #000;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}
/* Input form icon
   ========================================================================== */

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    color: #B6B6B6;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    width: 30px;
    line-height: 30px;
}

.right-inner-addon i:hover {
    color: rgb(87, 89, 95);
}


/* Fieldset Alt-Color
   ========================================================================== */

fieldset.alt-color {
    background-color: #F1F3FD;
    padding: 20px;
    border: 1px dotted #7285ee;
    border-radius: 3px;
}
fieldset .legend {
    font-family: "Garamond Premr Pro Lt Disp",serif;
    font-size: 25px;
    margin: 0 0 15px 0;
}

.help-block {
    margin-bottom: 0;
    font-size: 0.85em;
    font-weight: 400;
}

.help-block strong {
    font-weight: 700;
}

.help-row {
    clear: left;
}

.help-row .help-block {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .help-row .help-block {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.payment-options-form .icon-lock {
    /*text-shadow: 0px 0px 5px rgba(27, 236, 52, 1);*/
}

form .panel ul li {
    text-transform: capitalize;
}


/*Parsley*/

ul.parsley-error-list {
    display: none !important;
}

.cc-slash {
    position: absolute;
    right: -3px;
    top: 2px;
    font-size: 150%;
    color: #555;
}

.form-horizontal .show-password {
    font-size: 12px;
    font-weight: 400;
    padding-top: 8px;
    cursor: pointer;
}


/* ==========================================================================
   Account page
   ========================================================================== */


/* Acount Nav
   ========================================================================== */

nav.account ul {
    list-style: none;
    padding: 0;
}

nav.account ul li {
    /*text-align: center;*/
}

nav.account ul li.header:not(:first-child) {
    margin-top: 15px;
}

nav.account ul li.header {
    font-weight: 400;
    font-size: 0.85em;
    margin-bottom: 5px;
    text-transform: capitalize;
}

nav.account ul li.delete {
    font-size: 0.85em;
}

nav.account ul li a {
    display: inline-block;
    color: #000;
    padding: 0.2em 0;
}

nav.account ul li a:hover {
    font-weight: 400;
}

nav.account ul li a.active {
    font-weight: bold;
}

.custom-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.custom-avatar img {
    width: 100%;
    height: 100%;
}

.custom-avatar.nav {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -5px;
}

.avatar-container {
    width: 30px;
    position: relative;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.spinner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    border-radius: 50%;
    display: none;
}
/*
.table {
    margin: 0;
    width: 340px;
}

.table thead>tr>th {
    border-bottom: none;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 11px;
}

.table thead>tr>th,
.table tbody>tr>td {
    padding-left: 0;
    padding-right: 0;
}

.table tbody>tr>td:first-child {
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

.table thead>tr>th:nth-child(2),
.table tbody>tr>td:nth-child(2) {}

.table thead>tr>th:nth-child(3),
.table tbody>tr>td:nth-child(3) {
    text-align: center;
}

.table thead>tr>th:nth-child(4),
.table tbody>tr>td:nth-child(4) {
    width: 100px;
    text-align: right;
}*/


/* ==========================================================================
   Blog News Video Press
   ========================================================================== */


/* Masonry
   ========================================================================== */

#masonry-container {
    overflow: hidden;
}

#masonry-container .masonry-item {
    margin-bottom: 20px;
}

#masonry-container .masonry-item .masonry-inner a.masonry-image {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0px;
}


/* hover */

#masonry-container .masonry-item .masonry-inner a.masonry-image img,
#masonry-container .masonry-item .masonry-inner a.masonry-image video {
    width: 100%;
    height: auto;
    display: block;
}
#masonry-container .masonry-item .masonry-inner a.masonry-image img.lazy {
    height: 250px;
    background-color: rgb(235, 235, 235);
}
#masonry-container .masonry-item .masonry-inner a.masonry-image .video {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .6);
}

#masonry-container .masonry-item .masonry-inner a.masonry-image .video:hover {
    background-color: rgba(0, 0, 0, 1);
}

#masonry-container .masonry-item .masonry-inner a.masonry-image .tag {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    z-index: 5;
}

#masonry-container .masonry-item .masonry-inner a.masonry-image .tag .label-default {
    background-color: rgba(0, 0, 0, .6);
}

#masonry-container .masonry-item .masonry-inner .masonry-caption {
    padding: 10px;
}

.masonry-caption_accent {
    border-bottom: 3px solid #6a0bc1;
}

a.hash-tag {
    font-weight: 400;
    color: #000;
}

a.hash-tag:hover,
a.hash-tag:active,
a.hash-tag:focus {
    color: inherit;
    background-color: rgb(184, 245, 247);
    text-decoration: none;
}

a.hash-tag.user {
    color: rgb(242, 55, 195);
}

a.hash-tag.user:hover,
a.hash-tag.user:active,
a.hash-tag.user:focus {
    color: inherit;
    background-color: rgb(184, 245, 247);
}

#masonry-container .masonry-item .masonry-inner .masonry-caption header {
    margin-bottom: 10px;
}

#masonry-container .masonry-item .masonry-inner .masonry-caption footer {
    padding-top: 10px;
}

#masonry-container .masonry-item.instagram .masonry-inner .masonry-caption footer,
#masonry-container .masonry-item.blog .masonry-inner .masonry-caption footer,
#masonry-container .masonry-item.video .masonry-inner .masonry-caption footer {
    border-top: 1px dotted #777;
}

#masonry-container .masonry-item.article.blog .masonry-inner .masonry-caption,
#masonry-container .masonry-item.article.video .masonry-inner .masonry-caption {}

#masonry-container .masonry-item .masonry-inner .masonry-caption header .title {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: normal;
    overflow-wrap: break-word;
    color: #222;
    font-weight: 300;
}

#masonry-container .masonry-item .masonry-inner .masonry-caption header .title a {
    color: #000;
}

#masonry-container .masonry-item .masonry-inner .masonry-caption header .date,
#masonry-container .masonry-item .masonry-inner .masonry-caption footer .date-relative {
    font-size: 75%;
    color: #000;
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #masonry-container .masonry-item .masonry-inner .masonry-caption header .title {
        width: inherit;
    }
}

#masonry-container .masonry-item .masonry-inner .masonry-caption footer .read-more {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    color: #000;
    display: block;
    font-size: 18px;
}

#masonry-container .masonry-item .masonry-inner .masonry-caption footer .read-more:hover {
    text-decoration: underline;
}


/* instagram */

#masonry-container .masonry-item.instagram .masonry-inner .masonry-caption footer .user-links {
    font-size: 12px;
    display: block;
    float: left;
}

#masonry-container .masonry-item.instagram .masonry-inner .masonry-caption footer .intent-links {
    font-size: 15px;
    display: block;
    text-align: right;
    float: right;
    color: #777;
}

#masonry-container .masonry-item.instagram .masonry-inner .masonry-caption footer .user-links a,
#masonry-container .masonry-item.instagram .masonry-inner .masonry-caption footer .intent-links a {
    color: #000;
}


/*==========  News specific  ==========*/

.article-overview.article-row {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .article-overview.article-row {
        margin-bottom: 75px;
    }
}
.article-overview.article-row .article-title-col,
.article-overview.article-row .article-date-col {
    padding-top: 15px;
}
@media screen and (max-width: 767px) {
    .article-overview.article-row .article-title-col,
    .article-overview.article-row .article-date-col {
        padding-top: 5px;
    }
}

.article-overview.article-row .article-image-link {
    display: block;
    position: relative;
}

.article-overview.article-row .article-image-link img {
    width: 100%;
    height: auto;
}

.article-overview.article-row .article-tags-list {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 75%;
    font-family: "Spinnaker", sans-serif;
    text-transform: uppercase;
}

.article-overview.article-row .article-tags-list li {
    display: inline;
}

.article-overview.article-row .article-tags-list .article-tags-devider {
    margin-left: 5px;
    margin-right: 5px;
}

.video-item-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 45px;
    transition: all 0.3s;
    /*width: 75px;
    height: 75px;
    line-height: 68px;
    padding-left: 9px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4);*/
}

.video-item-icon:hover {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.video-item-icon.video-icon-small {
    /*width: 50px;
    height: 50px;
    line-height: 45px;
    padding-left: 7px;*/
    font-size: 60px;
}

.article-category,
.article-date,
.article-share {
    margin-right: 20px;
}

@media screen and (min-width: 767px) {
    .article-category,
    .article-date,
    .article-share {
        display: block;
    }
}

.article-category {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
    font-size: 25px;
    color: #000;
}

.article-category:hover,
.article-category:focus {
    color: #000;
}

.article-date,
.article-share {
    font-size: 12px;
    color: rgb(84, 84, 84);
}

.article-overview.article-row .article-excerpt {
    font-size: 14px;
    color: #2F2F2F;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.5em;
}
@media screen and (max-width: 767px) {
    .article-overview.article-row .article-excerpt {
        font-size: 18px;
    }
}

.article-overview.article-row .article-title {
    margin: 0;
    font-size: 23px;
    font-weight: 300;
}

.article-overview.article-row .article-title a {
    color: #000;
}

.article-overview.article-row .article-title a:hover {
    color: #6a0bc1;
}


/* Article page
   ========================================================================== */

.article-header__image img {
    width: 100%;
    height: auto;
}

.article-page .article-excerpt {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-size: 130%;
    border-left: 3px solid #000;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 35px 0;
    line-height: 1.7em;
}

.article-page .article-excerpt p {
    margin-bottom: 0;
}

.article-page .article-content {
    line-height: 2em;
}

.article-page .article-content .image-list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

.article-page .article-content .image-list li {
    margin-bottom: 10px;
}

.article-page .article-content .image-list li img {
    width: 100%;
    height: auto;
}

.article-quote {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
    font-size: 40px;
    font-weight: initial;
    border-right: 3px solid #000;
    margin-left: 25%;
}

.related-articles-list {
    float: left;
    clear: both;
}

.related-articles-list article {
    float: left;
    width: 20%;
    padding-left: 3px;
    padding-right: 3px;
}

.related-articles-list article:first-child {
    padding-left: 0;
}

.related-articles-list article:last-child {
    padding-right: 0;
}


/* Article page VIDEO POST
   ========================================================================== */


/*==========  Article Post Instagram  ==========*/

.blog-post-instagram .image-col img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.blog-post-instagram .instagram-caption {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    word-break: break-word;
}

.blog-post-instagram .instagram-avatar {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    padding: 1px;
}

.blog-post-instagram .instagram-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.blog-post-instagram .instagram-name {
    display: inline-block;
    height: 75px;
}

.blog-post-instagram .instagram-name h2 {
    line-height: 75px;
    font-size: 17px;
    margin: 0;
}
.blog-post-instagram .instagram-name h2 a {
    color: #000;
}

.blog-post-instagram .instagram-follow {
    display: inline-block;
    height: 75px;
    line-height: 75px;
}

.blog-post-instagram .instagram-footer {
    color: rgb(167, 167, 167);
    text-align: right;
    margin-top: 50px;
    font-size: 85%;
}










/*==========  Video Listing Page  ==========*/

.video-card {
    overflow: hidden;
}

.video-card-image-link {
    display: block;
    /* margin-bottom: 10px; */
    position: relative;
}

.video-card-image {
    width: 100%;
    height: auto;
}

.video-card-title {
    line-height: normal;
    overflow-wrap: break-word;
    font-weight: 300;
    color: #000;
}
.video-card-title a {
    color: #000;
}

.video-card-date {
    font-size: 75%;
    color: #000;
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
    display: block;
}



/* MAIN VIDEO CARD */
.video-card-main .video-card-caption {
    position: absolute;
    z-index: 55;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    width: 90%;
    transform: translate(-50%,-50%);
}
.video-card-main .video-card-title {
    font-size: 50px;
    width: 50%;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
}

.video-card-main .video-card-date {
    color: #fff;
}

.video-card-main .video-item-icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    transform: none;
    left: initial;
}



/* FEATURED VIDEO CARD */
.video-card-featured {
    padding: 40px 20px;
}
.video-card-featured .video-card-caption {
    margin-top: 10px;
}
.video-card-featured .video-card-title {
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
}


/* DEFAULT */
.video-card-default {
    overflow: hidden;
    height: 340px;
    margin-bottom: 20px;
}
.video-card-default .video-card-caption {
    margin-top: 10px;
}
.video-card-default .video-card-title {
    font-size: 17px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .video-card-main .video-card-title {
        width: 80%;
        font-size: 30px;
    }
    .video-card-main .video-item-icon {
        display: none;
    }
    .video-card-default {
        height: 280px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .video-card-default {
        height: 260px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .video-card-default {
        height: 230px;
    }
    .video-card-default .video-card-title {
        font-size: 14px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}














/*==========  Article Gallery  ==========*/
.article-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.article-gallery__li {
    display: inline-block;
}
.article-gallery__img-link {
    display: block;
    width: 75px;
    height: 75px;
    border: 1px solid #eee;
    padding: 2px;
    margin: 5px;
}
.article-gallery__img-link:hover,
.article-gallery__img-link.hover,
.article-gallery__img-link:focus {
    border-color: #000;
}
.article-gallery__img-link:active {
    border-color: rgb(169, 13, 254);
}
.article-gallery__li img {
    width: 100%;
    height: auto;
}


/*==========  Pagination  ==========*/

.pagination-wrapper {
    text-align: center;
}

.pagination {
    margin-bottom: 0px;
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-style: italic;
    font-size: 1.2em;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    border-radius: 0;
    color: #000;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #000;
}

.pagination-wrapper .totals {
    font-size: 0.9em;
}


/* ==========================================================================
   Video page
   ========================================================================== */

.video-banner {
    height: 450px;
}


/* ==========================================================================
   Footer Global
   ========================================================================== */

#footer-global {
    margin-top: 150px;
}
@media screen and (max-width: 768px) {
    #footer-global {
        margin-top: 50px;
    }
}


/*
Footer Recent Items
*/
.footer-recent-items__header {
    font-family: "Spinnaker",serif;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.15em;
}
.footer-recent-items__list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.footer-recent-items__list-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .footer-recent-items__list-item {
        margin-bottom: 10px;
    }
}
.footer-recent-items__item-link {
    color: #5f5f5f;
    font-family: "Garamond Premr Pro Lt Disp", serif;
    font-size: 18px;
}
.footer-recent-items__item-link:hover,
.footer-recent-items__item-link:active,
.footer-recent-items__item-link:focus {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

#footer-global .newsletter h2 {
    margin-top: 0;
    font-family: "Spinnaker", serif;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.15em;
}
#footer-global .social,
#footer-global .newsletter {
    margin-bottom: 20px;
    text-align: center;
}


/*
Social Media links
*/
#footer-global .social-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-global .social-item-list li {
    display: inline-block;
}

#footer-global .social-item-list li a {
    color: #000;
}

#footer-global .social-item-list li a:hover,
#footer-global .social-item-list li a:active,
#footer-global .social-item-list li a:focus {
    text-decoration: none;
    font-weight: bolder;
}
@media (max-width: 767px) {
    #footer-global .social-item-list li {
        margin-bottom: 10px;
    }
}
#footer-global .social-item-list li:not(:last-child) a {
    padding-right: 10px;
}

/*
Footer credits
*/
#footer-global .credits {
    text-align: center;
    font-size: 80%;
    line-height: 20px;
    margin-bottom: 20px;
}

#footer-global .credits a {
    color: inherit;
}


/* ==========================================================================
   Video JS overrides
   ========================================================================== */

.plyr__controls {
    box-shadow: none;
}
.plyr__progress--played, .plyr__volume--display {
    color: #6a0bc1;
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background-color: #6a0bc1;
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background-color: #6a0bc1;
}


/* ==========================================================================
   BlogModal
   ========================================================================== */

.remodal-overlay {
    /*background: rgba(255,255,255,0.75);*/
    background: rgba(0, 0, 0, 0.7);
}

.remodal {
    text-align: left;
    padding: 0;
}

.remodal.instagram video {
    width: 100%;
    height: auto;
}

.remodal .instagram-header {
    margin-top: -15px;
}

@media only screen and (min-width: 641px) {
    .remodal.instagram {
        max-width: 935px;
    }
    .remodal.newsletter,
    .remodal.small {
        max-width: 400px;
    }
    .remodal.artwork-video {
        max-width: 1200px;
    }
}

.remodal-content {
    padding: 20px;
}

.remodal.no-margin .remodal-content {
    margin: 0;
    padding: 0;
}

.klibansky-modal-header {
    padding: 20px;
    /*background-color: #FFECFE;*/
    border-bottom: 1px dotted #000000;
}

.klibansky-modal-header h1 {
    font-style: italic;
    font-size: 25px;
}


/* Close btn */

.klibansky-modal-header .close {
    color: #000;
    opacity: 0.6;
    padding: 5px;
    font-size: 15px;
    line-height: 15px;
    /*border: 1px solid transparent;*/
}

.klibansky-modal-header .close:hover,
.klibansky-modal-header .close:focus {
    opacity: 1;
    text-shadow: none;
    /* border: 1px solid #000; */
    background-color: #000;
    border-radius: 2px;
    color: #fff;
}

.klibansky-modal-header .close:active {
    background-color: #6a0bc1;
    color: #fff;
}

.klibansky-modal-footer {
    padding: 20px;
    border-top: 1px dotted #000000;
}
.klibansky-modal-footer p:last-child {
    margin-bottom: 0;
}


/* spinner */
.spin__outer-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

.spin__inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: rgba(45, 45, 45, 0.9);
    border-radius: 3px;
}

/* loading spinner */
.spinner02 {
    width: 56px;
    height: 56px;
    border: 8px solid rgba(0,0,0,0.25);
    border-top-color: #000;
    border-radius: 50%;
    position: absolute;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    z-index: 50;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* background container image fill */
.image-fill {
    background-color: #6a0bc1;
}
/* .image-fill img {
    width: 100%;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
} */

/* full page background image fill */
.full-bg-image-fill {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
.full-bg-image-fill img {
    display: none;
}



/*.
 * icon loading
 */
.form-control-feedback.icon-loading,
.form-control-feedback.icon-loading:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.form-control-feedback.icon-loading {
    margin: 10px 8px 0 0;
    border-top: 4px solid rgba(0, 0, 0, 1);
    border-right: 4px solid rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: iconloading 1.1s infinite linear;
    animation: iconloading 1.1s infinite linear;
}
.form-control-feedback.icon-loading-white {
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-right: 4px solid rgba(255, 255, 255, 0.5);
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    border-left: 4px solid rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes iconloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iconloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.
 * Button loading state
 */
.btn .btn-loading,
.btn .btn-loading:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.btn .btn-loading {
    display: inline-block;
    margin: -1px 10px -4px 0;
    position: relative;
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-right: 4px solid rgba(255, 255, 255, 0.5);
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
/* .btn[disabled] .btn-loading {
    border-top: 4px solid rgba(0, 0, 0, 1);
    border-right: 4px solid rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgba(0, 0, 0, 0.5);
} */
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn .btn-loading-done {
    margin-right: 5px;
}

/*
lazysizes blur
*/
.blur-up {
    -webkit-filter: blur(3px);
    -webkit-filter 400ms;
    filter: blur(3px);
    transition: filter 400ms,
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}


/*
    number spinner
*/
.number-spinner input {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}




/*
    full page overlay
*/
.overlay {
    z-index: 85;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(65, 2, 142, 0.5);
    overflow: hidden;
}

/* CAPTCHA */
.captcha-image {
    border: #45067f solid 2px;
    overflow: hidden;
    height: 34px;
}
.captcha-image img {
    width: 100%;
    height: auto;
}




/* jquery video youtube background */
.carousel__slide-video-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.carousel__slide-video-link-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.carousel__slide-video-link {
    display: inline-block;
    background-color: rgba(65, 2, 142, 0.5);
    color: #fff;
    padding: 3px 8px;
    font-family: "Spinnaker",sans-serif;
    font-size: 12px;
}
.carousel__slide-video-link:active,
.carousel__slide-video-link:hover {
    background-color: #fff;
    color: #000;
}


/* Promo banner */
.promo-banner {
    background-color: #6a0bc1;
    color: #fff;
    padding: 3px;
    cursor: pointer;
    display: none;
}
.promo-banner_content {
    text-align: center;
    font-family: 'Spinnaker',sans-rerif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 11px;
}

/* 
MANAGEMENT STYLES
 */
 .mgmt-submissions-card {
    -webkit-box-shadow: rgb(208, 208, 208) 5px 5px 10px 0px;
    -moz-box-shadow: rgb(208, 208, 208, 1) 5px 5px 10px 0px;
    box-shadow: rgb(208, 208, 208) 5px 5px 10px 0px;
    margin: 0 0 30px 0;
    /* border: 1px solid #000; */
    /* border-radius: 3px; */
    overflow: hidden;
    cursor: pointer;
 }
 .mgmt-submissions-card:hover {
     /* border-color: #6a0bc1; */
 }
 .mgmt-submissions-card_content-wrapper {
     padding: 5px;
     overflow: hidden;
 }
 .mgmt-submissions-card_artwork-title {
    position: absolute;
    z-index: 1;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 10px;
 }
 .mgmt-submissions-card_image {
    width: 100%;
    height: auto;
 }
 .mgmt-submissions-card_time {
    font-size: 9px;
    font-family: 'Spinnaker',sans-rerif;
 }
 .mgmt-submissions-card_name {
    font-family: "Garamond Premr Pro Lt Disp",serif;
    font-style: italic;
    font-size: 30px;
    margin-bottom: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
    .mgmt-submissions-card_name {
        font-size: 20px;
        margin-top: 10px;
    }
}
.mgmt-submissions-card_location {
    font-size: 80%;
    margin-top: -3px;
    display: block;
}
@media (max-width: 992px) and (min-width: 768px) {
    .mgmt-submissions-card_location {
        font-size: 65%;
        margin-top: 0px;
    }
}
.mgmt-submissions-card_contact {
    margin-top: 15px;
}
.mgmt-submissions-card_status-label {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 60%;
}
.mgmt-submissions-card_status-label.label-success {
    background-color: #7700c7;
}
.mgmt-submissions-card_status-label.label-info {
    background-color: #c6c5c5;
}
@media (max-width: 992px) and (min-width: 768px) {
    .mgmt-submissions-card_status-label {
        position: initial;
    }
}

.mgmt-submissions-modal_content {
    padding: 20px;
}

.mgmt-submissions-modal_cite {
    quotes: "\201C" "\201D";
    font-family: 'PT Serif Caption', serif;
    font-style: italic;
    font-size: 1.25em;
    color: #4d4d4d;
    border: 0;
}
.mgmt-submissions-modal_cite:before,
.mgmt-submissions-modal_cite:after {
    position: absolute;
    font-family: "Garamond Premr Pro Lt Disp",serif;
    font-style: italic;
    color: #6a0bc1;
    font-size: 50px;
}
.mgmt-submissions-modal_cite:before {
    content: open-quote;
    margin: -15px 10px 0 -25px;
}
.mgmt-submissions-modal_cite:after {
    content: close-quote;
}




/* LANDING PAGES */
.landingpage h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 30px;
    font-family: "Garamond Premr Pro Lt Disp",serif;
}
.landingpage h4 {
    font-family: "Spinnaker",sans-serif;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.alternating-text-block__image {
    width: 85% !important;
}
@media screen and (max-width: 767px) {
    .alternating-text-block__image {
        width: 60% !important;
    }
}
.alternating-text-block__image__right {
    text-align: right;
}
.alternating-text-block__image__left {
    text-align: left;
}



/* 
=====================================
color-selector-radio-wrapper
===================================== 
*/
.color-selector_radio {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -20;
}
.color-selector_radio-label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 12px 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}
.color-selector_radio-label:focus {
    border: 2px solid #8c8c8c;
}
.color-selector_radio-label span {
    display: none;
}
.color-selector_radio-label.matte-black {
    background-color: #000000;
}
.color-selector_radio-label.baby-blue {
    background-color: #b4d7ed;
}
.color-selector_radio-label.lilac {
    background-color: #a6a2ed;
}
.color-selector_radio-label.nude {
    background-color: #d9c49b;
}
.color-selector_radio-label.magenta {
    background-color: #db0976;
}
.color-selector_radio-label.baby-pink {
    background-color: #f59fe8;
}
.color-selector_radio-label.ultramarine {
    background-color: #2428ea;
}
.color-selector_radio-label.red {
    background-color: #e83422;
}
.color-selector_radio-label.gold {
    background: linear-gradient(115deg, rgb(246, 224, 18) 30%, rgb(251, 250, 194) 50%, rgb(254, 255, 0) 70%);
}
.color-selector_radio-label.silver {
    background: linear-gradient(115deg, rgba(207,206,206,1) 30%, rgba(255,255,255,1) 50%, rgba(168,168,168,1) 70%); 
}
.color-selector_radio-label.gold_and_silver {
    background: linear-gradient(115deg, rgba(207,206,206,1) 30%, rgba(255,255,255,1) 50%, rgba(254, 255, 0) 70%); 
}
.color-selector_radio:checked + .color-selector_radio-label {
    border: 2px solid #171716;
}

.color-selector_color-name-container {
    text-align: center;
    /* font-weight: bolder; */
    font-family: "Garamond Premr Pro Lt Disp",serif;
    font-style: italic;
    font-size: 30px;
}
.color-selector_error-container.help-block {
    font-size: 1em;
    margin-top: 7px;
}


.bhc-feature-list {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-family: "Spinnaker",sans-serif;
    font-size: 13px;
    display: block;
    /* text-transform: uppercase; */
    line-height: 2em;
    letter-spacing: 0.05em;
}
.bhc-feature-list li strong {
    font-weight: 700;
}


/* 
=====================================
utility center on mobile
===================================== 
*/
.breakpoint-tablet .left-center-on-mobile,
.breakpoint-desktop .left-center-on-mobile {
    text-align: left;
}
.breakpoint-mobile .left-center-on-mobile {
    text-align: center;
}
.breakpoint-tablet .right-center-on-mobile,
.breakpoint-desktop .right-center-on-mobile {
    text-align: right;
}
.breakpoint-mobile .right-center-on-mobile {
    text-align: center;
}


/* Replace infill js formatting with standard css */
.slide img, .carousel div img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.image-container {
    display: flex;
    justify-content: center; /* Optional: to center horizontally */
    align-items: center;
    height: 110%; /* Ensure the container has a height */
    overflow: hidden; /* Hide overflow if the image is too tall */
}

.centered-image {
    max-height: 100%;
    width: auto; /* Maintain aspect ratio */
}

.full-bg-image-fill img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}