html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

body {
    padding: 0;
    margin: 0
}

@media screen and (max-width:768px) {
    body {
        margin-top: 70px
    }
}

*,
:after,
:before {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

a {
    color: #000;
    text-decoration: underline
}

a:active,
a:focus,
a:hover {
    color: black;
    text-decoration: underline;
}

img {
    display: block
}

@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons.eot?v=3.0.0-alpha.3);
    src: url(../fonts/ionicons.eot?v=3.0.0-alpha.3#iefix) format("embedded-opentype"), url(../fonts/ionicons.woff?v=3.0.0-alpha.3) format("woff"), url(../fonts/ionicons.ttf?v=3.0.0-alpha.3) format("truetype"), url(../fonts/ionicons.svg?v=3.0.0-alpha.3#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: EngraversGothic;
    src: url(../fonts/EngraversGothic-Regular-webfont.eot);
    src: url(../fonts/EngraversGothic-Regular-webfont.eot?iefix) format("eot"), url(../fonts/EngraversGothic-Regular-webfont.woff), url(../fonts/EngraversGothic-Regular-webfont.ttf) format("truetype"), url(../fonts/EngraversGothic-Regular-webfont.svg#webfontysz32sPA) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: EngraversGothic;
    src: url(../fonts/EngraversGothic-Bold-webfont.eot);
    src: url(../fonts/EngraversGothic-Bold-webfont.eot?iefix) format("eot"), url(../fonts/EngraversGothic-Bold-webfont.woff), url(../fonts/EngraversGothic-Bold-webfont.ttf) format("truetype"), url(../fonts/EngraversGothic-Bold-webfont.svg#webfontysz32sPA) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: BaskOldFace;
    src: url(../fonts/BaskOldFace.eot);
    src: url(../fonts/BaskOldFace.eot?iefix) format("embedded-opentype"), url(../fonts/BaskOldFace.woff) format("woff"), url(../fonts/BaskOldFace.ttf) format("truetype"), url(../fonts/BaskOldFace.svg#webfontysz32sPA) format("svg");
    font-weight: 400;
    font-style: normal
}

.lazy-image {
    opacity: 0
}

.lazy-image,
.lazy-image--loaded {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.lazy-image--loaded {
    opacity: 1
}

body,
html {
    font-size: 16px
}

body {
    color: #000;
    font: normal 100%/1.4 Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif
}

h3 {
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 14px;
    display: inline-block
}

h3,
p {
    margin: 0;
    padding: 0
}

p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
}

.title {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em
}

.title a:active,
.title a:hover,
.title a:link,
.title a:visited {
    text-decoration: none
}

.title--serif {
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 50px
}

.title--xs {
    font-size: 12px;
    line-height: 16px
}

.title--sm {
    font-size: 14px;
    line-height: 18px
}

.title--md {
    font-size: 18px;
    line-height: 24px
}

.title--lg {
    font-size: 24px;
    line-height: 28px
}

.title--xl {
    font-size: 32px;
    line-height: 38px
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.abs-padding-fix {
    position: relative
}

.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%
    }
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

hr {
    border: 1px solid #ccc;
    height: 1px;
    border-bottom: none;
    margin: 45px 0
}

hr.black {
    border-color: #000
}

.pull--right {
    float: right
}

.pull--left {
    float: left
}
body.page-template-services .main-header {
    border:0;
}

.main-header {
    position: relative;
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-width: 0 0 1px;
    border-color: #000;
    line-height: 80px;
    overflow: hidden;
    padding: 0 30px;
}

.main-header:after {
    clear: both;
    content: "";
    display: table
}

.main-header__logo {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    padding: 0;
    height: 80px;
    width: 84px;
    overflow: hidden;
    background-color: transparent;
}

.main-header__logo__image {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 80px;
    width: 84px;
    background-image: url(../images/wm_logo.svg);
    background-position: center left;
    background-repeat: no-repeat;
}

.main-header__nav {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.main-header__nav:after {
    clear: both;
    content: "";
    display: table
}

.main-header__nav .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 104px
}

.main-header__nav .nav__left {
    float: left;
    display: block;
    /* margin-right: 2.35765%; */
    width: auto;
}

.main-header__nav .nav__left:last-child {
    margin-right: 0
}

.main-header__nav .nav__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
}

.main-header__nav .nav__right:last-child {
    margin-right: 0
}

.main-header__nav .nav__right .nav__item {
    margin-left: 0;
}

.main-header__nav .nav__right .nav__item:after {
    display: none!important
}

.main-header__nav .nav__right form#searchform {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 30px;
    z-index: 3;
    min-width: 400px;
    padding: 25px 0;
}

.main-header__nav .nav__right form#searchform input#q {
    min-width: 300px;
}

.main-header__nav .nav__item {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 80px;
    display: inline-block;
    padding: 0 5px;
}

.main-header__nav .nav__item:first-child {
    padding:0 15px;
    margin-right:0;
}

.main-header__nav .nav__item:hover,.main-header__nav .nav__item.active,.main-header__nav .nav__item.current_page_item {
    background-color:#f5f5f5;
    cursor:pointer;
}

.main-header__nav .nav__item:hover a,.main-header__nav .nav__item a:hover {
    color:black;
}

.main-header__nav .nav__item a {
    text-decoration: none;
    color: #666666;
}

.main-header__nav .nav__item__link {
    color: #999;
    text-decoration: none
}

.main-header__nav .nav__item__link.active,
.main-header__nav .nav__item__link:active,
.main-header__nav .nav__item__link:focus,
.main-header__nav .nav__item__link:hover {
    color: #000
}

.main-header__nav .nav__item .icon--search {
    position: relative;
    top: 4px;
    height: auto;
    width: auto;
    font-size: 22px;
    color: #000
}

.main-header__nav .nav__item__button {
    line-height: 22px;
    display: inline-block;
    color: #000
}

/*.main-header__nav .nav__item:after {
    display: inline-block;
    padding: 0 6px;
    content: "/";
    color: #aaa
}*/

.main-header__nav .nav__item:last-child:after {
    content: ""
}

.main-header__nav .nav__item--has-submenu:hover>.menu-drawer {
    opacity: 1!important;
    visibility: visible!important
}

.main-header__nav .search-form {
    opacity: 0;
    visibility: hidden
}

.main-header__nav .search-form--open {
    opacity: 1;
    visibility: visible
}

.wm-layout__mobile-header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.wm-layout__mobile-header .search-form {
    height: 0;
    overflow: hidden
}

.wm-layout__mobile-header .search-form .input-group {
    margin-bottom: 0
}

.wm-layout__mobile-header .search-form .input-group .input {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.wm-layout__mobile-header .search-form .input-group .button {
    height: 40px;
    line-height: 40px
}

.wm-layout__mobile-header .search-form--open {
    height: auto
}

.wm-layout__mobile-header .main-header {
    border: none;
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.wm-layout__mobile-header .main-header__logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    height: 70px;
    width: 100px;
    left: 0
}

.wm-layout__mobile-header .main-header__logo__image {
    margin: 0 auto;
    height: 70px;
    width: 100%;
    background-size: contain
}

.wm-layout__mobile-header .main-header__menutoggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    line-height: 70px
}

.wm-layout__mobile-header .main-header__contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    line-height: 70px
}

.wm-layout__mobile-header .mobile-menu-drawer {
    display: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .95);
    z-index: 10;
    overflow: auto
}

.wm-layout__mobile-header .mobile-menu-drawer.open {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    .wm-layout__mobile-header .mobile-menu-drawer {
        display: block
    }
}

.wm-layout__mobile-header .mobile-menu-drawer .list--navigation {
    border-top: 1px solid #ddd
}

.utility-bar {
    position: relative;
    height: 50px;
    width: auto;
    /* max-width: 68em; */
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-width: 0 0 1px;
    border-color: #000;
    line-height: 50px;
    overflow: hidden;
    /* border-top: 1px solid black; */
}

.utility-bar .container,.wm-page__models .container {
    max-width: 1088px;
}

.utility-bar:after {
    clear: both;
    content: "";
    display: table
}

.utility-bar__breadcrumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    width: 50%;
    overflow: hidden;
    white-space: nowrap
}

.utility-bar__breadcrumb:last-child {
    margin-right: 0
}

.utility-bar__breadcrumb__item {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 12px;
    display: inline-block;
    color: #000
}

.utility-bar__breadcrumb__item__link {
    color: #999;
    text-decoration: none
}

.utility-bar__breadcrumb__item:after {
    display: inline-block;
    padding: 0 6px;
    content: "/";
    color: #aaa
}

.utility-bar__breadcrumb__item:last-child:after {
    content: ""
}

.utility-bar__actions {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: right
}

.utility-bar__actions:last-child {
    margin-right: 0
}

.wm-layout__mobile-utility .utility-bar {
    border-color: #ddd
}

.wm-layout__mobile-utility .utility-bar__breadcrumb {
    width: 100%;
    margin: 0;
    float: none;
    overflow: auto;
    text-overflow: clip
}

.sub-header {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 168px;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    margin-top: -1px;
    z-index: 7;
    width: 100%;
}

.sub-header.open {
    max-height: 250px;
}

.menu-drawer {
    margin-top: 0;
    height: auto;
    width: 100%;
    background-color: #e6e6e6;
    z-index: 5;
    display: none;
}

.menu-drawer.open {
    display: block
}
.menu-drawer__row__column:last-child .menu-drawer__image,.menu-drawer__row__column:last-child .menu-drawer__list {
    float:left;
}

.menu-drawer__row__column:nth-child(even) .menu-drawer__list {
    width:auto;
    padding-right:45px;
}

.menu-drawer__image,
.menu-drawer__list {
    float: right;
    display: block;
    width: 50%;
}
.menu-drawer__image {
    max-width: 130px;
}

.menu-drawer__row__column:nth-child(even) .menu-drawer__image:last-child {
    width:50%;
    padding-right: 0;
}

.menu-drawer__image:last-child,
.menu-drawer__list:last-child {
    width: auto;
    padding-right: 45px;
}

.menu-drawer__item {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    color: black;
    letter-spacing: .2em;
}
.menu-drawer__item:first-child {
    margin-bottom:15px;
    line-height: 1;
    margin-top: -2px;
}
.menu-drawer__item__link {
    color: #666666;
    text-decoration: none;
}
.menu-drawer__item:hover a,.menu-drawer__item a:hover {
    color:black;
    text-decoration: none;
}

.menu-drawer__row {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px!important;
    border-bottom-style: solid;
    border-width: 0 0 1px;
    border-color: #000;
    padding: 40px 0;
}

.menu-drawer__row:after {
    clear: both;
    content: "";
    display: table
}

.menu-drawer__row__column {
    padding: 0 40px;
    float: left;
    display: block;
    margin-right: 0;
    width: 50%;
}

.menu-drawer__row__column:last-child {
    margin-right: 0
}

.menu-drawer__row__column:first-child {
    border-right-style: solid;
    border-width: 0;
    border-color: #000;
}

.sidebar {
    margin-bottom: 80px
}

.sidebar .title {
    margin-bottom: 30px
}

.sidebar .instagram__item {
    margin-bottom: 10px;
    display: block
}

.sidebar__widget {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 24px
}

.sidebar__widget:last-child {
    border-bottom: 1px solid #ddd
}

.sidebar__widget--categories {
    list-style: none
}

.sidebar__widget--latest .card__post__title {
    font-size: 20px;
    line-height: 26px
}

.sidebar__widget--latest .card__post__source {
    display: none
}

.pagination {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #ddd;
    margin-top: 60px
}

.pagination:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:768px) {
    .pagination {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .pagination>.container {
        padding-left: 0;
        padding-right: 0
    }
}

.pagination__back,
.pagination__forward {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.pagination__back:last-child,
.pagination__forward:last-child {
    margin-right: 0
}

.pagination__forward {
    text-align: right
}

div#pagination {
    display: block;
    width: 100%;
    float: left;
    text-align: center
}

.filter-bar {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 60px;
    z-index: 1!important
}

.filter-bar .ais-refinement-list--body {
    border: 1px solid #ddd;
    padding: 0;
    overflow: auto
}

.filter-bar .ais-refinement-list--item {
    font-size: 14px
}



.wm-page__models__list__sidebar.filter-bar .ais-refinement-list--item__active label {
    background-color: #f5f5f5 !important;
    color: #000 !important;
}
.filter-bar .ais-refinement-list--item:hover {
    cursor: hover!important
}
.filter-bar .ais-refinement-list--item:active,
.filter-bar .ais-refinement-list--item:focus,
.filter-bar .ais-refinement-list--item:hover {
    cursor: hover!important
}

.filter-bar .ais-refinement-list--item:active label,
.filter-bar .ais-refinement-list--item:focus label,
.filter-bar .ais-refinement-list--item:hover label {
    background-color: #f5f5f5;
    color: #000
}

.filter-bar .ais-refinement-list--item:last-child label {
    margin: 0
}

.filter-bar .ais-refinement-list--label {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: capitalize;
    color: #999;
    letter-spacing: .01em;
    font-size: 13px;
    padding: 3px 12px;
    display: block;
    width: 100%;
    margin-bottom: 1px
}

.filter-bar .ais-refinement-list--checkbox,
.filter-bar .ais-refinement-list input[type=radio] {
    display: block;
    width: 0;
    height: 0;
    opacity: 0
}

.related {
    padding: 50px 0
}

.related__title {
    text-align: center;
    margin-bottom: 80px
}

.contact-drawer {
    position: relative;
    height: auto;
    width: 100%;
    border-top-style: solid;
    border-width: 1px 0 0;
    border-color: #000;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .contact-drawer {
        display: none
    }
}

.contact-drawer__row {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

.contact-drawer__row:after {
    clear: both;
    content: "";
    display: table
}

.contact-drawer__row__column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.contact-drawer__row__column:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .contact-drawer__row__column {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 153.71149%
    }
    .contact-drawer__row__column:last-child {
        margin-right: 0
    }
}

.contact-drawer__row__column .title {
    margin-bottom: 40px
}

.main-footer {
    padding: 0 30px;
    position: relative;
    height: 50px;
    width: 100%;
    /* max-width: 1370px; */
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top-style: solid;
    border-width: 0;
    border-color: #000;
    line-height: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.main-footer:after {
    clear: both;
    content: "";
    display: table
}

.main-footer__nav {
    /* max-width: 68em; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.main-footer__nav:after {
    clear: both;
    content: "";
    display: table
}

.main-footer__nav .nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-footer__nav .nav__left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: -10px;
}

.main-footer__nav .nav__left:last-child {
    margin-right: 0
}

.main-footer__nav .nav__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin: 0;
    padding: 0;
    text-align: right
}

.main-footer__nav .nav__right:last-child {
    margin-right: 0
}

.main-footer__nav .nav__right .nav__item {
    margin-left: 10px
}

.main-footer__nav .nav__right .nav__item:after {
    display: none!important
}

.main-footer__nav .nav__item {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 12px;
    display: inline-block;
}
.main-footer__nav .nav__left .nav__item {
    padding: 0 10px;
}
.main-footer__nav .nav__item__link {
    color: #000;
    text-decoration: none
}

.main-footer__nav .nav__item__button {
    line-height: 24px;
    display: inline-block
}

.main-footer__nav .nav__item:after {
    display: inline-block;
    padding: 0 6px;
    /* content: "/"; */
    color: #aaa;
}

.main-footer__nav .nav__item:last-child:after {
    content: ""
}

.main-footer.hide {
    bottom: -50px
}

.wm-layout__mobile-footer .main-footer {
    border: none;
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.wm-layout__mobile-footer .main-footer__nav .nav__right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.wm-layout__mobile-footer .main-footer__nav .nav__item__link {
    font-size: 22px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px
}

.button,
.styled-button {
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    background-color: #fff;
    padding: 0 12px;
    margin: 0;
    text-decoration: none;
    line-height: 22px;
    height: 24px;
    width: auto;
    outline: none;
    text-align: center;
    text-overflow: ellipsis
}

.button:active,
.button:focus,
.button:hover,
.styled-button:active,
.styled-button:focus,
.styled-button:hover {
    border-color: #000;
    background-color: #000!important;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}

.button.icon,
.styled-button.icon {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    outline: none!important;
    line-height: 18px
}

.button.icon:hover,
.styled-button.icon:hover {
    background-color: inherit!important;
    color: #000!important
}

.button--primary,
.styled-button--primary {
    background-color: #000!important;
    color: #fff!important
}

.button--primary:active,
.button--primary:focus,
.button--primary:hover,
.styled-button--primary:active,
.styled-button--primary:focus,
.styled-button--primary:hover {
    border-color: #000;
    background-color: #000!important;
    color: #fff!important
}

.button--small,
.styled-button--small {
    font-size: 12px;
    height: 20px;
    width: auto;
    line-height: 10px;
    padding: 0 8px
}

.button--naked,
.styled-button--naked {
    border: none!important;
    color: #999
}

.button--naked:active,
.button--naked:focus,
.button--naked:hover,
.styled-button--naked:active,
.styled-button--naked:focus,
.styled-button--naked:hover {
    border: none!important;
    background-color: #fff!important;
    color: #000!important
}

.button--input-tail,
.styled-button--input-tail {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    height: 32px;
    border: none!important;
    background-color: #f5f5f5;
    font-size: 11px
}

.button:disabled,
.button[disabled=disabled],
.button[disabled],
.styled-button:disabled,
.styled-button[disabled=disabled],
.styled-button[disabled] {
    background-color: #f5f5f5!important;
    border-color: #f5f5f5!important;
    color: #ccc!important;
    cursor: not-allowed
}

.buttons--vertical .button {
    margin-bottom: 3px
}

.buttons .button {
    width: 100%;
    display: inline-block
}

.image--full {
    width: 100%;
    height: auto
}

.image--circular {
    border-radius: 100%;
    overflow: hidden
}

.ratio {
    display: block;
    width: 100%;
    position: relative
}

.ratio .image,
.ratio .video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 12px;
    left: 12px;
}

.ratio--contain .image {
    background-size: contain!important
}

.ratio iframe.video {
    width: 100%!important;
    height: 100%!important
}

.ratio .blank {
    background-color: #f5f5f5
}

.ratio--full .content,
.ratio--full .icon,
.ratio--full .image,
.ratio--full .video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-drawer__image .ratio--full .content,
.menu-drawer__image .ratio--full .icon,
.menu-drawer__image .ratio--full .image,
.menu-drawer__image .ratio--full .video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 130px;
    max-height: 170px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ratio--circular {
    border-radius: 100%;
    overflow: hidden
}

.ratio--cover {
    background: #000
}

.ratio--cover .image {
    opacity: .5
}

.ratio--cover:after {
    padding-top: 30%;
    display: block;
    content: ""
}

.ratio.circular>div {
    border-radius: 100%
}

.ratio--landscape:after {
    padding-top: 66%;
    display: block;
    content: ""
}

.ratio--square:after {
    padding-top: 100%;
    display: block;
    content: ""
}

.ratio--portrait:after {
    padding-top: 133%;
    display: block;
    content: ""
}

.ratio.coverphoto {
    background-color: #000;
    display: block
}

.ratio.coverphoto .content,
.ratio.coverphoto .image {
    opacity: .4
}

.fn_shift {
    display: none
}

.fn_shift hr {
    margin: -10px 5px 10px;
    border-color: #ddd
}

.fn_shift.enabled,
.fn_shift hr {
    display: block
}

.fn_shift-button-block {
    text-align: center
}

.checklist__item {
    position: relative;
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 1px
}

.checklist__item__input {
    position: absolute;
    left: 0;
    top: 0
}

.checklist__item__label {
    padding-left: 30px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px
}

.checklist__item p {
    display: none
}

.share {
    position: relative;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    background-color: #fff;
    padding: 0 12px;
    margin: 0;
    text-decoration: none;
    line-height: 22px;
    height: 24px;
    width: auto;
    outline: none;
    text-align: center;
    overflow: hidden;
    margin-bottom: 3px;
}

.share:hover {
    border-color: #000
}

.share:hover .share__buttons {
    opacity: 1
}

.share-icons {
    text-align: center
}

.share__buttons,
.share__title {
    height: 22px;
    width: 100%;
    line-height: 22px
}

.share__buttons {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.share__buttons .icon {
    margin-left: 5px;
    margin-right: 5px;
    height: 18px;
    width: auto;
    line-height: 18px
}

.text {
    font-size: 14px;
    line-height: 20px
}

.ais-search-box--input {
    height: 32px;
    width: 100%;
    line-height: 32px;
    text-indent: 10px;
    outline: none;
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 12px
}

.ais-range-slider--count,
.ais-refinement-list--count {
    display: none!important
}

.ais-root {
    margin-bottom: 30px
}

.ais-root .active {
    color: purple
}

.ais-root .active .ais-body {
    border-color: #000
}

.ais-header {
    width: 100%;
    margin-bottom: 10px
}

.ais-header .title {
    width: 100%
}

.ais-header .clear-button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    float: right;
    color: #ad3f3f
}

.ais-root.active .clear-button {
    opacity: 1
}

.ais-range-slider--body {
    padding-left: 2px;
    padding-right: 2px
}

.ais-range-slider--connect {
    background-color: #fff
}

.ais-range-slider--handle {
    border-color: #ddd;
    background-color: #fff;
    border-radius: 0;
    left: -4px;
    width: 6px
}

.ais-range-slider--handle-upper {
    left: -2px
}

.ais-range-slider--handle-upper .ais-range-slider--tooltip {
    right: 0;
    text-align: right;
    left: auto
}

.ais-range-slider--base {
    border-color: #ddd;
    background-color: #fff
}

.ais-range-slider--tooltip {
    text-align: left;
    font-size: 11px;
    left: 0
}

.ais-range-slider--connect {
    background-color: #ddd
}

.testimonials {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width:768px) {
    .testimonials {
        margin-left: 0;
        margin-right: 0
    }
}

.testimonial {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:768px) {
    .testimonial {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px
    }
}

@media screen and (max-width:768px) {
    .testimonial:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.testimonial__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    margin-bottom: 20px
}

.testimonial__content {
    margin-left: 60px;
    padding-left: 20px
}

.testimonial__content__header {
    margin-bottom: 10px
}

.testimonial__content__header__name {
    margin-bottom: 3px
}

.clients {
    display: block
}

.clients:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:768px) {
    .clients {
        text-align: center
    }
}

.client {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%
}

.client:last-child,
.client:nth-child(6n) {
    margin-right: 0
}

.client:nth-child(6n+1) {
    clear: left
}

@media screen and (max-width:768px) {
    .client {
        width: 25%;
        display: inline-block;
        float: none;
        margin: 0
    }
}

.people {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width:768px) {
    .people {
        margin-left: 0;
        margin-right: 0
    }
}

.person {
    position: relative;
    width: 33.33%;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:768px) {
    .person {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px
    }
}

@media screen and (max-width:768px) {
    .person:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.person__image {
    height: 100%;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .person__image {
        padding: 50px
    }
}

.person__content {
    text-align: center
}

.person__content__header {
    margin-bottom: 20px;
    text-align: center
}

.person__content__header__name {
    margin-bottom: 3px
}

.person__content__content {
    text-align: center
}

.input {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 100%;
    height: 32px;
    line-height: 32px;
    outline: none;
    text-indent: 10px;
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 12px
}

.input--textarea {
    height: auto;
    min-height: 60px;
    max-height: 140px
}

.input:focus {
    border-color: #eee;
    background-color: #eee
}

.input--required label:after {
    content: "*";
    position: relative;
    display: inline-block;
    margin-left: 2px;
    color: red;
    font-size: 14px
}

#searchform .input-group {
    margin-bottom:0;
}

.input-group {
    position: relative;
    margin-bottom: 10px;
}

.input-group--inline>.input-group,
.input-group--inline button,
.input-group--inline input {
    display: inline-block
}

.input-group--stack .input {
    margin-bottom: 5px
}

.input-group--connected .input-group.start {
    padding-right: 0
}

.input-group--connected .input-group.end {
    padding-left: 0
}

.input-group__row {
    margin-left: -5px;
    margin-right: -5px
}

.input-group__row:after {
    content: "";
    display: block;
    clear: both
}

.input-group__row .input-group {
    float: left;
    padding-left: 5px;
    padding-right: 5px
}

.input-group__row--halves .input-group {
    width: 50%
}

.input-group__row--thirds .input-group {
    width: 33%
}

.input-group__row--quarters .input-group {
    width: 25%
}

.input-actions br {
    display: none!important
}

.input--file {
    line-height: inherit;
    height: auto;
    text-indent: 0;
    padding: 6px 10px;
    white-space: nowrap;
    overflow: hidden
}

label {
    margin: 0;
    padding: 0;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
    display: inline-block
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block
}

span.wpcf7-not-valid-tip {
    font-size: 11px!important;
    color: #000!important;
    text-align: right!important;
    margin-top: 5px!important
}

div.wpcf7-response-output {
    padding: 0!important;
    border: none!important;
    font-size: 12px!important
}

.select2-dropdown {
    background-color: #f5f5f5!important;
    border-color: #f5f5f5!important;
    font-size: 12px!important
}

.select2-container {
    width: 100%!important
}

.select2-selection--single {
    height: 32px!important;
    line-height: 32px!important;
    background-color: #f5f5f5!important;
    border-color: #f5f5f5!important;
    border-radius: 0!important;
    font-size: 12px!important;
    outline: none!important
}

.select2-selection--single .select2-selection__rendered {
    line-height: 32px!important
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: #fff
}

.accordion__section {
    padding: 60px 0 20px
}

.accordion__section:first-child {
    padding-top: 0
}

.accordion__header {
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.accordion__header .question {
    color: #999;
    letter-spacing: .15em
}

.accordion__header:active .question,
.accordion__header:focus .question,
.accordion__header:hover .question {
    color: #000
}

.accordion__body .answer {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.accordion__body .answer p {
    font-size: 13px
}

.grab-cursor {
    cursor: url(../images/wm_grab.png) 8 8, move
}

.grabbing-cursor {
    cursor: url(../images/wm_grabbing.png) 8 8, move
}

.rsLink {
    background-image: url(../images/wm_blank.gif)!important
}

.rsDefaultInv .rsArrowIcn,
.rsDefaultInv .rsCloseVideoIcn,
.rsDefaultInv .rsFullscreenIcn,
.rsDefaultInv .rsPlayBtnIcon,
.rsDefaultInv .rsThumbsArrowIcn {
    background-image: url(../images/wm_rs-default-inverted.png)!important
}

.rsDefaultInv .rsPreloader {
    background-image: url(../images/wm_preloader.gif)!important
}

.pswp {
    z-index: 11
}

.pswp-gallery {
    float: left
}

.pswp-gallery .pswp-thumbnails {
    height: 430px
}

.pswp-gallery .pswp-thumbnails .pswp-thumbnail {
    float: left;
    display: inline-block;
    height: 100%;
    width: auto;
    margin-left: 5px;
    margin-right: 5px
}

.pswp-gallery .pswp-thumbnails .pswp-thumbnail figcaption {
    display: none
}

.pswp-gallery .pswp-thumbnails .pswp-thumbnail .pswp__img {
    height: auto!important
}

.pswp-gallery .pswp-thumbnails .pswp-thumbnail img {
    height: 100%;
    width: auto
}

.pswp__caption__center {
    text-align: center
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-image: url(../images/wm_default-skin.png)!important
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    width: 0;
    background-image: none!important
}

.pswp__preloader--active .pswp__preloader__icn {
    background-image: url(../images/wm_preloader.gif)!important
}

.content-block {
    margin-bottom: 30px
}

.content-block p {
    font-size: 14px;
    line-height: 20px
}

.content-block__header {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

.content-block__header__title {
    margin-bottom: 60px
}

.content-block__header__category {
    margin-bottom: 60px;
    display: inline-block
}

.content-block__share {
    text-align: center
}

.content-block__qanda__question {
    font-weight: 600;
    margin-bottom: 4px
}

.content-block__slideshow {
    width: 100%
}

.content-block__slideshow img {
    display: block;
    width: 100%!important;
    height: auto
}

.content-block__slideshow .slick-prev {
    left: 20px
}

.content-block__slideshow .slick-next {
    right: 20px
}

.content-block__spacer .spacer {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}

.content-block__spacer .spacer--transparent {
    background-color: #fff!important
}

.content-block__spacer .spacer--sm {
    padding-top: 0;
    padding-bottom: 0
}

.content-block__video iframe,
.content-block__video video {
    outline: none;
    border: none
}

.content-block__image img {
    width: 100%;
    height: auto;
    display: block
}

.icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    width: 18px;
    height: 18px;
    font-size: 18px
}

.icon,
.icon+span {
    line-height: 18px
}

.icon--sm {
    width: 12px;
    height: 12px;
    font-size: 12px
}

.icon--sm,
.icon--sm+span {
    line-height: 12px
}

.icon--lg {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.icon--lg,
.icon--lg+span {
    line-height: 24px
}

.icon--navicon {
    font-size: 32px;
    line-height: 70px;
    width: 70px;
    height: 70px
}

.icon--navicon:before {
    content: "\f20e"
}

.icon--navicon.active:before {
    content: "\f2d7"
}

.icon--search:before {
    content: "\f4a4"
}

.icon--search-mobile {
    font-size: 24px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-decoration: none!important
}

.icon--search-mobile:before {
    content: "\f4a4"
}

.icon--plane:before {
    content: "\f3a4"
}

.icon--contact {
    font-size: 32px;
    line-height: 70px;
    width: 70px;
    height: 70px
}

.icon--contact:before {
    content: "\f422"
}

.icon--instagram:before {
    content: "\f351"
}

.icon--instagram:active,
.icon--instagram:focus,
.icon--instagram:hover {
    color: #517fa4
}

.icon--facebook:before {
    content: "\f231"
}

.icon--facebook:active,
.icon--facebook:focus,
.icon--facebook:hover {
    color: #3b5998
}

.icon--twitter:before {
    content: "\f243"
}

.icon--twitter:active,
.icon--twitter:focus,
.icon--twitter:hover {
    color: #00aced
}

.icon--linkedin:before {
    content: "\f239"
}

.icon--linkedin:active,
.icon--linkedin:focus,
.icon--linkedin:hover {
    color: #007bb6
}

.icon--youtube:before {
    content: "\f24d"
}

.icon--youtube:active,
.icon--youtube:focus,
.icon--youtube:hover {
    color: #b00
}

.icon--share {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon--share.icon--facebook {
    background-color: #3b5998
}

.icon--share.icon--facebook:active,
.icon--share.icon--facebook:focus,
.icon--share.icon--facebook:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d4373
}

.icon--share.icon--twitter {
    background-color: #00aced
}

.icon--share.icon--twitter:active,
.icon--share.icon--twitter:focus,
.icon--share.icon--twitter:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0087ba
}

.icon--share.icon--linkedin {
    background-color: #007bb6
}

.icon--share.icon--linkedin:active,
.icon--share.icon--linkedin:focus,
.icon--share.icon--linkedin:hover {
    color: #fff;
    text-decoration: none;
    background-color: #005983
}

.list {
    font-size: 12px;
    line-height: 18px
}

.list--unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.list--inline {
    display: block;
    width: 100%
}

.list--inline .list__item {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px
}

.list .empty-space {
    display: inline-block;
    width: 100%
}

.list__item .button {
    line-height: 22px
}

.list--navigation .list__item {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd
}

.list--navigation .list__item:first-child {
    border-top: none
}

.list--navigation .list__item a {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 20px;
    text-decoration: none;
    padding: 6px 20px;
    background-color: #fff;
    color: #999
}

.list--navigation .list__item a.active,
.list--navigation .list__item a:active,
.list--navigation .list__item a:focus,
.list--navigation .list__item a:hover {
    color: #000;
    background-color: #f5f5f5
}

.list--navigation .list__item a.sub-toggle:after {
    font-family: Ionicons;
    content: "\f489";
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    font-size: 24px;
    padding: 6px 20px;
    text-align: center
}

.list--navigation .list__item a.sub-toggle.active:after {
    content: "\f462";
    z-index: 9
}

.list--navigation--sub {
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
    max-height: 0;
    overflow: hidden
}

.list--navigation--sub .list__item a {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    text-decoration: none;
    padding: 6px 30px;
    color: #000
}

.list--navigation--sub.open {
    background-color: #eee;
    max-height: 1000px
}

.list--navigation li ul li a {
    padding-left: 35px!important;
    padding-right: 35px!important
}

.list--navigation li ul li ul li a {
    background-color: #eee!important;
    padding-left: 50px!important;
    padding-right: 50px!important
}

.list--navigation li ul li ul li ul li {
    border-color: #ccc!important
}

.list--navigation li ul li ul li ul li a {
    background-color: #ddd!important;
    padding-left: 65px!important;
    padding-right: 65px!important
}

.list .list-item {
    display: block
}

.list .list-item:after {
    clear: both;
    content: "";
    display: table
}

.list .list-item__label,
.list .list-item__value {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.list .list-item__label:last-child,
.list .list-item__value:last-child {
    margin-right: 0
}

.grid {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto
}

.grid:after {
    clear: both;
    content: "";
    display: table
}

.grid__item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.grid__item:last-child,
.grid__item:nth-child(3n) {
    margin-right: 0
}

.grid__item:nth-child(3n+1) {
    clear: left
}

.horizon {
    /*overflow: auto;*/
    /*height: 430px;*/
    /*overflow-x: scroll!important;*/
    /*overflow: -moz-scrollbars-horizontal*/
}

.horizon__track {
    float: left;
    margin-right: -9999em;
    white-space: nowrap;
    list-style: none;
    height: 100%
}

.horizon__item {
    float: left;
    display: inline-block;
    height: 100%;
    width: auto;
    margin-left: 5px;
    margin-right: 5px
}

.horizon__item>img {
    height: 100%;
    width: auto
}

.scroll-gallery {
    float: left;
    height: 430px
}

.scroll-gallery__item {
    outline: none!important;
    float: left;
    display: inline-block;
    height: 430px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px
}

.scroll-gallery__item .image {
    height: auto!important
}

.scroll-gallery__item img {
    outline: none!important;
    height: 430px;
    width: auto
}

.card__model {
    position: relative
}

.card__model__title {
    position: relative;
    height: 50px;
    width: 100%;
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden
}

.card__model__title .wm-icon__overseas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 50px;
    width: 24px;
    line-height: 50px
}

.card__model__link {
    display: block;
    text-decoration: none;
    position: relative
}

.card__model__overseas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 50px;
    width: auto;
    line-height: 50px;
    background-color: #fff;
    display: block;
    padding-left: 10px
}

.card__model__overseas--mobile {
    display: none
}

.card__model .image.lazy {
    background-color: #f5f5f5;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.card__model__stats {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    bottom: 0;
    font-size: 14px;
    line-height: 22px;
    z-index: 6;
    padding: 0 20px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.card__model__stats>ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card__model__stats .list-item__label,
.card__model__stats .list-item__value {
    font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    text-transform: none;
    letter-spacing: 0;
    padding: 0 4px;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize
}

.card__model__stats .list-item__label {
    text-align: right
}

.card__model__stats:hover {
    opacity: 1
}

.card__press {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.card__press__image {
    margin-bottom: 12px
}

.card__press__source {
    margin-bottom: 12px;
    display: inline-block
}

.card__press__title {
    margin-bottom: 12px
}

.card__post {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.card__post__image {
    margin-bottom: 12px
}

.card__post__source {
    margin-bottom: 12px;
    display: inline-block
}

.card__post__title {
    margin-bottom: 12px
}

.wm-layout {
    display: block
}

.wm-layout:after {
    clear: both;
    content: "";
    display: table
}

.wm-layout__header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 8!important
}

.wm-layout__header.hide {
    top: -80px
}

.wm-layout__mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 8!important;
    display: none
}

.wm-layout__filter-bar,
.wm-layout__utility {
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    float: left;
    margin-top: 0;
}

.wm-layout__filter-bar.top,
.wm-layout__utility.top {
    top: 0
}

.wm-layout__mobile-utility {
    height: auto;
    width: 100%;
    margin-top: 70px;
    background-color: #fff;
    z-index: 8;
    display: none
}

.wm-layout__filter-bar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden
}

.wm-layout__filter-bar.open {
    max-height: 1000px
}

body.home .wm-layout__content {
    margin: 80px auto 0;
}

body.home .wm-layout__content {
    max-width: 100%;
}

.wm-layout__content2 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 80px auto 0;
    /* width: 100%; */
    /* float: left; */
    z-index: 1;
    position: relative;
}

.wm-layout__content {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 68em;
    margin: 80px auto 0;
}

.wm-layout__content:after {
    clear: both;
    content: "";
    display: table
}

.wm-layout__content.drawer-open {
    opacity: .2
}

.wm-layout__page-content {
    padding-top: 80px;
    min-height: 225px
}

.wm-layout__footer {
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f5f5f5;
    z-index: 8;
    float: left;
}

.wm-layout__footer.drawer-open {
    opacity: .2
}

.wm-layout__mobile-footer {
    position: relative;
    height: auto;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 8;
    display: none;
    float: left;
}

.wm-page {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-top: 100px;
    padding-bottom: 100px
}

.wm-page:last-child {
    margin-right: 0
}

.wm-page__title {
    margin-bottom: 100px
}

.wm-page__body {
    margin-bottom: 100px
}

.wm-page__about {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%
}

.wm-page__about:last-child {
    margin-right: 0
}

.wm-page__join {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-bottom: 0
}

.wm-page__join:last-child {
    margin-right: 0
}

.wm-page__join form {
    width: 100%
}

.wm-page__join .helper {
    color: #777
}

.wm-page__join .form-group__header {
    margin-bottom: 30px
}

.wm-page__join__content {
    display: block;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 22px
}

.wm-page__join__content:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__join__content__copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-right: 30px
}

.wm-page__join__content__copy:last-child {
    margin-right: 0
}

.wm-page__join__content__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-left: 30px
}

.wm-page__join__content__image:last-child {
    margin-right: 0
}

.wm-page__join__form {
    padding-top: 60px;
    display: block
}

.wm-page__join__form:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__join__form__column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.wm-page__join__form__column:last-child {
    margin-right: 0
}

.wm-page__join__form__column .title {
    margin-bottom: 10px
}

.wm-page__join__form__column .form-group {
    margin-bottom: 50px
}

.wm-page__join__form__column .form-group:last-child {
    margin-bottom: 0
}

.wm-page__join__form__column:first-child {
    padding-right: 30px
}

.wm-page__join__form__column:last-child {
    padding-left: 30px
}

.wm-page__home {
    padding-top: 30px
}

.wm-page__home__list {
    display: block
}

.wm-page__home__list:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__home .slideshow {
    height: auto;
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2!important;
}

.wm-page__model {
    padding-top: 70px
}

.wm-page__model .model-single {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px
}

.wm-page__model .model-single:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__model .model-single__content {
    position: relative
}

.wm-page__model .model-single__content .horizon {
    margin-left: 220px
}

.wm-page__model .model-single__mobile-share {
    display: none !important;
}

.wm-page__model .model-single__information {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    white-space: normal;
    width: 220px;
    margin-right: 30px;
    background-color: #fff;
    padding-right: 30px;
    z-index: 5;
    overflow-y: auto;
}

.wm-page__model .model-single__information .list-item {
    line-height: 16px;
    font-size: 13px
}

.wm-page__model .model-single__information .list-item__value {
    text-transform: capitalize;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
}

.wm-page__model .model-single__information>.title {
    margin-top: 30px;
    margin-bottom: 30px
}

.wm-page__model .model-single__information>.buttons {
    margin-top: 30px;
    margin-bottom: 30px
}

.wm-page__model .model-single__information>.message {
    margin-bottom: 30px
}

.wm-page__model .model-single__information>.message p {
    margin-bottom: 0
}

.wm-page__model .model-single .horizon__item.hide {
    display: none
}

.wm-page__book {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-bottom: 0
}

.wm-page__book:last-child {
    margin-right: 0
}

.wm-page__book form {
    width: 100%
}

.wm-page__book .helper {
    color: #777
}

.wm-page__book .form-group__header {
    margin-bottom: 30px
}

.wm-page__book__content {
    display: block;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 22px
}

.wm-page__book__content:after {
    clear: both;
    content: "";
    display: table
}


.wm-page__book__content__copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-right: 30px
}

.wm-page__book__content__copy:last-child {
    margin-right: 0
}

.wm-page__book__content__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-left: 30px
}

.wm-page__book__content__image:last-child {
    margin-right: 0
}

.wm-page__book__form {
    display: block;
    padding-top: 60px
}

.wm-page__book__form:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__book__form br,
.wm-page__book__form p {
    display: none
}

.wm-page__book__form p.helper {
    display: inline-block
}

.wm-page__book__form__column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.wm-page__book__form__column:last-child {
    margin-right: 0
}

.wm-page__book__form__column .title {
    margin-bottom: 10px
}

.wm-page__book__form__column .form-group {
    margin-bottom: 50px
}

.wm-page__book__form__column .form-group:last-child {
    margin-bottom: 0
}

.wm-page__book__form__column:first-child {
    padding-right: 30px
}

.wm-page__book__form__column:last-child {
    padding-left: 30px
}

.wm-page__models {
    padding-top: 80px
}

.wm-page__models__list {
    display: block
}

.wm-page__models__list:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__models__list #hits {
    margin-left: -20px;
    margin-right: -20px
}

.wm-page__models__list #hits .ais-hits--item {
    width: 33.33%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.wm-page__models__list__sidebar {
    padding-right: 30px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.wm-page__models__list__sidebar:last-child {
    margin-right: 0
}

.wm-page__models__list__sidebar #bra_size .ais-refinement-list--label {
    text-transform: uppercase
}

.wm-page__models__list__results {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%
}

.wm-page__models__list__results:last-child {
    margin-right: 0
}

.wm-page__filter {
    padding-top: 80px
}

.wm-page__help {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%
}

.wm-page__help:last-child {
    margin-right: 0
}

.wm-page__help__qanda {
    display: block
}

.wm-page__help__qanda:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.wm-page__contact:last-child {
    margin-right: 0
}


.wm-page__contact__locations {
    display: block
}

.wm-page__contact__locations:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__contact__locations__location {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.wm-page__contact__locations__location:last-child {
    margin-right: 0
}

.wm-page__contact .input-actions {
    text-align: right
}

.wm-page__contact__body {
    display: block;
    margin-bottom: 60px
}

.wm-page__contact__body:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__contact__body__details,
.wm-page__contact__body__form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

.wm-page__contact__body__details:last-child,
.wm-page__contact__body__form:last-child {
    margin-right: 0
}

.wm-page__contact__body__details .title,
.wm-page__contact__body__form .title {
    margin-bottom: 50px
}

.wm-page__contact__body__details {
    padding-right: 30px
}

.wm-page__contact__body__form {
    padding-left: 30px
}

.wm-page__post {
    padding-top: 30px
}

.wm-page__post .post-single__content {
    display: block;
    margin-top: 80px
}

.wm-page__post .post-single__content:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__post .post-single__content__main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-bottom: 30px
}

.wm-page__post .post-single__content__main:last-child {
    margin-right: 0
}

.wm-page__post .post-single__content__sidebar {
    padding-left: 60px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.wm-page__post .post-single__content__sidebar:last-child {
    margin-right: 0
}

.wm-page__posts {
    padding-top: 80px
}

.wm-page__posts__list {
    display: block
}

.wm-page__posts__list:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__posts__list .masonry {
    margin-left: -20px;
    margin-right: -20px
}

.wm-page__posts__list .masonry__item {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px
}


.wm-page__press {
    padding-top: 80px
}

.wm-page__press__list {
    display: block
}

.wm-page__press__list:after {
    clear: both;
    content: "";
    display: table
}

.wm-page__press__list .masonry {
    margin-left: -20px;
    margin-right: -20px
}

.wm-page__press__list .masonry__item {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px
}

.wm-page__404 {
    padding-top: 30px
}

.wm-page__404__list {
    display: block
}

.wm-page__404__list:after {
    clear: both;
    content: "";
    display: table
}
.bg-intro {
    background-color: #f5f5f5;
}
.intro-content {
    padding: 75px 50px 50px 40px;
    font-family: BaskOldFace;
}
.intro-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}
.instagram-feed-block {
    background-color: #fff;
    width: 50%;
    float: left;
}
.blog-feed-block {
    background-color: #ebebeb;
    width: 50%;
    float: left;
    padding: 0 40px;
}
.blog-feed-block .heading,.instagram-feed-block .heading {
    padding: 40px 0;
    font-size: 24px;
    color: #666666;
}
ul.blog-feed-lists {
    list-style: none;
}
ul.blog-feed-lists li {
    float: left;
    width: 100%;
    margin-bottom: 41px;
}
/*ul.blog-feed-lists li img {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    margin-right: 20px;*/
/*}*/
ul.blog-feed-lists li a {
    text-decoration: none;
}
ul.blog-feed-lists li p.excerpt {
    margin-bottom: 0;
    font-size: 14px;
}
.blog-feed-item .heading-title {
    font-weight:500;
}
.fw {
    float: left;
    width: 100%;
}
.text-center {
    text-align: center;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    list-style: none;
    display: none;
    margin-top: -1px;
    z-index: 9;
}

.has-utility ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 {
    top: calc(100% - 51px);
    z-index: 999;
}

.has-utility .sub-header {
    margin-top: -2px;
}

ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
    width: auto;
    float: left;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 37px 40px;
    line-height: 1;
    letter-spacing: 2.5px;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li#close-sub-menu {
    margin-right: 0;
    padding: 38px 30px;
    float: right;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li#close-sub-menu_about {
    margin-right: 0;
    padding: 38px 30px;
    float: right;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li:hover,ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li.active {
    background-color: #e6e6e6;
    cursor: pointer;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li a {
    text-decoration: none;
}
ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li:hover a {
    color: black;
}
.center-block {
    display: block;
    margin: auto;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

#page-services {
    background-color: #f5f5f5;
}
#page-services .top-content {
    padding: 40px;

}
#page-services .top-content p,.service-content {
    font-family: BaskOldFace;
    font-size: 18px;
    line-height: 28px;
    /* margin-bottom: 10px; */
}

.page-services-heading {
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .2rem;
    margin: 0 0 25px;
}
.service-heading-title {
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .2rem;
    margin: 18px 0 15px;
}
.service-content {
    line-height: 28px;
    margin-bottom: 23px;
}
.bottom-content-item {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.bottom-content-item a {
    text-decoration: none;
}
.bottom-content-item a.button {
    padding: 0 33px;
    height: auto;
    letter-spacing: .1rem;
}
.modal-body-heading {
    font-size: 24px;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 40px;
}
.form-horizontal .control-label {
    letter-spacing: 2.5px;
    color: black;
}
textarea#comments {
    max-height: 70px;
    font-family: BaskOldFace;
}
input.wpcf7-quiz {
    font-family: BaskOldFace;
}
.form-horizontal .control-label {
    font-size: 14px;
}
.wpcf7-form-control-wrap.quiz label {
    width: 100%;
}
#form-submit-hire {
    width: 100%;
    height: 35px;
}
#myModal.fade.in {
    display: block!important;
    align-items: center;
}
#myModal .modal-dialog {
    margin: auto;
}
.modal-header .close:hover {
    cursor: pointer;
}
.instagram-feed-block #sb_instagram {
    padding: 0 40px 40px 40px!important;
    float: left;
    margin-top: -10px;
}
.single-services-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}
.single-services-featured-image {
    margin-bottom: 33px;
}
.single-services-featured-image img,.single-service-gallery .gallery-item img {
    width: 100%;
}
.single-service-gallery {
    overflow: hidden;
}
.single-service-gallery .row {
    margin: 0 -5px;
}
.single-service-gallery .gallery-item {
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}
body.single-services .page-services-heading {
    margin: 70px 0 25px;
}
.browse-models {
    background-color: #ebebeb;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    padding: 70px 0 60px;
}
.browse-models ul {
    list-style:none;
    text-align: center;
    padding: 0 15px;
}
.browse-models ul li {
    display: inline-block;
    width: 210px;
    height: 30px;
    border: 1px solid black;
    margin: 0 10px;
    margin-bottom: 30px;
}
.browse-models ul li:hover {
    background-color: black;
    cursor: pointer;
}
.browse-models ul li:hover a {
    color: #fff;
}
.browse-models ul li a {
    font-size: 14px;
    color: black;
    letter-spacing: 2.5px;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}
.browse-models .browse-models-heading {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 400;
}
.hide {
    display: none!important;
}
.single-services-content .content {
    padding-right: 30px;
}
.single-services-content {
    margin-bottom: 45px;
}




/*********** 30.04.19 *******/
.sharebtn {
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    font-family: EngraversGothic, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    background-color: #fff;
    padding: 0 12px;
    margin: 0;
    text-decoration: none;
    line-height: 22px;
    height: 24px;
    width: 100%;
    outline: none;
    text-align: center;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.sharebtn:hover{
    text-decoration: none;
    border-color: #000;
    background-color: #000!important;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}
.sharebtn:focus,.sharebtn:visited{
    text-decoration: none;
}

#myModal{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.models-desc-info{
    margin: 0 0 70px;
}
.models-desc-info span{
    font-weight: bold;
}
.model_social{
    position: relative;
}






@media screen and (max-width: 1365px) {
    ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
        margin-right: 15px;
    }
}

@media screen and (max-width:992px) {
    .single-services-content .content {
        padding-right: 0;
    }
    .blog-feed-item .heading-title {
        font-size: 1rem;
    }
    ul.blog-feed-lists li p.excerpt {
        max-height: 82px;
        overflow: hidden;
    }
    ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
        margin-right: 0;
        padding: 37px 25px;
    }
    .main-footer__nav .nav__left {
        margin-right: 0;
        width: 70%;
    }
    .main-footer__nav .nav__right {
        width: 30%;
    }
}

@media screen and (max-width:768px) {
    body.home .wm-layout__content {
        margin: 70px auto 0;
    }
    .content-block__text,
    .content-block__title {
        padding-left: 40px;
        padding-right: 40px
    }
    .pswp-gallery .pswp-thumbnails .pswp-thumbnail {
        margin: 0;
        float: none;
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0
    }
    .pswp-gallery .pswp-thumbnails .pswp-thumbnail img {
        width: 100%;
        height: auto
    }
    .pswp-gallery {
        float: none
    }
    .pswp-gallery .pswp-thumbnails {
        height: auto
    }
    .content-block__qanda,
    .content-block__share {
        padding-left: 40px;
        padding-right: 40px
    }
    .content-block__header {
        padding-left: 40px;
        padding-right: 40px
    }
    .wm-layout__mobile-header {
        display: block
    }
    .wm-layout__mobile-utility {
        display: block
    }
    .wm-layout__header {
        display: none
    }
    .card__model__stats:hover {
        display: none
    }
    .card__model__stats {
        display: none
    }
    .wm-layout__content {
        margin-top: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0
    }
    .wm-layout__footer {
        display: none
    }
    .wm-layout__mobile-footer {
        display: block
    }
    .wm-page {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .wm-page__title {
        text-align: center;
        margin-bottom: 70px;
        margin-top: 40px
    }
    .wm-page__body {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px
    }
    .wm-page__about {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .wm-page__about .wm-page__body,
    .wm-page__about>.container {
        padding-left: 0;
        padding-right: 0
    }
    .wm-page__join {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .wm-page__join hr {
        display: none
    }
    .wm-page__join__content {
        padding-bottom: 0
    }
    .wm-page__join__content__copy {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0
    }
    .wm-page__join__content__image {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px
    }
    .wm-page__join__form__column {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0!important;
        padding-right: 0!important
    }
    .wm-page__model {
        padding-top: 20px
    }
    .wm-page__model>.container {
        padding-left: 0;
        padding-right: 0
    }
    .wm-page__model .model-single {
        margin-top: 0;
        margin-bottom: 0
    }
    .wm-page__model .model-single__content .horizon {
        margin: 0
    }
     .wm-page__model .model-single__mobile-share {
        margin-top: 50px;
        /*display: block*/
    }
    .wm-page__model .model-single__information {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 60px
    }
    .wm-page__model .model-single__information .list-item__label {
        text-align: left;
        padding-right: 10px
    }
    .wm-page__model .model-single__information>.title {
        width: 100%;
        text-align: center;
        margin-bottom: 70px;
        margin-top: 40px
    }
    .wm-page__model .model-single__information .list-item__value {
        text-align: left;
        padding-left: 10px
    }
    .wm-page__book {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .wm-page__book hr {
        display: none
    }
    .wm-page__book__content {
        padding-bottom: 0
    }
    .wm-page__book__content__copy {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0
    }
    .wm-page__book__content__image {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px
    }
    .wm-page__book__form__column {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0!important;
        padding-right: 0!important
    }
    .wm-page__models {
        padding-top: 0
    }
    .wm-page__models>.container {
        padding-left: 0;
        padding-right: 0
    }
    .wm-page__models__list #hits {
        margin-right: 0;
        margin-left: 0
    }
    .wm-page__models__list #hits .ais-hits--item {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
    .wm-page__models__list__sidebar {
        display: none
    }
    .wm-page__models__list__results {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .wm-page__help {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px
    }
    .wm-page__contact__locations {
        margin-bottom: 50px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 50px
    }
    .wm-page__contact {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .scroll-gallery__item img {
        margin: auto;
    }
    .card__model__title {
        padding: 0 20px;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        line-height: 20px;
        padding-top: 10px;
        height: 60px
    }
    .card__model__overseas {
        display: none
    }
    .card__model__overseas--mobile {
        top: auto!important;
        left: auto!important;
        right: 10px!important;
        bottom: 10px!important;
        display: block;
        z-index: 4;
        background-color: transparent;
        color: #fff;
        width: 24px;
        height: 24px;
        line-height: 24px
    }
    .horizon {
        margin-left: 0;
        width: 100%;
        /*overflow: hidden!important;*/
        height: auto
    }
    .horizon__track {
        float: none;
        margin: 0;
        white-space: normal;
        height: auto
    }
    .horizon__item {
        float: none;
        display: block;
        width: 100%;
        position: relative;
        margin: 0
    }
    /*.horizon__item.hide {*/
    /*    display: block!important*/
    /*}*/
    .horizon__item .content-block {
        margin-bottom: 0
    }
    .horizon__item>img {
        width: 100%;
        height: auto
    }
    .scroll-gallery {
        float: none;
        height: auto
    }
    .scroll-gallery__item {
        margin: 0;
        float: none;
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0
    }
    .wm-page__contact__body__details,
    .wm-page__contact__body__form {
        float: none;
        display: block;
        margin-right: auto;
        width: 100%;
    }

    .wm-page__contact__body__details .title,
    .wm-page__contact__body__form .title {
        margin-bottom: 20px
    }

    .wm-page__contact__body__details {
        padding-right: 0
    }
    .wm-page__contact__body__details hr {
        display: none
    }

    .wm-page__contact__body__form {
        padding-left: 0
    }

    .wm-page__post {
        padding-top: 20px
    }
    .wm-page__post>.container {
        padding-left: 0;
        padding-right: 0
    }

    .wm-page__post .post-single__content {
        margin-top: 0
    }

    .wm-page__post .post-single__content__main {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0
    }

    .wm-page__post .post-single__content__sidebar,
    .wm-page__post .related,
    .wm-page__post hr {
        display: none
    }
    .wm-page__posts {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
    
    .wm-page__posts__list .masonry__item {
        width: 100%;
        margin-bottom: 20px
    }
    .wm-page__press {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
    .wm-page__press__list .masonry__item {
        width: 100%;
        margin-bottom: 20px
    }
    .wm-layout__content2 {
        margin: 70px auto 0;
    }
    body.single-services .wm-layout__content2 {
        margin: 0 auto;
    }
    body.single-services .page-services-heading {
        margin: 25px 0;
    }
    .browse-models {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width:560px) {
    .blog-feed-block,.instagram-feed-block {
        width: 100%;
        padding: 0 15px;
    }
    .intro-content {
        padding: 15px 0;
    }
    .single-service-gallery .gallery-item {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width:400px) {
    .blog-feed-block,.instagram-feed-block {
        padding: 0 15px;
    }
    .browse-models .browse-models-heading {
        font-size: 18px;
    }
}

@media screen and (min-width:560px) {
    .bottom-content-item {
        width: 50%;
    }
    .bottom-content-item:nth-child(2n + 1) {
        clear: both;
    }
}

@media screen and (min-width:992px) {
    .main-header__nav .nav__item {
        font-size: 14px;
        padding: 0 15px;
        letter-spacing: 2.5px;
    }
    .browse-models ul {
        padding: 0 120px;
    }
}

@media screen and (min-width:1200px) {
    ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
        margin-right: 30px;
    }
    .main-header__nav .nav__item:first-child {
        padding: 0 40px;
        margin-right: 20px;
    }
    .main-header__nav .nav__right .nav__item {
        margin-left: 10px;
    }
    .bottom-content {
        margin: 0 -65px;
    }
    .bottom-content-item {
        padding: 0 65px;
    }
    #page-services .container {
        width: 1145px;
    }
    .bottom-content-item {
        margin-bottom: 60px;
    }
    .page-services-heading {
        margin: 30px 0 25px;
    }
    .form-horizontal .form-group .right-block-form {
        padding-left: 5px;
    }
}

@media screen and (min-width:1366px) {
    .intro-content {
        padding: 75px 135px 40px;
    }
    #page-services .top-content {
        padding: 40px 0 30px;
        max-width: 875px;
        margin: auto;
    }
    ul.nav.nav__left.drawer-toggle.custome-menu-sub-level2 li {
        margin-right: 96px;
    }
    .single-services-content {
        padding: 0 124px;
    }
    .browse-models ul {
        padding: 0 120px;
    }
}

@media screen and (min-width:1367px) {
    .royalSlider {
        height: calc(100vh - 80px)!important;
    }
}

@media screen and (min-width:1600px) {
    .intro-content {
        padding: 75px 0 40px;
    }
}
