/*
 Theme Name:   Artworks
 Description:  Artworks theme
 Author:       -
 Author URI:   -
 Version:      1.0.64
 Text Domain:  artworks
*/

.test {

  color: transparent;
}

.page-id-17731 #main {
  margin-left: 0; 
  width: 100%;
}

.page-id-17783 #main {
  margin-left: 0; 
  width: 100%;
}

.posts-content a, .posts-content a:hover {
  text-decoration: none;
  color: #009FE3;
}
.single-artist-details .description a, .single-artist-details .description a:hover  {
  text-decoration: none;
  color: #009FE3;
}
.wrap-artwork .description a, .wrap-artwork .description a:hover {
  text-decoration: none;
  color: #009FE3;
}

.wrap-rcampaign .artwork .title {
  width: 90%;
}

/* also in editor- styles */
.blue-text, .blue-text:hover {
  text-decoration: none;
  color: #009FE3;
  font-size: 14px;
}


@font-face {
  font-family: 'Gotham-pro';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/eot/GothaProReg.eot'); /* IE9 Compat Modes */
  src: local("☺"), url('fonts/eot/GothaProReg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/GothaProReg.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/GothaProReg.ttf') format('truetype') /* xSafari, Android, iOS */
}

@font-face {
  font-family: 'Gotham-pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/eot/GothaProMed.eot'); /* IE9 Compat Modes */
  src: local("☺"),url('fonts/eot/GothaProMed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/GothaProMed.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/GothaProMed.ttf') format('truetype') /* xSafari, Android, iOS */
}

@font-face {
  font-family: 'Gotham-pro';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/eot/GothaProBol.eot'); /* IE9 Compat Modes */
  src: local("☺"),url('fonts/eot/GothaProBol.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/GothaProBol.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/GothaProBol.ttf') format('truetype') /* xSafari, Android, iOS */
}

@font-face {
  font-family: 'Gotham-pro';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/eot/GothaProIta.eot'); /* IE9 Compat Modes */
  src: local("☺"),url('fonts/eot/GothaProIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/GothaProIta.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/GothaProIta.ttf') format('truetype') /* xSafari, Android, iOS */
}
@font-face {
  font-family: 'Gotham-pro';
  font-style: italic;
  font-weight: bold;
  src: url('fonts/eot/GothaProBolIta.eot'); /* IE9 Compat Modes */
  src: local("☺"),url('fonts/eot/GothaProBolIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/GothaProBolIta.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/GothaProBolIta.ttf') format('truetype') /* xSafari, Android, iOS */
}

@font-face {
  font-family: 'Georgia';
  font-style: italic;
  font-weight: bold;
  src: url('fonts/eot/georgiaz.eot'); /* IE9 Compat Modes */
  src: local("☺"),url('fonts/eot/georgiaz.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/woff/georgiaz.woff') format('woff'), /* Modern Browsers */
       url('fonts/ttf/georgiaz.otf')  format('truetype') /* xSafari, Android, iOS */
}


body {
  background: #FFF;
  font-family: 'Gotham-pro', 'Montserrat',"franklin-gothic-urw","Lucida Grande",Tahoma,Verdana,sans-serif;
  color: black;
}

.big_quote {
    display: block;
    font-style: italic;
    font-size: 36px !important;
    line-height: 40px; 
    text-align: center;
    position: relative;
    margin-bottom: 36px;
    margin-top: 36px;
}

.big_quote:before {
    content: '“';
}

.big_quote:after{
    content: '”';
}

.art-line {
  border-top: 1px solid #BFBFBF;
  background: #000;
  
  border-bottom: 1px solid #BFBFBF;
}

/* for sidebanners @ abs positioning */
.container {
  position: relative;
}


/* override max container with in bootstrap */
@media (min-width:768px)
{
  .container {width:750px}
}

@media (min-width:992px)
{
  .container{width:970px}
}
@media (min-width:1200px)
{
  .container{width:970px}
}
/* override max container with in bootstrap */

.col-noar {
  padding-left: 10px;
  padding-right: 10px;
}


.alert {
  padding: 10px 15px;
}
a, a:hover {
  color: #939;
}

.alert {
  border-radius: 0;
  background: #fff;
}

.alert-danger {
  border: 1px solid #f00;
  color: #f00;
  background: #fff;
}
.alert-success {
  border: 1px solid #009FE3;
  color: #009FE3;
  background: #fff;
}

.alert-artwork-sold {
  border: 1px solid #009FE3;
  color: #009FE3;
  background: #fff;
}

h2, h3 {
  position: relative;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  margin-top: 18px;
  margin-bottom: 15px;
}

input[type="text"], input[type="password"] {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 34px;
  background-image: none;
  background-color: white;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  border: 1px solid #D0D0D0;
  line-height: 20px;
  margin-top: 8px;
  color: #D0D0D0;
  height: 22px;
  padding-left: 5px;
}
.inp-btn, .wpcf7-submit {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 16px;
  border: 0 solid #00A300;
  background: #009FE3;
  width: initial;
  border-radius: 0;

  height: 38px;
}


.nice-select-native select, .nice-select-native {
  background: #fff;
  background-attachment: fixed;
  background: url('img/icon-arrow-down.png') right center no-repeat;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  display: inline-block;
  padding-right: 30px;
  -moz-appearance: none;
  text-overflow: '';
  padding-left: 7px;
  line-height: 37px;
  height: 37px;
  border: 1px solid #7F7F7F;

}
.nice-select-native select option, .nice-select-native option {
   
}

/* custom slect */
.custom-select {
  line-height: 20px;
  vertical-align: middle;
  text-transform: none;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.custom-select ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #CFCFCF;
}
.custom-select ul li, .custom-select .option-selected {
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #CFCFCF;
  border: 0 solid #CFCFCF;
  border-top: 0px solid transparent;
  list-style-type: none;
}
.custom-select ul li.first {
  border: 1px solid #CFCFCF;
  border: 0 solid #CFCFCF;
}

.custom-select .option.selected, .custom-select .option:hover {
  background: #ccc;
}

.custom-select .option-selected {
  background: white;
  border: 1px solid #CFCFCF;

  background: white url(img/icon-arrow-down.png);
  background-position: right center;
  background-repeat: no-repeat;

  padding-right: 30px;
}




.art-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url('img/sprites.png');
  background-repeat: no-repeat;
}
.art-icon.special-offer {
  background-position: -105px -41px;
  width: 32px;
  height: 32px;
}
.art-icon.gift-card {
  background-position: -55px -41px;
  width: 32px;
  height: 32px;
}
.art-icon.social-twitter {
  background-position: -46px -1px;
  width: 32px;
  height: 32px;
}
.art-icon.social-facebook {
  background-position: -84px -1px;
  width: 32px;
  height: 32px;
}
.art-icon.social-instagram {
  width: 24px;
  height: 24px;
  background: url('img/ig-logo-24.png');
  margin-bottom: 2px;
}
.art-icon.newsletter {
  background-position: -39px -77px;
  width: 32px;
  height: 32px;
}
.art-icon.shopping-cart {
  background-position: 0 0;
  background: url('img/shopping-cart-32.png');
  width: 32px;
  height: 32px;
}




/* force items to be shown in pairs  */
.artworks-breakpoints {
  overflow: hidden;
}

@media (max-width:767px)
{
  .artworks-breakpoints {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .artworks-breakpoints .col-pair-0, .artworks-breakpoints .col-pair-1 {
    width: 50%;
    float: left;
  }
  .artworks-breakpoints .col-pair-0 {
    padding-right: 5px;
  }
  .artworks-breakpoints .col-pair-1 {
    padding-left: 5px;
  }
}

@media (max-width:300px)
{
  .artworks-breakpoints .col-pair-0, .artworks-breakpoints .col-pair-1 {
    width: 100%;
    float: none;
  }
  .artworks-breakpoints .col-pair-0 {
    padding-right: 10px;
  }
  .artworks-breakpoints .col-pair-1 {
    padding-left: 10px;
  }
}

/* projects custom post type view / list */
.fprojects-list ul {
  padding: 0;
}
.fprojects-list li {
  font-size: 13px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.fprojects-list a {
  color: black;
}
.fprojects-list a:hover, .fprojects-list .active a {
  text-decoration: none;
  color: #009FE3;
}

.fprojects-list img {
  width: 100%;
}

/* special checkbox design */

.noar-chk input[type=checkbox] {
  display: none;
}

.noar-chk input[type=checkbox] + label
{
  background: white;
  border: 1px solid #CECECE;
  height: 21px;
  width: 21px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.noar-chk input[type=checkbox]:checked + label
{
  border: 1px solid #CECECE;
  height: 21px;
  width: 21px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  margin-bottom: 0;
}
.noar-chk input[type=checkbox] + label .slabel {
  padding-left: 25px;
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  margin-top: -2px;
  font-weight: normal;
}

.noar-chk input[type=checkbox] + label .label-inner {
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 3px;
  position: absolute;
}
.noar-chk input[type=checkbox]:checked + label .label-inner {
  background: #019EE1;
  border: 1px solid #85CFF6;
}

.noar-chk.smaller input[type=checkbox] + label
{
  height: 11px;
  width: 11px;
  padding: 0 0 0 0px;
  margin-bottom: 0;
}

.noar-chk.smaller input[type=checkbox]:checked + label
{
  height: 11px;
  width: 11px;
  padding: 0 0 0 0px;
  margin-bottom: 0;
}
.noar-chk.smaller input[type=checkbox] + label .slabel {
  padding-left: 15px;
  font-size: 13px;
  margin-top: -2px;
}

.noar-chk.smaller input[type=checkbox] + label .label-inner {
  width: 5px;
  height: 5px;
  top: 2px;
  left: 2px;
}

/*  */

.gift-card-img {
  width: 100%;
  max-width: 100%;
}

.gift-card-select-amount-form {
  max-width: 100%;
}

.gift-card-select-amount-form input {
    border-color: 0px solid transparent;
}
.gift-card-select-amount-form input[type="text"] {
    border: 1px solid #333;
    height: 39px;
    max-width: 50px;
    color: #333;
    border-radius: 0;
    margin-bottom: 10px;
}

/*  */

ul.campaign-year-previous-years {
  margin: 0;
  padding: 0 15px;
}
ul.campaign-year-previous-years li {
  margin: 0;
  padding: 0;
}
.campaign-year-previous-years {
  font-weight: bold;
  font-size: 16px;
}
.campaign-year-previous-years a {
  color: black;
  font-size: 15px;
  line-height: 35px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.campaign-year-previous-years a:hover {
  color: black;
}

/* special radio button design */
.noar-radio input[type="radio"] {
  display: none;
}

.noar-radio input[type="radio"] + label
{
  background: white;
  border: 1px solid #CECECE;
  height: 21px;
  width: 21px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.noar-radio input[type="radio"]:checked + label
{
  border: 1px solid #CECECE;
  height: 21px;
  width: 21px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  margin-bottom: 0;
}
.noar-radio input[type="radio"] + label .slabel {
  padding-left: 25px;
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  margin-top: -2px;
  font-weight: normal;
}

.noar-radio input[type="radio"] + label .label-inner {
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 3px;
  position: absolute;
}
.noar-radio input[type="radio"]:checked + label .label-inner {
  background: #019EE1;
  border: 1px solid #85CFF6;
}

.noar-radio.smaller input[type="radio"] + label
{
  height: 11px;
  width: 11px;
  padding: 0 0 0 0px;
  margin-bottom: 0;
}

.noar-radio.smaller input[type="radio"]:checked + label
{
  height: 11px;
  width: 11px;
  padding: 0 0 0 0px;
  margin-bottom: 0;
}
.noar-radio.smaller input[type="radio"] + label .slabel {
  padding-left: 15px;
  font-size: 13px;
  margin-top: -2px;
}

.noar-radio.smaller input[type="radio"] + label .label-inner {
  width: 5px;
  height: 5px;
  top: 2px;
  left: 2px;
}




/* top menu  */

.top-menu-content {
  font-size: 12px;
  line-height: 26px;
  position: relative;
}

.top-menu-content ul {
  float: right;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: -3px;
  text-align: right;

}
.top-menu-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 8px;
}
.top-menu-content ul li:first-child {
  margin-left: 0;
  margin-left: 5px; /*andrale test*/
}
.top-menu-content .menu-item a {
  text-transform: uppercase;
  color: #242422;
  font-size: 10px;
}
.top-menu-content .my-cart a {
  color: #009DE2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}
.top-menu-content a:hover {
  text-decoration: none;
}


.top-menu-content .my-favs a {
  color: #222;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
}

.logo-content h1 {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  display: none;
}
.logo-content h1 a {
  color: #000;
  font-size: 43px;
  font-weight: bold;
  text-transform: uppercase;
}
.logo-content h1 a:hover {
  text-decoration: none;
}
.logo-content h1 a img {
  height: 61px;
  margin-left: -4px;
}

@media (min-width:768px)
{
  .top-menu-content ul {
    border-bottom: 1px solid black;
  }
  .logo-content h1 {
    display: block;
    text-align: left;
    margin-top: 27px;
    margin-top: 13px; /* andra soovil */
    margin-top: 25px; /* andra soovil 2 */
    margin-bottom: 27px;
    margin-bottom: 39px; /* andra soovil */
    margin-bottom: 27px; /* andra soovil 2 */
  }
}


.profile-top {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 11px;
  clear: both;
  text-align: right;
  line-height: 13px;
  font-weight: 600;
  font-size: 9px;
}

.profile-top a {
  color: #1D1D1B;
}
.profile-top a.login {
  text-transform: uppercase;
}





/* newsletter and search */
.col-search input {
  width: 100%;
  border: 1px solid #D0D0D0;
  line-height: 20px;
  margin-top: 8px;
  color: #D0D0D0;
  height: 22px;
  background: url('img/icon-search.png');
  background-repeat: no-repeat;
  background-position: center right;
  float: right;
  padding-left: 5px;
}
.col-search input:last-child {
  display: none;
  
}
.col-search {
  padding-right: 10px;
  margin-top: 4px;
}
.col-search .screen-reader-text {
  display: none;
}
.col-newsletter {
  position: relative;
  line-height: 9px;
  font-size: 8px;
  color: #444;
  text-transform: uppercase;
  float: right;
  margin-right: 13px;
  display: none;
}
.col-newsletter a {
  color: #444;
}
.col-newsletter .icon-wrp {
  width: 40px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.col-newsletter .text-wrp {
  padding-left: 40px;
  width: 100%;
  margin-top: 10px;
}
.col-newsletter .text-wrp .offer {
  color: #009DE2;
}

@media (min-width:768px)
{
  .col-search {
    padding-right: 15px; 
  }
  .col-search input {
    width: 167px;
  }
  .col-newsletter {
    display: block;
  }
}

.row-languages {
  text-align: right;
  padding-top: 1%;
  margin-left: -15px;
  padding-right: 9px;
}
.row-languages .flag {
  width: 18px;
  height: 12px;
  float: right;
  margin-right: 6px;
  margin-left: 0;
  display: block;
  
}

@media (max-width:767px)
{
  .row-languages {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .row-languages .flag {
    margin-right: 0;
    margin-left: 6px;
  }
}


.main-menu-wrapper {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  display: none;
}
.main-menu-content ul {
  width: 100%;
  line-height: 33px;
}
.main-menu-content .menu-item a {
  font-size: 15px;
  line-height: 35px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.main-menu-content .nav > li > a:hover,
.main-menu-content .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #222;
}
.nav > li > a {
  line-height: 34px;
}

.main-menu-content .nav > li > a {
  display: inline;
  
}

.main-menu-content .nav > li.current-menu-item > a {
  background: black;
  color: white;
}

.main-menu-content .nav > li.current-menu-item {
  background: black;
}

.navbar-nav {
  margin: 0;
}
.navbar-nav li {
  text-align: center !important;
}

.nav > li:last-child {
  margin-bottom: 5px;
}
.nav > li.first {
  margin-top: 5px;
}

@media (min-width: 768px)
{
  .nav > li > a {
    padding: 0;
  }
  .nav > li {
    width: 30%;
    text-align: center;
  }
  
  .items-5 > li {
    width: 20%;
  }
  
  
  .nav > li.first {
    margin-top: 0;
    text-align: left;
    width: 20%;
  }
  .nav > li.first > a {
    padding-left: 0;
  }
  .nav > li:last-child {
    margin-bottom: 0;
    text-align: right;
    width: 20%;
  }
  .nav > li:last-child > a {
    padding-right: 0;
  }
  
}






/* mobile related */ 
.mobile-top {
  min-height: 70px;
  border-bottom: 1px solid #000;
}
.mobile-menu-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 0px solid #000;
  border-bottom: 1px solid #000;
  display: none;
}
.mobile-top .mobile-logo img {
  height: 50px;
  margin: 10px 5px 10px 0;
}
.mobile-top .cart-summary {
  float: right;
  line-height: 70px;
  vertical-align: middle;
  margin-right: 15px;
}
.mobile-top .art-icon {
  margin-right: 5px;
}
.mobile-top .cart-summary a, .mobile-top .cart-summary span, .mobile-top .cart-summary a:hover {
  color: #009FE3;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

.navbar-toggle {
  margin-top: 13px;
  border: 1px solid #333;
  cursor: pointer;
  top: 0;
  right: 0;
  float: right;
  border-radius: 0;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background: #333;
  width: 26px;
  padding: 3px 3px 2px;
  margin-bottom: 1px;
}

.navbar-toggle:hover, .navbar-toggle.toggled {
  background: #eee;
}
.mobile-top .language-flag {
  float: right;
  line-height: 70px;
  vertical-align: middle;
  margin-right: 20px;
  border: 1px solid #333;
  margin-top: 13px;
  padding: 9px;
}
.mobile-top .language-flag:hover {
  background: #eee;
}

.mobile-top .language-flag a {
  width: 36px;
  height: 24px;
  margin-left: 0;
  display: block;
}
.mobile-top .language-flag a.et {
  border: 1px solid #000;
}
.mobile-top .language-flag a.en {
  width: 36px;
  height: 19px;
  border: 1px solid #000;
  margin-top: 3px;
  margin-bottom: 2px;
}

.mobile-menu-content .nav > li.current-menu-item {
  background: #000;
}
.mobile-menu-content .nav > li.current-menu-item > a {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

.mobile-profile-top {
  border-bottom: 1px solid #000;
  font-size: 17px;
  line-height: 40px;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: inherit;
  padding-top: 3px;
  margin-bottom: 19px;

}
.row-languages-mobile {
  margin-top: 10px;
}
.row-languages-mobile .flag {
  width: 28px;
  height: 19px;
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid #000;
}
.row-languages-mobile .flag.en {
  width: 36px;
}

.hide-on-mobile {
  display: none;
}
@media (min-width:768px)
{
  .mobile-top {
    display: none;
  }
  .main-menu-wrapper {
    display: block;
  }
  .hide-on-mobile {
    display: block;
  }
  .mobile-profile-top {
    display: none;
  }
}




/* footer */
.modal-content .close {
  top: 10px;
  right: 10px;
  z-index: 11111;
  position: absolute;
}

.wp-social-login-provider-list {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.wp-social-login-provider-list img {
  width: 20px;
  margin-left: 5px;
}
.wp-social-login-connect-with {
  display: none;
}
.col-social-media {
  text-align: center;
  color: #9D9D9D;
  font-size: 11px;
}
.col-social-media .wrapper {
  margin-bottom: 5px;
}
.lost-password-link-wrp {
  margin-bottom: 41px;
  text-align: center;
  margin-top: 5px;
}
.lost-password-link-wrp a, .lost-password-link-wrp a:hover {
  font-size: 12px;
  color: #000;
}
.footer-login-modal .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 10px;
}

@media (min-width:491px)
{
  .footer-login-modal .modal-dialog {
    width: 490px;
    margin: 0 auto;
    padding: 10px;
  }
}


.footer-login-modal .modal-body {
  padding: 38px 25px 0; 
}

@media (min-width:768px)
{
  .footer-login-modal .modal-body {
    padding: 38px 90px 0; 
  }
}

.footer-login-modal .login-title {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.login-register-chk .checkbox-row {
  margin-bottom: 7px;
}


.footer-login-modal .modal-content {
  border-radius: 0;
  border: 1px solid #000;
}
.footer-login-modal .modal-footer {
  margin-top: 0;
  padding: 5px 20px 20px;
  border-top: 0 solid transparent;
}

.footer-login-modal .modal-header .close {
  margin-top: 6px;
}
.lwa-divs-only input[type="password"] {
  margin: 5px 0px 15px;
}
.lwa-divs-only input[type="text"] {
  margin: 5px 0px 15px;
}

.footer-login-modal .input {
  border: 1px solid #D0D0D0;
  color: #9D9D9D;
  line-height: 39px;
  min-height: 39px;
  width: 100%;
}
.footer-login-modal .inp-btn {
  width: 100%;
  background: #009FE3;
  line-height: 39px;
  min-height: 39px;
  color: #FFF;
  border-radius: 0px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.footer-login-modal .btn-login {
  margin-top: 5px;
}

.noar-lwa-links-remember-cancel {
  width: 100%;
  margin-top: 15px;
  border-radius: 0;
}


.noar-chk.smaller input[type=checkbox] + label {
  margin-top: -3px;
  text-transform: uppercase;
  font-size: 14px;
}

.lwa-register .checkbox-row a, .lwa-register .checkbox-row a:hover {
  color: #009FE3;
}
.lwa-register .password-explain {
  font-size: 13px;
  text-align: center;
  color: #9D9D9D;
}
.lwa-register .wp-social-login-widget {
  display: none;
}
.footer-login-modal .login-register-chk {
  margin-bottom: 24px;
}

.lwa-status-invalid {
  border: 1px solid #f00;
  color: #f00;
  background: #fff;
  border-radius: 0;
}
.lwa-status-confirm {
  border: 1px solid #009FE3;
  color: #009FE3;
  background: #fff;
  border-radius: 0;
}
.lwa-status {
  margin: 0px 0px 15px;
}
.lwa-status a {
  color: #009FE3;
}
.lwa-status a:hover {
  color: #009FE3;
}
.lwa-loading {
  z-index: 10000;
}



/* header cart contents */
.my-cart-head-content {
  padding: 15px;
  position: absolute;
  border: 1px solid #000;
  top: 49px;
  right: 10px;
  background: white;
  z-index: 100;
  width: 100%;
  max-width: 275px;
  color: #292927;
}

.my-cart-head-content .product a {
  color: #292927;
}
.my-cart-head-content .heading {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 10px;
}
.my-cart-head-content .row-seperator {
  height: 1px;
  width:100%;
  border-top: 1px solid #1D1D1B;
}
.my-cart-head-content .product {
  margin-bottom: 30px;
  position: relative;
  min-height: 100px;
}
.my-cart-head-content .product .thumb {
  position: absolute;
  left: 15px;
  top: 19px;
  width: 80px;
}
.my-cart-head-content .product .thumb img {
  
  width: 100%;
}
.my-cart-head-content .product .content {
  padding-left: 100px;
  padding-top: 19px;
  line-height: 27px;
  font-size: 11px;
}
.my-cart-head-content .product .content .title {
  line-height: 13px;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 7px;
}
.my-cart-head-content .product .content .author, .my-cart-head-content .product .content .remove {
  text-transform: uppercase;
}
.my-cart-head-content .product .content .item-info {
  
}





.my-cart-head-content .btn {
  background: #009FE3;
  color: white;
  border: 0 solid transparent;
  border-radius: 0;
  line-height: 34px;
  padding: 0 12px; 
  float: right;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
}

.footer-newsletter-signup-modal .modal-body {
  padding-bottom: 30px;
}

.footer-newsletter-signup-modal .btn {
  margin-top: 5px;
}

.footer-newsletter-signup-modal .form-feedback  {
  margin-top: 15px;
}
.footer-newsletter-signup-modal .form-feedback .loader {
  text-align: center;
}

/* main cart view */
.wrap-cart {
  margin-top: 39px;
  font-size: 13px;
  color: #000;
}
.wrap-cart .cart-heading {
  margin-bottom: 5px;
}

.col-cart-contents {
}
.wrap-cart .row-cart-contents-total {
  margin-bottom: 40px;
}
.wrap-cart .row-delivery {
  margin-bottom: 40px;
}
.col-order-summary {
  
}

.wrap-cart .row-promo-code .btn {
  background: #009FE3;
  height: 34px;
  line-height: 36px;
  color: white;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
}

.wrap-cart .row-promo-code .btn:hover {
  color: white;
}
.wrap-cart .row-promo-code .inp-code {
  margin-bottom: 19px;
  margin-top: 15px;
  line-height: 41px;
	height: 21px;
	padding-left: 10px;
	border-color: #D0D0D0;
	color: #000;
	line-height: 21px;
}

.row-promo-code .wrp {
	padding-left: 33px;
}
.row-promo-code .wrp .art-icon {
    margin-left: -33px;
}

.row-delivery h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.col-order-summary .order-summary {
  border: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
  padding-top: 0;
}
.col-order-summary .order-summary .total {
  margin-top: 25px;
  text-transform: uppercase;
}
.col-order-summary .order-summary .total span {
  font-weight: bold;
}


@media (min-width: 768px)
{
  .col-order-summary .order-summary {
	margin-top: 10px;
	padding: 10px;
	padding-top: 0;
  }
}

@media (min-width: 992px)
{
   .col-order-summary .order-summary {
	  margin-top: 20px;
	  padding: 20px;
	  padding-top: 0;
   }
}



.wrap-cart .row-cart-header {
  text-transform: uppercase;
  line-height: 30px;
  
}

.wrap-cart .row-cart-item {
  margin-bottom: 20px;
  
}

 .wrap-cart .col-quantity {
   text-align: center;
 }
.wrap-cart .col-quantity, .wrap-cart .col-price {
  display: none;
}

@media (min-width: 768px)
{
  .wrap-cart .col-quantity, .wrap-cart .col-price {
    display: block;
  }
}

@media (min-width: 992px)
{
  .wrap-cart .col-quantity {
    text-align: left;
  }
}

.item-discount {
	color: red;
}
.btn-payment-wrp {
  margin-top: 15px;
}

/* special custom select overrides */

/* custom slect */
.wrap-cart .custom-select {
  line-height: 39px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border-color: #7F7F7F;
}
.wrap-cart .custom-select ul {
  width: 100%;
}
.wrap-cart .custom-select ul li, .wrap-cart .custom-select .option-selected {
  padding: 0 35px 0 10px;
  
  width: 100%;
  border-color: #7F7F7F;
}


.nice-select-native.checkout-country {
  width: 100%;
}

/* custom select for credit reques override */
.wrap-cart .row-credit-form .custom-select {
  font-size: 13px;
}


/* secial override col size */
.wrap-cart .row-cart-item .col-thumb, .wrap-cart .row-cart-header .col-thumb  {
  width: 25%;/* original col-3 */
  width: 22%;
}
.wrap-cart .row-cart-item .col-item-desc, .wrap-cart .row-cart-header .col-item-desc  {
  width: 25%;/* original col-3 */
  width: 28%;
}


@media all and (max-width: 481px) {
	.wrap-cart .row-cart-item .col-item-desc, .wrap-cart .row-cart-header .col-item-desc  {
	  width: 45%;
	}
}

.wrap-cart .row-cart-item img {
  width: 100%;
}

.wrap-cart .row-cart-item, .wrap-cart .row-cart-header {
	width: 100%;
}

.wrap-cart .row-cart-item .col-remove {
  text-align: right;
}
.wrap-cart .row-cart-item a, .wrap-cart .row-cart-item a:hover {
  color: #000;
}

.wrap-cart .row-cart-item-sep {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  
}

.wrap-cart .artwork-title, .wrap-cart .artist-name {
  color: #000;
  width: 100%;
  display: block;
}
.wrap-cart a.artist-name {
  text-transform: uppercase;
  font-weight: 600;
  
}

.wrap-cart .type {
  margin-top: 15px;
  
}


.col-deliveries-estonia {
}

.wrap-cart .field {
  line-height: 43px;
  min-height: 43px;
  vertical-align: middle;
}
.wrap-cart .field-nice-select {
  margin-top: 5px;
}
.field-nice-select-native {
  
  
}


.field.field-delivery-check {
  text-transform: uppercase;
  font-size: 12px;
}

.field-explain {
  font-size: 12px;
}


.field-invoice-company {
  margin-top: 20px;
}


.wrap-cart .noar-chk input[type=checkbox] + label {
  border-color: #000;
}
.wrap-cart .noar-chk input[type=checkbox]:checked + label {
  border-color: #000;
}
.wrap-cart .noar-chk input[type=checkbox] + label .slabel {
  margin-top: 0;
  line-height: 20px;
  padding-left: 30px;
}



a.inp-btn, a.inp-btn:hover {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 16px;
  border: 0 solid #00A300;
  background: #000;
  width: initial;
  border-radius: 0;
  line-height: 32px;
  height: 38px;
}

.col-deliveries-estonia {
}

.btn-update-delivery {
  margin-top: 15px;
}


.your-details-heading .heading, .shipping-details-heading .heading, .payment-heading .heading {
  font-weight: bold;
  line-height: 45px;
}
.wrap-cart .sub-heading {
  font-weight: bold;
  line-height: 45px;
  margin-left: 15px;
}

.delivery-wrap {
  margin-bottom: 25px;
  margin-top: -3px;
}

.wrap-cart input {
  line-height: 41px;
  height: 41px;
  padding-left: 10px;
  border-color: #7F7F7F;
  color: #000;
  margin-top: 0;
}
.wrap-cart input.inp-btn {
  line-height: 34px;
  color: #fff;
}
.wrap-cart input::-webkit-input-placeholder {
   color: #ccc;
}
.wrap-cart input:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}
.wrap-cart input::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}
.wrap-cart input:-ms-input-placeholder {  
   color: #ccc;  
}
.wrap-cart .row-your-details .custom-select {
  width: 100%;
  margin-top: 8px;
}
.delivery-wrap select {
  width: 100%;
  }

.wrap-cart .row-your-details {
  margin-bottom: 20px;
}

.wrap-cart .row-your-details :first-child{
  margin-bottom: 20px;
}
@media (min-width:768px)
{
	.wrap-cart .row-your-details :first-child{
	  margin-bottom: 0;
	} 
}

.wrap-cart .row-your-details input {
  width: 100%;
}
.row-payment .or-invoice {
  line-height: 15px;
  overflow: hidden;
}
.bank-links-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}
.bank-links-wrapper a {
  margin-right: 20px;
  outline: none;
}
.bank-links-wrapper a img {
  border: 1px solid transparent;
}
.bank-links-wrapper a.selected img {
  border: 1px solid #000;
}
.bank-links-wrapper input {
  background: #000;
  height: 35px;
  line-height: 37px;
  color: white;
  border: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 0;
  
  display: block;
  vertical-align: middle;
  cursor: pointer;
  clear: both;
}

.btn.issue-invoice, .btn.download-invoice {
  background: #009FE3;
  height: 35px;
  line-height: 37px;
  color: white;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 17px;
}
.col-payment-choose {
  border-right: 1px solid #000;
  padding-right: 40px;
}
.explain-invoice {
  font-size: 12px;
  line-height: 15px;
}

.col-request-credit {
  padding-left: 15px;
}
.col-request-credit .credit-liisi-intro {
  color: #9D9D9D;
}
.col-request-credit .row-credit-form {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.wrap-cart .col-request-credit .sub-heading {
  margin-left: 0;
}
.cart-checkout-terms-link, .cart-checkout-terms-link:hover {
  
  text-decoration: none;
  color: #009FE3;
}

.btn-request-credit {
  background: #000;
  height: 35px;
  line-height: 37px;
  color: white;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
a.btn-request-credit {
  color: white;
}
a.btn-request-credit:hover {
  color: white;
}

.checkout-confirm-checks.noar-chk.smaller input[type=checkbox] + label {
  text-transform: none;
}
.checkout-confirm-checks .checkbox-row {
  margin-bottom: 10px;
  padding-top: 4px;
  overflow: hidden;
}
.wrap-cart .checkout-confirm-checks.noar-chk input[type=checkbox] + label .slabel {
  margin-top: -4px;
}




.row-disclaimers {
  border: 1px solid #BFBFBF;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 60px;
  font-size: 11px;
  line-height: 14px;
  padding: 15px 10px;
  font-weight: normal;
  
}

.row-disclaimers h2 {
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.row-disclaimers h2 a, .row-disclaimers h2 a:hover {
  color: #000;
  text-decoration: none;
}


.col-cart-next {
  margin-top: 20px;
}


@media (min-width:768px)
{
  .col-cart-contents {
    padding-right: 35px;
  }
  .col-cart-next {
    margin-top: 0;
  }
  
  .col-deliveries-estonia {
    border-right: 1px solid #000;
    padding-right: 40px;
  }
  
  .col-deliveries-international {
    padding-left: 40px;
  }
  
  .field-invoice-company {
    text-align: center;
    margin-left: -25%;
  }
}





/* artist  */
.artist {
  margin-bottom: 25px;
  color: #242625;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
.artist .artist-details {
  position: relative;
  margin-top: 10px;
  line-height: 14px;
}

.artist a {
  width: initial;
}
.wrap-artist .preview-image {
  width: 100%
}

sup.artist-extras, sup.artist-extras a, sup.artist-extras a:hover {
  color: #009FE3;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

/* search art work thumbs */
.artwork {
  margin-bottom: 25px;
  color: #242625;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  
  
}

.artwork .remove-link, .artist .remove-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(33,33,33,0.6);
  color: white;
  padding: 3px 10px;
  
  opacity: 0;
  
  -webkit-transition:  opacity 0.3s ease-in-out;
  -moz-transition:  opacity 0.3s ease-in-out;
  -ms-transition:  opacity 0.3s ease-in-out;
  -o-transition:  opacity 0.3s ease-in-out;
  transition:  opacity 0.3s ease-in-out;
}
.artwork .remove-link:hover, .artist .remove-link:hover {
  color: #fff;
}
.artwork:hover .remove-link, .artist:hover .remove-link {
  opacity: 1;
  color: #fff;
}

.artist:hover a {
  color: #0094D1;
}


.artwork .inner {
  min-height: 300px;
  border: 1px solid #ddd;
  padding: 3px;
}
.artwork img {
  width: 100%;
}
.artwork .artwork-details {
  position: relative;
  margin-top: 20px;
  line-height: 14px;
}
.artwork .title {
  width: 100%;
  padding: 0;
  margin: 5px 0 0 0;
  text-align: left;
  font-style: italic;
  text-overflow: ellipsis;

  white-space: nowrap;
  overflow: hidden;
}
.artwork .item-artist-name-wrapper {
  width: 100%;
  line-height: 9px;
}
.artwork .artist {
  font-weight: bold;


  white-space: nowrap;
  overflow: hidden;
}
.artwork .item-artist-name-wrapper .artist {
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.artwork .type {
  white-space: nowrap;
  overflow: hidden;
}
.artwork .type a, .artwork .type a:hover {
  color: #000;
}
.artwork .artist a {
}
.artwork .price {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  top: 0;
  right: 0;
  text-align: right;
  position: absolute;
}

.artwork a, .artwork a:hover {
  text-decoration: none;
  color: #242625;
}

.artwork .thumb-link {
  display: block;
}

.art-bordered img {
  border: 1px solid #ddd;
}

/* favorites */
.wrap-favorites {
  margin-top: 39px;
}
.wrap-favorites .artists-list.fav-side .wrapper {
  margin-top: 10px;
}
.fav-side a.sidelink {
  color: #000;
  font-size: 13px;
  width: 100%;
  display: block;
  outline: none;
  text-transform: uppercase;
  line-height: 29px;
}
.fav-side a.sidelink:hover {
  text-decoration: none;
  color: #0094D1;
}
.fav-side a.sidelink.active {
  text-decoration: none;
  color: #0094D1;
}



.fav-get-started-thumb {
  background: #9D9D9D;
  width: 100%;
  min-height: 230px;
  border: 1px solid #ddd;
  text-align: center;
}
.fav-get-started-thumb .intro {
  margin-top: 85px;
  color: white;
}
.fav-get-started-thumb .action {
  color: white;
  text-transform: uppercase;
}
.fav-get-started-thumb .action a {
  color: white;
  display: inline-block;
  line-height: 12px;
  text-decoration: none;
}
.fav-get-started-thumb .action a:hover {
  border-bottom: 1px solid #B7B7B7;
}

.fav-start-thumb {
  display: block;
  width: 100%;
  min-height: 230px;
  border: 1px solid #ddd;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* single artwork */
.wrap-artwork {
  margin-top: 39px;
}
.wrap-artwork h2,.wrap-artwork h3 {
  position: relative;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 15px;
}

.wrap-artwork h2.artwork-heading {
  font-style: italic;
  font-size: 25px;
  font-weight: 400;
  margin:0;
  padding:0;
  text-transform: none;
  line-height: 27px;
  margin-top: 15px;
  word-wrap: break-word;
}

@media (min-width:768px)
{
  .wrap-artwork h2.artwork-heading {
    font-size: 17px;
    line-height: 16px;
    margin-top: 0;
  }
}

.wrap-artwork .single-artwork-details .artist {
  line-height: 28px;
  font-size: 17px;
  font-weight: 400;
}
.wrap-artwork .single-artwork-details a.artist-link, .wrap-artwork .single-artwork-details a.artist-link:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.wrap-artwork .single-artwork-details a.artist-follow-link, .wrap-artwork .single-artwork-details a.artist-follow-link:hover {
  text-decoration: none;
  color: #009FE3;
  font-size: 14px;
}

.wrap-artwork .single-artwork-details .description img {
  width: 100%;
  height: auto;
}

.wrap-artwork .single-artwork-pcontrols {
  position: relative;
  text-align: center;
}

.wrap-artwork .single-artwork-pcontrols .art-icon.control-zoom {
  background-position: -160px -11px;
  width: 48px;
  height: 48px;
  display: none;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.icon-view-in-room {
  background-position: -160px -76px;
  width: 48px;
  height: 48px;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.save-to-gallery {
  background-position: -160px -137px;
  width: 48px;
  height: 48px;
}

.wrap-artwork .single-artwork-pcontrols .art-icon.control-zoom.et {
  background-position: -230px -11px;
  width: 48px;
  height: 48px;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.icon-view-in-room.et {
  background-position: -230px -76px;
  width: 48px;
  height: 48px;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.save-to-gallery.et {
  background-position: -230px -137px;
  width: 48px;
  height: 64px;
}

.wrap-artwork .single-artwork-pcontrols a.action-link, .wrap-artwork .single-artwork-pcontrols a.action-link:hover {
  font-size: 8.5px;
  color: #009FE3;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 25px;
}


.wrap-artwork .single-artwork-pcontrols .art-icon {
  margin-bottom: 25px;
}

.wrap-artwork .single-artwork-pcontrols  a.action-link.more-actions {
  font-size: 37px;
  color: #333;
  padding-bottom: 0;
  margin-bottom: 25px;
  line-height: 39px;
  padding-bottom: 15px;
}
.wrap-artwork .single-artwork-pcontrols  a.action-link.more-actions:hover {
  color: #666;
}
.action-link.more-actions .dot {
  border-radius: 4px;
  background: red;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.wrap-artwork .single-artwork-pcontrols .more-controls-wrapper {
  border: 1px solid #333;
  padding-top: 20px;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  z-index: 1;
  background: #fff;
  white-space: nowrap;
}

.wrap-artwork .single-artwork-pcontrols .more-controls-wrapper a.action-link {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  margin-right: 10px;
}
.wrap-artwork .single-artwork-pcontrols .more-controls-wrapper a.action-link:last-child {
  margin-right: 0;
}


.pc-caret {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  margin-top: -10px;
  z-index: 2;
  left: 45%;
}

.pc-caret.top {
  border-left: 9px solid transparent;
  border-bottom: 9px solid #333;
  border-right: 9px solid transparent;
}

.pc-caret.top .pc-caret-inner {
  position: absolute;
  bottom: -11px;
  left: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid white;
  border-right: 9px solid transparent;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.social-facebook {
  margin-bottom: 0;
}
.wrap-artwork .single-artwork-pcontrols .art-icon.social-twitter {
  margin-bottom: 0;
}




@media (min-width:768px)
{
  .wrap-artwork .single-artwork-pcontrols .art-icon.control-zoom {
    display: inline-block;
  }
  
  .wrap-artwork .single-artwork-pcontrols .more-controls-wrapper {
    
    position: absolute;
    margin-bottom: -40px;
    bottom: 0;
    
  }
}



.artwork-zoom-modal .modal-dialog {
  width: 100%;
  margin: 30px auto;
}
.zoomWindowContainer{ z-index: 1052;}
.zoomContainer{ z-index: 1052;}
/* dnno why there , but had to be removed */
.zoomLens img { display: none}
.zoomLens { z-index: 1053;}
/*
.zoomWindow{ z-index: 1052;}
.tintContainer{ z-index: 1052;}
.zoomTint{ z-index: 1052;}
.zoomLens{ z-index: 1052;}
*/

.artwork-zoom-modal .modal-content {
  border-radius: 0;
  border: 1px solid black;

  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
.artwork-zoom-modal .modal-header {
  padding: 15px;
  padding-bottom: 0;
  border-bottom: 0 solid #E5E5E5;
  min-height: 16.42857143px;
}
.artwork-zoom-modal  button.close {
  padding-right: 5px;
}
.artwork-zoom-modal  .modal-body {
  padding-top: 0;
}
.artwork-zoom-modal  .modal-body {
  padding-top: 0;
}


.wrap-artwork .monthly-payment-installments {
  margin-top: 15px;
}
.wrap-artwork .monthly-payment-installments a, .wrap-artwork .monthly-payment-installments a:hover {
  text-decoration: none;
  color: #009FE3;
  font-size: 14px;
}

.wrap-artwork .single-artwork-tags {
  line-height: 37px;
  font-size: 13px;
  display: none;
  
}
.wrap-artwork .single-artwork-tags a {
  color: #000;
  text-decoration: underline;
  font-size: 13px;
}

@media (min-width:768px)
{
  .wrap-artwork .single-artwork-tags {
    display: block;
  }
}



.wrap-artwork .type-and-dims {
  margin-top: 15px;
}
.wrap-artwork .type-and-dims a {
  color: #000;
  text-decoration: none;
}
.wrap-artwork .price-and-cart {
  margin-top: 15px;
}
.wrap-artwork .price-and-cart .price {
  font-weight: bold;
}
.wrap-artwork .description {
  border-top: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 16px;
}
.btn.add-to-cart {
  background: #009FE3;
  height: 34px;
  line-height: 36px;
  color: white;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
  
  width: 100%;
}
.btn.add-to-cart:hover {
  color: white;
}
.btn.removefrom-cart {
  background: #E35300;
  height: 34px;
  line-height: 36px;
  color: white;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  text-transform: uppercase;
}

@media (min-width:768px)
{
  .btn.add-to-cart {
    width: initial;
  }
}

.wrap-artwork .col-see-all {
  text-align: center;
}

.btn.btn-see-all {
  height: 34px;
  line-height: 36px;
  color: white;
  background-color: #000;
  border-color: 0px solid transparent;
  border-radius: 0;
  padding: 0 15px;
}

.row-related-works {
  margin-top: 16px;
}
.row-related-works h2 {
  margin-top: 10px;
  
  position: relative;
  padding: 10px 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.row-related-works .sep-line {
  border-top: 1px solid #000;
}



.artwork-gallery-wrap {
  position: relative;
  display: none;
}

@media (min-width:768px)
{
  .artwork-gallery-wrap {
    display: block;
  }
}
.artwork-gallery-wrap .prev {
  position: absolute;
  top: 27%;
  left: 0;
  width: 10px;
  height: 40px;
  z-index: 500;
}
.artwork-gallery-wrap .next {
  position: absolute;
  top: 27%;
  right: 0;
  width: 10px;
  height: 40px;
  z-index: 500;
}

.artwork-gallery-wrap .artwork-gallery-items {
  padding-left: 11px;
  padding-right: 11px;
}

.ef-caret {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
}

.ef-caret.right {
  border-left: 13px solid #B1B1B1;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.ef-caret.left {
  border-right: 13px solid #B1B1B1;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.ef-caret.right:hover {
  border-left: 13px solid #000;
}
.ef-caret.left:hover {
  border-right: 13px solid #000;
}

.ef-caret.right .ef-caret-inner {
  position: absolute;
  top: -17px;
  left: -19px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 17px solid white;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.ef-caret.left .ef-caret-inner {
  position: absolute;
  top: -17px;
  left: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 17px solid white;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}


.gallery-artwork-row {
  padding: 0;
  margin: 0;
}
.artwork-gallery-items .thumb {
  padding: 0;
  margin: 0;
}
.artwork-gallery-items .details {
  padding: 0;
  margin: 0;
  padding-left: 11px;
  font-size: 11px;
}


.artwork-gallery-items .next-thumb {
  padding: 0;
  margin: 0;
  opacity: 0.3;
}
.artwork-gallery-items .gallery-item-price {
  
}
.artwork-gallery-items .next-thumb.art-bordered img {
  border: 1px solid #aaa;
}




.mfp-bg.view-in-room {
  background: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

.art-icon.view-in-room-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-position: -100px -82px;
  width: 21px;
  height: 21px;
  display: block;
  outline: 0;
  cursor: pointer;
  z-index: 105;
}
.art-icon.view-in-room-close:focus {
    border: none;
    outline: none;
}
.view-room-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wir-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  
}

.view-room-content-back {
  position: absolute;
  height: 100%;
  background-image: url('img/room.jpg');
  background-repeat: no-repeat;
  width: 1342px;
  height: 530px;
  top: 30px;
  z-index: 100;

  background-size: contain;
}

.view-room-content-back.back-2 {
  background-image: url('img/room2.jpg');
}
.view-room-content-front {
  position: absolute;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 103;
  text-align: center;
}

.wir-img {
}

.view-room-content-label {
  position: absolute;
  padding: 20px 30px;
  top: 30px;
  z-index: 111;
  text-align: center;
  background: white;
  border: 1px solid #B0AEAF;

  line-height: 25px;
  
}
.view-room-content-label .title {
  font-size: 12px;
  clear: both;
}

.view-room-content-label .artist {
  font-size: 13px;
  text-transform: uppercase;
  clear: both;
}
.view-room-content-label .artist a, .view-room-content-label .artist a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}




/* single artist */
.wrap-artist {
  margin-top: 39px;
}
.single-artist-details {
  padding-right: 5px;
  padding-left: 5px;
}
.single-artist-details .artist-cv {
  margin-top: 10px;
  line-height: 16px;
  text-decoration: none;
  font-size: 14px;
}
.single-artist-details .artist-cv a, .single-artist-details .artist-cv a:hover {
  color: #009FE3;
  text-decoration: none;
}
.single-artist-details .description {
  margin-top: 40px;
  line-height: 16px; 

  /*
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 13px;
   */
}

  
.wrap-artist h2, .wrap-artist h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;

  position: relative;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.single-artist-details .artist-heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 7px;
  text-transform: none;
}

.wrap-artist .single-artist-details a.artist-follow-link, .wrap-artist .single-artist-details a.artist-follow-link:hover {
  text-decoration: none;
  color: #009FE3;
  font-size: 14px;
}
.single-artist-details .artist-avatar {
  margin-top: 15px;
}
.single-artist-details .artist-avatar img {
  width: 100%;
  max-width: 200px;
}

/* frontpage */
.frontpage {

  
}
.frontpage h2 {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.frontpage h2 a, .frontpage h2 a:hover {
  color: black;
  text-decoration: none;
}
.front-items {
}

.front-items .front-artwork {
  margin-bottom: 5px;
  color: #242625;
  font-size: 15px;
  line-height: 20px;
  
  
}

.front-items .front-artwork  img {
  width: 100%;
}
.front-items .front-artwork h2 {
  width: 100%;
  padding: 0;
  margin: 0 0 7px 0;
  text-transform: none;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
}
.front-items .front-artwork h2 a, .front-items .front-artwork h2 a:hover {
  text-decoration: none;
  color: #000;
}

.front-items .front-artwork.front-title-blue h2 a, .front-items .front-artwork.front-title-blue h2 a:hover {
  color: #009FE3;
}

#clickable_post_excerpt {
    cursor: pointer;
}
.banner-textblock {
    position: absolute;
    text-align: center;
    float: left;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-textblock h2 {
    font-size: 32px;
    line-height: 36px;
    color: white;
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.frontpage a:hover{
    text-decoration: none;
}

.banner-textblock .frontbutton:hover {
    text-decoration: none;
    color: black;
    padding: 10px 25px;
    background-color: white;
    display: inline-block;
    border-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-textblock .frontbutton {
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    color: white;
    background: black;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

/*
 * moved into => artworks-breakpoints
@media (max-width:767px)
{
  .front-items .col {
    width: 50%;
    float: left;
  }
  .front-items .col-pair-0 {
    padding-right: 5px;
  }
  .front-items .col-pair-1 {
    padding-left: 5px;
  }
}

@media (max-width:300px)
{
  .front-items .col {
    width: 100%;
    float: none;
  }
  .front-items .col-pair-0 {
    padding-right: 10px;
  }
  .front-items .col-pair-1 {
    padding-left: 10px;
  }
}
*/

.quotes-section {
  display: none;
}

@media (min-width:768px)
{
  .quotes-section {
    display: block;
  }
}

.section-main {
  margin-bottom: 2px;
}
.section-main .artwork {
  margin-bottom: 0;
}
.section-main .title {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  color: #222222;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  line-height: 56px;
}
@media (min-width:768px)
{
  .section-main .title {
    font-size: 22px;
  }
}

.frontpage .front-quote.callaction-blue, .frontpage .front-quote.callaction-blue a, .frontpage .front-quote.callaction-blue a:hover {
  color: #009FE3;
}


.row-front-offers {
  font-family: "Georgia";
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
  color: #000;

  margin-top: 51px;
}
.row-front-offers .front-offer-inner {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  padding: 0 14px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.row-front-offers .art-icon {
  margin-top: -5px;
}
.row-front-offers .front-offer-inner a, .row-front-offers .front-offer-inner a:hover {
  color: #000;
  text-decoration: none;
}

.frontpage-focus-wrap {
    position: relative;
    display: none;
}

.frontpage-focus-wrap {
    display: block;
}

.frontpage-focus-wrap .prev {
    position: absolute;
    top: 45%;
    left: 0;
    width: 10px;
    height: 40px;
    z-index: 500;
}

.frontpage-focus-wrap .next {
    position: absolute;
    top: 45%;
    right: 0;
    width: 10px;
    height: 40px;
    z-index: 500;
    margin-right: 3px;
}

.frontpage-focus-wrap .post-container article{
    margin-bottom: 0px!important;
}

.frontpage-focus-wrap .frontpage-focus-posts {
    padding-left: 11px;
    padding-right: 11px;
}

.frontpage-focus-posts .post-container {
    margin-bottom: 0px !important;
}
.frontpage-focus-wrap .slick-slider {
    margin-bottom: 0px !important;
}

.frontpage-focus-posts .col-noar {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:768px) {
    .post-thumb {
        width: 100% !important;
        padding-right: 0px !important;
    }
}

#front_page_categories {
    margin-bottom: 0px;
}

.frontpage_focus {
    margin-top: 0px;
}

.frontpage_focus span {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

.frontpage_focus h2{
    margin-top: 0px;
}

/* posts / archieve etc */
.posts-content, .single-post-content {
    margin-top: 15px;
}
.posts-content .read-more {
  margin-top: 5px;
  text-decoration: none;
  color: white;
}

.post_excerpt{
    text-align: justify;
}

iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.posts-content article p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.posts-content article.single-post p {
    margin-bottom: 15px;
    text-align: justify;
}

article header .post-date {
    color: black;
    line-height: 12px;
    padding-bottom: 10px;
}

.date_social_share{
    padding-bottom: 15px;
}

.post_author {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

#fancybox-title-inside{
    font-size: 18px;
}

.ngg-gallery-thumbnail span{
    font-size: 100%!important;
}

.ngg-gallery-thumbnail-box {
    float: left!important;
}
.posts-content article.single-post p.post-date {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
}

.post_introduction {
    font-weight: bold;
}

.featured_image_caption {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
}

.posts-content article {
    line-height: 24px;
    margin-bottom: 30px;
}
.posts-content article img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.posts-content article.single-post img {
  margin-bottom: 15px;
}

.posts-content h2, .posts-content h2 a, .posts-content h2 a:hover, .posts-content h3, .posts-content h3 a, .posts-content h3 a:hover {
  color: #010101;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.posts-content .heading-title {
  color: #010101;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-left: -5px;
}
.posts-content .page-header {
  margin-top: 0;
}
.posts-content .page-header h1 {
  color: black; 
  margin-top: 0;
}
.excerpt {
  font-weight: bold;
  margin-bottom: 15px;
}

.posts-content article.single-post {
  padding-right: 45px;
}

.sidebar-exhibition_info p{
    margin-bottom: 2px;
}

.sidebar-exhibition_info {
    margin-bottom: 15px;
}

.sidebar-exhibition_thumbnail img{
    margin-bottom: 10px;
}

.posts-sidebar h2, .posts-sidebar h2 a, .posts-sidebar h2 a:hover {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.posts-sidebar h2.first {
  margin-top: 0;
  
}
.posts-sidebar article {
  margin-top: 5px;
  margin-bottom: 20px;
}
.posts-sidebar article.first {
  margin-top: 0;
}
.posts-sidebar article .read-more {
}

.header-all-categories {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px;
}

.header-all-categories a:hover{
    color: black;
    background: white;
}

.header-all-categories a {
  float: left;
  width: 100%;
  color: white;
  background-color: black;
  display: block;
  padding: 5px 0px;
  text-align: center !important;
}

.header-all-categories a:hover {
  color: black;
  background: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.posts-content h1 {
  margin-top: 0;
}

/* footer */
.footer-content {
  margin-top: 4 0px;
  color: #ccc;
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  line-height: 34px;
  margin-top: 10px;
  position: relative;
}
.footer-legal-info {
  margin-bottom: 100px;
  color: #000;
  font-size: 11px;
  line-height: 34px;
  text-align: right;
}

.footer-legal-info a, .footer-legal-info a:hover {
  color: #000;
}

.footer-content .col-social-icons {
  text-align: right;
  top: 0;
  right: 0;
  position: absolute;
}

.footer-content .col-social-icons .art-icon:last-child {
  margin-right: -5px;
  margin-left: 8px;
}

@media (min-width:768px)
{
  .footer-content {
    margin-top: 73px;
  }
  

  .footer-content .col-social-icons {
    text-align: right;
    top: initial;
    right: initial;
    position: static;
  }
}



.col-footer-menu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.col-footer-menu ul li {
  float: left;
  width: 100%;
}
.footer-menu a {
  font-size: 13px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 25px;
}
.footer-menu a:hover {
  text-decoration: none;
}



@media (min-width:768px)
{
  .col-footer-menu ul li {
    float: left;
    width: initial;
  }
}

@media (min-width:768px)
{
  .nbyaa-search-row-categories{
    display: none !important;
  }
}

.nbyaa-search-row-categories{
  display:none; 
  padding-left:15px; 
  padding-right:15px;
}
  
@media (min-width:992px)
{
  .NBYAA-voting-box {
    max-width: 212.5px;
  }
}
@media (max-width:991px)
{
  .NBYAA-voting-box {
    max-width: 157.5px;
  }
}
@media (min-width:768px)
{
  .NBYAA-content{
    display: flex;
  }
  .NBYAA-col-partners{
    height: 100%;
  }
  .btn-send-results {
    display: none!important;
  }
  .NBYAA-voting-box{
    display: block!important;
    position: sticky; 
    position: -webkit-sticky;
    top: 20px;
  }
}
@media (max-width:767px)
{
  .NBYAA-content{
    display: block;
  }
  .NBYAA-col-partners{
    display: block!important;
  }
  .NBYAA-desktop-search-row{
    display: none;
  }
  .NBYAA-search-row {
    display: none;
  }
  .NBYAA-partners {
    display: none;
  }
  .NBYAA-voting-box {
    display: none;
  }
  .btn-send-results {
    display: block;
    position: fixed; 
    bottom: 5px;
    z-index: 1000;
    color: #009FE3;
  }
  .NBYAA-voting-box{
    position: fixed; 
    left: 50%;
    top: 60%; 
    transform: translate(-50%, -50%);
    max-width: 300px;
    z-index: 101;
    color: white;
  }
  .close-vote-btn{
    left: 75%;
    top: 37%; 
    font-size: 28px;
    color: white;
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 300;
    opacity: 0.65;
    height: 44px;
    line-height: 44px;
  }

}
.close-vote-btn{
  display:none;
}
.NBYAA-content .intro a, a:hover{
  color: #009FE3;
}
/* cusotom-search */
  
.cusotom-search {
  margin-top: 38px;
  
}
.cusotom-search h2, .cusotom-search h2 a, .cusotom-search h2 a:hover {
  color: #010101;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.cusotom-search .thumb {
  width: 100%;
}
.cusotom-search article {
  margin-bottom: 25px;
}
.cusotom-search .search-item {
  overflow: hidden;
}
  
  
  
/* search sidebar */
  .search-row .inp-input, .search-row .inp-select, .search-row .inp-btn  {
    
    height: 22px;
    line-height: 22px;
    
  }


.search-row {
  border-top: 0;
  padding: 0 0 15px 0;

}
.search-row hr {
  margin: 10px 0;
}
.search-row.first {
  margin-top: 40px;
}
.search-row .inp-input, .search-row .inp-select, .search-row .inp-btn  {
  border: 1px solid #CFCFCF;
  width: 100%;
  padding: 0 7px;
  font-size: 12px;
  color: #333;
  
}
.search-row .inp-select {
  padding: 5px 30px 5px 5px;
}

.search-row .inp-input.inp-query {
  height: 37px;
  line-height: 37px;
}

.mobile-hide-search {
  display: none;
}
.mobile-fixed-search-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:3;
  margin: 0 -15px;
  background: white;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #CFCFCF;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}
.mobile-fixed-search-button .search-row .inp-btn {
  width: 100%;
}
.mobile-fixed-search-button .border-top {
  
}

@media (min-width:768px)
{
  .inp-query {
    height: 22px;
    line-height: 22px;
  }
  
  .mobile-hide-search{
    display: block;
  }
  .search-row .inp-input.inp-query {
    height: 22px;
    line-height: 22px;
  }
}



.search-row select {
  padding: 3px 5px;
}
.search-row .heapBox {
  width: 100%;
}
.search-row .custom-select {
  display: block;
  width: 100%;
}
.search-row .custom-select ul {
  width: 100%;
}

.search-row .search-years-slider-wrp, .search-row .search-price-slider-wrp, .search-row .search-size-slider-wrp {
  padding: 14px 11px 10px 0;
}
.size-slider-feedback {
  font-size: 13px;
}

.search-row.measurements {
  padding-bottom: 17px;
}
.search-row.measurements .heading {
  margin-bottom: 2px;
}
.search-row.measurements .search-size-slider-wrp.width {
  margin-top: 1px;
}

.search-row.categories {
  margin-top: 1px;
}

.search-row.measurements .width {
  width: 100%;
}
.search-row.measurements .width .width-from {
  float: left;
  width: 55%;
}
.search-row.measurements .width .width-to {
  float: left;
  width: 45%;
  text-align: right;
  margin-bottom: 10px;
}
.search-row.measurements .width .width-from input {
  display: inline;
  width: 66px;
}
.search-row.measurements .width .width-to input {
  display: inline;
  width: 66px;
}

.search-row.measurements .width .width-from.et input {
  width: 60px;
}
.search-row.measurements .width .width-to.et input {
  width: 60px;
}

.search-row.measurements .height {
  width: 100%;
}
.search-row.measurements .height .height-from {
  float: left;
  width: 50%;
}
.search-row.measurements .height .height-to {
  float: left;
  width: 50%;
  text-align: right;
  margin-bottom: 15px;
}
.search-row.measurements .height .height-from input {
  display: inline;
  width: 66px;
}
.search-row.measurements .height .height-to input {
  display: inline;
  width: 66px;
}

.search-row.measurements .height .height-from.et input {
  width: 60px;
}
.search-row.measurements .height .height-to.et input {
  width: 60px;
}


.search-row.price-range {
  overflow: hidden;
  width: 100%;
  padding-bottom: 27px;
}

.search-row.price-range .search-price-slider-wrp {
  padding-top: 12px;
}

.search-row.price-range .prices {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
}
.search-row.price-range .prices .price-from {
  float: left;
  width: 55%;
}
.search-row.price-range .prices .price-to {
  float: left;
  width: 45%;
  text-align: right;
  
}
.search-row.price-range .prices .price-from input {
  display: inline;
  width: 66px;
}
.search-row.price-range .prices .price-to input {
  display: inline;
  width: 66px;
}

.search-row.price-range .prices .price-from.et input {
  width: 60px;
}
.search-row.price-range .prices .price-to.et input {
  width: 60px;
}




.search-row.years-range {
  overflow: hidden;
  width: 100%;
  padding-bottom: 27px;
}

.search-row.years-range .search-years-slider-wrp {
  padding-top: 12px;
}

.search-row.years-range .years {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
}
.search-row.years-range .years .year-from {
  float: left;
  width: 55%;
}
.search-row.years-range .years .year-to {
  float: left;
  width: 45%;
  text-align: right;

}
.search-row.years-range .years .year-from input {
  display: inline;
  width: 66px;
}
.search-row.years-range .years .year-to input {
  display: inline;
  width: 66px;
}

.search-row.years-range .years .year-from.et input {
  width: 60px;
}
.search-row.years-range .years .year-to.et input {
  width: 60px;
}





.search-row .heading {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.checkbox-row {
  width: 100%;
  margin-bottom: 5px;
}
.search-row .inp-btn {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 16px;
  border: 0 solid #00A300;
  background: #000;
  width: 100%;
  border-radius: 0;
  
  height: 38px;
}
.search-row-main-submit {
  display: none;
}
.col-search-form {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width:768px)
{
  .search-row .inp-btn {
    width: initial;
  }
  .search-row-main-submit {
    display: block;
  }
  .col-search-form {
    padding-left: 10px;
    padding-right: 15px;
  }
}

.search-row input[type=checkbox] {
  display: none;
}

.search-row input[type=checkbox] + label
{
  background: white;
  border: 1px solid #CECECE;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.search-row input[type=checkbox]:checked + label
{
  border: 1px solid #CECECE;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  margin-bottom: 0;
}
.search-row input[type=checkbox] + label .slabel {
  padding-left: 15px;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 14px;
  display: block;
  margin-top: -2px;
  font-weight: 400;
}

.search-row input[type=checkbox] + label .label-inner {
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  width: 5px;
  height: 5px;
  top: 2px;
  left: 2px;
  position: absolute;
}
.search-row input[type=checkbox]:checked + label .label-inner {
  background: #019EE1;
  border: 1px solid #85CFF6;
}


.search-row.search-tags a, .search-row.search-tags a:hover {
  text-decoration: none;
  color: #009FE3;
  font-size: 14px;
}

.search-row .young-artist-row {
  margin-top: 0px;
}
.search-row .emerging-artist-row {
  margin-top: 0px;
}

.search-row .is_student-row {
  margin-top: 0;
}

.ordering-wrapper select {
  border: 1px solid #ddd;
  padding: 5px 30px 5px 5px;
  font-size: 12px;
  height: 30px;
  line-height: 20px;
  color: #333;
}

.row-explains {
  margin-top: 13px;
  margin-bottom: 5px;
  
  padding-left: 25px;
}






/* search results and items styles */
.results-header {

  font-size: 13px;
  text-transform: uppercase;
  
}
.results-header .custom-select {
  display: inline-block;
  right: 0;
}
.results-header .custom-select ul {
  right: 0;
}

.results-header .inner {
  padding: 9px 0 45px 0;
}

.results-header .pager-wrapper {
  width: 55%;
  float: left;
}
.results-header .ordering-wrapper {
  width: 45%;
  float: left;
}

.results-header .ordering-wrapper .ordering-inner {
  float: right;
}
.results-header .ordering-wrapper .limit-inner {
  float: right;
  margin-right: 10px;
}




.results-wrapper .simpl-paging li {
  
}



.results-wrapper .simpl-paging li {
  float: left;
  padding: 3px 0;
}

.results-wrapper .simpl-paging li.skipped-pages {
  padding: 3px 8px 3px 0;
}
.results-wrapper .paging a {
  color: #010101;
  text-decoration: none;
  text-transform: none;
  margin-right: 10px;
}
.results-wrapper .paging a.active, .results-wrapper .paging a:hover {
  color: #0094D1;
  text-decoration: none;
}

.results-wrapper .simpl-paging li.selected a {
  color: #0094D1;
}


.results-feedback {
}
.results-feedback .loader {
  text-align: center;
  display: none;
  margin-bottom: 15px;
  margin-top: 90px;
}
.results-feedback .error {
  display: none;
  margin-bottom: 15px;
}
.results-feedback .alert {
  margin-bottom: 0;
}
 
.results-row {
  overflow: hidden;
  margin-bottom: 15px;
}

.results-footer {

  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;

}

.results-footer .inner {
  padding: 10px 0;
}
.simpl-paging-custom ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.search-form-opener {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 20px;
}

.search-form-opener .open-main-arrow {
  border: 1px solid #333;
  padding: 5px;
  margin: 0 auto -88px auto;
  background: white;
  width: 54px;
}
.search-form-opener .open-main-arrow .inner {
  width: 42px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background: url('img/sprites.png');
  background-repeat: no-repeat;
  background-position: -50px -218px;
  
}
.search-form-opener a.open-filters {
  color: #428bca;
  font-size: 15px;
  width: 100%;
  color: white;
  
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 16px;
  border: 0 solid #00A300;
  background: #000;
  border-radius: 0;
  height: 38px;
  line-height: 32px;
}

.mobile-hide-search {
  
}
@media (min-width:768px)
{
  .wrap-artworks-search {
    margin-top: 30px;
  }
  .search-form-opener {
    display: none;
  }
  .mobile-hide-search {
    display: block;
    
  }
}



@media (max-width:991px)
{
  .results-header .pager-wrapper {
    width: 45%;
  }
  .results-header .ordering-wrapper {
    width: 55%;
  }
}




@media (max-width:767px) {

  .results-header .pager-wrapper, .results-header .ordering-wrapper {
    width: 100%;
    float: none;
  }

  .paging {
    text-align: center;
  }
  .simpl-paging-custom ul {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  .results-header .ordering-wrapper .ordering-inner {
    width: initial;
  }
  
  .results-header .ordering-wrapper .limit-inner {
  }
  
}


/* rating campaign styles */
.wrap-rcampaign .col-partners {
  margin-top: 15px;
  display: none;
}
.wrap-rcampaign .col-partners-mobile {
  display: block;
}
.wrap-rcampaign .intro {
  padding: 0;
  margin: 34px -5px 20px;
} 
.item-rating-campaign {
  position: absolute;
  top: 0;
  right: 0;
}
.item-rating-campaign .rating-actions {
  float: right;
  clear: both;
  height: 22px;
}

.item-rating-campaign .rating-results {
  padding-top: 12px;
  float: right;
  clear: both;
}
.item-rating-campaign .rate-link {
  font-size: 20px;
  display: block;
}
.item-rating-campaign .rate-link:hover {
  
}
.item-rating-campaign .rate-loader {
  width: 20px;
}



.item-rating-campaign .noar-chk {
  float: right;
  clear: both;
}

.rcampaign-form {
  width: 100%;
  margin: 25px auto 10px;
}
.rcampaign-form .col {
  padding-left:  0;
  padding-right: 0;
  
}
.rcampaign-form input {
  line-height: 41px;
  height: 41px;
  padding-left: 10px;
  border-color: #7F7F7F;
  color: #000;
  margin-top: 0;
  width: 100%;
}
.rcampaign-form .btn-primary {
  background: #009FE3;
  border-radius: 0;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  color: white;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}

.rcampaign-form .noar-chk.smaller input[type=checkbox] + label {
  text-transform: none;
}
.rcampaign-form .noar-chk .slabel {
  margin-left: 15px;
}
.rcampaign-form-feedback .loader {
  text-align: center;
}

@media (min-width:768px)
{
  .rcampaign-form {
    max-width: 300px;
    margin: 25px auto 0;
  }
  .rcampaign-form .noar-chk {
    padding-left: 20px;
  }
}

@media (min-width:768px)
{
  .wrap-rcampaign .col-partners {
    display: block;
  }
  .wrap-rcampaign .col-partners-mobile {
    display: none;
  }
}



/* artists search results */

.wrap-artists {
  margin-top: 0;
}

.artists-abc-wrapper {
  padding-left: 0px;
}
.artists-abc-wrapper a {
  color: #010101;
  margin-right: 14px;
}
.artists-abc-wrapper a.active, .artists-abc-wrapper a:hover {
  color: #0094D1;
  text-decoration: none;
}
.artists-results-header .inner {
  padding-top: 0;
  padding-bottom: 5px;
  border: 0 solid transparent;
}

.artists-results-wrapper, .artists-list {
  line-height: 29px;
}
.artists-results-wrapper a, .artists-list a {
  color: #000;
  font-size: 13px;
  display: block;
  outline: none;
}
.artists-results-wrapper a:hover, .artists-list a:hover {
  color: #0094D1;
  text-decoration: none;
}
.artists-results-wrapper a.young-artist, .artists-list a.young-artist {
  text-decoration: underline;
}
.artists-results-wrapper a.emerging-artist, .artists-list a.emerging-artist {
  text-decoration: underline;
}
.artists-results-wrapper a.is-student, .artists-list a.is-student {
  font-style: italic;
}

.artists-emerging-explain span {
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  
}
.artists-is-student-explain {
  margin-left: 15px;
}

.artists-is-student-explain span {
  font-style: italic;
  cursor: pointer;
}

/* responsive sliders */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  display: block;
  height: auto;
  border: 0;
  max-width: 100%;
  border: 0;
  margin: 0 auto;
  max-height: 399px;
}
.front-slider-row {
  margin-top: 19px;
  display: none;
}
.front-slider-wrapper .img-wrp {
  background: #ddd;
}
.front-slider-wrapper .img-wrp {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;

  background-size: cover;

  height: 100px;
  background-repeat: no-repeat;
}

.front-slider-wrapper .slide-title {
  font-weight: normal;
  line-height: 33px;
  color: black;
  font-size: 16px;
  letter-spacing: 0;
}
.front-slider-wrapper .slide-title .work-title {
  font-style: italic;
}
.front-slider-wrapper .next, .front-slider-wrapper .prev {
  display: none;
}
.rslides1_tabs {
  float: right;
  list-style: none;
  margin-top: -36px;
  z-index: 10;
  position: relative;
}
.rslides1_tabs li {

  float: left;
}
.rslides1_tabs a {
  font-size: 0;
  height: 6px;
  width: 6px;
  display: inline-block;
  border: 1px solid #000;
  margin-left: 9px;
}
.rslides1_tabs .rslides_here a {
  background: black;
}

.icon-wrp a {
    color: #009DE2;
}

@media (max-width:991px) {
    .EAS_et {
        margin-left: 16% !important;
    }
    .EAS_eng {
        margin-left: 4% !important;
    }
}

@media (max-width: 768px) {
    .front-slider-row {
        display: block;
    }
    .banner-textblock .frontbutton {
        margin-top: 5px;
    }
    .banner-textblock h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:420px) {
    .banner-textblock h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width:480px) {
    .front-slider-wrapper .img-wrp {
        height: 300px;
    }
}
@media (min-width:480px)
{
  .front-slider-wrapper .img-wrp {
    height: 300px;
  }
}
@media (min-width:768px)
{
  .front-slider-wrapper .img-wrp {
    height: 350px;
  }
  
  .front-slider-row {
    display: block;
  }
}
@media (min-width:992px)
{
  .front-slider-wrapper .img-wrp {
    height: 400px;
  }
}

/* artist-submission */
.artist-submission {
  
}

.article-artist-submission h1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  
}
.article-artist-submission p {
  line-height: 17px;
}

.artist-submission-form {
  margin-top: 10px;
}
.artist-submission-form .alert {
  margin-bottom: 0;
}
.artist-submission-form input {
  border: 1px solid #D0D0D0;
  height: 39px;
  color: #949494;
  border-radius: 0;
  margin-bottom: 10px;
}
.artist-submission-form textarea {
  border: 1px solid #D0D0D0;
  color: #949494;
  border-radius: 0;
  margin-bottom: 10px;
}
.artist-submission-form .custom-select .option-selected {
  height: 39px;
  line-height: 39px;
}

.artist-submission-form .custom-select ul {
  left: 0;
  right: 0;
}

.artist-submission-form .btn {
  border: 1px solid #1A97C7;
  height: 39px;
  color: #C1FFFF;
  background: #009FE3;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 30px;
}
.artist-submission-form label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  display: block;
}
.artist-submission-form input, .artist-submission-form textarea {
  margin-top: 0;
}



.artist-submission-form .row-upload-works {
  margin-top: 15px;
}

.submission-works-wrapper .artwork-wrapper {
  margin-bottom: 50px;

}

.artist-submission-form .summary-label {
  margin-top: 10px;
  margin-bottom: 10px;
  
  
}
.artist-submission-form .last-summary-row {
  margin-bottom: 10px;
  
  
}

.artist-submission-form .add-artwork-row {
  margin-right: 15px;
}

.artist-submission-form .form-group.form-group-price {
  width: 30%;
  float: left;
}
.artist-submission-form .form-group.form-group-price-type {
  width: 70%;
  float: left;
  padding-left: 15px;
}
.artist-submission-form .form-group.form-group-price-type input {
  width: auto;
  width: initial;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  height: 24px;
}
.artist-submission-form .form-group-price-type label {
  display: inline-block;
  width: auto;
  width: initial;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.artist-submission-form .form-group-price-type .option-row.first {
  margin-top: 16px;
}

.gallery_submission_select_gallery .custom-select {
  display: none;
}

.gallery_submission_select_gallery .gallery_name_select {
  display: block!important;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* OVERWRITE slider styles */

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 11px;
  height: 11px;
  border: 1px solid #7E7E7E;
  background: #000;
  left: 0;
  top: -5px;
}
.noUi-target {
  border-radius: 0;
  box-shadow: none;
  height: 1px;
  background: #CDCDCD;
  border: 0 solid transparent;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-background {
  box-shadow: none;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
}



/* wpcf7 styles */
.wpcf7 {
  font-size: 13px;
  
}
.wpcf7-text, input[type="text"].wpcf7-text, input[type="password"].wpcf7-text {
  
  line-height: 41px;
  height: 41px;
  padding-left: 10px;
  color: #000;
  margin-top: 0;
  width: 100%;
  border: 1px solid #000;
}
.wpcf7-textarea {
  color: #000;
  width: 100%;
  border: 1px solid #000;
  
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 10px 15px;
}

.wpcf7-validation-errors {
  border: 1px solid #f00;
  color: #f00;
  background: #fff;
}
div.wpcf7-validation-errors {
  border: 1px solid #f00;
  color: #f00;
  background: #fff;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #009FE3;
  color: #009FE3;
  background: #fff;
}

.wpcf7-captcha-img {
  margin: 4px 0 12px 0;
}



/* single, article, posts/pages */
h1, .h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
.page-header {
  padding-bottom: 9px;
  margin: 38px 0 2px;
  border-bottom: 0 solid #eee;
  font-size: 20px;
  
}
article {
  
}
article header img {
  width: 100%;
}

.slideshowlink{
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }


.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }




/*

 Version: 1.3.7
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues

The MIT License (MIT)
 * /


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }


.slick-prev { left: -25px; }

.slick-next { right: -25px; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-slide {float: right;}


/* flags */

.flag.en {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
  background-size: 100% 100%;
}
.flag.et {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OTAgNjMwIj4NCjxwYXRoIGZpbGw9IiMzYTc1YzQiIGQ9Im0wLDBoOTkwdjYzMGgtOTkweiIvPg0KPHBhdGggZD0ibTAsMjEwaDk5MHY0MjBoLTk5MHoiLz4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDQyMGg5OTB2MjEwaC05OTB6Ii8+DQo8L3N2Zz4NCg==');
  background-size: 100% 100%;
}



@media print {


  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }


  
  .top-menu-content, .logo-content, .main-menu-content {
    display: none;
  }
  .footer-content {
    display: none;
  }
  .wrap-artist .preview-image {
    max-height: 200px;
    width: inherit;
  }
  .row-related-works {
    display: none;
  }
  
  a[href]:after {
    content: none;
  }
}




.posts-fprojects {
  margin-top: 30px;
}

/* Test frontpage */
.frontpage h3 a{
    text-decoration: none;
    color: black;
}

.exhibition-guide {
    justify-content: space-between; /* Equal margin between the child elements */
    width: 100%;
}

.exhibition-guide h2{
    margin-bottom: 15px;
}

.exhibition-block {
    width: 100%;
    overflow: hidden;
}

.exhibition-block a {
    width: 100%;
}

.exhibition_info {
    line-height: 16px;
    color: black;
    display: block;
}

.exhibition-block h2 {
    text-transform: none;
    padding-bottom: 20px;
}

.exhibition-guide span {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

.exhibition-block img{
    /*border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;*/
    height: auto;
    width: 100%;
    padding-bottom: 5px;
}

.exhibition-block a {
    color: black;
    text-decoration: none !important;
}

.exhibition_pages {
    display: block;
    padding-top: 5px;
}

.exhibition_pages a {
    color: black;
    text-decoration: none;
}

.exhibition_pages a:hover {
    color: #0094D1;
    text-decoration: none;
}

.exhibition_pages ul {
    padding-left: 0px;
}

.exhibition_pages li a,
.exhibition_pages li.active a,
.exhibition_pages li.disabled {
    color: black;
    text-decoration: none;
}

.exhibition_pages li {
    display: inline;
    padding: 0 3px;
}

#response {
    display: block;
}

#filter {
    padding-top: 20px;
}

.search-row.exhibitions_search {
    padding-bottom: 15px;
}

@media (max-width:767px) {
    .search-row.exhibitions_tag {
        display:none;
    }
    .search-row.exhibitions_gallery {
        display: none;
    }
    .checkbox-row.toimunud {
        display: none;
    }
    .search-row.exhibitions_city {
        display: none;
    }
    .no_exhibitions {
        padding-top: 0px!important;
        margin-top: 0px!important;
    }
}
.exhibitions_gallery_data .custom-select {
  display: none;
}

.exhibitions_gallery_data .gallery_name_select {
  display: block!important;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#gallery_filter {
    background: white;
    border: 1px solid #CFCFCF;
    background: white url(img/icon-arrow-down.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 10px;
    padding-right: 30px;
}

#gallery_filter select {
    line-height: 20px;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    max-width: 200px;
    max-height: 22px;
}

#gallery_filter .option-selected {
    max-width: 200px;
    max-height: 22px;
    overflow: hidden;
}

.exhibitions_gallery_data select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
.exhibitions_gallery_data select::-ms-expand {
    display: none;
}

.ex_search table {
    padding-top: 20px;
    float: left;
}

.ex_search input {
    margin-top: 0;
}

.ex_filters table {
    display: block;
    float: right;
}

.ex_filters td {
    padding-right: 10px;
}

.artworks-sale-block {
    padding-bottom: 20px;
}

.artworks-sale-block h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}

.artworks-sale-block-h a{
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}

.artworks-sale-block span {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    text-transform: none;
    font-weight: normal;
}

.artworks-sale-block img{
    height: 100%;
    width: 100%;
}

.artworks-sale-block .row {
    margin-left: 5px;
    margin-right: 5px;
}

.artworks-sale-block p {
    word-break: break-word;
}

.suggested-artwork p{
    background: black;
    color: white;
}

.highlighted-artwork p {
    background: black;
    color: white;
}

.intro-video {
  max-width: 100%;
  max-height: 529px;
  height: 56.5vw;
}

.intro-video iframe {
  width: 100%;
  height: 100%;
}

.categories-block h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.categories-block a {
    text-decoration: none !important;
    color: #333;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
}

.categories-block a:hover {
    text-transform: none;
    color: white;
    background-color: black;
}
p.exhibition_name{
    color: black;
    font-weight: bold;
}

p.closing_deadline{
    color: red;
}
/*Fookus CSS*/
.post-container {
    position: relative;
    margin: 20px 0 0 0;
    border: 5px solid white;
    overflow: auto;
    margin-bottom: 30px;
}

.post-title a{
    text-decoration: none !important;
    color: black;
}

.post-thumb {
    width: 325px;
    float: left;
    padding-right: 35px;
    margin-bottom: 10px;
}

.post-thumb img{
    display: block;
}

.post-container .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none !important;
}

.read-more {
    text-decoration: none;
    color: white;
    background-color: black;
    display: inline-block;
    padding: 5px 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.read-more:hover{
    padding-top: 5px;
    text-transform: none;
    text-decoration: none !important;
    background-color: white;
    color: black !important;
}

.wp-caption-text {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-style: italic;
}

.wp-caption {
    width: 100% !important;
}

.wp-caption img{
    height: auto;
}

@media (max-width:767px) {
    .posts-content article.single-post {
        padding-right: 0px;
    }
}

/**  Plugin https://flatpickr.js.org/options/ default styles starts here */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/**  Plugin https://flatpickr.js.org/options/ default styles ends here */


/* start of simpleupload default styling */

.simpleUploadFeedback.progressBar {
  background-color: #1AC797;
  width: 0px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
}

/* end of simpleupload default styling */