.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
body {
    font-family: 'Trebuchet MS';
    color: #ababa0!important;
    background:#333 !important;
    /*line-height:18px;*/
    width:100%;
    height:100%;
    min-height:100%;
	padding:10px;
    background-image: url("images/webbcg.jpg") !important;
	background-repeat: repeat-x !important;
	background-attachment: fixed !important;
}
.bg_1 {
    width:100%;
    height:100%;
    min-height:100%;
    background: transparent url("images/bg_light.png") top no-repeat;
    position:fixed;
    margin:0 auto;
    z-index:-1;
}
.page{
    z-index:3;
}
/* -------- Header area --------- */

#logo p {
    margin:0;
}
#header {
   /* margin: 20px 0 0 0;*/
    padding: 20px;
    position:relative;
    display:block;
}
#header, #top-a, #top-b, #innertop {
    padding-bottom:0;
    border-bottom: 0px solid #DDD;
}
#headerbar {
    float:left;
    width:555px;
}
/* -------- Content area --------- */
.main{
    z-index:1;
    position:relative;
}
#maininner {
    width:auto !important;
}
#content {
    width:100%;
}
/* -------- Footer area --------- */
#bottom-a {
    margin-top:50px;
}
#bottom-a h2 {
    font-size:14px;
    text-transform:uppercase;
    font-family:"Times New Roman", Times, serif;
}
#bottom-a p {
    font-size:12px;
}
.ft-copyright {
    color:#737373;
    font-size:11px;
}
#footer {
	font-size:0.8rem;
    min-height:100px;
	display:flow-root;
}
.footer-logos{
    position:relative;
    height:80px;
    overflow:hidden;
    width:auto;
    display:block;
    margin:0;
    margin:10px 0 60px 0;

}
#footer .module, .footer-logos ul, .footer-logos li{
    margin:0;
    padding:0;
    list-style:none;
}
.footer-logos li img{
    opacity:0.5;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.footer-logos li img:hover{
    opacity:1;
}
.footer-logos li{
    float:right;
    margin-left:10px;
}
.footer-logos li a{
    border:0;
    display:block;
    cursor:pointer;
}

/* Lang selection */
#jflanguageselection {
    padding:0;
    margin:0;
}
#lang-select {
    width:100px;
    position:absolute;
    right:0;
    top:35px;
    height:20px;
}
#lang-select a, #lang-select a:link, #lang-select a:visited {
    font-size:14px;
    color:#a8a8a8;
    margin-left:5px;
    text-decoration:none;
}
#lang-select a:hover {
    color:#e0e0e0;
}
#lang-select #active_language a, #lang-select #active_language a:link, #lang-select #active_language a:visited {
    color:#fff;
    font-weight:normal;
}
/* Search & Search result */
#search {
    position: absolute;
    right: 0;
    top: 20px;
    width:200px;
    height:20px;
    z-index:99;
}
#search .default {
    float:right;
}
#searchForm fieldset, #emailForm fieldset {
    border:1px solid #645f5d;
    padding:15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#585454;
    width:680px;
}

#searchForm fieldset{
    margin:20px 0;
}
#searchForm fieldset div {
    margin:15px 5px 0 0;
}
article.item {
    border-bottom:1px dotted #64605e;
    padding-bottom:20px;
    margin-bottom:20px;
}
article.item .meta {
    font-size:11px;
    font-style:italic;
    margin-top:-10px;
}
article.item .highlight {
    padding:2px 5px;
    background:#434241;
    font-style:italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#searchForm legend {
    font-size:14px;
    font-style:italic;
}
#emailForm legend {
    font-size:20px;
    color:#fff;
}
#emailForm label {
    width:150px;
    float:left;
}
#searchForm p {
    font-style:italic;
    margin:40px 0;
    font-size:20px;
}
/* Breadcrumbs */

.breadcrumbs {
    margin-top:15px;
    padding-top:15px;
    margin-bottom:10px;
    font-size:12px;
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.breadcrumbs strong {
    text-decoration:underline;
}
.breadcrumbs a, .breadcrumbs > span {
    padding-right: 15px;
    background:url(images/breadcrumbs.png) 100% 50% no-repeat;
    margin-right:10px;
}
/* ----------------- Modules ------------ */

.key label {
    color:#fff;
    position:relative;
}
.sf-field-search input, form.searchandfilter select, .sf-field-search input[type=text], .sf-field-search input[type=select], #emailForm fieldset input[type=text], #emailForm fieldset textarea, #searchForm select {
    background-color:#6e6e6e;
    color:#fff;
    width:220px;
    border:3px solid #615d5b;
    -webkit-box-shadow:inset 0 7px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:inset 0 7px 5px rgba(50, 50, 50, 0.4);
    box-shadow:inset 0 7px 5px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form.searchandfilter input::placeholder {
  color: #fff;
}

form.searchandfilter ul {padding: 0;}

.searchandfilter ul li {display: inline-block!important; margin-left: 30px;}
.searchandfilter ul li:first-child {margin-left: 0;}

.key label[for="culture"] {
    visibility:hidden;
}
input.color-button {
    width:100px;
    webkit-box-shadow:0 0 0;
    -moz-box-shadow:0 0 0;
    box-shadow:0 0 0;
    background-color:#413d3c!important;
    position:absolute;
    border:1px solid #615d5b !important;
    right:20px;
    top:60px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input.color-button:hover, input.color-button:focus {
    background-color:#3b3837 !important;
}
/* Search products page - Work of art */
.page-works-of-art fieldset, .page-works-of-art form{
    margin:0;
    padding:0;
}
.productList.module{
    margin-left:20px;
}
.productList img {
    width:150px;
    position: relative;
    border:3px solid;
    border-color:transparent;
}
.productList img.b1 {
    border: 3px #fff solid;
    z-index:10;
}
#default_search_action fieldset {
    border:0;
}
.searchResults_1 {
    border-top:1px solid #7d7876;
    position:relative;
    margin-top:50px;
}

.searchResults_1 .row:first-child {
    margin-top: 20px;
}

.search-result-title {
    font-size:14px;
    margin:10px 0 20px;
}
div.detailProduct {
    background-color: #6D6865;
    opacity: 0;
    display: none;
    min-height: 90px;
    width: 100%;
    // left: -18px;
    left:0;
    padding: 290px 18px 20px 18px;
    position: absolute;
    top: -20px;
    z-index: 7;
    -webkit-box-shadow: #333 0px -1px 3px;
    -moz-box-shadow: #333 0px -1px 3px;
    box-shadow: #333 0px -1px 3px;
    overflow:hidden;
    /*behavior: url(/PIE.htc);*/
}

div.detailProduct h3 {margin-top: 0; padding-top: 0}

a:hover div.detailProduct {filter: alpha(opacity=1);
        opacity: 1;
        display: block;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;}

a:hover img.prd {z-index: 8; position: relative; border:3px solid #fff;}

div.detailProduct div {text-transform: capitalize;}

.page-numbers {font-size: 14px;}



a:link div.detailProduct *,
a:visited div.detailProduct *,
a:hover div.detailProduct *,
a div.detailProduct h3,
a div.detailProduct div,
a div.detailProduct p,
a div.detailProduct span{
    text-decoration:none !important; /* bug webkit */
}
.searchResults_1 img {
    z-index:1;
}
div.detailProduct, div.detailProduct p, div.detailProduct a {
    color:#fff;
    font-size:12px;
}
div.detailProduct h3 {
    font-size:16px;
    text-transform:none;
}
div.detailProduct .prod-descr-title {
    font-style:italic;
}

.rel {
    position:relative;
}
.txt_size_2 {
    font-size:138.5%;
}
a#linkback {
    background:url(images/arrowback.gif) left no-repeat;
    padding-left:6px;
    text-decoration:underline;
}
a#productMoreToggler {
    background:url(images/arrowdown.gif) no-repeat 0 0;
    padding-left:10px;
    text-decoration:underline;
}
a#productMoreToggler:hover, a#productMoreToggler:active {
    color:#fff;
}
a#productMoreToggler.arrowdown {
    background:url(images/arrowup.gif) no-repeat 0 0;
}

.joomla .search{
    position:relative;
}
.joomla .search{
    /*margin-bottom:-50px;*/
    display:block;
}
.joomla .search h1.title{
    display:block;
    margin:30px 0 20px;
    float:none;
}

div.tool-icons {
    /*margin-bottom:35px;*/
}
a.pdf, a.print {
    display:inline;
    float:left;
    cursor:pointer;
    width:11px;
    height:14px;
    margin:0 5px;
}
.pdf {
    background: transparent url(images/pdf_button.png) no-repeat center;
}
.print {
    background: transparent url(images/print_button.png) no-repeat center;
}
#productHeader {
    overflow:hidden;
    clear: both;
}
#productDetail {
    margin:10px 0;
}


#productMore h2 {
    color:#e2e1e1;
}
.thumb {
    width:150px;
}

.after-descr{
    margin-top:100px;
}

/* Bottom */
.prod-btm{
    width:auto;
    overflow:hidden;
    border-top:1px solid #7f7a78;
    margin-top:60px;
    position:relative;
}
/* Homepage */

.page-home .leftbloc-title, .page-home .rightbloc-title {
    font-size:18px;
    margin-top:25px;
    text-transform:none;
}
.page-home .home-img-wrapper{
    width:300px;
    overflow:hidden;
    position:relative;
    padding: 0;
}

.page-home .home-img-wrapper img{
    width:300px;
    height:145px;
}


.page-home .home-leftbloc{
    margin-left:0;
}
.page-home #top-b .col1 h3.title, .page-home #top-b .col2 h3.title {
    display:none; /* hide modules titles */
}
.page-home .title-caption{
    position:absolute;
    bottom:0;
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
    background:url(images/bg-black-transp.png);
    display:block;
    padding:13px 10px;
    margin:0;
    width:280px;
    font-weight:bold;
}
.page-home #top-b .col2 h3.title {
    margin-left:40px;
}
div.slide-desc * {
    text-decoration: none !important;
}

.page-home #top-b .col2 .home-rightbloc{
    padding: 0 10px;
}

.page-home #top-b .col3 .home-rightbloc{
    padding: 0 22px;
}

.home-text-wrapper {
    width: 300px;
}

/* Pages detail - Products, News, Exhibition, publication ... */
#productDetail h5, #rightExhib h5, #rightPublic h5, #rightNews h5 {
    display:inline;
    font-size:13px;
    font-weight:normal;
}
#productHeader, #exhibHeader, #publicHeader, #newsHeader, #newsHeader{
    margin-top:-5px;
    margin-bottom:20px;
    position:relative;
    display:block;
    overflow:hidden;
    width:auto;
}
h2#article_title{
    margin:15px 0;
}

/* News */
.media img.thumb {
    margin-top:5px;
}

/* Thumbnails Product detail */
h3.prod-thumbs-title {
    font-size:18px;
    text-transform:none;
}
.relatedList .icoprod-thumbs {
    width:121px;
    float:left;
    display:inline;
    overflow:hidden;
}
.relatedList img {
    width:110px;
}
.relatedList {
    height:110px;
    overflow:hidden;
}
#searchbox .results{
    z-index:999;
}
#searchbox .results h3 {
    color:#fff;
    font-size:14px;
    text-transform:none;
}
#searchbox .results div {
    color:#bababa;
    padding-bottom:10px;
    border-bottom:1px solid #7f7a78;
}
#searchbox .results li:hover {
    background:#333332;
}
.image-illu {
    float: left;
    margin: 0 40px 20px 0;
    overflow: hidden;
    position: relative;
    width: 400px;
    margin-top:5px;
}
#searchbox .results li.result {
    cursor: pointer;
    padding: 2px 10px;
}
#searchbox .results li.results-header, #searchbox .more-results .skip {
    color:#fff;
}
#searchbox .results li.results-header, #searchbox .results .more-results{
    background:#333332;
    padding:3px 6px;
    font-style:italic;
}

.grid-box {
}
.media p, .media .bd a {
    margin:0 15px;
    display:block;
}
.half img {
    max-width:390px;
}

/* Contact */

.componentheading,
.page-geneva h1.title,
.page- h1.title,
.page-new-york h1.title{
    display:none;  /* Main titles are hidden - interfers with breadcrumbs, remove this line to show them again */
}

/* min height Contact pages */
.page-geneva #content,
.page- #content,
.page-new-york #content {

}

.formResponsive .formError {
    background-color: #fff;
    padding: 5px;
}

.formRed {
    background-color: #fff;
    padding: 5px;
}

.formResponsive .formHorizontal .formControlLabel {
    text-align: left;
}

.formResponsive input[type="submit"].rsform-submit-button {
    background-color: #413d3c;
    background-image: -ms-linear-gradient(top, #413d3c, #413d3c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#413d3c), to(#413d3c));
    background-image: -webkit-linear-gradient(top, #413d3c, #413d3c);
    background-image: -o-linear-gradient(top, #413d3c, #413d3c);
    background-image: -moz-linear-gradient(top, #413d3c, #413d3c);
    background-image: linear-gradient(top, #413d3c, #413d3c);
    background-repeat: repeat-x;
    border-color: #615d5b #615d5b #615d5b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#413d3c', endColorstr='#413d3c', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.page-geneva .contact,
.page- .contact,
.page-new-york .contact{
    width:300px;
    margin-top:3px;
    float:left;
}
.page-geneva .contact h3,
.page- .contact h3,
.page-new-york .contact h3 {
    display:none;
}
#contact-map {
    position:absolute;
    width:600px;
    top:165px;
    right:0;
    border:1px solid #645f5d;
    padding:5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#585454 url(images/bigloader.gif) no-repeat center;
    overflow:hidden;
}
#emailForm {

    position:relative;
    float:right;
    height:300px;
    margin:380px 0 0;
    padding:0;
}
#emailForm fieldset {
    margin-right:0;
    padding-right:0;
    width:612px;
    right:0;
    position:relative;
    float:right;
}
#emailForm fieldset input[type="text"], #emailForm fieldset textarea {
    width:435px;
}
.contact ul, .contact li {
    list-style:none;
    margin:0;
    padding:0;
}
.contact ul.blank {
    margin-top:20px;
    position:relative;
}
.contact h4 {
    margin:10px 0 5px;
    padding:0;
    font-weight:bold;
}
#emailForm .submit {
    bottom: -20px;
    right:20px;
    position:absolute;
    z-index:5;
}

.mousetrap{
    cursor:pointer !important;
}
*, :focus{
    outline:none !important; /* hide ugly outline lines */
}


.fairs-exhib-type, .fairs-exhib-title {
    text-transform:uppercase;
    margin: 0;
}

.fairs-exhib-title {
    font-weight: bold;
}

.fairs-exhib-subtitle, .fairs-exhib-date, .fairs-exhib-time, .fairs-exhib-place, .fairs-exhib-line  {
    margin: 0;
}
.fairs-exhib-line {
    margin-top: 15px;
}

.media .fairs-exhib-title a {
    font-size: 14px;
    font-weight: 900;
    margin:0;
}

.fairs-exhib-more {
    margin: 0 10px 0 0;
    text-align: right;

}

.page-art-fairs-exhibitions div.media p.fairs-exhib-more {
    margin: 5px 0 0 0;
}

.page-art-fairs-exhibitions div.media p.fairs-exhib-more.video {
    margin: 5px 10px 0 0;
}

.page-art-fairs-exhibitions .media a {
    color: #000;
    text-decoration: none;
}

.page-art-fairs-exhibitions .media a:hover,
.page-art-fairs-exhibitions .media a a:focus {
/*    text-decoration: underline;*/
}


.page-art-fairs-exhibitions div.media {
    background-color: #EEE;
    color: #666;
    margin: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);

}

.page-art-fairs-exhibitions div.media p {
    margin:15px 0 0 0;
}
.page-art-fairs-exhibitions h2 {
    font-size: 13px;
    color: #444;
    line-height:normal;
}


.page-art-fairs-exhibitions .media img {
    border: 1px #888 solid;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 0 15px 10px 0
}


.page-art-fairs-exhibitions .media.imgsmall img {
    float : left;
}

.page-art-fairs-exhibitions .imgfull {
    margin-bottom: 15px;
}

.page-art-fairs-exhibitions .imgfull .bd {
    /*    padding-top: 20px;*/
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


#years {
    float:left;
    width:50px;
    padding:5px 0 0 0;
    margin: 0 40px 0 0;
    text-align: right;
}

#years ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

#years ul li a.selected {
    font-weight: bold;
}

#years ul li a {
    text-decoration: none;
}

#contentRight {
    width:870px;
    float:right;

}

#main_image {
    max-width : 100%;
}


/*Product slideshow*/
#slide-container  {
    width:603px;
    min-height:402px;
    position:relative;
}



#slide-container img {
    width:603px;
    // height:402px;
    display:block;
    // position:absolute;
    // top:0;
    // left:0;
    z-index:1;
    cursor: pointer;
}

#slide-container-controls {
    width:616px;
    margin: 10px 0 0;
    overflow: auto;

}

#slide-container-controls img {
    cursor:pointer;
    width:75px;
    height:50px;
    float:left;
    margin:0 13px 10px 0px;
}

#slide-container-controls img#over-video {

    width:150px;
    height:100px;
    margin: 0 0 0 -80px;
}


.toc-active        {
    border-color:#000;
}

#embed_video {
    display:none;
}

.fancybox-inner .content.clearfix {
    padding: 0;
    margin: 0;
}

.fancybox-inner .content.clearfix,
.fancybox-inner .content.clearfix a,
.fancybox-inner h1,
.fancybox-inner h2,
.fancybox-inner h3,
.fancybox-inner h4,
.fancybox-inner h5,
.fancybox-inner hr {
    color: #666;
}


.fancybox-inner .content.clearfix .tool-icons {
    display: none;
}

.fancybox-inner h1,
.fancybox-inner h2 {
    padding: 0;
    margin: 0;
}

.fancybox-inner hr {
    margin: 5px 0 15px 0;
}

.fancybox-inner h1 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.fancybox-inner h2 {
    font-size: 13px;
}

.detailsList div {
    clear: both;
    margin: 10px 0 0 0;
}

.detailsList div h5 {
    display: inline;
}

.detailsList div div {
    margin: 0;
}

#fancyContent {
    width:630px;
    padding:15px;
}

#content {
    /*margin: 20px 0 0 0;*/
}

.archive div.play {
    content: '';
    background:  transparent url(images/play.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height:60px;
    width:60px;
    z-index: 999999;
}

.wpb_single_image.play::after {
    content: '';
    background:  transparent url(images/play.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height:60px;
    width:60px;
    z-index: 1;
}

div:hover.play,
a:hover.various-fancybox div.play {
    // background-position: 0 -60px;
}

a:hover.various-fancybox {
    text-decoration: none;
}

a:hover.various-fancybox.more {
    text-decoration: underline;
}


#google_translate_element {
    float: right;
}

#google_translate_element img {
    display:inline;
}



nav#menu{
    height:30px;
    padding:3px 0;
    border-top:1px solid #726e6e;
    border-bottom:1px solid #726e6e;
    clear:both;
    position:relative;
}

.menu ul {margin-top: 0;}

.menu-dropdown {padding: 0;}
/* Level 1 */
.menu-dropdown>li {
    margin-right: 10px;
    padding-bottom: 11px;
}
.menu-dropdown li a {
    color: #777;
    height: 30px;
    line-height: 30px;
}
/* Set Hover and Active */
.menu-dropdown li.current_page_item a {
    color: #a2a4a6;
}



.menu-dropdown .dropdown-bg > div {
    padding:0;
}

.menu-dropdown>li {display: inline-block; margin-right: 10px;}
.menu-dropdown>li>a {
    letter-spacing:1px;
    font-size:12px;
    text-transform: uppercase;
    font-weight: bold;
    display:inline;
    color: #fff;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-dropdown .level1 a:hover, .menu-dropdown li.active a.level1, .menu-dropdown li.active a.level1:link, .menu-dropdown li.active a.level1:visited, .menu-dropdown .level1 span.separator:hover {
    border: none;
    color:#a2a4a6;
}
.menu-dropdown>li:hover>a {
    color: #a2a4a6;
    text-shadow: none;
    text-decoration:none;
}

.border-01 {
    border-top: solid 1px #484848;
    border-bottom: solid 1px #484848;
    padding:15px 0;
    margin:15px 0 0px;
}
.menu-dropdown .dropdown, .menu-dropdown .dropdown-bg > div {
    border-radius:0;
}
.menu-dropdown {
    margin-bottom: -12px;
}
.menu-dropdown > li:last-child, .menu-dropdown li.yc { /* Special case for last link Equities */
    border:1px solid #5d5b5b;
    position:absolute;
    right:0;
    top:-1px;
    background:#424242;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    -moz-box-shadow: 0 0 5px #363232;
-webkit-box-shadow: 0 0 5px#363232;
box-shadow: 0 0 5px #363232;
    }
.menu-dropdown li.yc {right: 41px!important;}
.menu-dropdown > li:last-child:hover{ /* Special case for last link Equities */
    border:1px solid #656363;
    }
.menu-dropdown ul > li:last-child a { /* Special case for last link Equities */
    height:30px;
    line-height:30px;
    }

/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

/* Link */
.menu-sidebar a, .menu-sidebar li > span {
    color: #444;
}
/* Hover */
.menu-sidebar a:hover, .menu-sidebar li > span:hover {
    color: #d50;
}
/* Current */
.menu-sidebar a.current {
    font-weight: bold;
}
/* Level 1 */
.menu-sidebar li.level1 {
    border-top: 1px solid #ddd;
}
.menu-sidebar li.level1:first-child {
    border-top: none;
}
.menu-sidebar li.parent .level1 > span {
    background: url(../images/menu_sidebar_parent.html) 100% 0 no-repeat;
}
.menu-sidebar li.parent.active .level1 > span {
    background-position: 100% -100px;
}
/* Level 2-4 */
.menu-sidebar ul.level2 ul {
    padding-left: 10px;
}
/* Icons */
.menu-sidebar span.icon {
    margin-right: 4px;
}
/* Line Menu
----------------------------------------------------------------------------------------------------*/

.menu-line li {
    margin-left: 7px;
    padding-left: 8px;
    background: url(../images/menu_line_item.html) 0 50% no-repeat;
}
.menu-line li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

#slider1 ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-info h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 10px;
}

.ms-container:after {
    content: '';
    width: 463px;
    height: 430px;
    background: url(images/gradient-black.png) no-repeat 0 0;
    position: absolute;
    left: 300px;
    top: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.ms-container {overflow: hidden;}

.ms-skin-default .ms-nav-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 999;
    width: 25px;
    height: 108px;
    text-indent: -999999px;
    background: url(images/back.png) no-repeat 0 0;
    margin-top: -54px;
}

.ms-skin-default .ms-nav-next {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 999;
    width: 25px;
    height: 108px;
    text-indent: -999999px;
    background: url(images/next.png) no-repeat 0 0;
    margin-top: -54px;
}

.wpb_content_element {margin-bottom: 0px;}

.wpb_single_image {position: relative;}

.wpb_single_image .vc_figure-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba(165,165,165,.35);
    display: block;
    padding: 13px 10px;
    margin: 0;
    width: 300px;
    font-weight: bold;
}

h3 {font-size: 18px;
    margin-bottom: 10px!important;
    line-height: 18px;
}

p {margin-top: 10px!important;margin-bottom: 10px!important;}

.site-footer {
    border-top: 1px solid rgb(72, 72, 72);
    border-bottom: 1px solid rgb(72, 72, 72);
    padding: 15px 0;
    margin: 50px 0 0 0;
    outline: none;
    z-index: 2;
    position: relative;
}

.site-footer h4 {    
    font-size: 14px;
    text-transform: uppercase;
}

a, a:link, a:visited, a:active {color: #FFF;}
a:hover{color:#cccccc;}

a:hover {text-decoration:none !important;}

.mb20 {margin-bottom: 20px;}

/*Hidden div*/
.divhidden {
    opacity : 0;
    display:none;
}

/*Product slideshow*/
#slideshow-container  {
    width:395px;
    height:395px;
    position:relative;
}



#slideshow-container img {
    width:395px;
    height:395px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    cursor: pointer;
}

#slideshow-container-controls {
     margin: 10px 0 0;

}

#slideshow-container-controls img, .thumb-link img {
    cursor:pointer;
    width:70px;
    height:70px;
    float:left;
    margin:0 10px 10px 0px;
}

.thumb-link {margin-top: 20px; display: block;}

#slideshow-container-controls img#over-video {

    width:70px;
    height:70px;
    margin: 0 0 0 -80px;
}


.relatedList a {
    display: block;
    float:left;
    padding: 0 16px 0 0;
    margin:0;
    opacity: 1;
}

.relatedList a img {
    width: 110px;
    border: 0;
}

div.media {
    width: 415px;
    margin: 10px;
/*    float:left;*/
    text-align: left;
}

div.media {
    color: #666;
}

.mod{margin:10px;}
.mod .inner{/*background: url(skin/transparent.png) repeat left top;*/}
.bd,.ft, .hd{display: inline-block; width:100%; *display:block; *width:auto; zoom:1;}
.inner:after,.hd:after,.bd:after,.ft:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.inner{position:relative;}
.tl, .tr, .bl, .br{height:10px; width:10px;float:left;}
.tl{background-position: left top;}
.tr{background-position: right top;}
.bl{background-position: left bottom;}
.br{background-position: right bottom;}
.br,.tr{float:right;}
.tr, .tl{overflow:hidden;margin-bottom:-32000px;}/* margin bottom needs to be < -9px */
.bl,.br{margin-top:-10px;}
.top{background-position:center top;}
.bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
/* complex */
.complex{overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;}
.complex .bl, .complex .br{/*margin-top:0;*/}
.complex .top{height:5px;}
.complex .bottom{height:5px;/*margin-top:-10px;*/}
/* pop */
.pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;}
.pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;}
.pop .tl, .pop .br{display:none;}
.pop .bl{bottom:-10px;}
.pop .tr{float:right;margin-right:-10px;_display:inline;/fix double margin bug/}

.post-type-archive-phx_publication .detailProduct{
    display:block;
}

.post-type-archive-phx_publication div.media {
    width: 270px;
    margin: 10px;
/*    float:left;*/
    text-align: left;
}

.post-type-archive-phx_publication .mediaCont {
    margin: 0 auto 0 auto;
}

.post-type-archive-phx_publication .media .img {
    display: block;

}


.post-type-archive-phx_publication .media .img {
    height: 254px;
}

.post-type-archive-phx_publication .media div.bd {
    clear: both;
    display: block;
    zoom: 1;
    padding: 5px 0 0 0;
}

.post-type-archive-phx_publication .media p, .post-type-archive-phx_publicatio .media a {
    margin: 0;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
}

.post-type-archive-phx_publication .media p, .post-type-archive-phx_publication .media div.bd hr {
    margin: 0;
}

.post-type-archive-phx_publication .media p, .post-type-archive-phx_publication .media div.bd h2 {
    padding:0;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}


.post-type-archive-phx_publication #breadcrumbs {
    display: none;
}

.post-type-archive-phx_publication #content {
    margin: 20px 0 0 0;
}

.fancybox-inner {
    overflow: hidden!important;
}

#fancyContent a {color: #444;}

#h-boxes .wpb_wrapper, #h-boxes .vc_single_image-wrapper, #h-boxes .vc_single_image-wrapper img, #h-boxes figcaption {width: 100%!important;}

#h-boxes figcaption {pointer-events: none;}

.conditions p, .provenance p { display: inline;}

.page-numbers.current {text-decoration: underline; font-weight: bold;}

.page-numbers {
	    margin: 0 5px;
    padding-left: 4px;
    text-decoration: none;
    line-height: 18px;
}

#fancyContent img {display: inline-block; text-align: center;}

.hcf-media-wrapper, .hcf-image-wrapper {text-align: center;}

#fancyContent p:has(> img) {text-align: center;}

.paginate_links {margin-top: 30px; display: block; text-align: center;}

#fancyContent p span {background-color: #c0c0c0;}

a.fb-btn, a.googleplus, a.twitter {width: 30px; height: 30px; background: url(images/facebook-logo-button.png) no-repeat; background-size: contain; display: block; opacity: .7; display: inline-block; margin-left: 10px;}

a.googleplus {background: url(images/googleplus-logo.png) no-repeat;background-size: contain;}
a.twitter {background: url(images/twitter-logo-button.png) no-repeat;background-size: contain;}

a.fb-btn:hover, a.googleplus:hover, a.twitter:hover  {opacity: 1;}

.social-icons {float: right; margin-top: 20px;}

@media screen and (min-width:992px) and (max-width:1199px) {
 #years {
    float: left;
    width: 10%;
    min-width: 30px;
    margin: 0 3% 0 0;
}

#years ul li {margin-top: 7px; margin-bottom: 7px;}

#contentRight {
    width: 87%;
}

div.media {width: 47%;}

.searchandfilter ul li {margin-left: 30px;}

#content {margin-top: 10px;}

.searchResults_1 { margin-top: 20px;}

.searchandfilter select.sf-input-select, .sf-field-search input, form.searchandfilter select, .sf-field-search input[type=text] {
	width: 180px; }
div.detailProduct {
    padding: 250px 18px 20px 18px;
}

// .searchandfilter ul li {margin-left: 3%;}

}

@media screen and (min-width:768px) and (max-width:991px) {


#years {
    float: left;
    width: 10%;
    min-width: 30px;
    margin: 0 3% 0 0;
}

#years ul li {margin-top: 7px; margin-bottom: 7px;}

#contentRight {
    width: 87%;
}

div.media {width: 46%;}

.searchandfilter ul li {margin-left: 20px;}

#content {margin-top: 10px;}

.searchResults_1 { margin-top: 20px;}

.searchandfilter select.sf-input-select, .sf-field-search input, form.searchandfilter select, .sf-field-search input[type=text] { width: 150px; }

div.detailProduct { padding: 200px 18px 20px 18px; }

.ms-slide-info {
    height: 130px;
    top: 132px;
    left: 460px;
    width: 230px!important;
    position: absolute!important;
    margin-top: 0;
    font-style: italic;
    z-index: 9;
}

.ms-slide-info h2 {font-size: 20px; line-height: 24px;}

}

@media screen and (max-width:767px) {
.ms-slide-info {display: none;}

.fancybox-image, .fancybox-iframe {
    overflow-y: scroll;
}


#fancyContent {
    width: 330px;
    padding: 0;
}

#slide-container img {
    width: 100%;
    height: auto;
}

.fancybox-inner {
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
  }

.fancybox-wrap {position: absolute!important;}

.social-icons {float: left; margin-top: 0px; margin-bottom: 20px;}

}

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

	 .site-branding img {max-width: 80%; height: auto;}
  
  div.detailProduct {
    opacity: 1;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 5px;
    margin-bottom: 30px;
  }

  .searchResults_1 img {display: inline;}

  .searchandfilter ul {text-align: center;}

  .searchandfilter ul li {margin-left: 0;}

  #content {margin-top: 0;}

  .searchResults_1 { margin-top: 20px;}

  #years {
    float: left;
    width: 10%;
    min-width: 30px;
    margin: 0 3% 0 0;
}

#years ul li {margin-top: 7px; margin-bottom: 7px;}

#contentRight {
    width: 85%;
}

div.media {width: auto;}

#slideshow-container-controls {overflow: auto;}
  
}


@media (max-width: 480px) {

 .site-branding img {max-width: 80%; height: auto;}
  
  div.detailProduct {
    opacity: 1;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 5px;
    margin-bottom: 30px;
  }

  .searchResults_1 img {display: inline;}

  .searchandfilter ul {text-align: center;}

  .searchandfilter ul li {margin-left: 0;}

  #content {margin-top: 0;}

  .searchResults_1 { margin-top: 20px;}

  #years {
    float: left;
    width: 10%;
    min-width: 30px;
    margin: 0 3% 0 0;
}

#years ul li {margin-top: 7px; margin-bottom: 7px;}

#contentRight {
    width: 85%;
}

div.media {width: auto;}

#slideshow-container, #slideshow-container img {width: 290px;height: 290px;}

#slideshow-container-controls {overflow: auto;}

#fancyContent {
    width: 300px;
}

.footer-logos {height: auto;}

.footer-logos img {height: 50px; width: auto; margin-bottom: 20px;}
.ft-copyright {color: #fff;}
}
  
}

@media (max-width: 350px) {

#fancyContent {
    width: 250px;
}

}


/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
    z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}

.cloudzoom-gallery {opacity: .75;}
.cloudzoom-gallery-active {opacity: 1;}

.printfriendly, .addtoany_shortcode  {display: inline-block;}

.addtoany_list a {padding: 6px 0 0 4px;}

a.wpptopdfenh  img {display: inline-block; max-height: 19px; width: auto;}

a.wpptopdfenh:hover img {opacity: .7;}

.header_nav, .header_nav_active{
  font-size: 1.4em;
  font-weight: normal;
	
	}
.header_nav{

}
.header_nav_active{
color:#000;
}

ul#navig li { float: left; position: relative;}
ul#navig > li:first-child { padding: 0;}
ul#navig li a {
float: left; display: block;
        text-align: center; 
		padding:4px 10px;
}
ul#navig li a.active, ul#navig li a:hover, ul#navig li a:focus {
color: #9B9B9B;  text-decoration: none; 
}



ul#navig li ul { padding: 0; display: none; position: absolute; top: 100%; z-index: 100; width: 200px;}
ul#navig li:hover > ul { display: block; }

ul#navig li ul li { padding: 0; background-color: #fff; }
ul#navig li ul li a { font-size: 1.4em;font-weight:normal;text-align: left; width: 170px; padding: 14px 0px 0px 10px;border:none;}
.col-md-5{max-width:30%;float:left;}

h1{font-size:1.6em;}

.box_img_small{
  /*padding-right: 40px;*/
  text-align: left;
  margin:auto;
}

.box_text_small{
    padding-bottom: 10px;
    /*padding-right: 40px;*/
	margin:auto;
}

.box_img_small_grid{
  display: block;
  height: 150px;
  text-align:center;
}

.box_img_small_grid #o{
  visibility: hidden;
  padding:10px;
}

.box_img_small_grid:hover{
  background-color:#000;
  display: block;
}
.box_img_small_grid:hover #o{
  visibility: visible;
}

.box_img_small_back{
  width:250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position:top center;
}

.container{
	padding-left:0;
	padding-right:0;
}

.container-fluid{
}

.carousel-caption{
	font-size:1.3em;
	color:white;
	background-image:url("https://timelineauctions.com/images/transpBlack50.png");
	padding-bottom: 50px;
	width:100%;
	bottom: 0px;
	left:0;
	right:0;
}

@media screen and (max-width: 600px) {
.carousel-caption {
    font-size: 0.8em;
  }
}

.bg-dark{
	background:none !important;
	/*border-bottom: 1px solid gray;*/
}

.page-item.active .page-link {
color:black;
background-color: #FFF;
border-color: #ddd;
}

.page-link:hover{
color:black;
}

.btn-primary.active{
color: #ba8601;
background-color: #e9ecef;
border-color: #dee2e6;
box-shadow:none !important;
}

.btn-primary{
color:white !important;
background-color: #ababa0 !important;
border-color: #ababa0 !important;
box-shadow:none !important;
}

.btn-primary:hover{
	background-color:#666 !important;
	color:#333 !important;
	border-color:#666 !important;
	
}
.btn-primary.focus, .btn-primary:focus{
box-shadow:none !important;
}

hr{
	border-color: #484848;
}

.dropdown-item.active, .dropdown-item:active{
	color:black;
	background-color:#FFF;
	
}

.btn-list, .btn-grid, .btn-list-active, .btn-grid-active{
	width:40px;
	height:40px;
	color:transparent !important;
	background-color:transparent !important;
	background-repeat:no-repeat;
	background-position:center;
	border: 1px solid white;
	border-radius:5px;
	padding:2px;
}

.btn-list{
	background-image: url(../images/list_view.png);
	border:none;
}

.btn-list-active{
	background-image: url(../images/list_view_active.png);
}

.btn-grid{
	background-image: url(../images/grid_view.png);
	border:none;
}

.btn-grid-active{
	background-image: url(../images/grid_view_active.png);
}

.form-control{
	height:2em;
	display: inline-block;
	padding:0rem .75rem;
}

.dropdown-menu{
	background-color:#555;
}

.nav-link{
	color:#FFF !important;
}

.nav-link:hover{
	color: #CCC !important;
}

.page-link{
	background-color:#555;
	border:1px solid #777;
}

.error{
	color:red;
	font-size:0.8em;
}
.shadow{
	box-shadow:0px 0px 9px #111 !important;
	/*border:1px solid #111;*/
	
}

.was-validated .form-control:valid {
    background-image: none; /*form green tick removed*/
}