@font-face {
    font-family: 'josefin_sansregular';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sanssemibold';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansthin';
    src: url('theme/josefinsans-thin-webfont.eot?1446548945');
    src: url('theme/josefinsans-thin-webfont.eot?#iefix?1446548945') format('embedded-opentype'), url('theme/josefinsans-thin-webfont.woff2?1446548945') format('woff2'), url('theme/josefinsans-thin-webfont.woff?1446548945') format('woff'), url('theme/josefinsans-thin-webfont.ttf?1446548945') format('truetype'), url('theme/josefinsans-thin-webfont.svg#josefin_sansthin?1446548945') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #333;
    color: #333;
    letter-spacing: 0.03em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a img {
    border: none;
}

h2 {
    padding-bottom: 15px;
    color: #222;
    letter-spacing: 0.03em;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 32px;
    line-height: 1.3em;
}

div.paragraph, div.paragraph {
    padding-bottom: 10px;
    letter-spacing: normal;
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

p, div.paragraph {
    padding-bottom: 10px;
    letter-spacing: normal;
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

blockquote {
    margin: 0 0 20px !important;
    padding-left: 15px !important;
    border-left: 1px solid #333 !important;
    font-style: normal !important;
    letter-spacing: 0.05em;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #333;
}

input[type="text"], input[type="email"], textarea {
    letter-spacing: 0.03em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-shadow: none;
}

textarea {
    resize: none;
}

select {
    letter-spacing: 0.03em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    width: 16px;
    height: 16px;
    background: #f2f2f2;
    border: 1px solid #999 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-shadow: none;
}

input[type="radio"] {
    border-radius: 100%;
}

input[type="radio"]:after {
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
}

input[type="radio"]:checked:after {
    background: #999;
    border: 2px solid #f2f2f2;
    width: 14px;
    height: 14px;
}

input[type="checkbox"]:after {
    position: relative;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 6px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked:after {
    display: block;
    content: " ";
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

#icontent #blogTable td.blog-sidebar .column-blog {
    display: block;
}

#icontent #blogTable .blog-post .back-to-blog {
    display: none;
}

#icontent #blogTable a.blog-sidebar-toggle .icon-collapse {
    display: none;
}

#icontent .wsite-com-short-description-wrap .icon-collapse {
    display: none;
}

#icontent .wsite-com-short-description-wrap #wsite-com-product-short-description {
    display: block;
}

body.nav-open .header-wrap label.hamburger {
    background: #fff;
}

body.nav-open .header-wrap label.hamburger span:before, body.nav-open .header-wrap label.hamburger span:after {
    color: #333;
}

body.nav-open .nav-wrap {
    max-height: 60px;
}

body.cart-full .mini-cart-wrap .mini-cart-icon {
    width: 27px;
    height: 22px;
    background: url(theme/icon-cart-full-sprite.png?1446548945) no-repeat;
    background-size: 100%;
    background-position: top center;
}

body.cart-full .mini-cart-wrap:hover .mini-cart-icon {
    background-position: bottom center;
}

body.affix .header-wrap .topbar {
    position: fixed;
    z-index: 8;
    height: 50px;
    background: #222;
    border-bottom: none;
}

body.affix .nav-wrap {
    position: fixed;
    top: 50px;
}

body.affix .search-bar-wrap {
    position: fixed;
    top: 50px;
}

body.affix #wsite-mini-cart {
    top: 50px !important;
}

body.search-open .topbar .search-icon-wrap {
    background: #fff;
}

body.search-open .topbar .search-icon {
    background-position: bottom center;
}

body.search-open .search-bar-wrap .wsite-search {
    padding: 15px 20px;
    height: 60px;
    opacity: 1;
}

body.search-open .search-bar-wrap .wsite-search .wsite-search-input {
    height: 30px;
}

body.mini-cart-open .mini-cart-wrap {
    background: #fff;
}

body.mini-cart-open .mini-cart-wrap .mini-cart-icon {
    background-position: bottom center;
}

body.mini-cart-open .mini-cart-wrap #wsite-mini-cart {
    display: block !important;
}

.header-wrap {
    position: relative;
    overflow: hidden;
    background: url(theme/default-bg.jpg?1446548945) no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
}

.header-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: ' ';
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: table;
    width: 100%;
    height: 60px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.logo {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.logo a {
    display: block;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 28px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.logo a:hover {
    opacity: 0.85;
}

.logo .wsite-logo {
    vertical-align: middle;
}

.logo .wsite-logo img, .logo .wsite-logo span {
    vertical-align: baseline !important;
}

.logo img {
    display: block;
    overflow: hidden;
    max-width: 250px;
    max-height: 50px;
}

/*
 label.hamburger { position: relative; z-index: 8; display: table-cell; padding: 0 20px; width: 100px; vertical-align: middle; border-right: 1px solid rgba(255, 255, 255, 0.15); box-sizing: border-box; cursor: pointer; -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7); -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7); -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7); -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7); transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7); }
label.hamburger span { position: relative; display: block; color: #fff; text-align: center; }
 label.hamburger span:after { display: block; color: #fff; font-family: 'josefin_sanssemibold', sans-serif; font-size: 14px; line-height: normal; content: '\MENU'; }
 label.hamburger:hover { background: #fff; }
 label.hamburger:hover span:after { color: #333; }*/
.nav-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 8;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    background: #fff;
    border-bottom: none;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.nav-wrap .container {
    display: table;
    width: 100%;
    height: 60px;
}

.desktop-nav {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.desktop-nav ul {
    width: 100%;
    padding: 0 20px;
    list-style-type: none;
    box-sizing: border-box;
}

.desktop-nav li {
    display: inline-block;
    padding: 0 10px;
}

.desktop-nav li > a.wsite-menu-item {
    color: #333;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.desktop-nav li > a.wsite-menu-item:hover, .desktop-nav li#active > a.wsite-menu-item {
    color: #bbb;
}

.mobile-nav {
    display: none;
}

#wsite-menus .wsite-menu {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#wsite-menus .wsite-menu li > a {
    border: none;
    background: #fff;
    color: #333;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#wsite-menus .wsite-menu li > a:hover, #wsite-menus .wsite-menu li#active > a {
    background: #fff;
    color: #bbb;
}

#wsite-menus .wsite-menu .wsite-menu-arrow {
    color: transparent;
    font-size: 0;
}

#wsite-menus .wsite-menu .wsite-menu-arrow:before {
    display: block;
    color: #333;
    content: '\203A';
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 24px;
    line-height: 11px;
}

.wsite-search, .wsite-editor .wsite-search {
    display: block;
}

.topbar .search-icon-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.topbar .search-icon-wrap .search-icon {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    background: url(theme/icon-search-sprite.png?1446548945) no-repeat;
    background-size: 100%;
    background-position: top center;
    cursor: pointer;
}

.topbar .search-icon-wrap:hover {
    background: white;
}

.topbar .search-icon-wrap:hover .search-icon {
    background-position: bottom center;
}

.topbar .wsite-search {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.topbar .wsite-search .wsite-search-button {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    background: url(theme/icon-search-sprite.png?1446548945) no-repeat;
    background-size: 100%;
    background-position: top center;
    cursor: pointer;
}

.topbar .wsite-search .wsite-search-input {
    display: none;
}

.topbar .wsite-search:hover {
    background: white;
}

.topbar .wsite-search:hover .wsite-search-button {
    background-position: bottom center;
}

.search-bar-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 6;
}

.search-bar-wrap .wsite-search {
    height: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    white-space: normal;
    box-sizing: border-box;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.search-bar-wrap .wsite-search .wsite-header-search-form {
    overflow: hidden;
}

.search-bar-wrap .wsite-search .wsite-search-input {
    position: relative;
    left: 45px;
    display: block;
    padding: 0 !important;
    width: 95%;
    height: 0;
    border: none;
    background: transparent;
    color: #bbb;
    box-sizing: border-box;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 200ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.search-bar-wrap .wsite-search .wsite-search-button {
    position: absolute;
    top: 19px;
    left: 25px;
    z-index: 8;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url(theme/icon-search-grey.png?1446548945) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.mini-cart-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    -webkit-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

.mini-cart-wrap .mini-cart-icon {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 20px;
    background: url(theme/icon-cart-sprite.png?1446548945) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.mini-cart-wrap:hover {
    background: white;
}

.mini-cart-wrap:hover .mini-cart-icon {
    background-position: bottom center;
}

#wsite-mini-cart {
    position: absolute;
    top: 60px !important;
    left: inherit !important;
    right: 0 !important;
    z-index: 8;
    width: 450px;
    background: white !important;
    border: none !important;
    border-radius: 1px;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -moz-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -ms-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    -o-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
}

#wsite-mini-cart.arrow-top:before, #wsite-mini-cart.arrow-top:after {
    display: none !important;
}

#wsite-mini-cart.wsite-cart-contents {
    padding: 30px 40px;
}

#wsite-mini-cart.wsite-cart-contents .wsite-product-list li {
    display: block;
    padding: 10px 0;
}

#wsite-mini-cart .wsite-product-list .wsite-product-name {
    letter-spacing: 0.03em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 12px;
    line-height: normal;
}

#wsite-mini-cart .wsite-product-list .wsite-name-header {
    margin-bottom: 10px;
    color: #333;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 15px;
    line-height: normal;
}

#wsite-mini-cart .wsite-product-list .wsite-product-price {
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: 32px;
}

#wsite-mini-cart .wsite-product-list .wsite-list-image-container {
    width: auto;
    height: auto;
    margin: 0;
}

#wsite-mini-cart .wsite-product-list .wsite-description-wrapper {
    width: 195px;
}

#wsite-mini-cart .wsite-product-list .wsite-items-right {
    padding-right: 0;
}

#wsite-mini-cart .wsite-cart-bottom {
    overflow: hidden;
    background: white !important;
}

#wsite-mini-cart .wsite-cart-bottom .wsite-subtotal-wrapper {
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
}

#wsite-mini-cart .wsite-cart-bottom .wsite-subtotal-wrapper > span {
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
}

#wsite-mini-cart .wsite-cart-bottom .wsite-subtotal-wrapper > span.wsite-price {
    text-transform: normal;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
}

.banner-wrap {
    position: relative;
    min-height: 600px;
}

.banner-wrap .container {
    display: table;
    padding: 60px 0;
    height: 600px;
    vertical-align: middle;
    box-sizing: border-box;
}

.banner-wrap .banner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-wrap .banner h2 {
    padding-bottom: 25px;
    text-align: center;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 36px;
    line-height: normal;
}

.banner-wrap .banner .button-wrap {
    display: inline-block;
}

.banner-wrap .banner .wsite-button, .banner-wrap .banner .wsite-button-large.wsite-button {
    text-align: center !important;
}

.banner-wrap .banner .wsite-button .wsite-button-inner, .banner-wrap .banner .wsite-button-large.wsite-button .wsite-button-inner {
    font-size: 15px;
}

.banner-wrap .banner .wsite-button-highlight .wsite-button-inner, .banner-wrap .banner .wsite-button-large.wsite-button-highlight .wsite-button-inner {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

.banner-wrap .banner .wsite-button-highlight:hover .wsite-button-inner, .banner-wrap .banner .wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {
    border: 1px solid #fff;
    background: #fff;
    color: #333 !important;
}

.main-wrap {
    background: #fff;
}

.main-wrap > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-wrap a:hover {
    color: #bbb;
}

.footer-wrap {
    background: #333;
    color: #fff;
}

.footer-wrap .wsite-footer {
    padding: 40px 0;
}

.footer-wrap .wsite-footer h2 {
    color: #fff;
    font-size: 22px;
}

.footer-wrap .wsite-footer div.paragraph, .footer-wrap .wsite-footer div.paragraph {
    font-size: 13px;
}

.footer-wrap .wsite-footer p, .footer-wrap .wsite-footer div.paragraph {
    font-size: 13px;
}

.footer-wrap .wsite-button .wsite-button-inner {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

.footer-wrap .wsite-button:hover .wsite-button-inner {
    border: 1px solid #fff;
    background: #fff;
    color: #333 !important;
}

.wsite-social .wsite-social-item {
    margin-right: 5px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.wsite-form-label {
    letter-spacing: 0.04em;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: normal;
}

.wsite-form-sublabel {
    display: none;
}

.wsite-form-radio-container {
    margin-bottom: 15px;
}

.wsite-form-radio-container label {
    position: relative;
    top: 3px;
    padding-left: 5px;
}

.wsite-form-input, .wsite-search-element-input {
    margin-bottom: 10px;
    padding: 8px !important;
    height: auto;
    background: #f2f2f2;
    color: #333;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 1px;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.wsite-form-input:focus, .wsite-search-element-input:focus {
    background: #f9f9f9;
    border-bottom: 1px solid #333;
}

.wsite-search-element-input {
    padding-right: 24px !important;
}

.form-select, .wsite-form-field select, .wsite-com-product-option-groups select {
    height: 40px;
    padding: 8px;
    background: #f2f2f2 url(theme/select-dropdown.png?1446548945) 97% center no-repeat;
    color: #333;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 1px;
    box-sizing: border-box;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.form-select:focus, .wsite-form-field select:focus, .wsite-com-product-option-groups select:focus {
    border-bottom: 1px solid #333;
}

.form-field-error .wsite-form-radio-container {
    border: none;
}

.formlist, .wsite-editor .formlist {
    min-height: inherit;
}

.wsite-search-element-submit, .wsite-editor .wsite-search-element-submit {
    margin-top: -11px;
}

.wsite-button, .wsite-editor .wsite-button {
    display: inline-block;
    height: auto;
    padding: 0;
    background: none;
}

.wsite-button:focus, .wsite-editor .wsite-button:focus {
    outline: none;
}

.wsite-button .wsite-button-inner, .wsite-editor .wsite-button .wsite-button-inner {
    float: none;
    display: inline-block;
    padding: 10px 14px;
    height: auto;
    border-radius: 1px;
    border: 1px solid #333;
    background: #fff;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: normal;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 13px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.wsite-button:hover .wsite-button-inner, .wsite-button-large:hover .wsite-button-inner {
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
}

.wsite-button-large, .wsite-editor .wsite-button-large {
    display: inline-block;
    height: auto;
    padding: 0;
    background: none;
}

.wsite-button-large .wsite-button-inner, .wsite-editor .wsite-button-large .wsite-button-inner {
    display: inline-block;
    padding: 12px 20px;
    height: auto;
    font-size: 15px;
}

.wsite-button-highlight, .wsite-button-large.wsite-button-highlight, .wsite-editor .wsite-button-highlight, .wsite-editor .wsite-button-large.wsite-button-highlight {
    background: none;
}

.wsite-button-highlight .wsite-button-inner, .wsite-button-large.wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-large.wsite-button-highlight .wsite-button-inner {
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
}

.wsite-button-highlight:hover .wsite-button-inner, .wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {
    border: 1px solid #666;
    background: #666;
    color: #fff !important;
}

.imageGallery * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.imageGallery .galleryImageHolder:hover .galleryCaptionHolderInnerBg {
    opacity: 0.4;
}

.imageGallery .galleryCaptionInnerText, .imageGallery .galleryCaptionInnerText div.paragraph {
    color: white;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 20px;
    line-height: normal;
}

.imageGallery .galleryCaptionInnerText, .imageGallery .galleryCaptionInnerText p {
    color: white;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 20px;
    line-height: normal;
}

.imageGallery .galleryCaptionHolderInnerBg {
    opacity: 0.2;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.wsite-page-membership-text-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.fancybox-title {
    color: white;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: normal;
}

.fancybox-close, .fancybox-next span, .fancybox-prev span {
    background: none !important;
    width: auto;
    height: auto;
}

.fancybox-prev span {
    left: -10px;
}

.fancybox-next span {
    right: -10px;
}

.fancybox-close:before, .fancybox-next span:before, .fancybox-prev span:before {
    color: white !important;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 50px;
    line-height: 18px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.fancybox-close:hover:before, .fancybox-next:hover span:before, .fancybox-prev:hover span:before {
    color: #666 !important;
}

.fancybox-prev span:before {
    content: '\3008';
}

.fancybox-next span:before {
    content: '\3009';
}

.fancybox-close {
    top: 20px;
    right: 20px;
}

.fancybox-close:before {
    content: '\00D7';
}

.landing-page .banner-wrap .banner h2 {
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 70px;
    line-height: normal;
}

.landing-page .banner-wrap .banner .arrow-down {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    padding: 10px;
    width: 28px;
    height: 28px;
    opacity: 0.65;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.landing-page .banner-wrap .banner .arrow-down span {
    position: relative;
    top: 0;
    left: 10px;
    content: '\203A';
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 16px;
    line-height: 11px;
}

.landing-page .banner-wrap .banner .arrow-down span:before, .landing-page .banner-wrap .banner .arrow-down span:after {
    position: relative;
    display: block;
    background: white;
    width: 3px;
    height: 24px;
    content: ' ';
}

.landing-page .banner-wrap .banner .arrow-down span:before {
    top: 13px;
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.landing-page .banner-wrap .banner .arrow-down span:after {
    top: -11px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.landing-page .banner-wrap .banner .arrow-down:hover {
    opacity: 1;
}

.tall-header-page .banner-wrap .banner h2 {
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 70px;
    line-height: normal;
    padding-bottom: 0;
}

.short-header-page .banner-wrap {
    min-height: 420px;
}

.short-header-page .banner-wrap .container {
    height: 420px;
}

.short-header-page .banner-wrap .banner h2 {
    padding-bottom: 0;
}

.no-header-page .header-wrap {
    overflow: visible;
    height: 60px;
    background: #222;
}

.no-header-page .main-wrap .container {
    padding-top: 80px;
}

.splash-page {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: none;
    box-sizing: border-box;
}

.splash-page .wrapper {
    height: 100%;
}

.splash-page .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    overflow: visible;
    width: 100%;
    height: 60px;
    background: transparent;
}

.splash-page .header-wrap:before {
    background: none;
}

.splash-page .nav-wrap {
    z-index: 4;
}

.splash-page .main-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(theme/default-bg.jpg?1446548945) no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
    box-sizing: border-box;
}

.splash-page .main-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: ' ';
}

.splash-page .main-wrap > .container {
    position: relative;
    display: table;
    width: 960px;
    height: 100%;
    padding: 80px 0;
    box-sizing: border-box;
}

.splash-page .content-wrap {
    display: table-cell;
    vertical-align: middle;
    color: white;
}

.splash-page .content-wrap h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 70px;
    line-height: normal;
}

.splash-page .content-wrap div.paragraph, .splash-page .content-wrap div.paragraph {
    padding-bottom: 20px;
    color: white;
}

.splash-page .content-wrap p, .splash-page .content-wrap div.paragraph {
    padding-bottom: 20px;
    color: white;
}

.splash-page .wsite-button, .splash-page .wsite-button-large.wsite-button {
    text-align: center !important;
}

.splash-page .wsite-button .wsite-button-inner, .splash-page .wsite-button-large.wsite-button .wsite-button-inner {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

.splash-page .wsite-button:hover .wsite-button-inner, .splash-page .wsite-button-large:hover .wsite-button-inner {
    border: 1px solid #fff;
    background: #fff;
    color: #333 !important;
}

.splash-page .wsite-button-highlight .wsite-button-inner, .splash-page .wsite-button-large.wsite-button-highlight .wsite-button-inner {
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
}

.splash-page .wsite-button-highlight:hover .wsite-button-inner, .splash-page .wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {
    border: 1px solid #666;
    background: #666;
    color: #fff !important;
}

.splash-page .footer-wrap {
    display: none;
}

#blogTable td {
    float: none;
    width: 100%;
}

#blogTable .blog-header {
    float: left;
    width: 25%;
    margin-right: 5% !important;
}

#blogTable .blog-body {
    float: none !important;
}

#blogTable .blog-post {
    overflow: hidden;
    clear: both;
}

#blogTable .blog-post .blog-date {
    float: none;
    display: block;
    color: #bbb;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: normal;
}

#blogTable .blog-post .blog-date .date-text {
    float: none;
}

#blogTable .blog-post h2.blog-title {
    padding: 5px 0 10px !important;
}

#blogTable .blog-post h2.blog-title a {
    color: #333;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 32px;
    line-height: normal;
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
}

#blogTable .blog-post h2.blog-title a:hover {
    color: #bbb;
}

#blogTable .blog-post .blog-content {
    float: left;
    clear: none;
    width: 70%;
}

#blogTable .blog-post .blog-content h2 {
    font-size: 24px;
}

#blogTable .blog-post .blog-comments {
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-right: 20px !important;
    line-height: 30px;
}

#blogTable .blog-post .blog-comments a {
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
}

#blogTable .blog-post .back-to-blog {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
}

#blogTable .blog-post .read-now-toggle {
    display: none;
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
}

#blogTable .blog-post .blog-separator {
    margin: 15px 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

#blogTable .blog-post .blog-share a {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 1;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -ms-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

#blogTable .blog-post .blog-share span.blog-share-icon {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url(theme/icon-share.png?1446548945) no-repeat;
    background-size: 100%;
}

#blogTable .blog-post .blog-share a:hover {
    opacity: 0.6;
}

#blogTable .blog-post .blog-social {
    display: none;
}

#blogTable a.blog-sidebar-toggle {
    position: relative;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

#blogTable a.blog-sidebar-toggle .icon-collapse {
    position: relative;
    top: 2px;
    left: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(theme/icon-plus-minus.png?1446548945) no-repeat;
    background-position: top center;
    background-size: 100%;
    cursor: pointer;
}

#blogTable a.blog-sidebar-toggle:hover {
    opacity: 0.7;
}

#blogTable a.blog-sidebar-toggle.open .icon-collapse {
    background-position: bottom center;
}

#blogTable td.blog-sidebar {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
}

#blogTable td.blog-sidebar .blog-sidebar-separator {
    padding: 0;
}

#blogTable td.blog-sidebar .column-blog {
    width: 100%;
    display: none;
}

#blogTable td.blog-sidebar ul.columnlist-blog {
    overflow: hidden;
    padding: 10px 0 !important;
}

#blogTable td.blog-sidebar ul.columnlist-blog li {
    float: left;
    margin-right: 4%;
    padding: 0;
    width: 28%;
    list-style: none;
}

#blogTable td.blog-sidebar ul.columnlist-blog li h2 {
    font-size: 20px;
}

#blogTable td.blog-sidebar ul.columnlist-blog li:last-child {
    width: 4%;
    margin-right: 0;
    text-indent: -999em;
}

#blogTable td.blog-sidebar .blog-archive-list .blog-link, #blogTable td.blog-sidebar .blog-category-list .blog-link {
    display: inline-block;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #333;
    color: #333;
    letter-spacing: 0.03em;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#blogTable td.blog-sidebar .blog-archive-list .blog-link:hover, #blogTable td.blog-sidebar .blog-category-list .blog-link:hover {
    color: #bbb;
    border-color: #bbb;
}

#blogTable td.blog-sidebar .blog-archive-list br, #blogTable td.blog-sidebar .blog-category-list br {
    display: none;
}

#blogTable td.blog-sidebar .blog-feed-link {
    margin-top: 0;
}

#blogTable td.blog-sidebar .blog-feed-link > a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(theme/icon-rss.png?1446548945) no-repeat;
    background-size: 100%;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

#blogTable td.blog-sidebar .blog-feed-link > a img {
    display: none;
}

#blogTable td.blog-sidebar .blog-feed-link > a:hover {
    opacity: 0.6;
}

.wsite-blog-index #blogTable td {
    width: 100%;
    display: block;
    float: none;
}

.wsite-blog-index #blogTable .blog-header {
    float: none;
    width: 100%;
}

.wsite-blog-index #blogTable .blog-content {
    float: none;
    display: none;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.wsite-blog-index #blogTable .blog-content h2.wsite-content-title {
    font-size: 22px;
}

.wsite-blog-index #blogTable .blog-post .blog-separator {
    margin: 40px 0;
}

.wsite-blog-index #blogTable .blog-post .back-to-blog {
    display: none;
}

.wsite-blog-index #blogTable .blog-post .read-now-toggle {
    display: block;
}

.wsite-blog-index #blogTable .blog-post .blog-comments {
    float: left;
    display: inline-block;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}

#commentArea {
    margin-left: 30%;
    width: 70%;
}

.blogCommentReplyWrapper iframe {
    height: 520px;
}

#commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
    padding: 8px;
    height: auto;
    background: #f2f2f2;
    color: #333;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 1px;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus {
    background: #f9f9f9;
    border-bottom: 1px solid #333;
}

#commentSubmit {
    height: auto;
    padding: 8px 12px;
    border: 1px solid #333;
    background: white;
    color: #333 !important;
    border-radius: 1px;
    text-transform: uppercase;
    white-space: normal;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 13px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#commentSubmit span {
    background: none;
}

#commentSubmit:hover {
    background: #333;
    color: white !important;
}

.blogCommentWrap, .blogCommentOwner, .blogCommentOwner .blogCommentHeading, .blogCommentOwner .blogCommentHeadingInner, .blogCommentHeading, .blogCommentHeadingInner, .blogCommentHeading .blogCommentHeadingInner, .blogCommentOwner .blogCommentHeading .blogCommentAuthor, .blogCommentHeading .blogCommentAuthor {
    background: none;
    background-image: none;
}

.blog-body .blog-comments-bottom, #wsite-content .blog-comments-bottom, #wsite-content .blog-comments-bottom {
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: normal;
}

.blogCommentHeading {
    padding-left: 0;
}

.blogCommentHeading .blogCommentAuthor {
    padding-left: 0;
    height: 0;
}

.blogCommentHeading .blogCommentAuthor span.name, .blogCommentHeading .blogCommentAuthor a.name {
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
}

.blogCommentHeading .blogCommentDate {
    height: auto;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
}

.blogCommentHeading .blogCommentAuthor a.link {
    background: none;
}

.blogCommentText {
    padding: 0;
}

.blogCommentText div.paragraph, #secondlist .blogCommentText div.paragraph {
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.blogCommentText p, #secondlist .blogCommentText p {
    font-family: 'Cardo', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.blogCommentOptions .blog-button {
    height: auto;
    background: none;
}

.blogCommentOptions .blog-button span {
    padding: 8px 12px;
    border: 1px solid #333;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
}

.blog-button span {
    background: none;
}

#wsite-com-store {
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 15px;
    line-height: normal;
}

#wsite-com-store .wsite-com-category-subcategory.wsite-com-column {
    margin-bottom: 60px;
    height: auto !important;
}

#wsite-com-store .wsite-com-category-subcategory-image-wrap {
    border: none;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-store .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-featured-image-wrap {
    border: none;
}

#wsite-com-store .wsite-com-category-subcategory-name {
    top: 0;
    display: block;
}

#wsite-com-store .wsite-com-category-subcategory-name-bg {
    background: transparent;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-store .wsite-com-category-subcategory-name-text {
    position: absolute;
    top: 100%;
    width: 100%;
    text-shadow: none;
    box-sizing: border-box;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-bg {
    background: rgba(255, 255, 255, 0.9);
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-text {
    top: 75%;
}

#wsite-com-store .wsite-com-sidebar {
    float: none;
    width: 100%;
}

#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
    margin-bottom: 20px;
}

#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy ul .wsite-com-link-text {
    margin: 0;
}

#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #bbb;
}

#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy li a {
    color: #333;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 14px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy li a:hover {
    color: #bbb;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-overlay-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-overlay-wrap {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-overlay, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-overlay-text-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-overlay-text-wrap {
    display: table-cell;
    vertical-align: middle;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-name, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-name {
    margin: 0 0 15px;
    color: #222;
    letter-spacing: 0.04em;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-price, #wsite-com-store .wsite-com-category-product-link .wsite-com-sale-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-sale-price {
    color: #666;
    margin: 0;
    letter-spacing: 0.04em;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 16px;
    line-height: normal;
}

#wsite-com-store .wsite-com-category-product-link .wsite-com-product-price.single-sale-price .wsite-com-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-product-price.single-sale-price .wsite-com-price {
    opacity: .6;
}

#wsite-com-store .wsite-com-category-product-link:hover .wsite-com-category-product-overlay-wrap, #wsite-com-store .wsite-com-category-product-link-featured:hover .wsite-com-category-product-overlay-wrap {
    opacity: 1;
}

.wsite-com-content {
    padding: 0;
}

.wsite-com-content-with-sidebar {
    margin-left: 0;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
    padding-bottom: 25px;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb {
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 12px;
    line-height: normal;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb:first-child > a.wsite-com-link, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb:first-child > a.wsite-com-link, #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb:first-child > span.wsite-com-link-text, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb:first-child > span.wsite-com-link-text {
    margin-left: 0;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link {
    display: block;
    margin-right: 4px;
    padding: 8px;
    border: 1px solid #333;
    background: #f2f2f2;
    color: #333;
    opacity: 1;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link:hover, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link:hover {
    background: #f9f9f9;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > span.wsite-com-link-text, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > span.wsite-com-link-text {
    display: block;
    margin-right: 2px;
    padding: 8px;
    border: 1px solid #333;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb span.wsite-com-breadcrumb-arrow, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb span.wsite-com-breadcrumb-arrow {
    display: none;
}

#wsite-com-product-info {
    margin-left: 65%;
}

#wsite-com-product-title {
    font-weight: 600;
}

#wsite-com-product-price-area {
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 25px;
    line-height: normal;
}

#wsite-com-product-options {
    border-top: none;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.wsite-com-product-label {
    margin-bottom: 10px;
}

.wsite-com-product-label .wsite-com-product-title {
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: normal;
}

.wsite-com-product-option {
    margin-bottom: 10px;
}

label.wsite-com-product-option-label span {
    position: relative;
    top: 3px;
}

.wsite-com-product-option-groups select {
    width: auto;
    min-width: 180px;
}

.wsite-com-product-option-color .wsite-com-product-option-color-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wsite-com-product-option-color .wsite-com-product-option-color-swatch {
    border-radius: 0;
}

#wsite-com-product-inventory {
    padding: 10px 0;
}

#wsite-com-product-inventory .wsite-com-product-label {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

#wsite-com-product-inventory #wsite-com-product-quantity-input {
    display: inline-block;
    margin-bottom: 0;
}

.wsite-com-short-description-wrap {
    position: relative;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.wsite-com-short-description-wrap h3 {
    margin-bottom: 10px;
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 20px;
    line-height: normal;
}

.wsite-com-short-description-wrap #wsite-com-product-short-description {
    display: none;
}

.wsite-com-short-description-wrap .icon-collapse {
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(theme/icon-plus-minus.png?1446548945) no-repeat;
    background-position: top center;
    background-size: 100%;
    cursor: pointer;
}

.wsite-com-short-description-wrap.open .icon-collapse {
    background-position: bottom center;
}

#wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#wsite-com-product-images {
    width: 60%;
}

#wsite-com-product-images .imageGallery {
    position: relative;
    margin: 0 auto 30px;
}

#wsite-com-product-images .w-fancybox, #wsite-com-product-images .w-fancybox img {
    width: 100%;
}

.carousel {
    position: relative;
}

.carousel.carousel-loaded .carousel-indicators {
    display: inline-block;
}

.carousel-inner {
    position: relative;
    width: 100%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: left 500ms ease-in-out;
    -moz-transition: left 500ms ease-in-out;
    -ms-transition: left 500ms ease-in-out;
    -o-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 8;
    display: none;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: white;
    border: 1px solid #333;
    border-radius: 100%;
    cursor: pointer;
}

.carousel-indicators .active {
    background: #ddd;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wsite-product {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
}

.wsite-product .wsite-product-image {
    border: none;
    border-radius: 0;
}

.wsite-product .wsite-product-variations {
    color: #333;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 16px;
    line-height: normal;
}

.wsite-product .wsite-product-variant {
    opacity: 1;
}

.wsite-product .wsite-product-price {
    margin-top: 10px;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: normal;
}

.wsite-product .wsite-product-description {
    padding-top: 15px;
}

#wsite-search-header h2 {
    font-weight: 600;
}

#wsite-search-query {
    margin-bottom: 10px;
    padding: 12px !important;
    height: auto;
    background: #f2f2f2;
    color: #333;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 1px;
    font-family: 'josefin_sansregular', sans-serif;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

#wsite-search-query:focus {
    background: #f9f9f9;
    border-bottom: 1px solid #333;
}

#wsite-search-submit {
    background: url(theme/icon-search-sprite.png?1446548945) no-repeat;
    background-size: 50%;
    background-position: bottom center;
    border-left: none;
}

#wsite-search-sidebar .wsite-search-facet-color label {
    border-radius: 0;
}

#wsite-search-sidebar .wsite-search-facet-availability input[type=checkbox], #wsite-search-sidebar .wsite-search-facet-checkbox input[type=checkbox] {
    margin: 0;
    height: 16px;
}

#wsite-search-sidebar .wsite-search-facet-availability a, #wsite-search-sidebar .wsite-search-facet-checkbox a {
    position: relative;
    top: 2px;
    left: 2px;
}

#wsite-search-product-results .wsite-search-product-image-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {
    height: auto;
}

#wsite-com-checkout-list .wsite-com-checkout-item-heading a, #wsite-com-checkout-summary-list .wsite-com-checkout-item-heading a {
    color: #222;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'josefin_sanssemibold', sans-serif;
    font-size: 1.1em;
    line-height: normal;
}

.wsite-com-checkout-section .wsite-form-field input[type="radio"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
}

.wsite-com-continue-shopping .caret {
    display: inline-block;
    margin-top: 2px;
}

@media screen and (max-width: 1240px) {
    .container {
        width: 1080px;
    }
}

@media screen and (max-width: 1115px) {
    .container {
        width: 960px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-overlay-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-overlay-wrap {
        position: relative;
        opacity: 1;
        text-align: left;
    }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-name, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-name {
        margin: 5px 0 0;
        font-size: 1;
    }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-price, #wsite-com-store .wsite-com-category-product-link .wsite-com-sale-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-sale-price {
        font-size: 1;
    }
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 1.3em;
        line-height: 1.6em;
    }

    div.paragraph, div.paragraph {
        font-size: 0.9em;
        line-height: 2em;
    }

    p, div.paragraph {
        font-size: 0.9em;
        line-height: 2em;
    }

    body.cart-full .mini-cart-wrap .mini-cart-icon {
        width: 0;
    }

    body.cart-full .mini-cart-wrap #wsite-mini-cart {
        display: block !important;
    }

    body.cart-full .mini-cart-wrap:hover .mini-cart-icon {
        background-position: top center;
    }

    body.cart-full .wsite-footer {
        padding-bottom: 70px;
    }

    body.cart-full.splash-page .main-wrap > .container {
        padding-bottom: 90px;
    }

    body.mini-cart-open .mini-cart-wrap #wsite-mini-cart {
        display: none !important;
    }

    body.mini-cart-open.cart-full .mini-cart-wrap #wsite-mini-cart {
        display: block !important;
    }

    body.affix .mini-cart-wrap #wsite-mini-cart {
        top: initial !important;
    }

    body.search-open .topbar .search-icon-wrap {
        background: transparent;
    }

    body.search-open .topbar .search-icon {
        background-position: top center;
    }

    body.nav-open .wrapper {
        height: 100%;
        overflow: hidden;
    }

    body.nav-open .wrapper .header-wrap label.hamburger {
        background: transparent;
    }

    body.nav-open .mobile-nav {
        max-height: 100vh;
        opacity: 1;
    }

    .container {
        width: 100%;
        padding: 0 1.5em;
    }

    .header-wrap > .container {
        padding: 0;
    }

    .header-wrap .logo {
        padding: 0;
        text-align: center;
    }

    .header-wrap .logo a {
        text-align: center;
    }

    .header-wrap .logo a #wsite-title {
        font-size: 0.9em !important;
        line-height: 1.3em !important;
    }

    .header-wrap .logo img {
        max-width: 200px;
        max-height: 40px;
    }

    .header-wrap .topbar {
        height: 50px;
    }

    label.hamburger {
        position: relative;
        padding: 0 10px;
        width: 50px;
        border-right: none;
    }

    label.hamburger span {
        position: relative;
        top: 5px;
        left: 10px;
        content: '\203A';
        font-family: 'josefin_sansregular', sans-serif;
        font-size: 16px;
        line-height: 11px;
    }

    label.hamburger span:before, label.hamburger span:after {
        position: relative;
        display: block;
        background: white;
        width: 2px;
        height: 12px;
        content: ' ';
    }

    label.hamburger span:before {
        top: 1px;
        left: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    label.hamburger span:after {
        top: -11px;
        left: 7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    label.hamburger:hover span:before, label.hamburger:hover span:after {
        background: #333;
    }

    .topbar .search-icon-wrap {
        position: relative;
        right: 0;
        width: 50px;
        border-left: none;
    }

    .topbar .search-icon-wrap:hover {
        background: transparent;
    }

    .topbar .search-icon-wrap:hover .search-icon, .topbar .search-icon-wrap:hover .wsite-search .wsite-search-button {
        background-position: top center;
    }

    .search-bar-wrap {
        top: 50px;
    }

    .mini-cart-wrap {
        display: block;
        width: 0;
        border-left: none;
    }

    .mini-cart-wrap .mini-cart-icon {
        width: 0;
    }

    .mini-cart-wrap #wsite-mini-cart {
        position: fixed !important;
        top: inherit !important;
        bottom: 0px;
        left: 0 !important;
        z-index: 12;
        padding: 1em 1.5em;
        width: 100%;
        border: none;
        border-top: 1px solid #222 !important;
        border-radius: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 250ms ease-in;
        -moz-transition: all 250ms ease-in;
        -ms-transition: all 250ms ease-in;
        -o-transition: all 250ms ease-in;
        transition: all 250ms ease-in;
    }

    .mini-cart-wrap #wsite-mini-cart.arrow-top:before, .mini-cart-wrap #wsite-mini-cart.arrow-top:after {
        border: none !important;
    }

    .mini-cart-wrap #wsite-mini-cart.arrow-left:before, .mini-cart-wrap #wsite-mini-cart.arrow-left:after {
        border: none !important;
    }

    .mini-cart-wrap #wsite-mini-cart .wsite-cart-bottom {
        padding: 0;
    }

    .mini-cart-wrap #wsite-mini-cart .wsite-product-list {
        display: none;
    }

    .mini-cart-wrap:hover {
        background: transparent;
    }

    .mini-cart-wrap:hover .mini-cart-icon {
        background-position: top center;
    }

    .nav-wrap {
        display: none;
    }

    .mobile-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: 100vh;
        max-height: 0;
        background: white;
        box-sizing: border-box;
        opacity: 0;
        -webkit-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -moz-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -ms-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -o-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    }

    .mobile-nav label.hamburger {
        position: fixed;
        top: 2px;
        left: 0;
        display: table;
        padding: 0 15px;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        -webkit-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -moz-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -ms-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        -o-transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
        transition: all 250ms cubic-bezier(0, 0.53, 0.85, 0.7);
    }

    .mobile-nav label.hamburger span {
        top: 0;
        left: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-nav label.hamburger span:before, .mobile-nav label.hamburger span:after {
        width: 22px;
        height: 2px;
        background: #333;
    }

    .mobile-nav label.hamburger span:before {
        top: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-nav label.hamburger span:after {
        top: -1px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-nav ul {
        padding: 0;
    }

    .mobile-nav ul.wsite-menu-default {
        padding: 60px 0 0;
    }

    .mobile-nav li {
        position: relative;
        z-index: 12;
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        visibility: visible !important;
    }

    .mobile-nav li > a.wsite-menu-item, .mobile-nav li > a.wsite-menu-subitem {
        display: block;
        padding: 15px 0;
        color: #333;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-family: 'josefin_sanssemibold', sans-serif;
        font-size: 14px;
        line-height: normal;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .mobile-nav li .wsite-menu-wrap {
        display: block !important;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 250ms ease-in;
        -moz-transition: all 250ms ease-in;
        -ms-transition: all 250ms ease-in;
        -o-transition: all 250ms ease-in;
        transition: all 250ms ease-in;
    }

    .mobile-nav li .wsite-menu-wrap li.wsite-nav-current > a.wsite-menu-subitem {
        color: #bbb;
    }

    .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow {
        display: none;
    }

    .mobile-nav li.wsite-menu-item-wrap#active > a.wsite-menu-item {
        color: #bbb;
    }

    .mobile-nav li.has-submenu > span.icon-caret {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 8;
        display: block;
        width: 20px;
        height: 20px;
        padding: 15px 10px 15px 0;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .mobile-nav li.has-submenu > span.icon-caret:before {
        position: relative;
        display: block;
        color: #333;
        font-size: 32px;
        content: '\203A';
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-nav li.has-submenu .wsite-menu-wrap.open {
        max-height: 100vh;
    }

    .mobile-nav li.wsite-nav-more {
        display: none !important;
    }

    .banner-wrap .container {
        padding: 50px 1.5em 0;
    }

    .main-wrap > .container {
        padding: 3.5em 1.5em;
    }

    .footer-wrap .container {
        padding: 0;
    }

    .footer-wrap .wsite-footer {
        padding: 3.5em 1.5em;
    }

    td.wsite-multicol-col {
        float: left;
        display: block;
        width: 50% !important;
        box-sizing: border-box;
    }

    .fancybox-next span:before, .fancybox-prev span:before {
        font-size: 40px;
    }

    .landing-page .banner-wrap .banner h2 {
        font-size: 3em;
        line-height: 1.5em;
    }

    .landing-page .banner-wrap .banner .arrow-down {
        display: none;
    }

    .tall-header-page .banner-wrap .banner h2 {
        font-size: 3em;
        line-height: 1.5em;
    }

    .no-header-page .header-wrap {
        height: 50px;
    }

    .no-header-page .main-wrap > .container {
        padding-top: 3em;
    }

    .splash-page .main-wrap > .container {
        padding: 70px 1.5em;
        width: 100%;
    }

    .splash-page .content-wrap h2 {
        font-size: 3em;
        line-height: 1.5em;
    }

    #blogTable .blog-header {
        float: none;
        margin: 0;
        width: 100%;
    }

    #blogTable .blog-post .blog-content {
        float: none;
        margin: 0;
        width: 100%;
    }

    #commentArea {
        width: 100%;
        margin: 0;
    }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
        padding-bottom: 20px;
    }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb {
        font-size: 0.7em;
    }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > a.wsite-com-link, #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > span.wsite-com-link-text, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > span.wsite-com-link-text {
        padding: 6px;
        margin-bottom: 4px;
    }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-overlay-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-overlay-wrap {
        position: relative;
        opacity: 1;
        text-align: left;
    }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-name, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-name {
        margin: 5px 0 0;
        font-size: 1;
    }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-price, #wsite-com-store .wsite-com-category-product-link .wsite-com-sale-price, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-sale-price {
        font-size: 1;
    }

    #wsite-com-product-images {
        width: 45%;
    }

    #wsite-com-product-info {
        margin-left: 50%;
    }
}

@media screen and (max-width: 767px) {
    .header-wrap .topbar {
        background: #222;
    }

    .wsite-search .wsite-search-input {
        width: 90%;
    }

    .banner-wrap {
        min-height: 450px;
    }

    .banner-wrap .container {
        height: 450px;
    }

    .banner-wrap .banner h2 {
        font-size: 2.25em;
        line-height: 1.25em;
        letter-spacing: 0.04em;
    }

    .main-wrap .container {
        padding: 2em 1.5em;
    }

    .footer-wrap .wsite-footer {
        padding: 2em 1.5em;
    }

    .galleryCaptionHolder {
        display: none;
    }

    .fullwidth-mobile {
        width: 100% !important;
    }

    .fullwidth-mobile .galleryCaptionHolder {
        display: block !important;
    }

    td.wsite-multicol-col {
        float: none;
        width: 100% !important;
    }

    .landing-page .banner-wrap .banner h2 {
        font-size: 2.25em;
        line-height: 1.25em;
    }

    .tall-header-page .banner-wrap .banner h2 {
        font-size: 2.25em;
        line-height: 1.25em;
    }

    .short-header-page .banner-wrap {
        min-height: 300px;
    }

    .short-header-page .banner-wrap .container {
        height: 300px;
    }

    .splash-page .content-wrap h2 {
        font-size: 2.25em;
        line-height: 1.25em;
    }

    #blogTable td {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #blogTable td.blog-sidebar {
        width: 100%;
    }

    #blogTable td .blog-body {
        float: none !important;
    }

    #blogTable td .column-blog {
        float: none;
    }

    #blogTable td.blog-sidebar ul.columnlist-blog li {
        float: none;
        margin-right: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    #blogTable td.blog-sidebar ul.columnlist-blog li h2 {
        padding-bottom: 10px;
        font-size: 1.1em;
    }

    #blogTable td.blog-sidebar ul.columnlist-blog li:last-child {
        width: 100%;
    }

    #wsite-com-store {
    }

    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: left;
        width: 50% !important;
    }

    #wsite-com-store .wsite-com-sidebar {
        position: relative;
        float: none !important;
        z-index: 4;
        width: 100%;
        min-height: 35px;
        margin: 0 auto 15px;
        padding: 0;
        text-align: center;
    }

    #wsite-com-store .wsite-com-sidebar:before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW ALL CATEGORIES\00a0\00a0\25be';
        font-family: 'josefin_sanssemibold', sans-serif;
        font-size: 16px;
        line-height: normal;
        cursor: pointer;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 0px;
        padding: 0;
        margin: 0 auto .25em;
        background: white;
        box-sizing: border-box;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul {
        width: 100%;
        padding: 0;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul li {
        margin-bottom: 15px;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy .wsite-link-unselected {
        color: #666;
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded {
        cursor: default !important;
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy {
        max-height: 1000px;
        padding: 10px 0;
    }

    #wsite-com-store .wsite-com-content-with-sidebar {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    #wsite-com-store .wsite-com-content-with-sidebar h2 {
        text-align: center !important;
    }

    #wsite-com-store .wsite-com-content-with-sidebar .wsite-com-category-subcategory-group {
        display: none !important;
    }

    div.wsite-product-image-wrap {
        width: 100% !important;
    }

    .wsite-product .wsite-product-top {
        width: 100%;
    }

    .wsite-product .wsite-product-button-wrap {
        width: auto;
    }

    #wsite-com-product-images {
        float: none;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }

    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
        margin-bottom: 10px;
    }

    #wsite-com-product-info {
        width: 100%;
        margin-left: 0;
        clear: both;
    }

    #wsite-com-product-price-area .wsite-com-product-price-container {
        font-size: 0.9em;
    }

    .wsite-com-product-label .wsite-com-product-title, .wsite-com-short-description-wrap h3 {
        font-size: 1.1em;
    }

    #wsite-search-sidebar {
        position: relative;
        z-index: 4;
        overflow-y: hidden;
        width: 100%;
        max-height: 35px;
        padding: 0;
        box-sizing: border-box;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    #wsite-search-sidebar::before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW SEARCH FILTERS\00a0\00a0\25be';
        font-weight: 700;
        cursor: pointer;
    }

    #wsite-search-sidebar.sidebar-expanded {
        max-height: 1000px;
        cursor: default !important;
    }

    #wsite-search-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }

    #wsite-search-header h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6em;
    }

    #wsite-search-form-container {
        float: none;
        width: 100%;
    }

    #wsite-search-query {
        padding: 2px 10px;
    }

    #wsite-search-sidebar .wsite-search-facet-price input {
        width: 100%;
        margin: 10px 0;
        padding: 6px !important;
    }

    #wsite-search-results {
        width: 100%;
    }

    #wsite-search-product-results .wsite-search-product-result {
        width: 100%;
        padding-right: 0;
    }

    #wsite-com-checkout-list .wsite-form-input, #wsite-com-checkout-summary-list .wsite-form-input {
        width: 20px;
    }

    #wsite-com-checkout-list .wsite-form-input.wsite-coupon-input, #wsite-com-checkout-summary-list .wsite-form-input.wsite-coupon-input {
        width: 95px;
    }

    #wsite-com-checkout-list td {
        padding: 10px 0 20px;
    }

    #wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
        top: 44px;
        left: -10px;
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-heading a, #wsite-com-checkout-summary-list .wsite-com-checkout-item-heading a {
        font-size: 0.9em;
    }

    .wsite-com-checkout-payment-column, .wsite-com-checkout-summary-column {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: none;
        width: 100% !important;
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-image, #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
        display: none;
    }

    #wsite-com-checkout-list tbody td:first-child, #wsite-com-checkout-summary-list tbody td:first-child {
        width: 0;
        padding: 0;
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-details-inner, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner {
        padding-left: 0;
    }
}

div.paragraph ul, div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
    overflow: hidden;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul, div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol, div.paragraph ol li {
    list-style: decimal outside !important;
}
