/*
 Theme Name:   Michael Sedler Antiques
 Description:  Theme for Michael Sedler Antiques
 Author:       Joe Collinson
 Author URI:   http://www.1stdibs.com
 Template:     dibsbase
 Version:      1.0.3
 Text Domain:  sedler
*/

/** WORDPRESS SPECIFIC **/

/* fonts */
@font-face{
    font-family:'bryant_webregular';
    src:url(fonts/BryantWebRegular-webfont.eot);
    src:url(fonts/BryantWebRegular-webfont.eot?#iefix) format("embedded-opentype"),
    url(fonts/BryantWebRegular-webfont.woff2) format("woff2"),
    url(fonts/BryantWebRegular-webfont.woff) format("woff"),
    url(fonts/BryantWebRegular-webfont.ttf) format("truetype"),
    url(fonts/BryantWebRegular-webfont.svg#bryant_webregular) format("svg");
    font-weight:400;
    font-style:normal
}

/* desktop style */
.mobile-show {
    display: none;
}

.tablet-show {
    display: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.mobile-show {
    display: none !important;
}

.tablet-show {
    display: none;
}

.mm-page {
    height: 100% !important;
    position: static !important;
}
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}


::-webkit-input-placeholder { /* Chrome */
    color: #030303;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #030303;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #030303;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #030303;
    opacity: 1;
}

body {
    font-family: bryant_webregular;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    height: auto !important;
    min-height: 100%;
    position: relative;
    background-color: #bfbfbf;
}

.clear {
    clear:both;
}

a {
    text-decoration: none;
    color: #030303;
}

img {
    max-width: 100%;
}

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

h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
}

#wrapper {
    width: calc(100% - 42px);
    max-width: 1202px;
}

#content {
    background-color: #bfbfbf;
    padding-bottom: 150px;
    width: calc(100% - 42px);
    max-width: 1186px;
    margin: 0 auto;
    padding-top: 30px;
}

body.home #content {
    padding-top: 0;
}

.terms {
    padding-top: 20px;
    padding-bottom: 18px;
}

/* header */

#header {
    background: url('images/header-shadow-slice.png') #303030 repeat-x top left;
}

#header a {
    color: #ffffff;
}

#header .innerHeader {
    width: calc(100% - 42px);
    max-width: 1202px;
    margin: 0 auto;
    color: #ffffff;
}

#header .top {
    padding-top: 9px;
    font-size: 14px;
}

#header .top .num {
    float: left;
}

#header .top .side {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
}

.top .side span.divider {
    display: inline-block;
    margin: 0 5px;
}

#header .mainheader {
    margin-bottom: 16px;
}

#header .lapada {
    float: left;
    margin-top: 12px;
}

#header .lapada  img {
    max-height: 80px;
}

#header .cinoa {
    margin-top: 12px;
    float: left;
    margin-left: 16px;
}



#header .cinoa  img {
    max-height: 80px;
}

#header .vault {
    float: right;
    margin-top: 12px;
}

#header .vault img {
    max-height: 80px;
}

.lapada img {
}

.vault img {
}

#header .logo {
    margin: 0 153px 0 80px;
    text-align: center;
}

#header .logo img{
    max-width: 332px;
}


#header .bottom-header {
    border-top: 1px solid #7a7a7a;
    padding-top: 6px;
    padding-bottom: 7px;
}

#menu {
    position: relative;
    float: left;
    width: 82%;
    box-sizing: border-box;
    padding: 6px 50px 6px 8px;
}

#menu nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

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

#menu li {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

#header .search {
    position: relative;
    float: right;
    width: 18%;
    box-sizing: border-box;
    padding-right: 12px;
}

#header .search-field {
    border: 0;
    width: 100%;
    height: 30px;
    padding: 1px;
    font-family: bryant_webregular;
}

#header .search-button {
    position: absolute;
    right: 18px;
    top: 5px;
    height: 20px;
}

#header .menu-item-has-children {
    background: url('images/arrow1-down-white.png') center right no-repeat;
    background-size: 11px auto;
    padding-right: 15px;
}

body.home #header .menu-item-has-children {
    background-image: url('images/arrow1-down-black.png');
}

#header .menu-item-has-children:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 34px;
    left: 0;
    top: 18px;
}

#header .menu-item-has-children:hover .sub-menu {
    display: block;
}

#header .sub-menu {
    display: none;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    background-color: #303030;
    position: absolute;
    text-transform: none;
    text-align: left;
    z-index: 10;
    padding: 12px 19px 10px 19px;
    top: 34px;
    left: 50%;
    transform: translate(-50%, 0);
}

#header .sub-menu:after, #header .sub-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#header .sub-menu:after {
    border-color: rgba(48, 48, 48, 0);
    border-bottom-color: #303030;
    border-width: 8px;
    margin-left: -8px;
}
#header .sub-menu:before {
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #f2f2f2;
    border-width: 9px;
    margin-left: -9px;
}

#header .sub-menu a {
    font-size: 14px;
    display: block;
    line-height: 12px;
    margin: 10px 0px;
    color: #fff !important;
    text-transform: none;
}

/*#header .menu-item .dropdown {
    display: none;
    width: 343px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    background-color: #303030;
    position: absolute;
    text-transform: none;
    top: 38px;
    left: 50%;
    text-align: left;
    z-index: 10;
    margin-left: -171px;
    padding: 12px 19px 10px 19px;
}

#header .menu-item .arrow1,
#header .menu-item .arrow2 {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1003;
    height: 0;
    width: 0;
    margin-top: -8px;
    margin-left: -8px;
}

#header .menu-item .arrow2 {
    z-index: 5000;
    border-bottom-color: #303030;
    top: 1px;
}

#header .menu-item:hover .dropdown {
    display: block;
}

#header .menu-item .dropdown a {
    font-size: 13px;
    display: block;
    line-height: 12px;
    margin: 10px 0px;
}

#header .menu-item .dropdown a:hover {
    color: #8599a1;
}


#header .menu-item .pad {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: transparent;
    left: 0;
    top: -20px;
    opacity: 0;
}*/

body.home #header a {
    color: #030303;
}

body.home #header .menu-item .dropdown a {
    color: #ffffff;
}

body.home #header .top .side a {
    color: #ffffff;
}

#header .bottom-header #menu .menu-item.last {
    margin-right: 0;
}

#header .social {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}

#header .social img {
    height: 22px;
    vertical-align: middle;
    margin-top: -3px;
}


/* footer */
#footer {
    background-color: #303030;
    color: #f9f8f6;
    padding-top: 22px;
    bottom: 0;
    width: 100%;
    position: absolute;
    font-size: 12px;

}

#footer .inner-footer {
    width: calc(100% - 42px);
    max-width: 1202px;
    margin:0 auto;
    margin-bottom: 22px;
}

#footer .footAddress {
    float: left;
    line-height: 22px;
    font-size: 15px;
    text-transform: uppercase;
}

#footer .foot-contact {
    float: right;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

#footer .foot-contact a {
    color: #f9f8f6;
}


#footer .footAddress span {
    color: #aaa9a7;
    margin: 0 7px;
}

#footer .sister {
    text-align: center;
    margin: 0 257px 0 183px;
}

#footer .sister img {
    width: 28%;
}


#footer .sister a {
    color: #f9f8f6;
}

#footer .bottom-foot {
    border-top: 1px solid #7a7a7a;
    padding-top: 10px;
    padding-bottom: 9px;
}

#footer .bottom-foot .inner-botfoot {
    width: calc(100% - 42px);
    max-width: 1202px;
    margin:0 auto;


}

#footer .footer-menu .footer-spacer {
    margin: 0 2px;
}


#footer .bottom-foot .footer-menu {
    float: left;
    margin-top: 5px;
}

#footer .bottom-foot .footer-menu a {
    color: #f9f8f6;
}

#footer .bottom-foot .credits {
    float: right;
    margin-top: 5px;
}

#footer .social {
    margin: 0 221.5px 0 171px;
    text-align: center;
}

#footer .social img {
    height: 25px;
}

.footer-menu ul, .footer-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    border-right: 1px solid #f9f8f6;
    padding-right: 6px;
    margin-right: 2px;
}

.footer-menu li:last-child {
    border-right: 0 none;
}

/* home */

#home {
    padding-bottom: 38px;
}

body.home #content {
    width: 100%;
    max-width: none;
    background-color: #303030;
}


body.home #footer {
    padding-top:0;
    border-top: 1px solid #7a7a7a;
}

body.home #footer .home-footer {
    background-color: #030303;
    padding-top: 22px;
}

body.home #footer .inner-footer {
    margin-bottom: 0;
    padding-bottom: 22px;
}

body.home #header .bottom-header.home {
    position: absolute;
    border:none;
    width: calc(100% - 42px);
    max-width: 1202px;
    padding-top: 8px;
}

body.home #header .mainheader {
    margin-bottom: 0;
    padding-bottom: 16px;
}


#home .top {
    background-color: #b1b9bb;
}

#home .top img {
    width: 100%;

}

#home .recent {
    background-color: #303030;
}

#home .bottom {
    background-color: #030303;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 14px;
}

#home .bottom .innerbottom {
    width: calc(100% - 42px);
    margin: 0 auto;
    text-align: center;
    max-width: 1084px;
    line-height: 21px;
    font-size: 18px;
}

#home .innerbottom a {
    color: #fff;
}

#home .bottom .line {
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
}

#home .bottom h1 {
    margin-bottom: 18px;
    font-size: 22px;
}

#home .bottom .hlist {
    letter-spacing: 3px;
}

#home .bottom .hlist span:before {
    content: "\2022";
    color: #ffffff;
    padding-right: 9px;
    padding-left: 9px;
}

#home .bottom .hlist img {
    height: 21px;
}

#home .recent {
    padding-top: 32px;
    padding-bottom: 46px;
}

#home .recent h2 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin-top: 0;
    letter-spacing: 2px;
}

#home .innerrecent {
    width: calc(100% - 42px);
    margin: 0 auto;
    max-width: 1202px;
}

body.home .slick-prev, body.home .slick-next {
    background: url(images/arrow1-left-white.png) top left no-repeat;
    background-size: 14px auto;
    left: -20px;
}

body.home .slick-next {
    background-image: url(images/arrow1-right-white.png);
    background-size: 14px auto;
    left: auto;
    right: -20px;
}

body.home #suggestions .image {
    border: none;
    background-color: #1f1f1f;
    line-height: 206px;
    display: block;
    width: 206px;
    margin: 0 auto;
}

.home-carousel {
    width: 94%;
    margin: 0 auto;
}

.home-carousel .image {
    text-align: center;
}

.home-carousel img {
    display: inline-block;
    max-width: 206px;
    max-height: 206px;
}

/* about us */
#instance_2167 {
    padding-top: 30px;
}

#instance_2167 img {
    width: 95.6%;
}

#instance_2167 p {
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 21px;
}

#instance_2167 td {
    width: 50%;
}

#instance_2167 table {
    margin-bottom: 30px;
}

.about-bot {
    padding-bottom: 60px;
    text-align: center;
    padding-top: 12px;
}

.about-bot a {
    display: inline-block;
    width: 180px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    margin: 0 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
}


/* contact */
#contact {
    padding-bottom: 80px;
}

#contact h2 {
    margin-top: 0;
    font-size: 19px;
    text-transform: uppercase;
}

#contact .leftinfo {
    float: left;
}

#contact .form {
    float: right;
    margin-right: 12%;

}

#contact .address {
    margin-bottom: 54px;
    line-height: 23px;
}

#contact .numbers {
    margin-bottom: 56px;
    line-height: 27px;
}

#contact .numbers span {
    display: inline-block;
    width: 28px;
}

#contact .numbers span.name1 {
    width: 46px;
}

#contact .numbers span.name2 {
    width: 70px;
}

#contact .hours {
    line-height: 23px;
}

#contact .form {
}

#contact .form td {
    display: block;
}
#contact .form td.gap {
    height: 8px;
}

#contact .form input[type=text],
#contact .form input[type=email] {
    border: 1px solid #dddddd;
    width: 326px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    padding:1px;
    margin-top: 6px;
}

#contact .form textarea {
    border: 1px solid #dddddd;
    width: 326px;
    background-color: transparent;
    height: 192px;
    resize: none;
    padding: 1px;
    margin-top: 6px;
}

#contact .form td.field,
#contact .form td.label {
    padding-bottom: 6px;
}


#contact h2.name {
    margin-bottom: 30px;
}

#contact .hours h2 {
    margin-bottom: 9px;
}

#contact .form td.field {
    padding-bottom: 9px;
}

#contact .form p {
    margin: 0;
    padding: 0 0 9px 0;
}

#contact .signup {
    float: left;
    line-height: 32px;
}

#contact input[type=submit] {
    float: right;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #030303;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0 none;
    cursor: pointer;
    font-family: 'bryant_webregular';
}

#contact .signup td {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

#contact .google-map,
#contact .map {
    width: 100%;
    height: 246px;
    margin-top: 72px;
}


/* stock */

#stock .left {
    float: left;
    width: 212px;
    line-height: 19px;
    font-size: 15px;
}

#stock .right {
    float: right;
    width: calc(98% - 212px);
}

.wishlist #stock .right {
    float: none;
    margin: 0 auto;
}

.item-results-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#stock .item {
    /*float: left;*/
    position: relative;
    width: 23%;
    text-align: center;
    margin-bottom: 37px;
}

#stock .item .item-hold {
    position: relative;
    width: 100%;
}

#stock .item .image-hold {
    padding: 2px;
    background: #1f1f1f;
    margin-bottom: 10px;
}

#stock .item .image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    line-height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    /*border: 2px solid #1f1f1f;*/
    background-color: #1f1f1f;
    box-sizing: border-box;
}

#stock .item .image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#stock .item .title {
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    text-transform: capitalize;
    height: 51px;
    overflow: hidden;
}

.item.side .item-hold {
    float: right;
}


.item.centerright .item-hold {
    margin-left: 7%;
}

.item.centerleft .item-hold {
    margin-left: 3%;
}


#stock .item .price {
    font-size: 14px;
    margin-top: 13px;
    height: 17px;
}

#stock .left a {
    display: block;
    margin-bottom: 7px;

}

#stock .left a:hover {
    color: #a0a0a0;
}

#stock .left .view {
    padding-bottom: 8px;
    border-bottom: 1px solid #030303;
}

#stock .left .cats {
    margin-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #030303;
}

#stock .refine2 {
    margin-top: 14px;
}

#stock .refine2 .head {
    text-transform: uppercase;
    margin-bottom: 12px;
}

#stock .left .stocksearch {
    margin-bottom: 25px;
    position: relative;
}

#stock .left .stocksearch .search-field {
    width: 204px;
    padding-left: 8px;
    border: 0;
    height: 30px;
    font-family: bryant_webregular;

}


#stock .left .stocksearch .search-button {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 20px;
}


#stock .left .drophead {
    width: 200px;
    padding-left: 12px;
    background: url('images/arrow1-down-white.png') #030303 no-repeat center right 7px;
    background-size: 12px auto;
    height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;

}

#stock .left .dropdown {
    border: 1px solid #030303;
    position: absolute;
    width: 210px;
    background-color: #bfbfbf;
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

#stock .left .dropdown a {
    display: block;
    padding-left: 12px;
    line-height: 24px;
    font-size: 14px;

}

#stock .left .price:hover .dropdown {
    display: block;
}

#stock .left .period:hover .dropdown {
    display: block;
}

#stock .left .period {
    margin-bottom: 16px;
}

.slick-prev, .slick-next {
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 23px;
    background: url(images/arrow1-left-black.png) top left no-repeat;
    background-size: 14px auto;
    border: 0px none;
    outline: none;
    color: transparent;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    left: -20px;
}


.slick-next {
    background-image: url(images/arrow1-right-black.png);
    background-size: 14px auto;
    left: auto;
    right: -20px;
}
#details .price .sold,
#stock .price .sold {
    color: #da252a;
}

#blog .pages,
#stock .pages {
    border-top: 1px solid #030303;
}

#blog span.pageNumbersHold,
#stock span.pageNumbersHold {
    display: inline-block;
    background-color: #030303;
    color: #ffffff;
    padding: 0 4px;
    padding-top: 4px;
    padding-bottom: 8px;
}

#blog .pages a,
#stock .pages a {
    margin: 0 6px;
}

#stock .sort {
    float:right;
    width: 180px;
    position: relative;

}

#stock .sort a.head {
    width: 166px;
    display: inline-block;
    background: url('images/arrow1-down-white.png') #030303 no-repeat center right 9px;
    background-size: 12px auto;
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

#stock .filter {
    margin-bottom: 32px;
}

#stock .dropdown {
    display: none;
    border: 1px solid #030303;
    width: 178px;
    background-color: #bfbfbf;
    margin-top: -32px;
    position: absolute;
    z-index: 10;
    padding-top: 6px;
    padding-bottom: 3px;

}
#stock a.more-link {
    text-decoration: underline;
}

#stock .sort:hover .dropdown {
    display: block;
}


#stock .dropdown a {
    display: block;
    line-height: 24px;
    padding-left: 8px;
}


#stock .filter .cat-desc {
    float: left;
    width: calc(100% - 205px);
}

#stock .filter .cat-desc p {
    margin:0;
}

#stock .right {
    position: relative;
}

#stock .backtop {
    position: absolute;
    right: 0;
    margin-top: -46px;
    font-size: 15px;

}

#stock .backtop img {
    width: 13px;
    margin-top: -3px;
    vertical-align: middle;
    margin-left: 2px;
}

/* details */

#details {
    padding-bottom: 52px;
}

#details .image {
    float: left;
    width: 536px;
    margin-left: 30px;
}

#details .info {
    float: right;
    width: 522px;
    margin-right: 4%;
    text-align: justify;
}


#details .image .mainimg {
    height: 532px;
    position: relative;
    line-height: 529px;
    border: 2px solid #1f1f1f;
    text-align: center;
    background-color: #1f1f1f;
}

#details .image .mainimg img {
    max-width: 532px;
    max-height: 532px;
    vertical-align: middle;
}

#details .info .buttons {
    margin-bottom: 18px;

}

#details .info .buttons a {
    width: 200px;
    display: inline-block;
    background-color: #030303;
    color: #ffffff;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

#details .info .buttons a.purchase {
    margin-right: 15px;
}

#details .info .othButtons {

}

#details .info .othButtons img {
    height: 32px;
}


#details .info .social,
#details .info .friend {
    display: inline-block;

}

#details .info .friend {
    margin-right: 25px;
}

#details .info .price {
    margin-top: 36px;
    margin-bottom: 40px;
    font-size: 19px;
}

#details .info h3 {
    margin-bottom: 9px;
    font-size: 16px;
    letter-spacing: 1px;
}

#details .info .date {
    margin-bottom: 22px;
}

#details .info .desc {
    margin-bottom: 22px;
}

#details .image .enlarge {
    font-size: 13px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 22px;
}

#details .image .enlarge img {
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;

}

#details .info .othButtons a {
    cursor:pointer;
}

.subimg a img {
    max-width: 66px;
    max-height: 66px;
    line-height: 66px;
    vertical-align: middle;
}

#details .subimg {
    text-align: center;
}

#details .subimg a {
    display: inline-block;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    line-height: 65px;
    text-align: center;
    border: 1px solid #acacac;
    background-color: #1f1f1f;
}

#details .subimg div {
    display: inline-block;
    margin: 0 7px;
    margin-bottom: 6px;
}

#suggestions .image img {
    max-width: 204px;
    max-height: 204px;
    vertical-align: middle;
}

#suggestions {
    width: 94%;
    margin: 0 auto;
}


#details #suggestions .image {
    width: 204px;
    /*  height: 206px; */
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 203px;
    float: none;
    border: 2px solid #1f1f1f;
    background-color: #1f1f1f;
}

#details .other {
    margin-top: 60px;
}
#details .other h3 {
    text-align: center;
    text-transform: uppercase;
}

#details .info .other {
    margin-top: 20px;
}

#suggestions .suggestion {
    text-align: center;
}

#suggestions .slick-track {
    margin: 0 auto;
}


#details .price .currencymain {
    width: 58px;
    height: 22px;
    line-height: 21px;
    background: url(images/arrow1-down-black.png) #bfbfbf no-repeat center right 6px;
    background-size: 11px auto;
    border: 1px solid #817d72;
    display: inline-block;
    margin-left: 4px;

}

#details .price select {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    width: 52px;
    height: 22px;
    line-height: 21px;
    padding-left: 6px;
    font-size: 13px;
    outline: 0;
}

#details .dont-show {
    display: none;
}

#details .buttons a {
    cursor: pointer;
}

#details .freeship {
    display: inline-block;
    font-size: 16px;
}

/* blog */

#blog {
    padding-top: 28px;
}

#blog .main {

}

#blog .admin-button {
    display: block;
    background-color: #030303;
    color: #ffffff;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#blog .no-results {
    text-align: center;
    margin-top: 20px;
}


#blog .post {
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #030303;
}

#blog .post h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

#blog .left {
    width: calc(100% - 254px);
    float: left;
}

#blog .right {
    float: right;
    line-height: 230px;
}

#blog .right img {
    width: 230px;
    vertical-align: middle;
}

#blog .more {
    text-decoration: underline;
}

.pages {
    text-align: center;
}

.post .date {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 22px;
}

.post .text {
    margin-bottom: 16px;
    text-align: justify;
}


.post .comments {
}

.post .comments span {
    display: inline-block;
    width: 45px;
    background: url('images/icon-comment.png') no-repeat center;
    background-size: 45px auto;
    color: #ffffff;
    text-align: center;
    height: 31px;
    padding-top: 5px;
    margin-right: 5px;
}

#blog .list {
    border-top: 1px solid #030303;
    border-bottom: 1px solid #030303;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;

}

#blog .pages {
    border: none;
    margin-top: 40px;
}



#blog .list .year img {
    height: 14px;
}

#blog .list .year {
    display: inline-block;
    width: 115px;
    border-right: 1px solid #030303;
}

#blog .list .months {
    display: inline-block;
    width: 73%;
    margin-left: -3px;
}

#blog .list .month {
    display: inline-block;
    margin:  0 2%;
    text-transform: uppercase;
}

#blog.detail {
    padding-bottom: 30px;
}

#blog.detail .image {
    float: right;
    width: 330px;
    text-align: center;
    margin-left: 60px;
    margin-bottom: 8px;

}

#blog.detail .image img {
    max-height: 350px;
    max-width: 330px;
    vertical-align: middle;
}

#blog.detail .main {
    text-align:justify;
}


#blog.detail .bottom .social,
#blog.detail .bottom .other,
#blog.detail .bottom .commentNum {
    display: inline-block;
}

#blog.detail .bottom img {
    height: 31px;
    vertical-align: middle;
    margin-top: -2px;
}

#blog.detail .bottom .commentNum {
    margin-right: 44px;
}

#blog.detail .bottom .other {
    margin-right: 22px;
}

#blog.detail .postcomment {
    margin-top: 60px;
    margin-bottom: 60px;
}

#comment-form {
    width: 100%;
}

#blog.detail .thecomments h3,
#blog.detail .postcomment h3 {
    text-align: center;
    width: 100%;
    margin-top:0;
}

#blog.detail .postcomment .input-field {
    width: 94%;
    border: 1px solid #ffffff;
    height: 30px;
    background-color: #bfbfbf;
    margin-top: 6px;

}

#blog.detail .comment-title {
    float: left;
    font-size: 18px;
}

#blog.detail .comment-date {
    float: right;
    font-size: 18px;
}

#blog.detail .thecomments .body {
    margin-top: 10px;
}

#blog.detail .comment {
    background-color: #aeaeae;
    padding: 18px 24px;
}

#blog.detail .comment.light {
    background-color: #bfbfbf;
}

#blog.detail .postcomment .emailspan {
    padding-left: 5%;
}

#blog.detail .commentNum span {
    display: inline-block;
    width: 45px;
    background: url(images/icon-comment.png) no-repeat center;
    background-size: 45px auto;
    color: #ffffff;
    text-align: center;
    height: 31px;
    padding-top: 5px;
    margin-right: 5px;
}

#blog.detail .postcomment .text-field {
    width: 99%;
    height: 174px;
    background-color: #bfbfbf;
    border: 1px solid #ffffff;
    margin-top: 6px;
}

#blog.detail .postcomment .submit {
    background-color: #030303;
    border: 0;
    width: 200px;
    height: 30px;
    color:#ffffff;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-top: 24px;
}

#blog.detail .postcomment td.half {
    width: 50%;
}


#blog.detail .postcomment .g-recaptcha {
    display: inline-block;
    margin-left: 40px;
    position: absolute;
}

#blog.detail .main span {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 22px;
}

#blog.detail .bottom {
    margin-top: 20px;
}

#blog.detail .bottom a {
    cursor: pointer;
}

/* event */

#events {
    padding-top: 30px;
    padding-bottom: 30px;
}

.event {
    width: 50%;
    float:left;
    margin-bottom: 28px;
}

.event .innerevent {
    width: 95.8%;
    float: left;
}

.event.side .innerevent {
    float: right;
}

.event .image {
    width: 100%;
    height:0;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

.event .image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.event .info {
    text-align:center;
    margin-top: 15px;
}

.event .info .title {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.event .info .date {
    font-size: 14px;
    margin-bottom: 5px;
}

.event .info .bottomlinks {
    font-size: 14px;
}

.event .info a.ticket {
    display: block;
    background-color: #030303;
    text-align: center;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    width: 182px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
}

/* press */

#press {
    padding-bottom: 30px;

}

#press .press {
    width: 25%;
    float: left;
}

#press .press .release {
    width: 93%;
}

#press .press.side .release {
    float: right;
}

#press .press.centerleft .release {
    margin-left: 2%;
}

#press .press.centerright .release {
    margin-left: 4%;
}


#press .press .image {
    width: 100%;
    height:0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

#press .press .image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#press .press a {
    display: block;
    text-align: center;
}

#press .press a.view img {
    height:20px;
}

#press .press .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 14px;
    height: 40px;
}

#press .press a.view {
}

#press .press .date {
    font-size: 14px;
    margin-bottom: 14px;

}

#press .press {
    margin-bottom: 18px;
}

/* basket */

#basket {
    padding-top: 30px;
    padding-bottom: 38px;
}

#basket .no-result {
    text-align: center;
}

#basket .continue {
    margin: 0 auto;
    margin-top: 8px;
}

#basket .continue a {
    display: block;
    color: #ffffff;
    background-color: #030303;
    width: 210px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}

#basket .basketmain {

}

#basket .basketmain .continue {
    margin:0;
}

#basket .item {
    background-color: #aeaeae;
    padding: 15px 0;

}

#basket .item .delete {
    float: left;
    margin-right: 40px;
    padding-top: 36px;
    margin-left: 20px;
}

#basket .item .delete img {
    height: 21px;

}

#basket .item .image {
    float: left;
    margin-right: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;

}

#basket .item .title {
    float: left;
    padding-top: 36px;
}

#basket .item .image img {
    max-width: 90px;
    max-height: 90px;
    vertical-align: middle;
}

#basket .item .price {
    float: right;
    padding-top: 36px;
    margin-right: 20px;
    font-size: 17px;
}

#basket .item.light {
    background-color: #bfbfbf;
}

#basket .basketmain .continue {
    margin-top: 61px;
    float: left;
}

#basket .basketmain .total {
    float: right;
    border-top: 1px solid #030303;
    border-bottom: 1px solid #030303;
    margin-top: 40px;
    padding: 22px 20px;
    font-size: 19px;
}

#basket .total .s {
    float: left;
    margin-right: 170px;
}

#basket .total .t {
    float :right;
}

#basket .proceed {
    float: right;
    margin-top: 35px;
}

#basket .proceed a {
    display: block;
    color: #ffffff;
    background-color: #030303;
    width: 210px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}


#checkout {
    padding-top: 30px;
    padding-bottom: 58px;
}

#checkout .no-results {
    text-align: center;
}

#checkout .summary {
    float: left;
    width: 28.5%;
}

#checkout .summary .sum {
    background-color: #aeaeae;
    padding-top: 11px;
    padding-bottom: 26px;
}

#checkout .checkout {
    float: right;
    width: 68%;
}


#checkout h3 {
    color: #666666;
    text-align: center;
    margin-bottom: 17px;
    margin-top:0;
    font-size: 18px;
}

#checkout .summary .list {
    background-color: #ffffff;
    width: 77%;
    margin: 0 auto;
    padding: 0 3%;
    margin-bottom: 18px;
}

#checkout .summary .item {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 14px;

}

#checkout .summary .item.no-border {
    border: none;
}

#checkout .summary .item .image {
    float: left;
    width: 48px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}

#checkout .summary .item .image img {
    max-width: 48px;
    max-height: 40px;
    vertical-align: middle;

}

#checkout .summary .item .price {
    float: right;
    text-align:right;
    line-height: 14px;
    margin-top: 14px;
    font-size: 15px;
}

#checkout .summary .item .price a {
    color: #ff0200;
    font-size: 10px;
}


#checkout .summary .sub {
    width: 83%;
    margin: 0 auto;
    margin-bottom: 16px;
    font-size: 15px;
}


#checkout .summary .head {
    float: left;
}

#checkout .summary .num {
    float: right;
}

#checkout .summary .ship {
    width: 83%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 8px;
}

#checkout .summary .total {
    width: 83%;
    margin: 0 auto;
    font-size: 18px;
    border-top: 1px solid #030303;
    padding-top: 10px;
}


#checkout .back a {
    display: block;
    width: 210px;
    text-align: center;
    margin: 0 auto;
    background-color: #030303;
    height: 32px;
    color: #ffffff;
    line-height: 32px;

}

#checkout .back {
    margin-top: 26px;
}


#checkout .checkout .shipping {
    background-color: #aeaeae;
    padding-top: 12px;
    padding-bottom: 32px;
    padding-left: 4%;
}

#checkout .checkout h3 {
    color: #040404;
    text-align: left;
    margin-bottom: 22px;

}

#checkout .pshipping .heading {
    padding-top: 18px;
}

.shipping .rbutton {
    position: relative;
    display: inline-block;
}

.personal input[type="radio" i], .shipping input[type="radio" i] {
    display: inline-block;
    position: absolute;
    visibility: hidden;
}

.shipping-addr-button label, .shipping label {
    display: inline-block;
    padding-left: 26px;
    margin-right: 38px;
    position: relative;
    z-index: 2;
}

.shipping-addr-button .radio, .shipping .radio {
    width: 7px;
    height: 7px;
    border: 2px solid #575757;
    background-color: #aeaeae;
    position: absolute;
    left: 0;
    top: 5px;
}

.shipping-addr-button .radio {
    border: 2px solid #030303;
}

input[type=radio]:checked ~ .radio {
    background-color: #030303;
    border: 2px solid #030303;
}

#checkout .personal {
    background-color: #aeaeae;
    padding-left: 4%;
    padding-top: 18px;
    padding-bottom: 32px;
}

#checkoutForm {
}

#checkoutForm td.heading {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 22px;
}

#checkout .input-field {
    width: 91%;
    border: 1px solid #ffffff;
    background-color: #aeaeae;
    height: 26px;
    padding: 0 5px;
    margin-bottom: 12px;
}

.personal td.label {
    vertical-align: top;
    padding-top: 5px;
}

.personal td.shipping-addr-button {
    padding-bottom: 22px;
    padding-top: 40px;
    position: relative;
}

.personal td.top {
    padding-top: 40px;
}


.shipping-addr-button .radio {
    right: 44px;
    left: auto;
    top: 46px;
}
.shipping-addr-button label {
    padding-right: 30px;
}

#checkout .pay-with-paypal td {
}

#checkout .pay-with-paypal input {
    height: 40px;
    margin-right: 5%;
}

#checkout .shipping .cost {
    display: inline-block;
    margin-left: 16px;
}

#checkout .personal .pshipping {
    display: none;
}

.personal td.shipping-addr-button .radio.red {
    background-color: #030303;
    border: 2px solid #030303;
}


.mm-listview {
    font-size: 15px !important;
}

body .mm-menu {
    background: #303030;
    color: rgba(255,255,255,.7);
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,.3) !important;
}



/* faq */

#instance_2185 {
    width: calc(100% - 38px);
    max-width: 828px;
    margin: 0 auto;
}


#instance_2185 td {
    padding: 20px 36px 40px 36px;
    text-align: justify;
    background: #a2a2a2;
}

.faq-block {
    max-width: 828px;
    margin: 0 auto;
    background: #a2a2a2;
    text-align: justify;
    padding: 20px 36px 40px 36px;
    box-sizing: border-box;
    margin-top: 30px;
}

.faq-block h3 {
    text-transform: uppercase;
}

.faq-block hr {
    border: 0 none;
    margin: 0 auto;
    width: 35.5%;
    max-width: 262px;
    margin-bottom: 28px;
    height: 1px;
    background: #313131;
}

.faq-block h1,
.faq-block h2 {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.faq-block ul {
    padding-left: 18px;
}


/* mailing list */

#mlm-form {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 556px;
    height: 416px;
    padding-top: 0px;
    background-color: #222021;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -278px;
    margin-top: -208px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #6f6d6e;
}
#mlm-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100% !important;
    background: #000;
    opacity: 0.7;
    top: 0px;
    left: 0px;
}
#mlm-form .mailingimg {
    text-align: center;
    margin-top:22px;
}

#mlm-form .mailingimg img {
    width: 262px;
}

#mlm-form .mailingjoin {
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase;
}

#mlm-form .sign .label {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#mlm-form .sign .field {
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 17px;
}

#mlm-form .mailingsubmit {
    margin-top: 38px;
    text-align: center;
}

#mlm-form .mailingsubmit button.submit {
    width: 180px;
    text-align: center;
    height: 34px;
    line-height: 32px;
    border: none;
    background-color: #030303;
    color: #ffffff;
    font-size: 15px;
    font-family: bryant_webregular;
}

#mlm-form .sign .field input {
    width: 296px;
    height: 36px;
    border: 1px solid #6f6d6e;
    padding: 0 10px;
    background: #222021;
    color: #ffffff;
}

#mlm-form .sign {
    text-align: center;
    margin-top: 36px;
}

#mlm-form .close {
    text-align: center;
    margin-top: 55px;
    color: #ffffff;
}

#mlm-form .close a {
    color: #ffffff;
}

/* smallScreens styles */
@media only screen and (min-width: 970px) and (max-width: 1280px) {
    #blog .list .months {
        width: 76%;
    }

    #blog .list .months {
        width: 78%;
    }


    #details .info {
        width: 470px;
        margin-right: 3%;
    }

    #header .logo img {
        width: 32%;
    }

    @media screen and (max-width: 1122px) {
        #contact .form {
            margin-right: 10%;
        }

        #blog .list .month {
            margin: 0 1.6%;
        }

        #details .info {
            width: 450px;
            margin-right: 2%;
        }

        #details .image {
            width: 516px;

        }
        #details .image .mainimg {
            height: 514px;
            line-height: 514px;
        }

        #details .image .mainimg img {
            max-width: 514px;
            max-height: 514px;
            vertical-align: middle;
        }

        #suggestions .image {
            width: 206px;
        }

        #basket .item .delete {
            margin-right: 30px;
        }

        #basket .item .image {
            margin-right: 28px;
        }

        #basket .item .title {
            font-size: 15px;
        }
    }
    @media screen and (max-width: 1080px) {
        /*#header .bottom-header #menu {
            width: 78%;
            padding-left: 0px;
        }

        #header .bottom-header .search {
            width: 17%;
            margin-right: 0;
        }*/

        #contact .form {
            margin-right: 8%;
        }

        #stock .item {
            width: 31%;
        }
        .item.centerleft .item-hold {
            margin-left: 0;
        }
        .item.centerright .item-hold {
            margin-left: 0;
        }

        .item.center .item-hold {
            margin: 0 auto;
        }

        .item.side .item-hold {
            float: left;
        }

        .item.smallside .item-hold {
            float: right;
        }

        #stock {
            width: 98%;
            margin: 0 auto;
        }
        #stock .item {
            margin-bottom: 39px;
        }

        #header .search .search-field {
            width: 99%;
        }

        #details .info {
            width: 420px;
            margin-right: 2%;
        }

        #details .image {
            width: 482px;

        }
        #details .image .mainimg {
            height: 480px;
            line-height: 480px;
        }

        #details .image .mainimg img {
            max-width: 480px;
            max-height: 480px;
            vertical-align: middle;
        }

        #suggestions .image {
            width: 206px;
        }

        #basket .item .delete {
            margin-right: 24px;
        }

        #basket .item .image {
            margin-right: 20px;
        }

        #checkout .shipping .cost {
            display: block;
            margin-left: 0;
        }

        #header .logo img {
            width: 38%;
        }
    }

    @media screen and (max-width: 1014px) {
        /*#header .bottom-header #menu {
            width: 79%;
        }*/

        #contact .form {
            margin-right: 0%;
        }


        #details .image {
            width: 452px;

        }
        #details .image .mainimg {
            height: 450px;
            line-height: 450px;
        }

        #details .image .mainimg img {
            max-width: 450px;
            max-height: 450px;
            vertical-align: middle;
        }

        #suggestions .image {
            width: 206px;
        }

        #basket .item .delete {
            margin-right: 18px;
        }

        #basket .item .image {
            margin-right: 16px;
        }


    }
}

/* tablet styles */
@media only screen and (min-width: 733px) and (max-width: 969px) {
    .tablet-show {
        display: block !important;
    }

    .tablet-hide {
        display: none;
    }

    #content {
        padding-bottom: 208px;
    }

    /* header */
    #header .logo img {
        width: 332px;
    }
    #header .bottom-header #menu {
        display: none;
    }

    #header .bottom-header .search {
        width: 26%;
        margin-right:2px;
    }

    #header .dmenu {
        float: left;
        margin-top: 8px;
    }

    #header .dmenu img {
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 6px;
    }

    @media screen and (max-width: 800px) {
        #header .logo img {
            width: 320px;
        }
    }

    /* footer */

    #footer .footAddress {
        float: none;
        text-align: center;
        margin-bottom: 4px;
    }

    #footer .foot-contact {
        float: none;
        text-align: center;
        margin-bottom: 23px;
    }

    #footer .foot-contact span {
        display: inline-block !important;
        color: #aaa9a7;
        margin: 0 7px;
    }

    #footer .footAddress span.tablet-show {
        display: inline-block !important;
    }

    #footer .sister {
        margin: 0 ;
    }
    #footer .sister img {
        width: 28.5%;

    }


    /* home */

    #home .bottom {
        padding-bottom: 18px;
    }

    body.home .dmenu {
        color: #030303;
    }

    /* contact */

    #contact {
        padding-bottom: 30px;
    }

    #contact .form {
        margin-right: 0;
    }

    #contact .google-map, #contact .map {
        margin-top: 42px;
    }

    #instance_2167 img {
        width: 96%;
    }
    /* stock */

    #stock .left {
        display: none;
    }

    #stock .item {
        width: 31%;
        margin-bottom: 35px;
    }

    #stock .right {
        width: 100%;
    }

    .item.centerright .item-hold {
        margin-left: 0;
    }

    .item.side .item-hold {
        float: none;
    }

    #stock .item.center .item-hold {
        margin: 0 auto;
    }

    #stock .item.smallside .item-hold {
        float: right;
        margin: 0;
    }

    #stock .refine {
        float: left;
        width: 200px;
        position: relative;
        order:0
    }

    #stock .sort {
        order:0;
        position: absolute;
        right:0;
    }

    #stock .filter {
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
        position: relative;
    }

    #stock .refine a.head {
        width: 188px;
        display: inline-block;
        background: url(images/arrow1-right-white.png) #030303 no-repeat center right 9px;
        background-size: 8px auto;
        height: 32px;
        line-height: 33px;
        padding-left: 14px;
        color: #ffffff;
        font-size: 15px;
    }

    #stock .filter .cat-desc {
        order: 1;
        width: 100%;
        text-align: justify;
        margin-top: 26px;
    }

    #stock .dropdown {
        margin-left: -999999999999px;
    }

    #stock .sort:hover .dropdown {
        margin-left: auto;
    }


    /* events  - press */
    #events {
        padding-bottom: 30px;
    }

    #press .press {
        width: 33.33%;
    }

    #press .press.centerleft .release {
        margin-left: 0;
    }

    #press .press.centerright .release {
        margin-left: 0;
    }

    #press .press.side .release {
        float: none;
    }

    #press .press.center .release {
        margin: 0 auto;
    }

    #press .press.smallside .release {
        float:right;
    }

    #press .press .title {
        height: auto;

    }

    /* Details */

    #details .image {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #details .image .mainimg {
        width: 450px;
        height: 450px;
        line-height: 449px;
        margin: 0 auto;
    }

    #details .image .mainimg img {
        max-width: 450px;
        max-height: 450px;
    }

    #details .info {
        float: none;
        margin-right: 0;
        text-align: center;
        width: calc(100% - 42px);
        margin: 0 auto;
        margin-top: 28px;

    }

    #details .info h3 {
        margin-bottom: 6px;
    }

    #details .other {
        margin-top: 45px;
    }

    #details .info .other {
        margin-top: 18px;
    }

    /* blog */

    #blog .list .year {
        border: none;
        width: 88px;
    }

    #blog .list .months {
        width: 85%;
    }
    #blog {
        margin-bottom: 28px;
    }

    #blog .list .month {
        margin: 0 1.6%;
    }

    #blog .post h2 {
        margin-top: 0;
    }

    #blog .post {
        margin-top: 26px;
    }

    @media screen and (max-width: 910px) {
        #blog .list .month {
            margin: 0 1.5%;
        }
    }
    @media screen and (max-width: 850px) {
        #blog .list .month {
            margin: 0 1.4%;
        }
    }
    @media screen and (max-width: 820px) {
        #blog .list .month {
            margin: 0 1.2%;
        }
    }
    @media screen and (max-width: 800px) {
        #blog .list .month {
            margin: 0 1.1%;
        }
    }

    @media screen and (max-width: 780px) {
        #blog .list .month {
            margin: 0 1%;
        }
    }

    #blog.detail .image {
        width: 296px;
        margin-left: 48px;

    }

    #blog.detail .image img {
        max-height: 296px;
        max-width: 296px;
    }

    /* basket */


    #basket .item .delete {
        margin-right: 22px;
    }

    #basket .item .image {
        margin-right: 22px;

    }

    #basket .item .title {
        width: 60%;
        padding-top: 26px;
    }

    /* checkout */

    #checkout .summary {
        width: 34.8%;
    }

    .shipping .radio {
        top: 14px;
    }
    @media screen and (max-width: 840px) {
        #checkout .shipping .cost {
            display: block;
            margin-left: 0;
        }
        .shipping .radio {
            top: 22px;
        }

    }


    #checkout .checkout {
        width: 62%;
    }

    #checkout .personal {
        margin-top: 29px;
    }

}

/* mobile styles */
@media only screen and (max-width: 732px) {
    .mobile-show {
        display: block !important;
    }

    .mobile-hide {
        display: none;
    }

    #content {
        padding-bottom: 287px;
        width: calc(100% - 22px);
    }


    /* header */

    #header .innerHeader {
        width: calc(100% - 22px);
    }

    #header .top {
        display: none;
    }

    #header .logo img {
        width: 65%;
    }

    #header .logo {
        padding-top: 12px;
        margin: 0 73px 0 80px;
    }

    #header .bottom-header #menu {
        display: none;
    }

    #header .bottom-header .search {
        width: 26%;
        margin-right:2px;
    }

    #header .dmenu {
        float: left;
        margin-top: 6px;
    }

    #header .dmenu img {
        vertical-align: middle;
        margin-top: -4px;
        display: inline-block !important;
    }

    #header .dmenu img.mobile-hide {
        display: none !important;
    }

    #header .bottom-header .search {
        width: 36%;
    }

    @media screen and (max-width: 530px) {
        #header .logo img {
            width: 78%;

        }

        #header .logo {
            margin: 0 51px 0 55px;
        }

        #header .lapada  img {
            max-height: 56px;
        }

        #header .vault img {
            max-height: 55px;
        }

        #header .mainheader {
            margin-bottom: 10px;
        }

        #header .bottom-header .search {
            width: 42%;
        }
    }

    @media screen and (max-width: 450px) {
        #header .logo img {
            width: 87%;
        }
    }

    @media screen and (max-width: 400px) {
        #header .logo img {
            width: 89%;
        }
    }

    /* footer */
    #footer .footAddress {
        float: none;
        text-align: center;
        margin-bottom: 18px;
    }

    #footer .foot-contact {
        float: none;
        text-align: center;
        margin-bottom: 23px;
    }

    #footer .sister {
        margin: auto;
    }

    #footer .sister img {
        width: 33%;

    }

    #footer .bottom-foot .footer-menu {
        display: none;
    }

    #footer .bottom-foot .credits {
        float: none;
        text-align: center;
        margin-bottom: 2px;
        font-size: 13px;
    }

    #footer .social {
        margin:0;
        margin-bottom: 6px;
    }

    #footer .bottom-foot .inner-botfoot {
        width: calc(100% - 22px);

    }
    #footer .inner-footer {
        width: calc(100% - 22px);
    }

    /* about */
    #instance_2167 td {
        text-align: center;
    }

    #instance_2167 table {
        margin-bottom: 15px;
    }

    #instance_2167 p {
        text-align: justify !important;
    }

    .about-bot {
        padding-bottom: 45px;
    }

    /* home */
    #home {
        padding-bottom: 32px;
    }

    #home .bottom span.remove {
        display: none;
    }

    #home .recent {
        padding-top: 21px;
        padding-bottom: 28px;
    }

    body.home #suggestions .image {
        line-height: 150px;
        width: 152px;
    }

    #home #suggestions .image img {
        max-width: 152px;
        max-height: 152px;
    }
    body.home #header .bottom-header.home {
        position: static;
        border-top: 1px solid #7a7a7a;
        width: calc(100%);
        margin: 0 auto;
    }

    #home .recent h2 {
        font-size: 20px;
    }

    #home .bottom .hlist {
        line-height: 26px;
    }

    #home .bottom .innerbottom {
        font-size: 16px;
    }

    @media screen and (max-width: 400px) {
        #home #suggestions .image img {
            max-width: 140px;
            max-height: 140px;
        }
        body.home #suggestions .image {
            width: 140px;
            line-height: 140px;
        }
    }

    #instance_2167 img {
        width: 100%;
    }

    /* contact */

    #contact h1 {
        margin-bottom: 16px;
    }

    #contact .form {
        display: none;
    }

    #contact .leftinfo {
        float: none;
        text-align: center;
    }

    #contact {
        padding-top: 22px;
        padding-bottom: 45px;
    }

    #contact .address {
        margin-bottom: 40px;
        line-height: 22px;
    }

    #contact .numbers {
        margin-bottom: 34px;
    }

    #contact .numbers {
        line-height: 25px;
    }

    #contact .numbers br {
        line-height: 80%;
    }

    #contact .google-map, #contact .map {
        display: none;
    }

    #contact .cbuttons a {
        display: block;
        width: 180px;
        margin: 0 auto;
        text-align: center;
        height: 32px;
        line-height: 32px;
        background-color: #030303;
        color: #ffffff;
        margin-bottom: 16px;
        font-size: 15px;
    }

    #contact .cbuttons {
        margin-bottom: 38px;
    }

    #contact h2 {
        margin-bottom: 13px;
    }

    #contact .viewmap a {
        display: block;
        width: 80px;
        border: 1px solid #797979;
        text-align: center;
        color: #797979;
        margin: 0 auto;
        margin-top: 14px;
        font-size: 14px;
    }

    /* stock */
    #stock {
        padding-top: 26px;
    }

    #stock .left {
        display: none;
    }

    #stock .item {
        width: 48%;
        margin-bottom: 18px;
    }

    #stock .right {
        width: 100%;
    }

    #stock .item .item-hold {
    }

    #stock .refine {

        float: left;
        width: 200px;
        position: relative;
    }

    #stock .refine a.head {
        width: 188px;
        display: inline-block;
        background: url(images/arrow1-right-white.png) #030303 no-repeat center right 9px;
        background-size: 8px auto;
        height: 32px;
        line-height: 33px;
        padding-left: 14px;
        color: #ffffff;
        font-size: 15px;
    }

    #stock .filter .cat-desc {
    }


    .item.centerleft .item-hold {
        margin-left: 0;
    }

    .item.centerright .item-hold {
        margin-left:0;
    }

    .item.mobSide .item-hold {
        float: right;
    }

    #stock .item .title {
        line-height: 16px;
        height: 48px;
    }

    #stock .item .price {
        margin-top: 10px;
    }

    #stock .item .title a {
        display: block;
        display: -webkit-box;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 16px;
        padding: 0!important;
        word-wrap: break-word;
        font-size: 13px;
        width: 100%;
        text-align: center;

    }


    #stock .filter {
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
        position: relative;
    }

    #stock .sort {
        order:0;
        position: absolute;
        right:0;
    }

    #stock .filter .cat-desc {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 26px;
    }

    #stock .refine {
        order: 0;

    }

    #stock .pages {
        margin-top: 5px;
    }

    @media screen and (max-width: 440px) {

        #stock .sort {
            width: 150px;
        }

        #stock .sort a.head {
            width: 136px;
        }

        #stock .dropdown {
            width: 148px;
        }

        /* about */

        .about-bot a {
            margin: 0 5px;
            width: 150px;
        }
        #basket .item .delete {
            margin-left: 14px;
        }
    }

    @media screen and (max-width: 399px) {
        #stock .sort {
            width: 120px;
            margin-right: 8px;
        }
        #stock .sort a.head {
            width: 116px;
        }

        #stock .dropdown {
            width: 118px;
        }

    }

    #stock .dropdown {
        z-index: -2;
    }

    #stock .sort:hover .dropdown {
        z-index: 10;
    }

    /* events  - press */
    #events {
        padding-bottom: 26px;
    }

    .event {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 28px;
        float: none;
    }
    .event.side .innerevent {
        float: none;
    }

    .event .innerevent {
        margin: 0 auto;
        float: none;
    }

    #press .press {
        width: 50%;
    }

    #press .press.centerleft .release {
        margin-left: 0;
    }

    #press .press.centerright .release {
        margin-left: 0;
    }

    #press .press.side .release {
        float: none;
    }

    #press .press.mobSide .release {
        float: right;
    }

    #press .press .title {
        height: auto;

    }

    /* details */

    #details {
        padding-top: 30px;
        padding-bottom: 38px;
    }

    #details h1 {
        background-color: transparent;
        line-height: 26px;
        margin-bottom: 22px;
        margin-top: 0;
    }

    #details .image .mobile-images img {
        max-width: 376px;
        max-height: 376px;
        vertical-align: middle;
    }

    .mobile-images .mobileimages .mob-image {
        width: 376px;
        height: 376px;
        line-height: 376px;
        text-align: center;
    }

    #details .image .mobile-images {
        overflow: hidden;
    }

    #details .caroufredsel_wrapper {
        margin: 0 auto !important;
    }

    #details .image {
        float: none;
        width: 100%;
        margin-left:0;
        padding-left: 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #details .mobile-bullets a {
        text-align: center;
        text-indent: -999px;
        display: inline-block;
        overflow: hidden;
        background: #bfbfbf;;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        margin-top: 18px;
        border: 2px solid #252a2d;
    }

    #details .mobile-bullets a.selected {
        background-color: #252a2d;

    }

    #details .mobile-bullets {
        text-align: center;
    }

    #details .info {
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
    }

    #details .info .buttons a.purchase {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0;
    }

    #details .info .buttons a {
        display: inline-block !important;
    }

    #details .info .buttons a.call {
        margin-right: 10px;
    }

    #details .other {
        margin-top: 42px;
    }
    @media screen and (max-width: 520px) {
        #suggestions .image img {
            max-width: 150px;
            max-height:150px;
        }
        #details #suggestions .image {
            width: 152px;
            height: 152px;
            line-height: 151px;
        }

        #footer .sister img {
            width: 42%;
        }
        #suggestions .image img {
            max-width: 152px;
            max-height: 152px;
        }
    }

    @media screen and (max-width: 458px) {
        #details .info .buttons a {
            width: 164px;
        }
        #footer .sister img {
            width: 46%;
        }
        #details .info .buttons a.call {
            margin-right: 2px;
        }

    }

    @media screen and (max-width: 400px) {
        #details .image .mobile-images img {
            max-width: 320px;
            max-height: 320px;
        }

        .mobile-images .mobileimages .mob-image {
            height: 320px;
            width: 320px;
            line-height: 320px;

        }

        #details .image .mobileimages {
            text-align: center !important;
        }
        #footer .sister img {
            width: 53%;
        }

        #blog.detail .bottom .commentNum {
            display: block;
            margin-bottom: 18px;
        }
    }


    /* blog */

    #blog .right {
        display: none;
    }

    #blog .left {
        width: 100%;
    }

    #blog .list .months {
        display: none;
    }


    #blog .list .dmonths {
        display: inline-block !important;
        margin-left: 36px;
        text-transform: uppercase;
    }

    #blog .list .year {
        width: 80px;
        padding-right: 36px;
    }

    #blog .list .dmonths img {
        height: 14px;
    }


    #blog.detail .image {
        width: 175px;
        margin-left: 28px;
        margin-top: 38px;

    }

    #blog.detail .image img {
        max-height: 175px;
        max-width: 175px;
    }

    #blog.detail .submit.mhide {
        display: none !important;
    }

    #blog.detail .postcomment .submit {
        margin-top: 100px;


    }

    #blog.detail .postcomment h3 {
        margin-bottom: 8px;
    }
    #blog.detail .postcomment .g-recaptcha {
        margin: 0;
    }

    #blog.detail .postcomment {
        margin-top: 36px;
        margin-bottom: 40px;
    }

    #blog.detail .postcomment td.half {
        width: 100%;
        display: block;
        padding-top: 10px;
    }

    #blog.detail .postcomment .input-field {
        width: 100%;
    }

    #blog.detail .postcomment .emailspan {
        padding-left: 0;
    }

    /* basket */
    #basket {
        padding-top: 24px;
        padding-bottom: 38px;
    }
    #basket .item .delete {
        margin-right: 10px;
        padding-top: 28px;
    }

    #basket .item .image {
        margin-right: 14px;
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    #basket .item .title {
        width: 50%;
        padding-top: 16px;
        font-size: 15px;
    }

    #basket .item .image img {
        max-width: 75px;
        max-height: 75px;
    }

    #basket .basketmain .continue {
        margin-top: 26px;
    }

    #basket .proceed {
        margin-top: 26px;
    }

    #basket .basketmain .total {
        float: none;
        padding-left: 4px;;
        padding-right: 4px;
    }

    #basket .item .price {
        padding-top: 26px;
        font-size: 15px;
    }



    @media screen and (max-width: 530px) {
        #basket .item .title {
            width: 40%;
            padding-top: 4px;
        }
        #basket .item {
            padding: 22px 0 ;
        }

        #basket .basketmain .total {
            margin-top:26px;
        }
    }

    @media screen and (max-width: 650px) {
        #suggestions {
            width: 91%;
        }
        .slick-prev, .slick-next {
            left: -16px;
        }
        .slick-next {
            left: auto;
            right: -16px;
        }
    }
    @media screen and (max-width: 485px) {
        #basket .item .title {
            width: 35%;
            padding-top: 4px;
            display: block;
            display: -webkit-box;
            height: 78px;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            padding: 0!important;
            word-wrap: break-word;
            font-size: 15px;
        }

        #basket .continue a,
        #basket .proceed a {
            width: 170px;
            font-size: 13px;
        }
        #basket .total .s {
            margin-right: 0;
        }
        .shipping label {
            margin-right: 20px;
            padding-left: 20px;
        }
    }

    @media screen and (max-width: 400px) {
        #basket .continue a,
        #basket .proceed a {
            width: 163px;
            font-size: 13px;
        }

        #header .logo img {
            width: 81%;
        }
        .shipping-addr-button .radio {
            right: 6px !important;
        }
        .slick-prev, .slick-next {
            left: -20px;
        }
        .slick-next {
            left: auto;
            right: -20px;
        }
        #suggestions {
            width: 91%;
        }
        #details .slick-next {
            right: -14px;
        }

        #details .slick-prev {
            left: -14px;
        }

        #details #suggestions .image {
            width: 149px;
            height: 149px;
            line-height: 148px;
        }

        #suggestions .image img {
            max-width: 149px;
            max-height: 149px;
        }
    }

    @media screen and (max-width: 390px) {
        #basket .continue a,
        #basket .proceed a {
            width: 163px;
            font-size: 13px;
        }

        #header .logo img {
            width: 88%;
        }
        #basket .item .delete {
            margin-left: 8px;
        }
        #basket .item .price {
            margin-right: 12px;
        }
        #basket .item .image {
            margin-right:8px;
        }
        .personal td.shipping-addr-button {
            width: 62% !important;
        }

        #blog.detail .postcomment td.half {
            width: 97%;
        }
        #blog.detail .postcomment td.field {
            width: 99%;
        }
        #blog.detail .postcomment .text-field {
            width: 97%;
        }
    }

    /* checkout */


    #checkout {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    #checkout .checkout {
        float: none;
        width: 100%;
    }

    #checkout .summary {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    #checkout .shipping .cost {
        display: block;
        margin-left: 0;
    }

    #checkout .checkout h3 {
        text-align: center;
    }

    .shipping .radio {
        top: 23px;
    }

    #checkout .summary .list {
        width: 90%;
    }

    #checkout .summary .total,
    #checkout .summary .ship,
    #checkout .summary .sub {
        width: 95%;
    }

    #checkout .personal {
        padding-left: 2%;
        margin-top: 22px;
    }

    .personal td {
        display: block;
    }

    #checkout .input-field {
        width: 94%;
        margin-bottom: 2px;
    }

    .personal td.label {
        padding-top: 3px;
        padding-bottom: 4px;
    }

    .personal td.heading.top {
        display: inline-block;
        padding-top: 12px;
    }

    .personal td.shipping-addr-button {
        display: inline-block;
        padding-top: 20px;
        width: 65%;
        padding-bottom: 16px;
    }

    #checkoutForm td.heading {
        padding-bottom: 10px;
    }

    .shipping-addr-button .radio {
        top: 32px;
        right: 0 ;
    }
    .shipping-addr-button .radio {
    }

    @media screen and (max-width: 350px) {
        .shipping-addr-button label {
            width: 124px;
        }
        .shipping-addr-button .radio {
            right: 6px !important;
            top: 44px;
        }
        .personal td.shipping-addr-button {
            width: 59% !important;
            text-align: center;
        }

    }


    .personal td.top {
    }


    .shipping-addr-button label {
        margin-right: 0px;
        padding-right: 1px;
        text-align: left;
    }
    .shipping-addr-button .radio {
        right: auto;
        left: 50px;
    }

    #checkout .pay-with-paypal input {
        margin: 0 auto;
        margin-left: -14px;
    }

    #checkout .pay-with-paypal td {
        text-align: center !important;
    }

    /* other */

    div.jqi .jqimessage input {
        width: 200px !important;
    }

    div.jqi .jqimessage textarea, div.jqi .jqimessage input {
        width: 200px !important;
    }

    #lightbox-table .title {
        padding-right: 2px !important;
    }
    div.jqi {
        width: 300px !important;
    }


    #blog.detail .postcomment .g-recaptcha {
        position: static;
    }

    #blog.detail .postcomment .captcha {
        text-align: center;
    }

    #blog.detail .postcomment .submit {
        margin: 0 auto;
        margin-top: 26px;
    }

    /* mailing list */


    #mlm-form {
        width: 330px;
        margin-left: -165px;
        margin-top: -342px;
        height: 394px;
    }

    #mlm-form .mailingimg img {
        width: 234px;
    }


    #mlm-form .mailingjoin {
        font-size: 14px;
    }

    #mlm-form .sign .field input {
        width: 186px;
    }

    #mlm-form .mailingsubmit {
        margin-top: 20px;
    }

    #mlm-form .mailingjoin {
        margin-top: 20px;
    }
}

/* print styles */
@media only print {
    #blog.detail .bottom,
    #blog.detail .postcomment,
    #footer .bottom-foot,
    #header .top .side,
    #details .price .currencymain,
    #details .info .othButtons,
    #details .info .buttons,
    #details .other,
    #details .image .enlarge,
    #details .subimg,
    #header .vault,
    #header .lapada,
    #header .bottom-header,
    #header .bottom-header #menu {
        display: none;
    }

    #header .logo img {
        width: 40%;
    }

    #details .image {
        float: none;
        margin: 0 auto;
        width: 452px;

    }

    #details .info {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 16px;
    }

    #details .image .mainimg img {
        max-width: 450px;
        max-height: 450px;
    }

    #details .image .mainimg {
        line-height: 450px;
        height: 452px;
    }
}