/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');*/
pre,
textarea {
    overflow: auto
}

.picker__table,
table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
button[disabled],
html input[disabled] {
    cursor: default
}

.antialiased,
.fa {
    -moz-osx-font-smoothing: grayscale
}

.alert-box,
body,
sub,
sup {
    position: relative
}

.clearfix:after,
.row .row.collapse:after,
.row .row:after,
.row:after,
[class*=block-grid-]:after {
    clear: both
}

.breadcrumbs>*, .breadcrumbs .hs_cos_wrapper_type_rich_text>*,
button,
select {
    text-transform: none
}

@font-face {
    font-family: proxima-nova;
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Reg-webfont.eot?1406198482);
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Reg-webfont.eot?&1406198482#iefix) format('embedded-opentype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Reg-webfont.ttf?1406198482) format('truetype'),
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Reg-webfont.woff?1406198482) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima-nova;
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Light-webfont.eot?1406198482);
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Light-webfont.eot?&1406198482#iefix) format('embedded-opentype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Light-webfont.ttf?1406198482) format('truetype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Light-webfont.woff?1406198482) format('woff');
    font-weight: lighter;
    font-style: normal
}

@font-face {
    font-family: proxima-nova;
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Bold-webfont.eot?1406198482);
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Bold-webfont.eot?&1406198482#iefix) format('embedded-opentype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Bold-webfont.ttf?1406198482) format('truetype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Bold-webfont.woff?1406198482) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: proxima-nova;
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Black-webfont.eot?1406198482);
    src: url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Black-webfont.eot?&1406198482#iefix) format('embedded-opentype'),
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Black-webfont.ttf?1406198482) format('truetype'), 
         url(https://cdn2.hubspot.net/hubfs/3005015/Fonts/ProximaNova-Black-webfont.woff?1406198482) format('woff');
    font-weight: 900;
    font-style: normal
}

.sg_colors .sg_color:nth-child(1) {
    display: block;
    background-color: #403a38
}

.sg_colors .sg_color:nth-child(1):before {
    content: "xx-dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(1):after {
    display: block;
    content: "#403a38";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(2) {
    display: block;
    background-color: #a99c97
}

.sg_colors .sg_color:nth-child(2):before {
    content: "x-dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(2):after {
    display: block;
    content: "#a99c97";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(3) {
    display: block;
    background-color: #cbbdb6
}

.sg_colors .sg_color:nth-child(3):before {
    content: "dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(3):after {
    display: block;
    content: "#cbbdb6";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(4) {
    display: block;
    background-color: #dfd3ce
}

.sg_colors .sg_color:nth-child(4):before {
    content: "base";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(4):after {
    display: block;
    content: "#dfd3ce";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(5) {
    display: block;
    background-color: #f4eeec
}

.sg_colors .sg_color:nth-child(5):before {
    content: "light";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(5):after {
    display: block;
    content: "#f4eeec";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(6) {
    display: block;
    background-color: #faf8f7
}

.sg_colors .sg_color:nth-child(6):before {
    content: "x-light";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(6):after {
    display: block;
    content: "#faf8f7";
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(7) {
    display: block;
    background-color: #90ab50
}

.sg_colors .sg_color:nth-child(7):before {
    content: "highlight";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_colors .sg_color:nth-child(7):after {
    display: block;
    content: "#90ab50";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(1) {
    display: block;
    background-color: #333
}

.sg_grays .sg_color:nth-child(1):before {
    content: "xx-dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(1):after {
    display: block;
    content: "#333333";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(2) {
    display: block;
    background-color: #444
}

.sg_grays .sg_color:nth-child(2):before {
    content: "x-dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(2):after {
    display: block;
    content: "#444444";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(3) {
    display: block;
    background-color: #666
}

.sg_grays .sg_color:nth-child(3):before {
    content: "dark";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(3):after {
    display: block;
    content: "#666666";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(4) {
    display: block;
    background-color: #999
}

.sg_grays .sg_color:nth-child(4):before {
    content: "base";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(4):after {
    display: block;
    content: "#999999";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(5) {
    display: block;
    background-color: #c6c6c6
}

.sg_grays .sg_color:nth-child(5):before {
    content: "light";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(5):after {
    display: block;
    content: "#c6c6c6";
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(6) {
    display: block;
    background-color: #efefef
}

.sg_grays .sg_color:nth-child(6):before {
    content: "x-light";
    display: block;
    background-color: #fff;
    color: #000
}

.sg_grays .sg_color:nth-child(6):after {
    display: block;
    content: "#efefef";
    background-color: #fff;
    color: #000
}

.sg_color,
[hidden],
template {
    display: none
}

.sg_color {
    padding: 50px 0;
    text-align: center;
    line-height: 20px;
    font-size: 18px
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.antialiased,
.cartitem__thumb a:after,
.fa {
    -webkit-font-smoothing: antialiased
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

.alert-box,
.breadcrumbs {
    border-width: 1px;
    border-style: solid
}

textarea {
    min-height: 50px
}

meta.foundation-version {
    font-family: "/5.2.3/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64em)/";
    width: 64em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}

.row,
select {
    width: 100%
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

.button,
.favorite__modify,
.favorite__next,
body,
button {
    font-family: proxima-nova, sans-serif;
    font-weight: 400
}

body,
html {
    height: 100%;
    font-size: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    color: #403a38;
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1
}

a:hover {
    cursor: pointer
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
    max-width: none!important
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.hide {
    display: none
}

img {
    display: inline-block;
    vertical-align: middle
}
.rh-main-container   {float: none;   max-width: 1180px;   margin-left: auto;   margin-right: auto; margin-top: 60px; margin-bottom: 60px; padding: 15px;}
.span3.widget-span.widget-type-rich_text {margin-top:0px !important;}
.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.row {
    max-width: 75rem;
    margin: 0 auto
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.column,
.columns {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

.pull-right,
[class*=column]+[class*=column]:last-child {
    float: right
}

[class*=column]+[class*=column].end {
    float: left
}

@media only screen {
    .column,
    .columns,
    .small-pull-0,
    .small-pull-1,
    .small-pull-10,
    .small-pull-11,
    .small-pull-2,
    .small-pull-3,
    .small-pull-4,
    .small-pull-5,
    .small-pull-6,
    .small-pull-7,
    .small-pull-8,
    .small-pull-9,
    .small-push-0,
    .small-push-1,
    .small-push-10,
    .small-push-11,
    .small-push-2,
    .small-push-3,
    .small-push-4,
    .small-push-5,
    .small-push-7,
    .small-push-8,
    .small-push-9 {
        position: relative
    }
    .small-push-0 {
        left: 0;
        right: auto
    }
    .small-pull-0 {
        right: 0;
        left: auto
    }
    .small-push-1 {
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        right: 25%;
        left: auto
    }
    .small-push-4 {
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        right: 50%;
        left: auto
    }
    .small-push-7 {
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        right: 75%;
        left: auto
    }
    .small-push-10 {
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        padding-left: .625rem;
        padding-right: .625rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0!important
    }
    .small-offset-1 {
        margin-left: 8.33333%!important
    }
    .small-offset-2 {
        margin-left: 16.66667%!important
    }
    .small-offset-3 {
        margin-left: 25%!important
    }
    .small-offset-4 {
        margin-left: 33.33333%!important
    }
    .small-offset-5 {
        margin-left: 41.66667%!important
    }
    .small-offset-6 {
        margin-left: 50%!important
    }
    .small-offset-7 {
        margin-left: 58.33333%!important
    }
    .small-offset-8 {
        margin-left: 66.66667%!important
    }
    .small-offset-9 {
        margin-left: 75%!important
    }
    .small-offset-10 {
        margin-left: 83.33333%!important
    }
    .small-offset-11 {
        margin-left: 91.66667%!important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}

@media only screen and (min-width:40.063em) {
    .medium-pull-0,
    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-0,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-6,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative
    }
    .medium-push-0 {
        left: 0;
        right: auto
    }
    .medium-pull-0 {
        right: 0;
        left: auto
    }
    .medium-push-1 {
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .625rem;
        padding-right: .625rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0!important
    }
    .medium-offset-1 {
        margin-left: 8.33333%!important
    }
    .medium-offset-2 {
        margin-left: 16.66667%!important
    }
    .medium-offset-3 {
        margin-left: 25%!important
    }
    .medium-offset-4 {
        margin-left: 33.33333%!important
    }
    .medium-offset-5 {
        margin-left: 41.66667%!important
    }
    .medium-offset-6 {
        margin-left: 50%!important
    }
    .medium-offset-7 {
        margin-left: 58.33333%!important
    }
    .medium-offset-8 {
        margin-left: 66.66667%!important
    }
    .medium-offset-9 {
        margin-left: 75%!important
    }
    .medium-offset-10 {
        margin-left: 83.33333%!important
    }
    .medium-offset-11 {
        margin-left: 91.66667%!important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .push-0 {
        left: 0;
        right: auto
    }
    .pull-0 {
        right: 0;
        left: auto
    }
    .push-1 {
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        left: 25%;
        right: auto
    }
    .pull-3 {
        right: 25%;
        left: auto
    }
    .push-4 {
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        left: 50%;
        right: auto
    }
    .pull-6 {
        right: 50%;
        left: auto
    }
    .push-7 {
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        left: 75%;
        right: auto
    }
    .pull-9 {
        right: 75%;
        left: auto
    }
    .push-10 {
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width:64em) {
    .large-pull-0,
    .large-pull-1,
    .large-pull-10,
    .large-pull-11,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-push-0,
    .large-push-1,
    .large-push-10,
    .large-push-11,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-6,
    .large-push-7,
    .large-push-8,
    .large-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative
    }
    .large-push-0 {
        left: 0;
        right: auto
    }
    .large-pull-0 {
        right: 0;
        left: auto
    }
    .large-push-1 {
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        right: 25%;
        left: auto
    }
    .large-push-4 {
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        right: 50%;
        left: auto
    }
    .large-push-7 {
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        right: 75%;
        left: auto
    }
    .large-push-10 {
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .625rem;
        padding-right: .625rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5{
        width: 41.66667%
    }
    .large-6, .twocolumn .hs_cos_wrapper_widget {
        width: 50%
    }
    .twocolumn .hs_cos_wrapper_widget:first-child {padding-right:80px;}
    .twocolumn .hs_cos_wrapper_widget { position: relative; padding-left: .625rem; padding-right: .625rem; float: left;}

    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0!important
    }
    .large-offset-1 {
        margin-left: 8.33333%!important
    }
    .large-offset-2 {
        margin-left: 16.66667%!important
    }
    .large-offset-3 {
        margin-left: 25%!important
    }
    .large-offset-4 {
        margin-left: 33.33333%!important
    }
    .large-offset-5 {
        margin-left: 41.66667%!important
    }
    .large-offset-6 {
        margin-left: 50%!important
    }
    .large-offset-7 {
        margin-left: 58.33333%!important
    }
    .large-offset-8 {
        margin-left: 66.66667%!important
    }
    .large-offset-9 {
        margin-left: 75%!important
    }
    .large-offset-10 {
        margin-left: 83.33333%!important
    }
    .large-offset-11 {
        margin-left: 91.66667%!important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .push-0 {
        left: 0;
        right: auto
    }
    .pull-0 {
        right: 0;
        left: auto
    }
    .push-1 {
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        left: 25%;
        right: auto
    }
    .pull-3 {
        right: 25%;
        left: auto
    }
    .push-4 {
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        left: 50%;
        right: auto
    }
    .pull-6 {
        right: 50%;
        left: auto
    }
    .push-7 {
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        left: 75%;
        right: auto
    }
    .pull-9 {
        right: 75%;
        left: auto
    }
    .push-10 {
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        right: 91.66667%;
        left: auto
    }
}

.alert-box {
    display: block;
    font-weight: 400;
    margin-bottom: 1.25rem;
    padding: .875rem 1.5rem .875rem .875rem;
    font-size: .8125rem;
    transition: opacity .3s ease-out;
    background-color: #a99c97;
    border-color: #95857e;
    color: #fff
}

.alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -.6875rem;
    right: .25rem;
    color: #333;
    opacity: .3
}

.alert-box .close:focus,
.alert-box .close:hover {
    opacity: .5
}

.alert-box.radius {
    border-radius: 3px
}

.alert-box.round {
    border-radius: 1000px
}

.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff
}

.alert-box.favorite__modify,
.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f
}

.alert-box.alert-close {
    opacity: 0
}

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
    content: " ";
    display: table
}

[class*=block-grid-]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .625rem 1.25rem
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:40.063em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:64em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

.breadcrumbs {
    display: block;
    padding: .5625rem .3125rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 3px
}

.breadcrumbs>*, .breadcrumbs .hs_cos_wrapper_type_rich_text>* {
    margin: 0;
    float: left;
    font-size: .875rem;
    line-height: .875rem;
    color: #8a7d79
}

.breadcrumbs>:focus a,
.breadcrumbs>:hover a {
    text-decoration: underline
}

.breadcrumbs>.current:focus,
.breadcrumbs>.current:focus a,
.breadcrumbs>.current:hover,
.breadcrumbs>.current:hover a,
.button,
.favorite__modify,
.favorite__next,
.label,
.vevent abbr,
a,
button {
    text-decoration: none
}

.breadcrumbs>* a, .breadcrumbs .hs_cos_wrapper_type_rich_text>* a {
    color: #8a7d79
}

.breadcrumbs>.current,
.breadcrumbs>.current a {
    cursor: default;
    color: #a99c97
}

.breadcrumbs>.unavailable,
.breadcrumbs>.unavailable a {
    color: #999
}

.breadcrumbs>.unavailable a:focus,
.breadcrumbs>.unavailable:focus,
.breadcrumbs>.unavailable:hover,
.breadcrumbs>.unavailable:hover a {
    text-decoration: none;
    color: #999;
    cursor: default
}

.breadcrumbs>:before, .breadcrumbs .hs_cos_wrapper_type_rich_text>a:before  {
    content: "›";
    color: #a99c97;
    margin: 0 .3125rem;
    position: relative;
    top: 1px
}

.breadcrumbs>:first-child:before, .breadcrumbs .hs_cos_wrapper_type_rich_text>a:first-child:before {
    content: " ";
    margin: 0
}

.button,
.favorite__modify,
.favorite__next,
button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #a99c97;
    border-color: #8c7b74;
    color: #fff;
    transition: background-color .3s ease-out;
    padding: 1rem 2rem 1.0625rem
}

.clearing-caption,
.f-dropdown.content>:last-child,
.f-dropdown.drop-left>:last-child,
.f-dropdown.drop-right>:last-child,
.f-dropdown.drop-top>:last-child,
.f-dropdown>:last-child {
    margin-bottom: 0
}

.button:focus,
.button:hover,
.favorite__modify:focus,
.favorite__modify:hover,
.favorite__next:focus,
.favorite__next:hover,
button:focus,
button:hover {
    background-color: #8c7b74;
    color: #fff
}

.button.secondary,
.favorite__modify,
.secondary.favorite__next,
button.favorite__modify,
button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

.button.secondary:focus,
.button.secondary:hover,
.favorite__modify:focus,
.favorite__modify:hover,
.secondary.favorite__next:focus,
.secondary.favorite__next:hover,
button.favorite__modify:focus,
button.favorite__modify:hover,
button.secondary:focus,
button.secondary:hover {
    background-color: #b9b9b9;
    color: #333
}

.button.success,
.success.favorite__modify,
.success.favorite__next,
button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

.button.success:focus,
.button.success:hover,
.success.favorite__modify:focus,
.success.favorite__modify:hover,
.success.favorite__next:focus,
.success.favorite__next:hover,
button.success:focus,
button.success:hover {
    background-color: #368a55;
    color: #fff
}

.alert.favorite__modify,
.alert.favorite__next,
.button.alert,
button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.alert.favorite__modify:focus,
.alert.favorite__modify:hover,
.alert.favorite__next:focus,
.alert.favorite__next:hover,
.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
    background-color: #cf2a0e;
    color: #fff
}

.button.large,
.favorite__next,
.large.favorite__modify,
button.favorite__next,
button.large {
    font-size: 1.25rem;
    padding: 1.125rem 2.25rem 1.1875rem;
    margin-bottom:20px;
}

.button.small,
.small.favorite__modify,
.small.favorite__next,
button.small {
    font-size: .8125rem;
    padding: .875rem 1.75rem .9375rem
}

.button.tiny,
.tiny.favorite__modify,
.tiny.favorite__next,
button.tiny {
    font-size: .6875rem;
    padding: .625rem 1.25rem .6875rem
}

.button.expand,
.expand.favorite__modify,
.expand.favorite__next,
button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

.button.left-align,
.left-align.favorite__modify,
.left-align.favorite__next,
button.left-align {
    text-align: left;
    text-indent: .75rem
}

.button.right-align,
.right-align.favorite__modify,
.right-align.favorite__next,
button.right-align {
    text-align: right;
    padding-right: .75rem
}

.button.radius,
.radius.favorite__modify,
.radius.favorite__next,
button.radius {
    border-radius: 3px
}

.button.round,
.round.favorite__modify,
.round.favorite__next,
button.round {
    border-radius: 1000px
}

.button.disabled,
.button[disabled],
.disabled.favorite__modify,
.disabled.favorite__next,
[disabled].favorite__modify,
[disabled].favorite__next,
button.disabled,
button[disabled] {
    background-color: #a99c97;
    border-color: #8c7b74;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
.disabled.favorite__modify:focus,
.disabled.favorite__modify:hover,
.disabled.favorite__next:focus,
.disabled.favorite__next:hover,
[disabled].favorite__modify:focus,
[disabled].favorite__modify:hover,
[disabled].favorite__next:focus,
[disabled].favorite__next:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    color: #fff;
    background-color: #a99c97
}

.button.disabled.secondary,
.button[disabled].secondary,
.disabled.favorite__modify,
.disabled.secondary.favorite__next,
[disabled].favorite__modify,
[disabled].secondary.favorite__next,
button.disabled.favorite__modify,
button.disabled.secondary,
button[disabled].favorite__modify,
button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
.disabled.favorite__modify:focus,
.disabled.favorite__modify:hover,
.disabled.secondary.favorite__next:focus,
.disabled.secondary.favorite__next:hover,
[disabled].favorite__modify:focus,
[disabled].favorite__modify:hover,
[disabled].secondary.favorite__next:focus,
[disabled].secondary.favorite__next:hover,
button.disabled.favorite__modify:focus,
button.disabled.favorite__modify:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].favorite__modify:focus,
button[disabled].favorite__modify:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    color: #333;
    background-color: #e7e7e7
}

.button.disabled.success,
.button[disabled].success,
.disabled.success.favorite__modify,
.disabled.success.favorite__next,
[disabled].success.favorite__modify,
[disabled].success.favorite__next,
button.disabled.success,
button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
.disabled.success.favorite__modify:focus,
.disabled.success.favorite__modify:hover,
.disabled.success.favorite__next:focus,
.disabled.success.favorite__next:hover,
[disabled].success.favorite__modify:focus,
[disabled].success.favorite__modify:hover,
[disabled].success.favorite__next:focus,
[disabled].success.favorite__next:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    color: #fff;
    background-color: #43ac6a
}

.button.disabled.alert,
.button[disabled].alert,
.disabled.alert.favorite__modify,
.disabled.alert.favorite__next,
[disabled].alert.favorite__modify,
[disabled].alert.favorite__next,
button.disabled.alert,
button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
.disabled.alert.favorite__modify:focus,
.disabled.alert.favorite__modify:hover,
.disabled.alert.favorite__next:focus,
.disabled.alert.favorite__next:hover,
[disabled].alert.favorite__modify:focus,
[disabled].alert.favorite__modify:hover,
[disabled].alert.favorite__next:focus,
[disabled].alert.favorite__next:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    color: #fff;
    background-color: #f04124
}

@media only screen and (min-width:40.063em) {
    .button,
    .favorite__modify,
    .favorite__next,
    button {
        display: inline-block
    }
}

.clearing-thumbs,
[data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}

.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table
}

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both
}

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px
}

.clearing-thumbs[class*=block-grid-] li,
[data-clearing][class*=block-grid-] li {
    margin-right: 0
}

.clearing-blackout {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998
}

.clearing-blackout .clearing-close {
    display: block
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aaa;
    font-size: .6em
}

.visible-img {
    height: 95%;
    position: relative
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%
}

.clearing-caption {
    color: #ccc;
    font-size: .875em;
    line-height: 1.3;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
    display: none
}

.clearing-close:focus,
.clearing-close:hover {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul,
.clearing-feature li {
    display: none
}

.clearing-feature li.clearing-featured-img {
    display: block
}

@media only screen and (min-width:40.063em) {
    .clearing-main-next,
    .clearing-main-prev {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-next>span,
    .clearing-main-prev>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: 12px solid
    }
    .clearing-main-next>span:hover,
    .clearing-main-prev>span:hover {
        opacity: .8
    }
    .clearing-main-prev {
        left: 0
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent #ccc transparent transparent
    }
    .clearing-main-next {
        right: 0
    }
    .clearing-main-next>span {
        border-color: transparent transparent transparent #ccc
    }
    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: .3
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, .8);
        height: 120px;
        margin-top: 10px;
        text-align: center
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: .4;
        clear: none
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer!important;
        width: 100%!important
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }
    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: .8
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        overflow: hidden;
        height: 85%
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}

.f-dropdown,
.f-dropdown.drop-right {
    max-width: 200px;
    list-style: none;
    max-height: none
}

.f-dropdown,
.f-dropdown.drop-left,
.f-dropdown.drop-right,
.f-dropdown.drop-top {
    background: #fff;
    font-size: .875rem
}

.f-dropdown {
    position: absolute;
    left: -9999px;
    margin-left: 0;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    z-index: 99;
    margin-top: 2px
}

.f-dropdown:after,
.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.f-dropdown.drop-left,
.f-dropdown.drop-left>:first-child,
.f-dropdown.drop-right>:first-child,
.f-dropdown>:first-child {
    margin-top: 0
}

.f-dropdown:before {
    border: 6px inset;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    top: -12px;
    left: 10px;
    z-index: 99
}

.f-dropdown:after {
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    top: -14px;
    left: 9px;
    z-index: 98
}

.f-dropdown.right:before {
    left: auto;
    right: 10px
}

.f-dropdown.right:after {
    left: auto;
    right: 9px
}

.f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px
}

.f-dropdown.drop-right:after,
.f-dropdown.drop-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.f-dropdown.drop-right:before {
    border: 6px inset;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    top: 10px;
    left: -12px;
    z-index: 99
}

.f-dropdown.drop-right:after {
    border: 7px inset;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    top: 9px;
    left: -14px;
    z-index: 98
}

.f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    width: 100%;
    max-height: none;
    height: auto;
    border: 1px solid #ccc;
    z-index: 99;
    margin-left: -2px;
    max-width: 200px
}

.f-dropdown.drop-left:after,
.f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: auto;
    position: absolute
}

.f-dropdown.content,
.f-dropdown.drop-top {
    margin-left: 0;
    max-height: none;
    max-width: 200px;
    list-style: none
}

.f-dropdown.drop-left:before {
    border: 6px inset;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    top: 10px;
    right: -12px;
    z-index: 99
}

.f-dropdown.drop-left:after {
    border: 7px inset;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    top: 9px;
    right: -14px;
    z-index: 98
}

.f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    z-index: 99;
    margin-top: -2px
}

.f-dropdown.drop-top:after,
.f-dropdown.drop-top:before {
    width: 0;
    height: 0;
    top: auto;
    right: auto;
    position: absolute;
    display: block;
    content: ""
}

.f-dropdown.content>:first-child,
.f-dropdown.drop-top>:first-child {
    margin-top: 0
}

.f-dropdown.drop-top:before {
    border: 6px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    bottom: -12px;
    left: 10px;
    z-index: 99
}

.f-dropdown.drop-top:after {
    border: 7px inset;
    border-color: #ccc transparent transparent;
    border-top-style: solid;
    bottom: -14px;
    left: 9px;
    z-index: 98
}

.f-dropdown li {
    font-size: .875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0
}

.f-dropdown li:focus,
.f-dropdown li:hover {
    background: #eee
}

.f-dropdown li a {
    display: block;
    padding: .5rem;
    color: #555
}

.f-dropdown.content {
    position: absolute;
    left: -9999px;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    font-size: .875rem;
    z-index: 99
}

.postfix,
.prefix,
select {
    font-size: .875rem;
    height: 2.3125rem
}

.f-dropdown.tiny {
    max-width: 200px
}

.f-dropdown.small {
    max-width: 300px
}

.f-dropdown.medium {
    max-width: 500px
}

.f-dropdown.favorite__next,
.f-dropdown.large {
    max-width: 800px
}

form .row .row {
    margin: 0 -.5rem
}

form .row .row .column,
form .row .row .columns {
    padding: 0 .5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: .5rem
}

label {
    font-size: .875rem;
    color: #403a38;
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px
}

input[type=checkbox],
input[type=radio],
input[type=file],
label.inline,
select {
    margin: 0 0 1rem
}

label.right {
    float: none!important;
    text-align: right
}

.label,
.pagination-centered,
.postfix,
.prefix {
    text-align: center
}

label.inline {
    padding: .5625rem 0
}

label small {
    text-transform: capitalize;
    color: #5f5653
}

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

.postfix,
.prefix {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    line-height: 2.3125rem
}

.postfix.button,
.postfix.favorite__modify,
.postfix.favorite__next,
.prefix.button,
.prefix.favorite__modify,
.prefix.favorite__next {
    text-align: center;
    line-height: 2.125rem;
    border: none;
    padding: 0
}

.prefix.button.radius,
.prefix.radius.favorite__modify,
.prefix.radius.favorite__next {
    border-radius: 3px 0 0 3px
}

.postfix.button.radius,
.postfix.radius.favorite__modify,
.postfix.radius.favorite__next {
    border-radius: 0 3px 3px 0
}

.prefix.button.round,
.prefix.round.favorite__modify,
.prefix.round.favorite__next {
    border-radius: 1000px 0 0 1000px
}

.postfix.button.round,
.postfix.round.favorite__modify,
.postfix.round.favorite__next {
    border-radius: 0 1000px 1000px 0
}

label.prefix,
span.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

label.prefix.radius,
span.prefix.radius {
    border-radius: 3px 0 0 3px
}

label.postfix,
span.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

label.postfix.radius,
span.postfix.radius {
    border-radius: 0 3px 3px 0
}

input[type=number],
input[type=search],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=tel],
input[type=time],
input[type=url],
textarea {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s, border-color .45s ease-in-out
}

input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
    box-shadow: 0 0 5px #999;
    background: #fafafa;
    border-color: #999;
    outline: 0
}

fieldset[disabled] input[type=number],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] textarea,
input[type=number][disabled],
input[type=search][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled] {
    background-color: #ddd
}

input[type=number].radius,
input[type=search].radius,
input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
textarea.radius {
    border-radius: 3px
}

input[type=submit] {
    -webkit-appearance: none
}

textarea[rows] {
    height: auto
}

select {
    -webkit-appearance: none!important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: .5rem;
    color: rgba(0, 0, 0, .75);
    line-height: normal;
    border-radius: 0
}

select.radius {
    border-radius: 3px
}

select:hover {
    background-color: #f3f3f3;
    border-color: #999
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type=file] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.panel,
.panel.callout {
    border-style: solid;
    border-width: 1px
}

fieldset legend {
    font-weight: 700;
    background: #fff;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

[data-abide] .error small.error,
[data-abide] small.error,
[data-abide] span.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 400;
    font-style: italic;
    background: #f08a24;
    color: #fff!important
}

[data-abide] small.error,
[data-abide] span.error {
    display: none
}

.error small.error,
small.error,
span.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    font-size: .75rem;
    font-style: italic;
    background: #f08a24;
    font-weight: 400
}

small.error,
span.error {
    margin-bottom: 1rem;
    color: #fff!important
}

.error input,
.error select,
.error textarea {
    margin-bottom: 0
}

.error input[type=checkbox],
.error input[type=radio],
.error small.error {
    margin-bottom: 1rem
}

.error label,
.error label.error {
    color: #f08a24
}

.error small.error {
    color: #fff!important
}

.error>label>small {
    color: #5f5653;
    background: 0 0;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message,
.inline-list>li>* {
    display: block
}

input.error,
textarea.error {
    margin-bottom: 0
}

label.error {
    color: #f08a24
}

.inline-list {
    margin: 0 0 0 -12px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.panel.callout>:first-child,
.panel>:first-child {
    margin-top: 0
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 12px;
    display: block
}

.label {
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: .25rem .5rem .375rem;
    font-size: .6875rem;
    background-color: #a99c97;
    color: #fff
}

.label.radius {
    border-radius: 3px
}

.label.round {
    border-radius: 1000px
}

.label.alert {
    background-color: #f04124;
    color: #fff
}

.label.success {
    background-color: #43ac6a;
    color: #fff
}

.label.favorite__modify,
.label.secondary {
    background-color: #e7e7e7;
    color: #333
}

ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -.3125rem
}

ul.pagination li {
    height: 1.5rem;
    color: #403a38;
    font-size: .875rem;
    margin-left: .3125rem;
    float: left;
    display: block
}

ul.pagination li a {
    display: block;
    padding: .375rem .625rem;
    color: #403a38;
    border-radius: 3px
}

ul.pagination li a:focus,
ul.pagination li:hover a {
    background: #e6e6e6
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover a {
    background: 0 0
}

ul.pagination li.current a {
    background: #403a38;
    color: #fff;
    font-weight: 700;
    cursor: default
}

.panel dl,
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel li,
.panel p,
.panel.callout dl,
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout li,
.panel.callout p {
    color: #333
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover {
    background: #403a38
}

.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}

.panel {
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: .625rem
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-color: #e1dcdb;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #faf9f9
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: .625rem
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.callout a:not(.button) {
    color: #a99c97
}

.panel.radius {
    border-radius: 3px
}

.range-slider,
.range-slider.vertical-range {
    position: relative;
    border: 1px solid #ddd;
    margin: 1.25rem 0
}

.range-slider {
    display: block;
    width: 100%;
    height: 1rem;
    -ms-touch-action: none;
    touch-action: none;
    background: #fafafa
}

.range-slider.vertical-range {
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem
}

.contain-to-grid .top-bar,
.reveal-modal>:last-child,
.top-bar,
.top-bar form,
.top-bar input,
.top-bar ul,
.top-bar-section .dropdown label,
.top-bar-section .dropdown li.title h5,
dialog>:last-child {
    margin-bottom: 0
}

.range-slider.vertical-range .range-slider-handle {
    margin-top: 0;
    margin-left: -.25rem;
    position: absolute;
    bottom: -11.5rem
}

.range-slider.vertical-range .range-slider-active-segment {
    width: .875rem;
    height: auto;
    bottom: 0
}

.range-slider.radius {
    background: #fafafa;
    border-radius: 3px
}

.range-slider.radius .range-slider-handle {
    background: #fff;
    border-radius: 3px
}

.range-slider.radius .range-slider-handle:hover {
    background: #eee
}

.range-slider.round {
    background: #fafafa;
    border-radius: 1000px
}

.range-slider.round .range-slider-handle {
    background: #fff;
    border-radius: 1000px
}

.range-slider.round .range-slider-handle:hover {
    background: #eee
}

.range-slider.disabled,
.range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: .7
}

.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
    background: #fff;
    cursor: default;
    opacity: .7
}

.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
    background: #eee
}

.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: .875rem;
    background: #e5e5e5
}

.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -.3125rem;
    width: 1rem;
    height: 1.5rem;
    border: 1px solid #c9c0bd;
    cursor: pointer;
    background: #fff
}

.range-slider-handle:hover {
    background: #eee
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .45);
    z-index: 999;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal,
dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.reveal-modal .column,
.reveal-modal .columns,
dialog .column,
dialog .columns {
    min-width: 0
}

.reveal-modal>:first-child,
dialog>:first-child {
    margin-top: 0
}

.floating-button {position: absolute; top: 50%; left: 50%; margin-left: -107px !important; margin-top: -30px;}

/** TABS **/
.tab-cont {margin:60px 0 30px 0px;}
.btntab{ border:1px solid transparent; font-family: proxima-nova, sans-serif, arial; font-weight: 900; color: #000000; font-size: 1.0625em; text-transform: uppercase; text-align:center; padding: 20px 10px; margin: 10px 0px;}
.btntab:hover{ border:1px solid #403a38;}
.btntab.active { border:1px solid #403a38;}
.tabcont{ display:none; padding: 0 0 30px 0;}
/** END TABS **/


.membershippage {padding-bottom:80px;}
.membershippage .hs_cos_wrapper_type_rich_text { font-size:16px;}
.member_header {padding:45px 0px 50px;}
.member_header, .member_header h2, .member_header h3, .member_header h4, .member_header h5 { text-align:center;}

.member_summary, .member_summary2 {padding:45px 0px 25px;}
.member_summary, .member_summary h2, .member_summary h3, .member_summary h4, .member_summary h5 { text-align:center;}


.member_plan_header {padding:70px 30px 5px; background-color:#e5e5e5; position:relative;}
.member_plan_header.bestchoice {background-color:#a69d97; }
.member_plan_header.bestchoice .hs_cos_wrapper_type_rich_text, .member_plan_header.bestchoice .hs_cos_wrapper_type_rich_text h3 {color:#ffffff;}
.bestbanner {position:absolute; top:0px; left:0px; width:100%; text-align:center;background:#3e3a38; padding:10px; }
.bestbanner .hs_cos_wrapper_type_text { font-size:18px; font-family: 'Playfair Display', sans-serif; font-weight:800; font-style: italic; color:#ffffff;}
.member_plan_header .hs_cos_wrapper_type_rich_text {text-align:center; font-size:16px;}
.member_plan_header .hs_cos_wrapper_type_rich_text h3 { font-size:21px; margin-bottom:0px;}
.membership_dida {text-align:center;}
.membership_dida .hs_cos_wrapper_type_rich_text { word-wrap: inherit !important; }
.activation_fee {text-align:center;}
.monthy_fee {text-align:center;}
.monthy_fee .hs_cos_wrapper_type_rich_text strong {font-size: 30px; font-weight: 900;}
.showhide { display:none; position: absolute; bottom: 22px; left:20px; font-size: 14px; font-weight:900; color:#000;}
.showhide.more:before {content:'+'; color:#90ab50; padding-right:5px;}
.showhide.less:before {content:'-'; color:#90ab50; padding-right:5px; padding-left: 3px;}
.member_plan_header.bestchoice .showhide, .member_plan_header.bestchoice .showhide.more:before, .member_plan_header.bestchoice .showhide.less:before {  color:#fff;}

.member_plan_body {text-align:left; border: 1px solid #cccccc; border-top:0px; padding:20px 30px; }
.member_plan_body .hs_cos_wrapper_type_rich_text {font-size:16px;}
.member_plan_body .hs_cos_wrapper_type_rich_text h5 { text-transform: none; margin-top: 20px;}
.member_plan_body .hs_cos_wrapper_type_rich_text a {font-weight: 700; color: #fff; background: #90ab50; width: 100%; text-align: center; padding: 10px;  margin: 0px; display: inline-table;}
.member_plan_body .hs_cos_wrapper_type_rich_text ul {margin-bottom: 0px;}
.cont-cont {position:relative; min-height: 1100px;}
.member_plan_body .hs_cos_wrapper_type_rich_text a:last-child {position:absolute; bottom:0px; left:0px;}
.growth_tit { border: 1px solid #cccccc; padding:15px ; position:relative;}
.growth_tit .hs_cos_wrapper_type_rich_text {text-transform: uppercase; font-size: 16px; color: #666666;}
.growth_tit .hs_cos_wrapper_type_rich_text p {margin:0px;}
.growth_tit .hs_cos_wrapper_type_rich_text .showhide { position: absolute; bottom: 0px; left:20px; top:14px; font-size: 14px; font-weight:900; color:#000;text-transform: none;}
.growth {min-height: 480px; padding:10px 15px;} 
.growth_tit.faqplan { display:none;}
.member_plan_body.faqplan {border:0px; padding:0px;}

.marketplace_green_cta

@media screen and (min-width: 63.937em){
.membershippage.details .member_plan_body {text-align:left; border: 0px; border-top:0px; padding:0px !important;  }
.membershippage.details .member_plan_body .hs_cos_wrapper_type_rich_text {font-size:14px;}
.membershippage.details .member_plan_body .hs_cos_wrapper_type_rich_text h5 {text-transform: none; margin-top: 20px;}
.membershippage.details .member_plan_body .hs_cos_wrapper_type_rich_text ul {margin-bottom: 0px;}
.membershippage.details .cont-cont {position:relative; min-height: auto;}
a.lg-hide {display:none !important;} 
}
.membership_dida .hs_cos_wrapper_type_rich_text h5 {text-transform: none; font-size:16px;}
.membership_dida .hs_cos_wrapper_type_rich_text a {font-weight: 700; text-decoration:underline; color:#000;}
.membership_dida .hs_cos_wrapper_type_rich_text a.btn-membership, .btn-membership {font-weight: 700; color: #fff; background: #90ab50; width: 100%; text-align: center; padding: 10px;  margin: 0px; display: inline-table;max-width: 300px; margin-top: 50px; text-decoration:none}
.membership_dida_tit {padding-top:50px;}
.plan_header .membership_dida_tit .hs_cos_wrapper_type_rich_text{text-align:center;}
.plan_header .showhide { display:none; position: inherit; bottom: inherit; left: inherit; font-size: 16px; font-weight:900; color:#000;}
.membership_dida .hs_cos_wrapper_type_rich_text a.showhide { text-decoration:none;} 

@media only screen and (max-width: 63.937em){
    .membershippage .hs_cos_wrapper_type_rich_text { font-size:14px;}
    .member_plan_header {    padding: 20px 20px 0; margin-top: 10px;  position:relative;min-height: 190px;}
    .membership_dida { float: left; width: 50%;}
    .plan_header .membership_dida { float: none; width: auto;}
    .membership_info { float: right; width: 162px;}
    .member_plan_header .monthy_fee .hs_cos_wrapper_type_rich_text, .member_plan_header .activation_fee .hs_cos_wrapper_type_rich_text {text-align: center;}
    .bestbanner {display:none;}
    .member_plan_header .hs_cos_wrapper_type_rich_text {text-align:left; font-size:14px;}
    .member_plan_body {max-height: 0px; min-height: 0px; opacity:0; overflow: hidden; padding: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .member_plan_body br{  display:none}
    .member_plan_body .hs_cos_wrapper_type_rich_text a:last-child { position: inherit; margin-top: 20px;}
    .showhide { display:block;}
    .growth {margin-bottom: 10px;}
    .open-plan .member_plan_body {max-height: 1100px; min-height: 0px;  text-align: left; border: 1px solid #cccccc; border-top: 0px; opacity:1}
    .showhide.more { display:block;}
    .showhide.less { display:none;}
    .open-plan .showhide.more { display:none;}
    .open-plan .showhide.less { display:block;}
    .cont-cont {min-height: auto;  padding: 20px 30px;}
    .growth-cont {min-height: auto;  padding: 0px 15px 15px;}
    .faq-cont { padding: 15px 15px;}
    .growth_tit .hs_cos_wrapper_type_rich_text {text-align:right;}
    .growth_tit.faqplan { display:block;}
    
    a.mob-hide { display:none;}
    .membership_dida_tit {display:none;}
    .plan_header .membership_dida_tit {display:block; padding:30px 30px 0px; background-color:#e5e5e5; }
    .plan_header .member_plan_header {    margin-top: -16px; padding-bottom:10px;}
    .membership_dida .hs_cos_wrapper_type_rich_text a.btn-membership {display:none;} 
}

@media only screen and (min-width:40.063em) {
    .reveal-modal,
    dialog {
        left: 50%;
        margin-left: -40%;
        width: 80%;
        top: 6.25rem;
        padding: 1.875rem
    }
    .reveal-modal.radius,
    dialog.radius {
        border-radius: 3px
    }
    .reveal-modal.round,
    dialog.round {
        border-radius: 1000px
    }
    .reveal-modal.collapse,
    dialog.collapse {
        padding: 0
    }
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: .5rem;
    right: .6875rem;
    color: #aaa;
    font-weight: 700;
    cursor: pointer
}

dialog[open] {
    display: block;
    visibility: visible
}

.matrix__figure:hover .matrix__figure__fitter img,
.slides:after {
    visibility: hidden
}

@media only screen and (min-width:40.063em) and (min-width:40.063em) {
    .reveal-modal.tiny,
    dialog.tiny {
        margin-left: -15%;
        width: 30%
    }
    .reveal-modal.small,
    dialog.small {
        margin-left: -20%;
        width: 40%
    }
    .reveal-modal.medium,
    dialog.medium {
        margin-left: -30%;
        width: 60%
    }
    .reveal-modal.favorite__next,
    .reveal-modal.large,
    dialog.favorite__next,
    dialog.large {
        margin-left: -35%;
        width: 70%
    }
    .reveal-modal.xlarge,
    dialog.xlarge {
        margin-left: -47.5%;
        width: 95%
    }
}

@media only screen and (min-width:40.063em) {
    .reveal-modal.full,
    dialog.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) and (min-width:40.063em) {
    .reveal-modal.full,
    dialog.full {
        margin-left: -50vw;
        width: 100vw
    }
}

@media print {
    .reveal-modal,
    dialog {
        background: #fff!important
    }
}

.th {
    line-height: 0;
    display: inline-block;
    border: 4px solid #fff;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    transition: all .2s ease-out
}

.th:focus,
.th:hover {
    box-shadow: 0 0 6px 1px rgba(169, 156, 151, .5)
}

.top-bar .toggle-topbar.menu-icon a span::after,
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff
}

.th.radius {
    border-radius: 3px
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: 700;
    color: #333
}

.has-tip:focus,
.has-tip:hover {
    border-bottom: dotted 1px #4f4541;
    color: #000
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none!important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: 400;
    padding: .625rem;
    max-width: 250px;
    left: 50%;
    width: 100%;
    color: #403a38;
    background: #fff
}

.tooltip>.nub {
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    top: -10px
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}

.tooltip.radius {
    border-radius: 3px
}

.tooltip.round {
    border-radius: 1000px
}

.tooltip.round>.nub {
    left: 2rem
}

.tooltip.opened {
    color: #000!important;
    border-bottom: dotted 1px #4f4541!important
}

.tap-to-close {
    display: block;
    font-size: .625rem;
    color: #777;
    font-weight: 400
}

@media only screen and (min-width:40.063em) {
    .tooltip>.nub {
        border-color: transparent transparent #fff;
        top: -10px
    }
    .tooltip.tip-top>.nub {
        border-color: #fff transparent transparent;
        top: auto;
        bottom: -10px
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none!important
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #fff;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #fff transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:64em)/";
    width: 63.937em
}

.contain-to-grid {
    width: 100%;
    background: #403a38
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 45px
}
.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    background: #403a38
}
.new .top-bar {background: #000000}

.top-bar ul {
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .75rem
}

.top-bar .button,
.top-bar .favorite__modify,
.top-bar .favorite__next,
.top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: .75rem
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px
}

.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625rem;
    margin: 0
}

.top-bar .name h1 a {
    font-weight: 400;
    color: #f4eeec;
    width: 75%;
    display: block;
    padding: 0 15px
}

.top-bar .toggle-topbar a,
.top-bar-section ul li>a {
    font-weight: 700;
    display: block;
    text-transform: uppercase
}

.top-bar .toggle-topbar {
    position: absolute;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #f4eeec;
    font-size: .8125rem;
    position: relative;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}

.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 40px 0 15px;
    color: #fff;
    position: relative
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    width: 16px
}

.top-bar-section,
.top-bar-section .has-dropdown {
    position: relative
}

.top-bar.expanded {
    height: auto;
    background: 0 0
}

.top-bar-section ul li,
.top-bar.expanded .title-area {
    background: #403a38
}

.new .top-bar-section ul li,
.new .top-bar.expanded .title-area {
    background: #000000;
    margin-right: 20px;
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a::after {
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    width: auto;
    transition: left .3s ease-out
}

.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
    border-top: dashed 1px #554e4c;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li>a {
    width: 100%;
    color: #f4eeec;
    padding: 12px 0 12px 15px;
    font-family: proxima-nova, sans-serif;
    font-size: .875rem
}

.new .top-bar-section ul li>a {
    width: 100%;
    color: #ffffff;
    padding: 12px 0 12px 15px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 10px 8px 0 8px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
}

.top-bar-section ul li>a.button,
.top-bar-section ul li>a.favorite__modify,
.top-bar-section ul li>a.favorite__next {
    font-size: .875rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #a99c97;
    border-color: #8c7b74;
    color: #fff
}

.top-bar-section ul li>a.button:focus,
.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.favorite__modify:focus,
.top-bar-section ul li>a.favorite__modify:hover,
.top-bar-section ul li>a.favorite__next:focus,
.top-bar-section ul li>a.favorite__next:hover {
    background-color: #8c7b74;
    color: #fff
}

.top-bar-section ul li>a.button.secondary,
.top-bar-section ul li>a.favorite__modify,
.top-bar-section ul li>a.secondary.favorite__next {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>a.button.secondary:focus,
.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.favorite__modify:focus,
.top-bar-section ul li>a.favorite__modify:hover,
.top-bar-section ul li>a.secondary.favorite__next:focus,
.top-bar-section ul li>a.secondary.favorite__next:hover {
    background-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>a.button.success,
.top-bar-section ul li>a.success.favorite__modify,
.top-bar-section ul li>a.success.favorite__next {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>a.button.success:focus,
.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.success.favorite__modify:focus,
.top-bar-section ul li>a.success.favorite__modify:hover,
.top-bar-section ul li>a.success.favorite__next:focus,
.top-bar-section ul li>a.success.favorite__next:hover {
    background-color: #368a55;
    color: #fff
}

.top-bar-section ul li>a.alert.favorite__modify,
.top-bar-section ul li>a.alert.favorite__next,
.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>a.alert.favorite__modify:focus,
.top-bar-section ul li>a.alert.favorite__modify:hover,
.top-bar-section ul li>a.alert.favorite__next:focus,
.top-bar-section ul li>a.alert.favorite__next:hover,
.top-bar-section ul li>a.button.alert:focus,
.top-bar-section ul li>a.button.alert:hover {
    background-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>button {
    font-size: .875rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #a99c97;
    border-color: #8c7b74;
    color: #fff
}

.top-bar-section ul li>button:focus,
.top-bar-section ul li>button:hover {
    background-color: #8c7b74;
    color: #fff
}

.top-bar-section ul li>button.favorite__modify,
.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>button.favorite__modify:focus,
.top-bar-section ul li>button.favorite__modify:hover,
.top-bar-section ul li>button.secondary:focus,
.top-bar-section ul li>button.secondary:hover {
    background-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>button.success:focus,
.top-bar-section ul li>button.success:hover {
    background-color: #368a55;
    color: #fff
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>button.alert:focus,
.top-bar-section ul li>button.alert:hover {
    background-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background: transparent;
    color: #dfd3ce
}

.new .top-bar-section ul li:hover:not(.has-form)>a {
    background: transparent;
    color: #90AB50
}

.top-bar-section ul li.active>a {
    background: #a99c97;
    color: #fff
}

.top-bar-section ul li.active>a:hover {
    background: #95857e;
    color: #fff
}

.top-bar-section .has-form {
    padding: 15px
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent rgba(255, 255, 255, .4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    height: auto;
    overflow: visible;
    clip: auto;
    position: absolute!important;
    width: 100%
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none
}

.top-bar-section .dropdown {
    padding: 0;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 15px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 700
}

.top-bar-section .dropdown li.title h5 {
    margin-top: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: #f4eeec;
    line-height: 22.5px;
    display: block
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 15px
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li .favorite__modify,
.top-bar-section .dropdown li .favorite__next,
.top-bar-section .dropdown li button {
    top: auto
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
    font-size: .625rem
}

.js-generated {
    display: block
}

@media only screen and (min-width:64em) {
    .top-bar,
    .top-bar.expanded {
        background: #403a38
    }
    .new .top-bar,
    .new .top-bar.expanded {
        background: #000000
    }
    .top-bar .title-area,
    .top-bar-section ul li {
        float: left
    }
    .top-bar {
        overflow: visible
    }
    .top-bar:after,
    .top-bar:before {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .name h1 a {
        width: auto
    }
    .top-bar .button,
    .top-bar .favorite__modify,
    .top-bar .favorite__next,
    .top-bar button,
    .top-bar input {
        font-size: .875rem;
        position: relative;
        top: 7px
    }
    .contain-to-grid .top-bar {
        max-width: 75rem;
        margin: 0 auto
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0!important
    }
    .top-bar-section ul {
        width: auto;
        height: auto!important; 
        display: inline
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li.hover>a:not(.button) {
        background: transparent;
        color: #dfd3ce
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #403a38
    }
    .new .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #000000
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: transparent
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        color: #fff;
        background: #a99c97
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #95857e
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 35px!important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: rgba(255, 255, 255, .4) transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute!important
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: 0 0;
        min-width: 100%
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: 0 0
    }
    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: 0 0
    }
    .top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
        color: #dfd3ce;
        background: transparent
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: 0 0
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role=separator] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #5b5350;
        clear: none;
        height: 45px;
        width: 0
    }
    .top-bar-section .has-form {
        background: #403a38;
        padding: 0 15px;
        height: 45px
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }
    .no-js .top-bar-section ul li:hover>a {
        background: transparent;
        color: #dfd3ce
    }
    .no-js .top-bar-section ul li:active>a {
        background: #a99c97;
        color: #fff
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute!important
    }
}

a,
p {
    line-height: inherit
}

.addons:after,
.autosuggestion__item:after,
.bivio__row:after,
.carousel__row:after,
.cart__row:after,
.cartitem__row:after,
.inner-wrap:after,
.page404__row:after,
.slides:after,
hr {
    clear: both
}

.inner-wrap,
.off-canvas-wrap,
.tab-bar {
    -webkit-backface-visibility: hidden;
    position: relative
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-justify {
    text-align: justify!important
}

@media only screen and (max-width:40em) {
    .reveal-modal,
    dialog {
        min-height: 100vh
    }
    .small-only-text-left {
        text-align: left!important
    }
    .small-only-text-right {
        text-align: right!important
    }
    .small-only-text-center {
        text-align: center!important
    }
    .small-only-text-justify {
        text-align: justify!important
    }
    .reveal-modal.registratiMod {
        min-height: 100px;
        width: 80%;
        margin-left: 10%;
        margin-top: 100px;
    }
}

@media only screen {
    .small-text-left {
        text-align: left!important
    }
    .small-text-right {
        text-align: right!important
    }
    .small-text-center {
        text-align: center!important
    }
    .small-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .medium-only-text-left {
        text-align: left!important
    }
    .medium-only-text-right {
        text-align: right!important
    }
    .medium-only-text-center {
        text-align: center!important
    }
    .medium-only-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:40.063em) {
    .medium-text-left {
        text-align: left!important
    }
    .medium-text-right {
        text-align: right!important
    }
    .medium-text-center {
        text-align: center!important
    }
    .medium-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:64em) and (max-width:90em) {
    .large-only-text-left {
        text-align: left!important
    }
    .large-only-text-right {
        text-align: right!important
    }
    .large-only-text-center {
        text-align: center!important
    }
    .large-only-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:64em) {
    .large-text-left {
        text-align: left!important
    }
    .large-text-right {
        text-align: right!important
    }
    .large-text-center {
        text-align: center!important
    }
    .large-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
    .xlarge-only-text-left {
        text-align: left!important
    }
    .xlarge-only-text-right {
        text-align: right!important
    }
    .xlarge-only-text-center {
        text-align: center!important
    }
    .xlarge-only-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:90.063em) {
    .xlarge-text-left {
        text-align: left!important
    }
    .xlarge-text-right {
        text-align: right!important
    }
    .xlarge-text-center {
        text-align: center!important
    }
    .xlarge-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
    .xxlarge-only-text-left {
        text-align: left!important
    }
    .xxlarge-only-text-right {
        text-align: right!important
    }
    .xxlarge-only-text-center {
        text-align: center!important
    }
    .xxlarge-only-text-justify {
        text-align: justify!important
    }
}

@media only screen and (min-width:120.063em) {
    .xxlarge-text-left {
        text-align: left!important
    }
    .xxlarge-text-right {
        text-align: right!important
    }
    .xxlarge-text-center {
        text-align: center!important
    }
    .xxlarge-text-justify {
        text-align: justify!important
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 1.25rem
}

a {
    color: #a99c97
}

a:focus,
a:hover {
    color: #95857e
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: inherit.21875rem;
    line-height: 1.6
}

p aside {
    font-size: .875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4
}

.ei-title h1,
em,
i {
    font-style: italic
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 400
}

b,
dl,
em,
i,
ol,
small,
strong,
ul {
    line-height: inherit
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
code,
dl dt,
ul.off-canvas-list li label {
    font-weight: 700
}

hr {
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

small {
    font-size: 60%
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #bd260d
}

dl,
ol,
ul {
    font-size: inherit;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ol,
ul.no-bullet li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ol,
ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.circle,
ul.disc,
ul.square {
    margin-left: 1.1rem
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ol,
ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem
}

dl dd {
    margin-bottom: .75rem
}

.vcard,
blockquote {
    margin: 0 0 1.25rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #403a38;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote,
blockquote p {
    line-height: inherit;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-size: .9375rem
}

.vevent abbr {
    cursor: default;
    border: none;
    padding: 0 .0625rem
}

@media only screen and (min-width:40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 2.75rem
    }
    h2 {
        font-size: 2.3125rem
    }
    h3 {
        font-size: 1.6875rem
    }
    h4 {
        font-size: 1.4375rem
    }
    h5 {
        font-size: 1.125rem
    }
    h6 {
        font-size: 1rem
    }
}

.print-only {
    display: none!important
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none!important
    }
    .print-only {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    .show-for-print {
        display: inherit!important
    }
}

.off-canvas-wrap {
    width: 100%;
    overflow: hidden
}

.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

.inner-wrap {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease
}

.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table
}

.tab-bar {
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem
}

.left-small,
.right-small,
.tab-bar-section {
    position: absolute;
    top: 0;
    height: 2.8125rem
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem
}

.left-small {
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0
}

.right-small {
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0
}

.tab-bar-section {
    padding: 0 .625rem;
    text-align: center
}

@media only screen and (min-width:40.063em) {
    .tab-bar-section {
        text-align: left
    }
}

.fa-fw,
.fa-li {
    text-align: center
}

.tab-bar-section.left {
    left: 0;
    right: 2.8125rem
}

.tab-bar-section.right {
    left: 2.8125rem;
    right: 0
}

.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem
}

.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0;
    color: #fff;
    position: relative;
    transform: translate3d(0, 0, 0)
}

.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -.5rem;
    left: .90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem
}

.left-off-canvas-menu,
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform .5s ease 0s;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3
}

.left-off-canvas-menu {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}

.right-off-canvas-menu {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0
}
.hs-breadcrumb-menu-item { float: left; padding: 1px 0px 10px 10px !important; font-size:14px;line-height: 18px;}
.subheader .breadcrumb-cont{ font-size:14px;}

.move-left .exit-off-canvas,
.move-right .exit-off-canvas {
    z-index: 1002;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.matrix__block,
.picker__holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.move-left .exit-off-canvas,
.move-right .exit-off-canvas,
.offcanvas-overlap .exit-offcanvas-menu,
ul.off-canvas-list li a {
    transition: background .3s ease;
    display: block
}

.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.off-canvas-list li label {
    display: block;
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: .75rem;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}

ul.off-canvas-list li a {
    padding: .66667rem;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid #262626
}

ul.off-canvas-list li a:hover {
    background: #242424
}

.move-right>.inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0)
}

.move-right .exit-off-canvas {
    background: rgba(255, 255, 255, .2)
}

@media only screen and (min-width:40.063em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}

.move-left>.inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0)
}

.move-left .exit-off-canvas {
    background: rgba(255, 255, 255, .2)
}

@media only screen and (min-width:40.063em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap .exit-offcanvas-menu {
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 1002
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem
}

.no-csstransforms .move-left>.inner-wrap {
    right: 15.625rem
}

.no-csstransforms .move-right>.inner-wrap {
    left: 15.625rem
}

@media only screen {
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium-down,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-small-up {
        display: inherit!important
    }
    .hide-for-large-down,
    .hide-for-medium-down,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-small-up,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none!important
    }
    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium-down,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-small-up {
        position: static!important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-large-down,
    .hidden-for-medium-down,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-small-up,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium-down,
    table.show-for-small,
    table.show-for-small-down,
    table.show-for-small-only,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium-down,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.show-for-small-only,
    thead.show-for-small-up {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium-down,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.show-for-small-only,
    tbody.show-for-small-up {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium-down,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.show-for-small-only,
    tr.show-for-small-up {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium-down,
    td.show-for-small,
    td.show-for-small-down,
    td.show-for-small-only,
    td.show-for-small-up,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium-down,
    th.show-for-small,
    th.show-for-small-down,
    th.show-for-small-only,
    th.show-for-small-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:40.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
        background: rgba(255, 255, 255, .05)
    }
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit!important
    }
    .hide-for-large-down,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none!important
    }
    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-small-up {
        position: static!important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-large-down,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium,
    table.show-for-medium-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium,
    td.show-for-medium-down,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:64em) {
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit!important
    }
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none!important
    }
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up {
        position: static!important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large,
    table.show-for-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group!important
    }
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group!important
    }
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row!important
    }
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large,
    td.show-for-large-down,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large,
    th.show-for-large-down,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:90.063em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up {
        display: inherit!important
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none!important
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up {
        position: static!important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:120.063em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit!important
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only {
        display: none!important
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static!important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only {
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell!important
    }
}

.hide-for-portrait,
.show-for-landscape {
    display: inherit!important
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group!important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group!important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row!important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell!important
}

@media only screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit!important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
    table.hide-for-portrait,
    table.show-for-landscape {
        display: table
    }
    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group!important
    }
    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group!important
    }
    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row!important
    }
    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell!important
    }
}

@media only screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit!important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
    table.hide-for-landscape,
    table.show-for-portrait {
        display: table
    }
    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group!important
    }
    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group!important
    }
    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row!important
    }
    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell!important
    }
}

.show-for-touch {
    display: none!important
}

.hide-for-touch,
.touch .show-for-touch {
    display: inherit!important
}

.touch .hide-for-touch {
    display: none!important
}

.touch table.show-for-touch,
table.hide-for-touch {
    display: table
}

.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group!important
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group!important
}

.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row!important
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell!important
}

@media print {
    .show-for-print {
        display: block
    }
    .hide-for-print {
        display: none
    }
    table.show-for-print {
        display: table
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
}

.fa,
.fa-stack {
    display: inline-block
}


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../css/fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"), url(../css/fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"), url(../css/fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"), url(../css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-direction-nav a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.ei-slider {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto
}

.ei-slider ul {
    margin-bottom: 0;
    margin-left: auto
}

.ei-slider--home {
    margin-bottom: 20px
}
.rslides-cont{position:relative;} 
.ei-slider--home .ei-title, .rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2  {
    display: none
}

.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center
}

.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative
}

.ei-slider-large li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    line-height: 0;
    list-style: none
}

.ei-slider-large li img {
    width: 100%;
    display: block
}

.ei-slider-large li:first-child {
    display: list-item;
    position: relative
}

.ei-title, .rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
    text-align: center;     font-style: italic;
}
.rslides li .hs_cos_wrapper_type_rich_text > h3{
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 1.5rem;
    line-height: 1.33333em;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.45);
    font-weight: 300;
    top: 25%;
}

.ei-slider-thumbs,
.ei-slider-thumbs li {
    position: relative;
    list-style-type: none
}

.ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
    display: block;
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .65);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    text-transform: none
}

.ei-textbox__cta,
h1 {
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    .ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em;  display:none;
    }
    .rslides li .hs_cos_wrapper_type_rich_text > h3{ display:none;}
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
    .rslides li .hs_cos_wrapper_type_rich_text > h3{ display:none;}
}

@media only screen and (min-width:64em) {
    .ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
        font-family: 'Playfair Display', sans-serif;
        font-size: 48px;
        font-size: 3rem;
        line-height: 1em;
        width: 60%;
        margin: 0 20%
    }
}

@media only screen and (min-width:64em) and (max-width:40em) {
    .ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:64em) and (min-width:40.063em) and (max-width:63.937em) {
    .ei-title h1,.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.ei-title h3 {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
        font-weight: 400;
            text-transform: initial;
}

.ei-textbox,
.ei-textbox:hover {
    color: #403a38
}

@media only screen and (min-width:64em) {
    .ei-title h3 {
        font-family: proxima-nova, times, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.ei-textbox__photographer,
.ei-textbox__quote {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic
}

@media only screen and (min-width:64em) and (max-width:40em) {
    .ei-title h3 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:64em) and (min-width:40.063em) and (max-width:63.937em) {
    .ei-title h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.ei-title .button,
.ei-title .favorite__modify,
.ei-title .favorite__next {
    margin-top: 10px;
    color: #403a38;
    border-color: #403a38;
    background: rgba(255, 255, 255, .4);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    padding: 10px 25px
}

.ei-title .button:hover,
.ei-title .favorite__modify:hover,
.ei-title .favorite__next:hover {
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    background-color: rgba(255, 255, 255, .6)
}

@media only screen and (min-width:64em) {
    .ei-title .button,
    .ei-title .favorite__modify,
    .ei-title .favorite__next {
        margin-top: 20px
    }
}

@media only screen and (min-width:40.063em) and (max-width:50em) {
    .ei-title .button,
    .ei-title .favorite__modify,
    .ei-title .favorite__next {
        padding: 15px
    }
}

@media only screen and (max-width:50em) {
    .ei-title h3 {
        display: none!important
    }
    .ei-title {
        display: block;
        top: 100%;
        left: 0;
        margin-top: 20px;
        padding-bottom: 30px
    }
    .ei-title h1,
    .ei-title h3 {
        color: #403a38;
        text-shadow: none
    }
    .ei-title h1 {
        margin-top: 0
    }
    .ei-title .button,
    .ei-title .favorite__modify,
    .ei-title .favorite__next {
        color: #403a38;
        border-color: #403a38;
        background-color: rgba(64, 58, 56, 0);
        font-size: 14px;
        padding: 10px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none
    }
    .ei-title .button:hover,
    .ei-title .favorite__modify:hover,
    .ei-title .favorite__next:hover {
        color: #403a38;
        background-color: rgba(64, 58, 56, .1)
    }
}

.ei-slider-thumbs {
    height: 13px;
    margin: -13px auto 0;
    z-index: 20;
    display: none
}

.ei-slider-thumbs li {
    float: left;
    height: 100%
}

.ei-slider-thumbs li.ei-slider-element {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #000;
    background: rgba(0, 0, 0, .9);
    list-style-type: none
}

.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    background: rgba(169, 156, 151, .6);
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3), 0 1px 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3), 0 1px 0 1px rgba(255, 255, 255, .5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3), 0 1px 0 1px rgba(255, 255, 255, .5);
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease
}

.ei-slider-thumbs li a:hover {
    background-color: rgba(64, 58, 56, .6)
}

.ei-slider-thumbs li img {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, .3)));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.ei-slider-thumbs li:hover img {
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ei-textbox {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    margin: 4% 0 0
}

.ei-textbox__quote {
    display: block;
    margin: 0 10% 25px 15%;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    font-weight: 700
}

@media only screen and (max-width:40em) {
    .ei-textbox__quote {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .ei-textbox__quote {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.ei-textbox__photographer {
    display: block;
    margin: 0 20% 10px;
    text-align: right;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    font-weight: 300
}

.ei-textbox__bio,
.ei-textbox__cta {
    display: block;
    font-family: proxima-nova, times, sans-serif
}

@media only screen and (max-width:40em) {
    .ei-textbox__photographer {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .ei-textbox__photographer {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

.ei-textbox__bio {
    margin: 0 10% 0 15%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 14px;
    font-weight: 300;
    font-style: italic
}

.ei-textbox__cta {
    margin: 50px 20% 0;
    text-align: right;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    font-weight: 400
}

@media only screen and (max-width:1310px) {
    .ei-textbox .ei-textbox__quote {
        margin: 0 5% 20px 15%;
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

@media only screen and (max-width:1310px) and (max-width:40em) {
    .ei-textbox .ei-textbox__quote {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em
    }
}

@media only screen and (max-width:1310px) and (min-width:40.063em) and (max-width:63.937em) {
    .ei-textbox .ei-textbox__quote {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

@media only screen and (max-width:1310px) {
    .ei-textbox .ei-textbox__photographer {
        margin: 0 10% 10px;
        font-family: 'Playfair Display', sans-serif;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.42857em
    }
    .ei-textbox .ei-textbox__bio {
        margin: 0 5% 0 15%;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em;
        line-height: 14px
    }
    .ei-textbox .ei-textbox__cta {
        margin: 50px 10% 0;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em
    }
}

@media only screen and (max-width:1210px) {
    .ei-textbox {
        margin: 3% 0 0
    }
    .ei-textbox .ei-textbox__quote {
        margin: 0 5% 20px 15%;
        font-family: Playfair Display, sans-serif;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.42857em
    }
    .ei-textbox .ei-textbox__photographer {
        margin: 0 10% 10px;
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333em
    }
    .ei-textbox .ei-textbox__bio {
        margin: 0 5% 0 15%;
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em;
        line-height: 14px
    }
    .ei-textbox .ei-textbox__cta {
        margin: 30px 10% 0;
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em
    }
}

@media only screen and (max-width:950px) {
    .ei-textbox {
        margin: 2% 0 0
    }
    .ei-textbox .ei-textbox__quote {
        margin: 0 5% 10px 15%;
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333em
    }
    .ei-textbox .ei-textbox__photographer {
        margin: 0 10%;
        font-family: 'Playfair Display', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em
    }
    .ei-textbox .ei-textbox__bio {
        margin: 0 5% 0 15%;
        font-family: proxima-nova, times, sans-serif;
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.2em;
        line-height: 14px
    }
    .ei-textbox .ei-textbox__cta {
        margin: 20px 10% 0;
        font-family: proxima-nova, times, sans-serif;
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.2em
    }
}

h1,
h3 {
    font-family: proxima-nova, times, sans-serif
}

@media only screen and (max-width:800px) {
    .ei-textbox {
        margin: 2% 0 0
    }
    .ei-textbox .ei-textbox__bio {
        display: none
    }
    .ei-textbox .ei-textbox__cta {
        margin: 30px 10% 0
    }
}

@media only screen and (max-width:625px) {
    .ei-textbox {
        background: #fff;
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 90%;
        padding: 15px 0 0;
        margin: 0 5%
    }
    .ei-textbox .ei-textbox__quote {
        margin: 0;
        text-align: center
    }
    .ei-textbox .ei-textbox__photographer {
        margin: 10px 0;
        text-align: center;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em
    }
    .ei-textbox .ei-textbox__bio,
    .ei-textbox .ei-textbox__cta {
        margin: 0;
        text-align: center
    }
}

.picker,
.picker__holder {
    position: absolute;
    width: 100%
}

#ei-slider__video {
    display: none;
    width: 100%
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__footer,
.picker__header,
.picker__table {
    text-align: center
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border: 1px solid #aaa;
    border-top-width: 0;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
    -moz-transition: -moz-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s
}

.addons,
.bivio__row,
.cartnav__row,
.page404__row {
    max-width: 75rem
}


/*!
* Classic picker styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    -moz-transition: -moz-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.logo,
.logo a {
    max-height: 110px
}

.new .logo,
.new .logo a {
    max-height: 85px
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width:24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }
    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }
    .picker__nav--prev {
        padding-right: 1.5em
    }
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #0089ec;
    color: #fff
}

.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__button--clear,
.picker__button--today {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: bottom
}

h1,
h2 {
    font-weight: 900
}

.picker__button--clear:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--clear:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0
}

.picker__button--clear:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--today:before {
    content: " ";
    margin-right: .45em;
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    content: "\D7";
    margin-right: .35em;
    top: -.1em;
    color: #e20;
    vertical-align: top;
    font-size: 1.1em
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0
}

.font-primary.base:before,
.font-primary.favorite__next:before,
.font-primary.large:before,
.font-primary.mid-large:before,
.font-primary.mid:before,
.font-primary.small:before,
.font-primary.x-large:before,
.font-primary.x-small:before,
.font-primary.xx-large:before,
.font-primary.xx-small:before,
.font-primary.xxx-large:before,
.font-primary.xxxx-large:before,
.font-secondary.base:before,
.font-secondary.favorite__next:before,
.font-secondary.hero:before,
.font-secondary.large:before,
.font-secondary.mid-large:before,
.font-secondary.mid:before,
.font-secondary.small:before,
.font-secondary.x-large:before,
.font-secondary.x-small:before,
.font-secondary.xx-large:before,
.font-secondary.xx-small:before,
.font-secondary.xxx-large:before,
.font-secondary.xxxx-large:before {
    background-color: #efefef;
    padding: 5px 0
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.05556em
}

@media only screen and (max-width:40em) {
    h1 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    h1 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    font-style: italic
}

@media only screen and (max-width:40em) {
    h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    font-weight: 400
}

h4,
h5 {
    font-family: proxima-nova, times, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    h3 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

h5 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

hr {
    border: 0;
    border-top: 1px solid #e9d6ce
}

input:focus,
select:focus,
textarea:focus {
    outline-color: #dfd3ce
}

label.disabled {
    filter: alpha(Opacity=20);
    opacity: .2
}

.text-hero {
    font-family: 'Playfair Display', sans-serif;
    font-size: 96px;
    font-size: 6rem;
    line-height: 1em;
    font-weight: 900;
    font-style: italic
}

.font-primary.base,
.font-primary.favorite__next,
.font-primary.hero,
.font-primary.large,
.font-primary.mid,
.font-primary.small,
.font-primary.x-large,
.font-primary.x-small,
.font-primary.xx-large,
.font-primary.xx-small,
.font-primary.xxx-large,
.font-primary.xxxx-large {
    font-family: proxima-nova, times, sans-serif
}

.font-primary.xx-small {
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.2em
}

.font-primary.xx-small light {
    display: inline;
    font-weight: lighter
}

.font-primary.xx-small:before {
    content: "proxima-nova, times, sans-serif (10px, 12px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.x-small {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em
}

.font-primary.x-small light {
    display: inline;
    font-weight: lighter
}

.font-primary.x-small:before {
    content: "proxima-nova, times, sans-serif (12px, 16px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.small {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.font-primary.small light {
    display: inline;
    font-weight: lighter
}

.font-primary.small:before {
    content: "proxima-nova, times, sans-serif (14px, 22px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.font-primary.base light {
    display: inline;
    font-weight: lighter
}

.font-primary.base:before {
    content: "proxima-nova, times, sans-serif (16px, 24px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.mid {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em
}

.font-primary.mid light {
    display: inline;
    font-weight: lighter
}

.font-primary.mid:before {
    content: "proxima-nova, times, sans-serif (18px, 24px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.mid-large {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.font-primary.mid-large light {
    display: inline;
    font-weight: lighter
}

.font-primary.mid-large:before {
    content: "proxima-nova, times, sans-serif (21px, 30px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.favorite__next,
.font-primary.large {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em
}

@media only screen and (max-width:40em) {
    .font-primary.favorite__next,
    .font-primary.large {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.favorite__next,
    .font-primary.large {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.font-primary.favorite__next light,
.font-primary.large light {
    display: inline;
    font-weight: lighter
}

.font-primary.favorite__next:before,
.font-primary.large:before {
    content: "proxima-nova, times, sans-serif (24px, 32px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-primary.favorite__next:before,
    .font-primary.large:before {
        content: "proxima-nova, times, sans-serif (21px, 28px)"
    }
}

.font-primary.x-large {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em
}

@media only screen and (max-width:40em) {
    .font-primary.x-large {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.favorite__next:before,
    .font-primary.large:before {
        content: "proxima-nova, times, sans-serif (24px, 32px)"
    }
    .font-primary.x-large {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.font-primary.x-large light {
    display: inline;
    font-weight: lighter
}

.font-primary.x-large:before {
    content: "proxima-nova, times, sans-serif (30px, 36px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-primary.x-large:before {
        content: "proxima-nova, times, sans-serif (24px, 28.8px)"
    }
}

.font-primary.xx-large {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.05556em
}

@media only screen and (max-width:40em) {
    .font-primary.xx-large {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.x-large:before {
        content: "proxima-nova, times, sans-serif (30px, 36px)"
    }
    .font-primary.xx-large {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

.font-primary.xx-large light {
    display: inline;
    font-weight: lighter
}

.font-primary.xx-large:before {
    content: "proxima-nova, times, sans-serif (36px, 38px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.xxx-large {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-primary.xx-large:before {
        content: "proxima-nova, times, sans-serif (29.988px, 31.654px)"
    }
    .font-primary.xxx-large {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.xx-large:before {
        content: "proxima-nova, times, sans-serif (29.988px, 31.654px)"
    }
    .font-primary.xxx-large {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.font-primary.xxx-large light {
    display: inline;
    font-weight: lighter
}

.font-primary.xxx-large:before {
    content: "proxima-nova, times, sans-serif (48px, 48px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-primary.xxxx-large {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-primary.xxx-large:before {
        content: "proxima-nova, times, sans-serif (36px, 36px)"
    }
    .font-primary.xxxx-large {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.xxx-large:before {
        content: "proxima-nova, times, sans-serif (36px, 36px)"
    }
    .font-primary.xxxx-large {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.font-primary.xxxx-large light {
    display: inline;
    font-weight: lighter
}

.font-primary.xxxx-large:before {
    content: "proxima-nova, times, sans-serif (60px, 60px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-primary.xxxx-large:before {
        content: "proxima-nova, times, sans-serif (45px, 45px)"
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-primary.xxxx-large:before {
        content: "proxima-nova, times, sans-serif (45px, 45px)"
    }
}

.font-primary.hero {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1em
}

.font-secondary.base,
.font-secondary.favorite__next,
.font-secondary.hero,
.font-secondary.large,
.font-secondary.mid,
.font-secondary.small,
.font-secondary.x-large,
.font-secondary.x-small,
.font-secondary.xx-large,
.font-secondary.xx-small,
.font-secondary.xxx-large,
.font-secondary.xxxx-large {
    font-family: 'Playfair Display', sans-serif
}

.font-primary.hero light {
    display: inline;
    font-weight: lighter
}

.font-primary.hero:before {
    content: "proxima-nova, times, sans-serif (96px, 96px)";
    background-color: #efefef;
    display: block;
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.xx-small {
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4em
}

.font-secondary.xx-small light {
    display: inline;
    font-weight: lighter
}

.font-secondary.xx-small:before {
    content: "'Playfair Display', sans-serif (10px, 14px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.x-small {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em
}

.font-secondary.x-small light {
    display: inline;
    font-weight: lighter
}

.font-secondary.x-small:before {
    content: "'Playfair Display', sans-serif (12px, 16px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.small {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5em
}

.font-secondary.small light {
    display: inline;
    font-weight: lighter
}

.font-secondary.small:before {
    content: "'Playfair Display', sans-serif (14px, 21px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.font-secondary.base light {
    display: inline;
    font-weight: lighter
}

.font-secondary.base:before {
    content: "'Playfair Display', sans-serif (16px, 24px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.mid {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em
}

.font-secondary.mid light {
    display: inline;
    font-weight: lighter
}

.font-secondary.mid:before {
    content: "'Playfair Display', sans-serif (18px, 24px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.mid-large {
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.font-secondary.mid-large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.mid-large:before {
    content: "'Playfair Display', sans-serif (21px, 30px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.favorite__next,
.font-secondary.large {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em
}

@media only screen and (max-width:40em) {
    .font-secondary.favorite__next,
    .font-secondary.large {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.favorite__next,
    .font-secondary.large {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

.font-secondary.favorite__next light,
.font-secondary.large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.favorite__next:before,
.font-secondary.large:before {
    content: "'Playfair Display', sans-serif (24px, 30px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-secondary.favorite__next:before,
    .font-secondary.large:before {
        content: "'Playfair Display', sans-serif (21px, 26.25px)"
    }
}

.font-secondary.x-large {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em
}

@media only screen and (max-width:40em) {
    .font-secondary.x-large {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.favorite__next:before,
    .font-secondary.large:before {
        content: "'Playfair Display', sans-serif (24px, 30px)"
    }
    .font-secondary.x-large {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.font-secondary.x-large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.x-large:before {
    content: "'Playfair Display', sans-serif (30px, 36px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-secondary.x-large:before {
        content: "'Playfair Display', sans-serif (24px, 28.8px)"
    }
}

.font-secondary.xx-large {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em
}

@media only screen and (max-width:40em) {
    .font-secondary.xx-large {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.x-large:before {
        content: "'Playfair Display', sans-serif (30px, 36px)"
    }
    .font-secondary.xx-large {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.font-secondary.xx-large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.xx-large:before {
    content: "'Playfair Display', sans-serif (36px, 42px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.xxx-large {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-secondary.xx-large:before {
        content: "'Playfair Display', sans-serif (29.988px, 34.986px)"
    }
    .font-secondary.xxx-large {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.xx-large:before {
        content: "'Playfair Display', sans-serif (29.988px, 34.986px)"
    }
    .font-secondary.xxx-large {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.font-secondary.xxx-large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.xxx-large:before {
    content: "'Playfair Display', sans-serif (48px, 48px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.font-secondary.xxxx-large {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-secondary.xxx-large:before {
        content: "'Playfair Display', sans-serif (36px, 36px)"
    }
    .font-secondary.xxxx-large {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.xxx-large:before {
        content: "'Playfair Display', sans-serif (36px, 36px)"
    }
    .font-secondary.xxxx-large {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.font-secondary.xxxx-large light {
    display: inline;
    font-weight: lighter
}

.font-secondary.xxxx-large:before {
    content: "'Playfair Display', sans-serif (60px, 60px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .font-secondary.xxxx-large:before {
        content: "'Playfair Display', sans-serif (45px, 45px)"
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .font-secondary.xxxx-large:before {
        content: "'Playfair Display', sans-serif (45px, 45px)"
    }
}

.font-secondary.hero {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1em
}

.button,
.button.secondary,
.favorite__modify,
.favorite__next,
.page404__subtitle,
.page404__suggestion,
.page404__title,
.page404__title b,
.secondary.favorite__next {
    font-family: proxima-nova, times, sans-serif
}

.font-secondary.hero light {
    display: inline;
    font-weight: lighter
}

.font-secondary.hero:before {
    content: "'Playfair Display', sans-serif (96px, 96px)";
    display: block;
    font-size: 1rem;
    line-height: 1em
}

.button,
.favorite__modify,
.favorite__next {
    margin-bottom: 0;
    color: #403a38;
    border: 1px solid #403a38;
    background: 0 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700
}

.button:hover,
.favorite__modify:hover,
.favorite__next:hover {
    background: #cbbdb6;
    color: #403a38
}

.button.secondary,
.favorite__modify,
.secondary.favorite__next {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    background: 0 0;
    font-weight: 700;
    color: #a99c97;
    border: 1px solid #a99c97
}

.button.secondary:hover,
.favorite__modify:hover,
.secondary.favorite__next:hover {
    background: #cbbdb6;
    color: #403a38
}

.button.secondary.large,
.favorite__next.favorite__modify,
.large.favorite__modify,
.secondary.favorite__next {
    line-height: 30px
}

.button.selected,
.selected.favorite__modify,
.selected.favorite__next {
    background: #90ab50;
    color: #fff;
    border: 1px solid #90ab50
}

.button.selected:hover,
.selected.favorite__modify:hover,
.selected.favorite__next:hover {
    background: #fff;
    color: #90ab50
}

.button.disabled,
.disabled.favorite__modify,
.disabled.favorite__next {
    background: 0 0;
    color: #a99c97;
    opacity: .25
}

.button.multiline,
.multiline.favorite__modify,
.multiline.favorite__next {
    display: table;
    height: 96px;
    line-height: 16px;
    padding: 0 24px
}

.button.multiline>*,
.multiline.favorite__modify>*,
.multiline.favorite__next>* {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px
}

.button.multiline strong,
.multiline.favorite__modify strong,
.multiline.favorite__next strong {
    font-weight: 800
}

.button.multiline span,
.multiline.favorite__modify span,
.multiline.favorite__next span {
    font-weight: 400;
    text-decoration: underline;
    text-transform: none;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 20.8px
}

.page404__row {
    width: 100%;
    margin: 0 auto
}

.page404__row:after,
.page404__row:before {
    content: " ";
    display: table
}

.page404__block {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 50px
}

.page404__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.05556em;
    font-weight: 400
}

@media only screen and (max-width:40em) {
    .page404__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .page404__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.05556em
    }
}

.page404__title b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
    font-weight: 900;
    display: block
}

@media only screen and (max-width:40em) {
    .page404__title b {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .page404__title b {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.page404__subtitle {
    margin-top: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    font-weight: 400
}

@media only screen and (max-width:40em) {
    .page404__subtitle {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .page404__subtitle {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.page404__suggestions {
    margin-top: 30px
}

.page404__suggestion {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0 0 5px
}

.page404__suggestion:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: 15px
}

.page404__suggestion a {
    color: #403a38;
    text-decoration: underline;
    font-weight: 700
}

.access__subtitle,
.access__title {
    font-family: proxima-nova, times, sans-serif;
    color: #403a38;
    font-weight: 900;
    text-transform: uppercase
}

.page404__suggestion a:hover {
    text-decoration: none
}

.access__title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    margin-bottom: 24px
}

.access__subtitle {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    margin-bottom: 16px
}

.access__register,
.access__register .hyperlink {
    font-size: 14px;
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.access__register {
    text-align: right;
    padding-top: .75rem;
    font-size: .875rem
}

.access__register .hyperlink {
    font-size: .875rem
}

.access__actions {
    padding-top: 1rem
}

@media only screen and (max-width:63.937em) {
    .access__register {
        text-align: center
    }
    .access__actions .button,
    .access__actions .favorite__modify,
    .access__actions .favorite__next {
        width: 100%
    }
}

.access--page {
    padding-top: 64px;
    margin-bottom: 64px
}

.access .impagination__separator,
.access .separator {
    margin-bottom: 48px
}

.access label .hint {
    display: inline-block;
    float: right;
    text-align: right;
    font-weight: 400;
    text-decoration: underline;
    color: #a99c97
}

.autosuggestion__tooltip,
.bivio,
.bivio--fit .bivio__item,
.bivio__title,
.box--center,
.carousel__main,
.carousel__stripe .flexslider li {
    text-align: center
}

.access label .hint:hover,
.addon__title {
    color: #403a38
}

@media only screen and (max-width:63.937em) {
    .access>.row>div:first-child {
        margin-bottom: 32px
    }
}

.addon__image {
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    margin-bottom: 31px
}

.addon__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    font-weight: 700;
    text-transform: uppercase
}

.addons {
    width: 100%;
    margin: 0 auto
}

.addons:after,
.addons:before {
    content: " ";
    display: table
}

.addons__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 16.66667%;
    float: left;
    margin-bottom: 75px
}

@media only screen {
    .addons__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .addons__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 16.66667%;
        float: left
    }
}

.autosuggestion {
    position: relative
}

.autosuggestion__results,
.autosuggestion__tooltip {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 100%
}

.autosuggestion__results {
    top: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 5px
}

.autosuggestion__tooltip {
    bottom: 110%;
    left: 0;
    border: 1px solid #f0f0f0;
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em;
    color: #403a38;
    padding: 8px
}

.autosuggestion__item {
    clear: both;
    border-top: #f0f0f0 1px solid;
    color: #000;
    background-color: #fff;
    font-size: 15px;
    padding: 10px;
    display: block;
    vertical-align: top
}

.autosuggestion__item:active,
.autosuggestion__item:hover {
    background: #dfd3ce;
    cursor: pointer
}

.autosuggestion__item:after {
    content: "";
    display: block;
    height: 0;
    width: 100%
}

.autosuggestion__name {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    text-transform: uppercase;
    font-weight: 900;
    color: #403a38
}

.blocco-chi-siamo .widget-type-rich_text {margin-bottom: 56px; margin-top: 50px;}

.bivio__title,
.blocco-testo h2, .blog__title {
    font-weight: 800;
    color: #403a38
}
.blog__title h1{
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.autosuggestion__description {
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    color: #403a38;
    line-height: 1.15em
}

.autosuggestion__noresults {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.autosuggestion__noresults:active,
.autosuggestion__noresults:hover {
    background: #fff;
    cursor: auto
}

.bivio {
    margin-bottom: 48px
}

.bivio__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    font-style: italic;
    margin-bottom: 24px
}









/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  }
.rslides li .hs_cos_wrapper_type_rich_text > h1, .rslides li .hs_cos_wrapper_type_rich_text > h2 {
    position:absolute;
  width: 100%;
  text-align: center;
  margin:0px !important;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 0px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 100%;
  padding: 10px 0;
  text-align: center;
  width: 100%;z-index: 99;
position: relative; margin-top: -17px
  }
 .aeHpSlider .rslides_tabs { display: none;}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

  .rslides_tabs a {
    width: auto;
    line-height: 0px;
    padding: 7px 40px;
    background: #68605C;
    opacity: 0.5;
    display: inline;
    }
    .rslides_tabs a:hover {opacity: 1}

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: #131212;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  }

@media only screen and (max-width:40em) {
    .rslides_tabs a { padding: 7px 5%; }
}








@media only screen and (max-width:40em) {
    .bivio__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .bivio__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.bivio .impagination__separator,
.bivio .separator {
    margin-bottom: 32px
}

.bivio__row {
    width: 100%;
    margin: 0 auto
}

.bivio__row:after,
.bivio__row:before {
    content: " ";
    display: table
}

.bivio__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left
}

@media only screen and (max-width:40em) {
    .bivio__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
    .bivio__item .button,
    .bivio__item .favorite__modify,
    .bivio__item .favorite__next {
        width: 100%;
        text-align: center;
        margin-bottom: 16px
    }
    .bivio--fit .bivio__item {
        margin-bottom: 32px
    }
}

.bivio__item:first-child .button,
.bivio__item:first-child .favorite__modify,
.bivio__item:first-child .favorite__next {
    float: right
}

.bivio__content .button,
.bivio__content .favorite__modify,
.bivio__content .favorite__next {
    min-width: 60%
}

.bivio--fit {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.bivio--fit .button,
.bivio--fit .favorite__modify,
.bivio--fit .favorite__next {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

.bivio--fit .bivio__item:first-child .button,
.bivio--fit .bivio__item:first-child .favorite__modify,
.bivio--fit .bivio__item:first-child .favorite__next {
    float: none
}

.blog__item {
    margin-bottom: 32px
}

.blog__thumb a {
    display: block;
    border: 1px solid #edeae9
}

.blog__thumb a img {
    display: block;
    width: 100%
}

.blog__thumb a:hover {
    border-color: #f4eeec
}

.blocco-testo h2, .blog__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-style: normal;
    font-size: 24px;
}

.blog__subtitle,
.blog__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px
}

.blocco-testo h2, .blog__title a {
    color: #403a38;
    text-decoration: none
}

.blocco-testo h2, .blog__title a:hover {
    color: #000
}

.blog__subtitle {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97
}

.blog__text {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38
}

.blog__more,
.blog__more a {
    font-size: 14px;
    color: #403a38;
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif;
    font-weight: 700
}

.blog__text:last-child {
    margin-bottom: 0
}

.blog__more {
    font-size: .875rem
}

.blog__more a {
    font-size: .875rem;
    text-decoration: underline
}

.blog__more a:hover {
    color: #000
}

.blocco-testo h2, .blog__title {
    margin-bottom: 8px
}

@media only screen and (max-width:40em) {
    .blocco-testo h2, .blog__title {
        margin-top: 16px
    }
}

.blog .box--bg {
    padding: 16px
}

.blog__text {
    margin-top: 16px;
    margin-bottom: 16px
}

.blog .pagination {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    margin: 64px auto 80px
}

.blog--detail .blog__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em
}

@media only screen and (max-width:40em) {
    .blog--detail .blog__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .blog--detail .blog__title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.titolo-elenco {display:none;}
.lang-on .titolo-elenco {display:block;}
.blog--detail .blog__subtitle {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.box--bg, .colonna-dx .hs_cos_wrapper_type_rich_text,
.carousel__main {
    font-size: 14px;
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}
.box--bg .hs_cos_wrapper_type_rich_text, .box--bg .hs_cos_wrapper_type_rich_text h3{ font-size: 14px;} 

.box {
    border: 2px solid #403a38;
    padding: 40px 20px
}

.box--help {
    border-color: #a99c97
}

.box--bg, .colonna-dx .hs_cos_wrapper_type_rich_text{
    border: 0;
    background-color: #fdf8f6;
    padding: 40px 30px;
    font-size: .875rem;
    color: #403a38;
}
.box--bg .active-branch {margin:0px;}
.box--bg .hs-menu-depth-1 { list-style:none;}
.box--bg .hs-menu-children-wrapper{margin-left:15px; margin-top: 10px; margin-bottom: 35px;}
.box--bg .hs-menu-depth-1 > a {
    font-weight: 800 !important;
    text-decoration:none !important;
    color: #403a38;
    font-size:14px; 
    margin-bottom: 24px;
    text-transform: uppercase;
}
.box--bg .hs-menu-depth-2 {
    font-size:14px; list-style-type:initial;
}
.colonna-dx .hs_cos_wrapper_type_rich_text{
    border-top:#dfd3ce solid 1px;
}
.colonna-dx .hs_cos_wrapper_type_rich_text:first-child {
    border-top:0px;
}

.box--bg a:not(.button), .colonna-dx .hs_cos_wrapper_type_rich_text a:not(.button){
    color: #403a38;
    /* text-decoration: underline; */
    font-weight: 700
}

.box--bg a:not(.button):hover, .colonna-dx .hs_cos_wrapper_type_rich_text a:not(.button):hover {
    color: #000
}

.box--bg li, .colonna-dx .hs_cos_wrapper_type_rich_text li {
    margin-bottom: 4px
}

.box--bg li a:not(.button), .colonna-dx .hs_cos_wrapper_type_rich_text li a:not(.button){
    font-weight: 400
}

.box--bg li.active a:not(.button), .colonna-dx .hs_cos_wrapper_type_rich_text li.active a:not(.button) {
    font-weight: 700;
    text-decoration: none
}

.cart__cancel a,
.cart__intro a,
.cart__upsell a,
.cartitem__edit a {
    text-decoration: underline
}

.box--bg .button, 
.box--bg .favorite__modify, .colonna-dx .hs_cos_wrapper_type_rich_text.favorite__modify,
.box--bg .favorite__next, .colonna-dx .hs_cos_wrapper_type_rich_text .favorite__next {
    margin-bottom: 32px
}

.box--bg:last-child, .colonna-dx .hs_cos_wrapper_type_rich_text:last-child {
    margin-bottom: 0;
}

.box--bg .addthis_sharing_toolbox, .colonna-dx .hs_cos_wrapper_type_rich_text .addthis_sharing_toolbox {
    margin-bottom: 20px
}

.box__title {
    font-weight: 800;
    color: #403a38;
    margin-bottom: 24px;
    text-transform: uppercase
}

.box__savethedate a {
    display: inline-block;
    margin: 0 4px 4px 0
}

.carousel__main,
.carousel__secondary {
    border-bottom: 1px solid #eae3e1;
    margin-bottom: 16px
}

.carousel__main {
    font-size: .875rem;
    line-height: 2rem
}

.carousel__main a {
    display: inline-block;
    color: #a99c97;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 16px
}

.carousel__main a:hover,
.carousel__stripe .flexslider li.active span,
.carousel__stripe .flexslider li.flex-active-slide span {
    color: #403a38
}

.carousel__main a.active {
    color: #403a38;
    font-weight: 900
}

.carousel__secondary {
    min-height: 114px
}

@media only screen and (max-width:40em) {
    .carousel__secondary {
        display: none
    }
}

.carousel #carousel_slider.flexslider .slides li {
    margin-right: 0
}

.carousel__bigg {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px
}

.carousel__big,
.carousel__nav {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.carousel__stripe {
    display: none
}

.carousel__stripe.active {
    display: block
}

.carousel__stripe .flexslider .flex-direction-nav a {
    top: 38%
}

.carousel__stripe .flexslider li {
    filter: alpha(Opacity=70);
    opacity: .7
}

.carousel__stripe .flexslider li:hover {
    filter: alpha(Opacity=85);
    opacity: .85
}

.carousel__stripe .flexslider li.active,
.carousel__stripe .flexslider li.flex-active-slide {
    filter: alpha(enabled=false);
    opacity: 1
}

.carousel__stripe .flexslider li img {
    -moz-box-shadow: 1px 1px 3px #efefef;
    -webkit-box-shadow: 1px 1px 3px #efefef;
    box-shadow: 1px 1px 3px #efefef
}

.carousel__stripe .flexslider li span {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #a99c97;
    font-weight: 700;
    display: inline-block;
    line-height: 32px
}

.carousel__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.carousel__row:after,
.carousel__row:before {
    content: " ";
    display: table
}

.carousel .flexslider .flex-direction-nav .flex-next:before,
.carousel .flexslider .flex-direction-nav a:before {
    content: ''
}

.carousel__big {
    width: 79.16667%
}

.carousel .carousel__big .flexslider .slides li {
    margin-right: 0
}

.carousel .carousel__big .flexslider {
    -moz-box-shadow: 1px 1px 5px #eee;
    -webkit-box-shadow: 1px 1px 5px #eee;
    box-shadow: 1px 1px 5px #eee
}

.carousel__nav {
    width: 20.83333%
}

.carousel__nav li {
    margin-bottom: 3px;
    margin-right: 0;
    filter: alpha(Opacity=70);
    opacity: .7
}

.carousel__nav li:hover {
    filter: alpha(Opacity=85);
    opacity: .85
}

.carousel__nav li.active {
    filter: alpha(enabled=false);
    opacity: 1
}

.carousel__nav li img {
    width: 100%;
    -moz-box-shadow: 1px 1px 3px #efefef;
    -webkit-box-shadow: 1px 1px 3px #efefef;
    box-shadow: 1px 1px 3px #efefef
}

.carousel__tertiary {
    min-height: 100px
}

.carousel .flexslider {
    border: 0;
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.carousel .flexslider .slides li {
    margin-right: 16px
}

.carousel .flexslider .slides li img {
    border: 1px solid #a99c97
}

.carousel .flexslider .flex-direction-nav a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #a99c97;
    filter: alpha(Opacity=80);
    opacity: .8;
    text-indent: -1000px;
    background-position: center center
}

.carousel .flexslider .flex-direction-nav .flex-prev {
    left: -16px;
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/flexslider-prev.jpg)
}

.carousel .flexslider .flex-direction-nav .flex-next {
    right: -16px;
    text-align: left;
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/flexslider-next.jpg)
}

.carousel--full {
    margin-bottom: 40px
}

.carousel--full .flexslider .flex-direction-nav .flex-prev {
    left: 16px
}

.carousel--full .flexslider .flex-direction-nav .flex-next {
    right: 16px
}

.carousel--album .flexslider .slides li {
    position: relative
}

.carousel--album .flexslider .slides li img {
    border: 0
}

.carousel__slide__hover {
    position: absolute;
    width: 100%;
    bottom: 48px;
    text-align: center;
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: rgba(255, 255, 255, .8);
    padding: 16px;
    border: 1px solid #403a38
}

.carousel__slide__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    color: #403a38;
    font-weight: 800;
    font-style: italic
}

@media only screen and (max-width:40em) {
    .carousel__slide__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .carousel__slide__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.carousel__slide__text,
.cart__intro {
    line-height: 1.33333em;
    color: #403a38;
    font-family: proxima-nova, times, sans-serif
}

.carousel__slide__text {
    font-size: 24px;
    font-size: 1.5rem
}

@media only screen and (max-width:40em) {
    .carousel__slide__text {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .carousel__slide__text {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.cart {
    padding-top: 64px;
    padding-bottom: 64px
}

.cart__intro {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 64px
}

.cart__intro strong {
    color: #90ab50
}

.cart__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.cart__row:after,
.cart__row:before {
    content: " ";
    display: table
}

.cart__header__col {
    color: #a99c97;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    .cart {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .cart__header {
        display: none
    }
    .cart__header__col {
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em
    }
}

.cart__details,
.cart__upsell {
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.cart__header__col--product {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left
}

.cart__header__col--quantity {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 16.66667%;
    float: left;
    text-align: center
}

.cart__header__col--total_price,
.cart__header__col--unit_price {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 16.66667%;
    float: left;
    text-align: right
}

.cart__item {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ececeb
}

.cart__item:last-child {
    border-bottom: 0
}

.cart__upsell {
    font-size: 14px;
    font-size: .875rem;
    color: #403a38;
    text-align: center;
    background-color: #faf8f7;
    border-bottom: 1px solid #ececeb;
    padding: 16px
}

.cart__command,
.cart__corollary {
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 32px
}

.cart__upsell a {
    color: #403a38;
    font-weight: 700
}

.cart__upsell a:hover {
    color: #000
}

.cart__separator {
    border-top: 2px solid #645f5d;
    margin-bottom: 32px
}

.cart__command {
    width: 50%;
    float: left;
    float: right
}

.cart__command table {
    width: 100%
}

.cart__command table td {
    width: 34%;
    text-align: right;
    vertical-align: top
}

.cart__command table td:first-child {
    width: 66%
}

@media only screen and (max-width:40em) {
    .cart__command table td {
        width: 25%
    }
    .cart__command table td:first-child {
        width: 75%
    }
    .cart__command {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.cart__corollary {
    width: 50%;
    float: left
}

@media only screen and (max-width:40em) {
    .cart__corollary {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.cart__details {
    margin-bottom: 32px;
    font-size: 14px;
    font-size: .875rem;
    color: #403a38
}

.cart__details i {
    font-size: 22px;
    line-height: 32px;
    vertical-align: middle;
    color: #a99c97;
    min-width: 24px;
    margin-right: 8px
}

@media only screen and (max-width:63.937em) {
    .cart__details {
        padding-left: 34px
    }
    .cart__details i {
        margin-left: -36px
    }
}

.cart__fatturazione,
.cart__spedizione {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left
}

.cart__summary {
    text-align: right;
    margin-bottom: 32px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38
}

.cart__summary a {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.cart__summary__discount {
    color: #90ab50;
    font-weight: 700
}

.cart__spedizione,
.cart__spedizione__title {
    color: #403a38;
    font-family: proxima-nova, times, sans-serif;
    margin-bottom: 32px
}

.cart__spedizione {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.cart__spedizione__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-weight: 800
}

.cart__fatturazione {
    margin-bottom: 32px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38
}

.cart__fatturazione__title,
.cart__total {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em;
    font-weight: 800;
    color: #403a38
}

.cart__fatturazione__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px
}

.cart__final {
    text-align: right;
    margin-bottom: 32px
}

.cart__total {
    font-size: 24px;
    font-size: 1.5rem
}

@media only screen and (max-width:40em) {
    .cart__total {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .cart__total {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.cart__coupon__button a,
.cart__coupon__input label {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.57143em;
    color: #a99c97
}

.cart__total span {
    display: inline-block;
    min-width: 34%
}

@media only screen and (max-width:40em) {
    .cart__total {
        text-align: left
    }
    .cart__total span {
        min-width: 0
    }
    .cart__total span:before {
        content: ": "
    }
}

.cart__coupon {
    text-align: right;
    padding-top: 48px
}

.cart__coupon__input {
    display: inline-block;
    position: relative
}

.cart__coupon__input label {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0
}

@media only screen and (min-width:40.063em) {
    .cart__coupon__input label {
        width: 125%
    }
}

.cart__coupon__input label strong {
    font-weight: 700
}

.cart__coupon__input input {
    min-width: 200px;
    margin-bottom: 0;
    display: inline-block
}

@media only screen and (max-width:40em) {
    .cart__coupon {
        text-align: left
    }
    .cart__coupon__input {
        display: block
    }
    .cart__coupon__input input {
        margin-bottom: 8px;
        width: 100%
    }
}

.cart__coupon__button {
    display: inline-block
}

.cart__coupon__button a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    display: inline-block;
    padding: 7px 12px 6px;
    border: 1px solid #a99c97;
    text-transform: uppercase;
    margin-left: 16px;
    transition: background-color .3s ease-out
}

.cart__cancel,
.cart__cancel a {
    color: #403a38;
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.cartitem__product,
.cartitem__quantity,
.cartitem__thumb {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.cart__coupon__button a:hover {
    background-color: rgba(0, 0, 0, .1)
}

.cart__cancel {
    text-align: right;
    font-size: 14px;
    font-size: .875rem
}

.cart__cancel a {
    font-size: 14px;
    font-size: .875rem
}

.cart__cancel a:hover {
    color: #000
}

.cart__actions {
    text-align: right;
    margin-bottom: 32px
}

@media only screen and (max-width:40em) {
    .cart__coupon__button {
        display: block
    }
    .cart__coupon__button a {
        margin-left: 0
    }
    .cart__actions .button,
    .cart__actions .favorite__modify,
    .cart__actions .favorite__next {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 16px
    }
}

.cart__actions .button.primary,
.cart__actions .primary.favorite__modify,
.cart__actions .primary.favorite__next {
    background-color: #90ab50;
    color: #fff;
    border-color: #90ab50;
    margin-left: 16px
}

.cart__actions .button.primary:hover,
.cart__actions .primary.favorite__modify:hover,
.cart__actions .primary.favorite__next:hover {
    background-color: #819a48
}

@media only screen and (max-width:40em) {
    .cart__actions .button.primary,
    .cart__actions .primary.favorite__modify,
    .cart__actions .primary.favorite__next {
        margin-left: 0
    }
}

.cart__reveal__cancel {
    color: #403a38
}

.cart__reveal__cancel h4 {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em
}

.cart__reveal__cancel p {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.cartitem__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.cartitem__row:after,
.cartitem__row:before {
    content: " ";
    display: table
}

.cartitem__thumb {
    width: 12.5%
}

.cartitem__thumb a {
    display: block;
    position: relative
}

.cartitem__thumb a:after {
    content: "\f002";
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .5);
    width: 32px;
    height: 32px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px
}

.cartitem__thumb a:hover:after {
    display: block
}

@media only screen and (max-width:40em) {
    .cartitem__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 25%;
        float: left;
        margin-bottom: 16px
    }
}

.cartitem__product {
    width: 37.5%;
    color: #403a38
}

@media only screen and (max-width:40em) {
    .cartitem__product {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 75%;
        float: left;
        margin-bottom: 16px
    }
}

.cartitem__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-weight: 800
}

.cartitem__edit,
.cartitem__subtitle,
.cartitem__text {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.57143em
}

.cartitem__subtitle {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700
}

.cartitem__text {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 8px
}

.cartitem__edit {
    font-size: 14px;
    font-size: .875rem
}

.cartitem__price,
.cartitem__quantity {
    line-height: 1.33333em;
    font-family: proxima-nova, times, sans-serif
}

.cartitem__edit a {
    font-weight: 700;
    color: #403a38;
    margin-right: 15px
}

.cartitem__edit__photos {
    text-decoration: none!important
}

.cartitem__quantity {
    width: 16.66667%;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
}

.cartitem__total_price,
.cartitem__unit_price {
    text-align: right;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

@media only screen and (max-width:40em) {
    .cartitem__quantity {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 33.33333%;
        float: left;
        clear: left
    }
    .cartitem__quantity span {
        min-width: 15%
    }
}

.cartnav__row:after,
.catalogue .separator--asterisk,
.catalogue__topbar:after,
.colors--two_cols:after,
.confirm__row:after,
.download__item__buttons:after,
.favorite__row:after,
.features__row:after,
.footer,
.footer__row,
.footer__row:after {
    clear: both
}

.cartitem__quantity a {
    color: #a99c97;
    display: inline-block;
    border: 1px solid #a99c97;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-width: 1.4em
}

.cartitem__quantity a:hover {
    color: #403a38;
    border-color: #403a38
}

.cartitem__quantity a.disabled {
    filter: alpha(Opacity=25);
    opacity: .25;
    cursor: not-allowed
}

.cartitem__quantity span {
    display: inline-block;
    min-width: 25%
}

.cartitem__unit_price {
    width: 16.66667%
}

@media only screen and (max-width:40em) {
    .cartitem__unit_price {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 41.66667%;
        float: left
    }
}

.cartitem__total_price {
    width: 16.66667%
}

.cartitem__price {
    color: #403a38;
    display: block;
    font-size: 18px;
    font-size: 1.125rem
}

.cartitem__price--original {
    font-weight: 700;
    text-decoration: line-through;
    color: #a99c97
}

.catalogue__filter__title--switch span a:hover,
.catalogue__reset a,
.confirm__buttons a:not(.button),
.download__item__text a,
.favorite__edit {
    text-decoration: underline
}

.cartitem__price--coupon {
    font-weight: 700;
    color: #90ab50
}

.cartitem__price--total {
    font-weight: 800
}

.cartitem__coupon {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.cartitem__coupon a {
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em
}

.cartitem__coupon strong {
    color: #90ab50
}

@media only screen and (max-width:40em) {
    .cartitem__total_price {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 25%;
        float: left
    }
    .cartitem__coupon span {
        display: none
    }
}

.cartitem__reveal>img,
.cartitem__reveal>svg {
    width: 100%
}

.cartnav {
    background: #f4eeec;
    border-bottom: 1px solid #dfd3ce
}

.cartnav__row {
    width: 100%;
    margin: 0 auto
}

.cartnav__row:after,
.cartnav__row:before {
    content: " ";
    display: table
}

.cartnav__path {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

.cartnav__path ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cartnav__path ul li {
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 0 5px 10px
}

.cartnav__path ul li:first-child {
    padding-left: 0
}

.cartnav__path ul li.actual,
.cartnav__path ul li.selected {
    border-color: #90ab50
}

.cartnav__path ul li.actual a,
.cartnav__path ul li.actual div,
.cartnav__path ul li.selected a,
.cartnav__path ul li.selected div {
    font-weight: 700;
    color: #403a38
}

.cartnav__path ul li a,
.cartnav__path ul li div {
    font-family: proxima-nova, times, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    color: #a99c97
}

.cartnav__path ul li a:after,
.cartnav__path ul li div:after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 5px;
    font-family: FontAwesome
}

.catalogue__reset,
.catalogue__toggle {
    font-family: proxima-nova, times, sans-serif;
    font-weight: 700
}

.cartnav__path ul li a span,
.cartnav__path ul li div span,
.cartnav__path ul li:last-child a:after,
.cartnav__path ul li:last-child div:after {
    display: none
}

.confirm_order_box {
    margin-bottom: 1px
}

@media only screen and (max-width:50em) {
    .cartnav__path ul li {
        display: none;
        position: relative
    }
    .cartnav__path ul li.actual {
        display: block;
        text-align: center;
        border-color: #f4eeec
    }
    .cartnav__path ul li.actual a,
    .cartnav__path ul li.actual div {
        color: #a99c97
    }
    .cartnav__path ul li.actual a span,
    .cartnav__path ul li.actual div span {
        color: #403a38;
        display: inline-block;
        margin-right: 15px
    }
    .cartnav__path ul li.actual a:after,
    .cartnav__path ul li.actual div:after {
        display: none
    }
    .cartnav__path ul li.actual:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        border-bottom: 2px solid #90ab50;
        width: 20%;
        content: ""
    }
    .cartnav__path ul li:nth-child(1):after {
        width: 20%
    }
    .cartnav__path ul li:nth-child(2):after {
        width: 40%
    }
    .cartnav__path ul li:nth-child(3):after {
        width: 60%
    }
    .cartnav__path ul li:nth-child(4):after {
        width: 80%
    }
    .cartnav__path ul li:nth-child(5):after {
        width: 100%
    }
    .cartnav {
        background: #fff
    }
}

.catalogue {
    margin-bottom: 64px
}

.catalogue__row {
    margin-left: 300px;
    position: relative
}

.catalogue__toggle {
    display: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    color: #403a38;
    border: 1px solid #dfd3ce;
    margin-bottom: .5rem
}

@media only screen and (max-width:40em) {
    .catalogue__toggle {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .catalogue__toggle {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.catalogue__toggle a {
    display: block;
    color: #403a38;
    padding: .5rem
}

.catalogue__toggle a:hover {
    color: #403a38;
    background-color: #f4eeec
}

@media only screen and (max-width:63.937em) {
    .catalogue__row {
        margin-left: 0
    }
    .catalogue__toggle {
        display: block
    }
}

.catalogue__aside {
    float: left;
    width: 280px;
    margin-left: -300px;
    background-color: #faf8f7;
    box-shadow: inset -10px 0 5px -5px rgba(204, 204, 204, .5);
    position: relative
}

.catalogue__aside__separator {
    border-top: 1px solid #eae3e1
}

@media only screen and (max-width:63.937em) {
    .catalogue__aside {
        float: none;
        width: 100%;
        margin-left: 0;
        height: auto;
        box-shadow: none;
        margin-bottom: 1rem
    }
}

.catalogue__aside__content {
    display: none
}

.catalogue__aside__content--opened {
    display: block
}



@media only screen and (min-width:64em) {
    .catalogue__aside__content {
        display: block
    }
}

.catalogue__reset {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    padding-right: 20px;
    text-align: right;
    padding-top: 30px
}

.catalogue__filter--head label,
.catalogue__filter__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px
}

.catalogue__reset a {
    color: #ec3643
}

.catalogue__reset a:hover {
    color: #da1523
}

.catalogue__filter {
    padding: 30px 20px
}

.catalogue__filter input,
.catalogue__filter select {
    margin-bottom: 0;
    margin-top: 0
}

.catalogue__filter__title {
    font-weight: 900;
    text-transform: uppercase;
    color: #403a38;
    font-size: .875rem;
    line-height: 1.57143em;
    margin-bottom: 22px
}

.catalogue__filter__title span {
    font-weight: 400
}

.catalogue__filter__title--switch span {
    display: block;
    float: right
}

.catalogue__filter__title--switch span a {
    font-weight: 400;
    color: #403a38
}

.catalogue__filter__title--switch span a.active {
    font-weight: 700;
    text-decoration: underline
}

.catalogue__filter--head {
    background-color: #f9f3f1;
    box-shadow: inset -10px 0 5px -5px rgba(204, 204, 204, .5);
    padding-top: 15px;
    padding-bottom: 15px
}

.catalogue__filter--head label {
    color: #403a38;
    font-size: .875rem;
    height: 37px;
    line-height: 41px
}

.catalogue__filter--head select,
.catalogue__topbar {
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif;
    color: #403a38
}

.catalogue__filter--head select {
    width: 80%;
    float: right;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (min-width:40.063em) {
    .catalogue__filter--orientamento a:nth-child(2n) {
        margin-right: 0
    }
    .catalogue__filter--orientamento a:nth-child(3),
    .catalogue__filter--orientamento a:nth-child(4) {
        margin-bottom: 0
    }
    .catalogue__filter--copertina a:nth-child(2n),
    .catalogue__filter--uso a:nth-child(2n) {
        margin-right: 0
    }
    .catalogue__filter--copertina a:nth-child(1),
    .catalogue__filter--copertina a:nth-child(2),
    .catalogue__filter--formato a:last-child,
    .catalogue__filter--foto a {
        margin-bottom: 0
    }
}

.catalogue__filter>label {
    padding-left: 16px
}

.catalogue__filter>label input[type=checkbox],
.catalogue__filter>label input[type=radio] {
    margin-left: -16px
}

.catalogue__filter>label.disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.catalogue__content {
    overflow: hidden;
    width: 100%;
    padding-right: 0;
    position: relative;
    min-height: 500px;
}

.filters-from-ws_catalogue__loader,
.products-from-ws_catalogue__loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.catalogue__loader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
    z-index: 1001
}

.catalogue__loader__image {
    width: 128px;
    margin: 200px auto 0
}

.catalogue__loader__text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 32px
}

.confirm__order strong,
.confirm__title {
    font-weight: 900
}

.catalogue__topbar {
    border-top: 1px solid #a99c97;
    border-bottom: 1px solid #a99c97;
    padding: 15px 0;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 8px
}

.catalogue__topbar select {
    width: auto;
    padding-right: 24px;
    margin-bottom: 0
}

.catalogue__topbar:after {
    content: "";
    display: block
}

.catalogue__info {
    float: left;
    display: inline;
    width: 58%;
    line-height: 37px
}

.catalogue__results {
    float: right;
    display: inline;
    width: 38%;
    text-align: right;
    line-height: 37px
}

.catalogue--no-viewed {
    border-bottom: 0
}

.catalogue--no-viewed:after {
    display: none
}

.catalogue .separator--asterisk {
    margin-top: -16px;
    margin-bottom: 0;
    height: 0
}

.catalogue .separator--asterisk:after {
    top: -13px
}

.cite__text {
    margin-bottom: 16px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em
}

.cite__thumb img {
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px
}

@media only screen and (max-width:50em) {
    .cite__thumb {
        text-align: center;
        padding-bottom: 20px
    }
}

.cite__content {
    color: #403a38
}

.cite__author {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.cite--per-fotografo {
    margin-top: 64px;
    margin-bottom: 64px
}

.clients,
.clients__text {
    margin-bottom: 32px
}

.clients__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    text-align: center;
    color: #403a38
}

@media only screen and (max-width:40em) {
    .clients__text {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .clients__text {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.clients__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left;
    text-align: left
}

@media only screen and (max-width:40em) {
    .clients__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        text-align: center
    }
}

.clients__item:nth-child(2) {
    padding-top: 24px;
    text-align: center
}

.clients__item:nth-child(3) {
    text-align: right
}

@media only screen and (max-width:40em) {
    .clients__item:nth-child(3) {
        text-align: center
    }
}

.colors__item {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-right: 1px;
    margin-bottom: 10px;
    width: 58px
}

.colors__item:hover .colors__item__image {
    border: 5px solid #b6aba6
}

.colors__item__image {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 58px;
    width: 58px
}

.colors__item__image img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none
}

.colors__item__text {
    margin-top: 5px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.2em;
    color: #403a38;
    display: inline-block
}

.colors__item.active {
    filter: alpha(Opacity=50);
    opacity: .5
}

.colors__item.active:before {
    font-family: FontAwesome;
    font-size: .5rem;
    content: "\f00c";
    background-color: #403a38;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -5px;
    left: 43px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 2
}

.confirm__order,
.confirm__subtitle,
.confirm__text,
.confirm__title,
.contact__title {
    font-family: proxima-nova, times, sans-serif
}

.colors__item.active .colors__item__image {
    border: 5px solid #b6aba6
}

.colors__item.disabled {
    filter: alpha(Opacity=10);
    opacity: .1
}

.colors__item.disabled:hover {
    cursor: default
}

.colors__item.disabled:hover .colors__item__image {
    border: 0
}

.colors--smaller .colors__item.active .colors__item__image,
.colors--smaller .colors__item:hover .colors__item__image {
    border-width: 2px
}

.colors__item.disabled:hover .colors__item__image img {
    top: 0;
    left: 0
}

.colors--small .colors__item {
    width: 43px
}

.colors--small .colors__item .colors__item__image {
    width: 43px;
    height: 43px
}

.colors--small .colors__item.active:before {
    right: -5px;
    left: auto
}

.colors--smaller .colors__item {
    width: 24px
}

.colors--smaller .colors__item .colors__item__image {
    width: 24px;
    height: 24px
}

.colors--smaller .colors__item.active:before {
    top: -2px;
    right: -2px;
    left: auto
}

.colors--rounded .colors__item__image {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.colors--rounded .colors__item__image img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    max-width: 100%
}

.colors--horizontal .colors__item {
    width: 100%
}

.colors--horizontal .colors__item__image {
    float: left
}

.colors--horizontal .colors__item__text {
    margin-left: 68px;
    min-height: 58px;
    display: block;
    text-align: left
}

.confirm__buttons,
.confirm__message,
.confirm__social,
.delta__action,
.dpdown>div:after,
.faq__item__pin {
    text-align: center
}

.colors--two_cols {
    padding-top: 10px;
    overflow: hidden;
    margin-right: -10px
}

.colors--two_cols .colors__item {
    display: block;
    width: 50%;
    float: left;
    border-right: 10px solid transparent;
    margin-right: 0
}

.confirm__row:after,
.confirm__row:before,
.customize__row:after,
.customize__row:before {
    content: " ";
    display: table
}

.confirm__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.confirm__content {
    padding-left: .625rem;
    width: 66.66667%;
    float: left;
    padding-right: 48px;
    -moz-box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07);
    -webkit-box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07);
    box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07)
}

.confirm__aside {
    padding-right: .625rem;
    width: 33.33333%;
    float: left;
    padding-left: 48px;
    padding-top: 32px
}

.confirm__order {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    color: #403a38
}

.confirm__buttons {
    padding-top: 24px
}

.confirm__buttons a:not(.button) {
    color: #a99c97;
    margin-right: 32px
}

.confirm__buttons a:not(.button):hover {
    color: #403a38
}

.confirm__buttons a.button,
.confirm__buttons a.favorite__modify,
.confirm__buttons a.favorite__next {
    margin-top: 8px
}

.confirm__message {
    color: #403a38;
    padding: 50px 0 24px
}

.confirm__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .confirm__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .confirm__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.confirm__subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    font-weight: 900;
    margin-bottom: 8px
}

.confirm__text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.confirm__social {
    width: 400px;
    margin: 48px auto 0
}

.contact__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    .contact__title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .contact__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.customize__sidebar,
.delta__item__thumb strong {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.57143em
}

.contact__form {
    padding-bottom: 48px
}

.contact__form input[type=radio] {
    margin-top: 13px
}

.customize__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.customize__row:after {
    clear: both
}

.customize__sidebar {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left;
    font-size: 14px;
    font-size: .875rem
}

.customize__sidebar .product__cta__note {
    padding: 16px 0
}

@media only screen and (max-width:63.937em) {
    .customize__sidebar {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        border-top: 1px dotted #efefef;
        padding-top: 32px
    }
    .customize__sidebar div[data-fitter-content] {
        width: 29%;
        display: inline-block;
        float: left
    }
    .customize__sidebar div[data-fitter-footer] {
        width: 69%;
        display: inline-block;
        float: right
    }
    .customize__sidebar:after {
        clear: both;
        content: "";
        display: block
    }
}

@media only screen and (min-width:64em) {
    .customize__sidebar {
        padding-left: 32px!important;
        -moz-box-shadow: inset 10px 0 10px rgba(0, 0, 0, .07);
        -webkit-box-shadow: inset 10px 0 10px rgba(0, 0, 0, .07);
        box-shadow: inset 10px 0 10px rgba(0, 0, 0, .07)
    }
}

.dpdown ul li:nth-last-child(-n+3) div,
.dpdown.active ul li div,
.dpdown.active>div {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.customize__content {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left
}

@media only screen and (min-width:64em) {
    .customize__content {
        padding-right: 32px!important
    }
}

.delta__item__thumb,
.delta__item__thumb--before {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.delta {
    margin-top: 48px;
    padding-bottom: 18px;
    margin-bottom: 48px
}

.delta__item {
    margin-bottom: 64px
}

@media only screen and (max-width:63.937em) {
    .customize__content {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
    .delta__item {
        border-top: 1px solid #f4eeec;
        padding-top: 64px
    }
    .delta__item:first-child {
        border-top: 0;
        margin-top: 0;
        padding-top: 0
    }
}

.delta__item__thumb {
    width: 33.33333%
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .delta__item__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .delta__item__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 32px
    }
}

.delta__item__thumb img {
    width: 100%;
    margin-bottom: 8px
}

.delta__item__thumb strong {
    font-size: 14px;
    font-size: .875rem;
    color: #403a38
}

.delta__item__text,
.delta__item__title {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em
}

.delta__item__thumb--before {
    width: 25%
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .delta__item__thumb--before {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 41.66667%;
        float: left
    }
    .delta__item__text {
        padding-top: 16px
    }
}

@media only screen and (max-width:40em) {
    .delta__item__thumb--before {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
    .delta__item__thumb--before img {
        width: 60%;
        display: block;
        clear: both
    }
}

.delta__item__text {
    font-size: 18px;
    font-size: 1.125rem;
    color: #403a38
}

@media only screen and (max-width:63.937em) {
    .delta__item__text {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.delta__item__text p:last-child {
    margin-bottom: 0
}

.delta__item__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

@media only screen and (max-width:40em) {
    .delta__item__title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
    .delta__action a.button,
    .delta__action a.favorite__modify,
    .delta__action a.favorite__next {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .delta__item__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.download {
    padding-bottom: 48px
}

.download__header {
    text-align: right;
    margin-bottom: 1rem;
    padding-top: 1rem
}

.download__header select {
    width: 300px;
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 0
}

.dpdown,
.dpdown>div {
    width: 100%;
    position: relative
}

.download__category__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    color: #403a38;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 1rem;
    padding: 0
}

.download__item__subtitle,
.download__item__text,
.download__item__title {
    font-family: proxima-nova, times, sans-serif;
    color: #403a38
}
.istruzioni { display:none;}

@media only screen and (max-width:40em) {
    .download__category__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .download__category__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.download__category .separator--asterisk {
    margin-bottom: 60px
}

.download__item {
    padding: 2rem 0;
    border-bottom: 1px solid #eae3e1
}

.download__item:last-child {
    border-bottom: 0
}

.dpdown ul li div,
.dpdown>div {
    background: #fff;
    border: 1px solid #e5e1e0;
    cursor: pointer
}

.download__item>:last-child {
    margin-bottom: 0
}

.download__item__buttons {
    margin-bottom: 16px
}

.download__item__buttons:after {
    content: "";
    display: block;
    height: 0
}

.download__item__buttons .knob {
    float: left;
    margin-right: 3%;
    min-height: 5rem
}

.download__item__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px
}

.download__item__subtitle {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: uppercase
}

.download__item__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-bottom: 16px
}

.download__item__text a {
    color: #403a38;
    font-weight: 700
}

.download__item__text a:hover {
    color: #000
}

.dpdown {
    margin: 0 auto;
    display: block;
    z-index: 2;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px
}

.dpdown>div {
    font-weight: 700;
    display: block;
    padding: 0;
    height: 88px
}

.dpdown ul,
.dpdown ul li,
.dpdown>div:after {
    position: absolute
}

.dpdown>div:after {
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    font-size: 40px;
    color: #ab9e99;
    padding: 10px
}

.dpdown ul li div,
.dpdown__title {
    font-size: 14px;
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.dpdown>div:active {
    outline: 0
}

.dpdown>div>div {
    height: 100%
}

.dpdown ul li,
.dpdown ul li div {
    height: 88px;
    width: 100%;
    display: block
}

.dpdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    width: 100%
}

.dpdown ul li div {
    padding: 0;
    font-weight: 700;
    font-size: .875rem;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.dpdown.active {
    z-index: 3
}

.dpdown.active>div:after {
    content: "\f106"
}

.dpdown.active ul li div {
    background: #f4eeec;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear;
    -webkit-transition-delay: 0s;
    transition: all .2s linear 0s
}

.dpdown.active ul li div:hover {
    background: #dfd3ce;
    color: #403a38
}

.dpdown__image {
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden
}

@media only screen {
    .dpdown__image {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .dpdown__image {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%;
        float: left
    }
}

.dpdown__image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 500%
}

@media only screen and (max-width:40em) {
    .dpdown__image {
        width: 33%
    }
    .dpdown__image img {
        left: 50%;
        margin-left: -77.5px
    }
}

.dpdown__info {
    padding-right: 0;
    width: 58.33333%;
    float: left;
    padding-left: 10px
}

@media only screen {
    .dpdown__info {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .dpdown__info {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .dpdown__info {
        width: 67%
    }
}

.dpdown__title {
    margin-top: 10px;
    display: block;
    font-size: .875rem
}

.dpdown__price {
    display: block;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.dpdown--img-large .dpdown__image {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left
}

@media only screen {
    .dpdown--img-large .dpdown__image {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .dpdown--img-large .dpdown__image {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .dpdown--img-large .dpdown__image {
        width: 33%
    }
    .dpdown--img-large .dpdown__image img {
        margin-left: -116px
    }
}

.dpdown--img-large .dpdown__info {
    padding-right: 0;
    width: 41.66667%;
    float: left;
    padding-left: 10px!important
}

@media only screen {
    .dpdown--img-large .dpdown__info {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .dpdown--img-large .dpdown__info {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .dpdown--img-large .dpdown__info {
        width: 66%
    }
    .faq__filter {
        padding-top: 16px
    }
}

.dpdown--no-img .dpdown__image {
    display: none
}

.dpdown--no-img .dpdown__info {
    padding-right: 0;
    width: 100%;
    float: left;
    padding-left: 10px!important
}

@media only screen {
    .dpdown--no-img .dpdown__info {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .dpdown--no-img .dpdown__info {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left
    }
}

.faq {
    color: #403a38
}

.faq__filter input[type=submit] {
    padding-top: 9px;
    padding-bottom: 7px;
    width: 100%;
    text-align: center
}

.faq__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-weight: 800;
    text-transform: uppercase
}

.faq__category {
    padding-top: 2rem;
    border-top: 1px solid #ddd7d5;
    margin-bottom: 2rem
}

.faq__category__title,
.faq__item__answer {
    font-family: proxima-nova, times, sans-serif;
    margin-bottom: 1rem
}

.faq__category:first-child {
    border-top: 0
}

.faq__category__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 800;
    text-transform: uppercase
}

.faq__item {
    padding: 1rem 0
}

.favorite__content,
.favorite__image,
.features__content,
.features__item--big .features__content,
.features__item--big .features__thumb,
.features__thumb {
    padding-left: .625rem;
    padding-right: .625rem
}

.faq__item--opened .faq__item__answers {
    display: block
}

.faq__item--opened .faq__item__pin--plus {
    display: none
}

.faq__item--opened .faq__item__pin--minus {
    display: block
}

.faq__item__pin {
    width: 100%;
    border: 1px solid #ddd7d5;
    font-weight: 800;
    font-family: proxima-nova, times, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    vertical-align: middle
}

.faq__item__pin:hover {
    cursor: pointer;
    border: 1px solid #aaa
}

.faq__item__pin--minus {
    display: none
}

.faq__item__question {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    min-height: 50px;
    line-height: 30px;
    padding-top: 10px;
    vertical-align: middle;
    text-transform: uppercase
}

.faq__item__answers {
    padding-top: 1rem;
    display: none
}

.faq__item__answer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.favorite__form input,
.favorite__title {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 900;
    text-transform: uppercase
}

.faq__item__answer p:last-child {
    margin-bottom: 0
}

.faq__item__answer__hint {
    text-align: right
}

.faq__item__answer__bulb {
    font-size: 2rem;
    text-align: center
}

.favorite__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.favorite__row:after,
.favorite__row:before {
    content: " ";
    display: table
}

.favorite__image {
    width: 25%;
    float: left
}

.favorite__content {
    width: 75%;
    float: left
}

.favorite__content a {
    color: #403a38
}

.favorite__title {
    font-size: 18px;
    font-size: 1.125rem
}

.favorite__form {
    display: none
}

.favorite__form input {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0
}

.favorite__form input::-webkit-input-placeholder {
    font-weight: 400;
    text-transform: none
}

.favorite__form input:-moz-placeholder {
    font-weight: 400;
    text-transform: none
}

.favorite__form input::-moz-placeholder {
    font-weight: 400;
    text-transform: none
}

.favorite__form input:-ms-input-placeholder {
    font-weight: 400;
    text-transform: none
}

.favorite__edit,
.favorite__remove {
    line-height: 1.57143em;
    font-weight: 700;
    font-family: proxima-nova, times, sans-serif
}

.favorite__form .postfix {
    border: 1px solid #403a38;
    margin-bottom: 0
}

.favorite__edit {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-size: .875rem
}

.favorite__cta,
.favorite__text,
.features__item--tempi .features__title {
    margin-top: 20px
}

.favorite__edit:hover {
    text-decoration: none
}

.favorite__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.favorite__remove {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 60px;
    text-decoration: underline
}

.favorite__remove:hover {
    text-decoration: none
}

.favorite__modify {
    padding-bottom: 19px;
    padding-top: 20px
}

.favorite--save .favorite__form {
    display: block
}

.features__item {
    margin-bottom: 16px
}

.features__item--big .features__thumb {
    width: 33.33333%;
    float: left
}

@media only screen and (max-width:40em) {
    .features__item {
        margin-bottom: 32px
    }
    .features__item--big .features__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.features__item--big .features__content {
    width: 66.66667%;
    float: left
}

@media only screen and (max-width:40em) {
    .features__item--big .features__content {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.features__item--tempi {
    border: 1px solid #dfd3ce
}

.features__item--tempi .features__subtitle {
    margin-top: 10px
}

.features__number {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 51.2px;
    color: #cbc4c1;
    border: 1px solid #cbc4c1;
    background-color: #fff;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    text-align: center
}

.features__row:after,
.features__row:before,
.footer__row:after,
.footer__row:before {
    display: table;
    content: " "
}

@media only screen and (max-width:40em) {
    .features__number {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .features__number {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.features__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800;
    text-transform: uppercase
}

.features__subtitle,
.features__text {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.5em
}

.features__subtitle {
    font-size: 16px;
    font-size: 1rem;
    color: #a99c97;
    font-weight: 800
}

.features__text {
    font-size: 16px;
    font-size: 1rem;
    color: #403a38
}

.footer,
.footer__socials .inline-list li:first-child {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.57143em
}

.footer{background:#3e3a38;}
.footer,
.footer a {
    color: #fff
}

.features__text p:last-child {
    margin-bottom: 0
}

.features__thumb {
    width: 25%;
    float: left
}

@media only screen and (max-width:40em) {
    .features__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 16px
    }
    .features__thumb img {
        width: 100%
    }
}

.features__content {
    width: 75%;
    float: left
}

@media only screen and (max-width:40em) {
    .features__content {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.footer__langs,
.footer__links,
.footer__socials {
    padding: 20px 0;
    font-weight: 700
}

.features__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.features__note {
    vertical-align: super;
    color: #a99c97
}

.features__note a {
    font-weight: 700;
    text-decoration: none!important
}

.footer__terms .inline-list a,
.footer__terms a {
    text-decoration: underline
}

.fixer--fixed {
    position: fixed;
    top: 0
}

.footer {
    font-size: 14px;
    font-size: .875rem
}

.footer a:hover {
    color: #403a38
}

.footer__row {
    width: 100%;
    margin: 32px 0 0;
    max-width: 75rem;
   
    padding-top: 32px
}

.footer__row:first-child {
    margin-top: 0
}

.footer__links {
    width: 50%;
    float: left;
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    .footer__links {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        display: none
    }
}

.footer__links .inline-list li:nth-child(2n) {
    font-size: 17px
}

.footer__socials {
    width: ;
    float: left;
    text-align: right
}

@media only screen and (max-width:40em) {
    .footer__socials {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        margin-top: 0
    }
    .footer__socials .right {
        float: none!important
    }
}

.footer__socials .inline-list li {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    line-height: 22px;
    padding-right: 10px;
}

.footer__socials .inline-list li:first-child {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px
}

.format__orientation,
.format__orientation__title {
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.footer__langs {
    width: 50%;
    float: left;
    text-align: right
}

@media only screen and (max-width:40em) {
    .footer__langs {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        margin-top: 16px
    }
    .footer__langs .right {
        float: none!important
    }
}


.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{ 
    font-size:14px !important;
    font-weight:400;
    padding:0 0 0 5px !important;
    
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:after { content:"" !important;}
.langs li a:hover, .footer__socials .inline-list li a:hover, .footer a:hover,
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover{color:#a99c97; }
.footer__langs .inline-list {
    margin-right: -5px
}
.langs{padding:20px 0 0;}
.footer__langs .inline-list li a, 
.langs li a { display: inline-block; font-weight:700;}

.footer__langs .inline-list li a.active, 
.langs li a.active {
    background-color: #a99c97;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px
}

.footer__langs .inline-list li a.active:hover, 
.langs li a.active:hover {
    color: #fff
}
.langs li:last-child a{/*padding-left: 15px;*/}

.footer__langs--last-lang .inline-list {
    margin-right: 0
}

.footer__copy {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left
}
.servizio_clienti {padding-bottom:20px;}
.servizio_clienti .status {margin-left:63px; padding-left:15px; background:url(https://cdn2.hubspot.net/hubfs/3005015/img/status-online.png) no-repeat left center;}

@media only screen and (max-width:40em) {
    .footer__copy {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        text-align: left
    }
}

.footer__payments {
    text-align: center
}

@media only screen and (max-width:40em) {
    .footer__payments {
        text-align: left
    }
    .footer__terms a {
        clear: left;
        /* display: block */
    }
}

.footer__terms {
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}

.footer__terms a {
    white-space: nowrap
}

.fotolibrichoice__row:after,
.gallery__items:after,
.gallery__row:after {
    clear: both
}

.footer__terms .inline-list {
    display: inline-block;
    margin-left: 16px
}

.footer__terms .inline-list li {
    float: none;
    display: inline-block
}

.footer__terms .inline-list li:nth-child(2n) {
    font-size: 17px
}

@media only screen and (max-width:40em) {
    .footer__terms {
        text-align: left
    }
}

.footer_payment_imgs {margin-top:15px;}
.foot__socials {display:none;}
@media only screen and (max-width: 63.937em){
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{ margin-left:-5px; }
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li{ float:left; width: auto;}
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:after { content:"|" !important; padding:0 10px; font-weight:400;}
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:last-child>a:after { content:"" !important; padding:0 10px; font-weight:400;}
    .footer_payment_imgs {margin-top:5px;}
    .footer_payment_imgs br {display:none;}
    .footer-menu {padding-top: 18px;}
    .footer__terms { text-align: left;}
    .footer__socials {/*display:none;*/}
    .foot__socials {display:block; border-top: 1px solid #dfd3ce; border-bottom: 1px solid #dfd3ce; padding: 32px 5px; margin-bottom:32px;}
    .foot__socials .inline-list li:first-child { font-size: 14px; line-height: 29px; font-weight: 700; color: #a99c97;}
    .footer__terms {padding-top: 0px; }
}

.format__orientation {
    text-align: center;
    filter: alpha(Opacity=50);
    opacity: .5;
    border: 1px solid #a99c97;
    color: #403a38;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    padding: 0 0 10px
}

.format__orientation:hover {
    filter: alpha(Opacity=75);
    opacity: .75;
    color: #403a38
}

.format__orientation__image {
    padding: 10px 4px
}

.format__orientation__image img {
    vertical-align: middle
}

.format__orientation__title {
    font-size: 14px;
    font-size: .875rem
}

.format__orientation__price {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700
}

.format ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    text-align: center
}

.format ul a {
    display: block;
    padding: 5px 0;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97;
    border-top: 1px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent
}

.fotolibrichoice__item,
.fotolibrichoice__title {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.format ul a.active,
.format--active .format__orientation {
    background-color: #e7e3e2;
    border-top: 1px solid #c6bbb7;
    border-right: 2px solid #bbb1ad;
    border-bottom: 2px solid #bbb1ad;
    border-left: 1px solid #c6bbb7
}

.format ul li.disabled {
    filter: alpha(Opacity=15);
    opacity: .15;
    cursor: default
}

.format--active .format__orientation,
.format--active .format__orientation:hover {
    filter: alpha(enabled=false);
    opacity: 1
}

.format--active .format__orientation {
    color: #403a38
}

.format.disabled {
    filter: alpha(Opacity=15);
    opacity: .15;
    cursor: default
}

.fotolibrichoice__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.fotolibrichoice__row:after,
.fotolibrichoice__row:before {
    content: " ";
    display: table
}

.fotolibrichoice__title {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    font-style: italic;
    font-weight: 700
}

@media only screen and (max-width:40em) {
    .fotolibrichoice__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .fotolibrichoice__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.fotolibrichoice__item {
    margin-top: 30px;
    position: relative;
    width: 50%
}

.fotolibrichoice__item__cta,
.fotolibrichoice__item__title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width:900px) {
    .fotolibrichoice__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .nopadding {
        width: 80%;
        left: 50%;
        margin-left: -40%
    }
}

.fotolibrichoice__item__title {
    top: 0;
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    font-weight: 900
}

.fotolibrichoice__item__separator {
    text-align: center
}

.fotolibrichoice__item__image {
    display: block
}

.fotolibrichoice__item__cta {
    bottom: 0;
    margin-top: 15px;
    color: #a99c97;
    border-color: #a99c97;
    font-weight: 400
}

.nopadding {
    padding: 20px 0
}

.gallery:last-child {
    margin-bottom: 64px
}

.gallery__filter {
    text-align: right;
    margin-bottom: 24px
}

.gallery__filter select {
    display: inline-block;
    width: 280px;
    margin-left: 16px
}

@media only screen and (max-width:40em) {
    .gallery__filter {
        text-align: left
    }
    .gallery__filter select {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 8px
    }
}

.gallery__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    font-weight: 800;
    margin-bottom: 32px;
    color: #403a38
}

.gallery__footer,
.gallery__text {
    margin-bottom: 24px;
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em
}

.gallery__text {
    color: #403a38;
    font-size: 18px;
    font-size: 1.125rem
}

.gallery__footer {
    color: #a99c97;
    font-size: 12px;
    font-size: .75rem;
    margin-top: 24px
}

.gallery__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.gallery__row:after,
.gallery__row:before {
    content: " ";
    display: table
}

.gallery__items {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

.gallery__items:after,
.gallery__items:before {
    content: " ";
    display: table
}

.gallery__items>li, /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget  {
    display: block;
    height: auto;
    float: left;
    width: 25%;
    padding: 0 .625rem 1.25rem;
    list-style: none
}

.gallery__item__thumb a,
.gallery__item__thumb a img {
    width: 100%;
    display: block
}

.gallery__items>li:nth-of-type(1n),  /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget:nth-of-type(1n)  {
    clear: none
}

.gallery__items>li:nth-of-type(4n+1),  /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget:nth-of-type(4n+1) {
    clear: both
}

@media only screen and (max-width:40em) {
    .gallery__items {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .gallery__items:after,
    .gallery__items:before {
        content: " ";
        display: table
    }
    .gallery__items:after {
        clear: both
    }
    .gallery__items>li,  /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget  {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .gallery__items>li:nth-of-type(1n),  /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget:nth-of-type(1n) {
        clear: none
    }
    .gallery__items>li:nth-of-type(1n+1),  /* div.gallery__item, */ .gallery__items .hs_cos_wrapper_type_custom_widget:nth-of-type(1n+1) {
        clear: both
    }
}

.gallery__item {
    margin-bottom: 32px
}

.gallery__item__thumb a {
    border: 1px solid #edeae9;
    position: relative
}

.gallery__item__thumb a:hover {
    border-color: #f4eeec
}

.gallery__item__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800
}

.gallery__item__subtitle,
.gallery__item__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px
}

.gallery__item__title a {
    color: #403a38;
    text-decoration: none
}

.gallery__item__more a,
.homep__more a,
.hyperlink a,
.intro__more a,
.item__colors small a,
.item__price a,
.items__item--help a,
.knob__text {
    text-decoration: underline
}

.gallery__item__title a:hover {
    color: #000
}

.gallery__item__subtitle {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97
}

.gallery__item__text {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38
}

.gallery__item__more,
.gallery__item__more a {
    font-size: 14px;
    line-height: 1.57143em;
    color: #403a38;
    font-weight: 700;
    font-family: proxima-nova, times, sans-serif
}

.gallery__item__text:last-child {
    margin-bottom: 0
}

.gallery__item__more,
.gallery__item__more a {
    font-size: .875rem
}

.gallery__item__more a:hover {
    color: #000
}

.gallery__item__thumb {
    margin-bottom: 16px
}

.gallery__item__title {
    margin-bottom: 8px
}

.gallery__item__more,
.gallery__item__text {
    margin-top: 16px
}

.gallery__item__thumb a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    color: #403a38;
    background-color: #fff;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    border-radius: 44px;
    text-align: center;
    line-height: 44px;
    text-indent: 2px
}

.gallery__item__thumb a:hover .play {
    color: #000
}

.gallery--three .gallery__items {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

.gallery--three .gallery__items:after,
.gallery--three .gallery__items:before {
    content: " ";
    display: table
}

.gallery--three .gallery__items:after {
    clear: both
}

.gallery--three .gallery__items>li, .gallery__items>li, .gallery__items2 .hs_cos_wrapper_type_custom_widget {
    display: block;
    height: auto;
    float: left;
    width: 33.33333%;
    padding: 0 .625rem 1.25rem;
    list-style: none
}

.gallery--three .gallery__items>li:nth-of-type(1n), .gallery__items>li:nth-of-type(1n) {
    clear: none
}

.gallery--three .gallery__items>li:nth-of-type(3n+1), .gallery__items>li:nth-of-type(3n+1) {
    clear: both
}

@media only screen and (max-width:40em) {
    .gallery--three .gallery__items {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .gallery--three .gallery__items:after,
    .gallery--three .gallery__items:before {
        content: " ";
        display: table
    }
    .gallery--three .gallery__items:after {
        clear: both
    }
    .gallery--three .gallery__items>li, .gallery__items>li {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .gallery--three .gallery__items>li:nth-of-type(1n), .gallery__items>li:nth-of-type(1n){
        clear: none
    }
    .gallery--three .gallery__items>li:nth-of-type(1n+1), .gallery__items>li:nth-of-type(1n+1) {
        clear: both
    }
    .gallery__items2 .hs_cos_wrapper_type_custom_widget {width: 100%;}
}

.header:after,
.homep__row:after {
    clear: both
}

.gallery .separator--line:first-child {
    margin-bottom: 30px
}

.header {
    min-height: 110px;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}
.new .header {
    min-height: 85px;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.header:after,
.header:before {
    content: " ";
    display: table
}

.header__topbar {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left
}

@media only screen {
    .header__topbar {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .header__topbar {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 66.66667%;
        float: right
    }
}

@media only screen and (max-width:63.937em) {
    .header__topbar {
        display: none
    }
    .header__topbar .topbar ul {
        float: none;
        width: 100%;
        text-align: center
    }
    .header__topbar .topbar ul li {
        display: inline-block;
        padding: 15px 5px
    }
}

@media screen and (max-width:400px) {
    .header__topbar .topbar ul li {
        padding: 15px 2px
    }
}

.header__logo,
.header__search {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.header__logo {
    width: 33.33333%;
    text-align: center
}

@media only screen and (max-width:63.937em) {
    .header__logo {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.header__search {
    width: 25%;
    margin-left: 33.33333%!important
}

@media only screen {
    .header__search {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .header__search {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 25%;
        float: left;
        margin-left: 33.33333%!important
    }
}

.help {
    background-color: #a99c97;
    position: fixed;
    width: 178px;
    padding: 36px 16px;
    color: #fff;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    z-index: 9999;
    bottom: -50%;
    -moz-animation-name: help;
    -webkit-animation-name: help;
    animation-name: help;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.help__title,
.homep__subtitle, h3 {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase
}

.help__title {
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-bottom: 8px
}

.help .impagination__separator,
.help .separator {
    width: 26px;
    background: #fff
}

.help .button,
.help .favorite__modify,
.help .favorite__next {
    border-color: #fff;
    color: #fff
}

@-moz-keyframes help {
    0% {
        bottom: -50%
    }
    100% {
        bottom: 5%
    }
}

@-webkit-keyframes help {
    0% {
        bottom: -50%
    }
    100% {
        bottom: 5%
    }
}

@keyframes help {
    0% {
        bottom: -50%
    }
    100% {
        bottom: 5%
    }
}

.homep__title, .main-cont h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    color: #403a38;
    font-style: italic;
    margin-bottom: 48px;
    font-weight: 800
}

@media only screen and (max-width:40em) {
    .header {
        min-height: 110px
    }
    .homep__title, .main-cont h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .homep__title, .main-cont h2 {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.homep__title:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:40em) {
    .homep__title, .main-cont h2 {
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

@media only screen and (max-width:40em) and (max-width:40em) {
    .homep__title, .main-cont h2 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em
    }
}

@media only screen and (max-width:40em) and (min-width:40.063em) and (max-width:63.937em) {
    .homep__title, .main-cont h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

.homep__subtitle, h3 {
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    margin-bottom: 16px
}

.homep__more,
.homep__text {
    font-size: 18px;
    line-height: 1.33333em;
    color: #403a38;
    font-family: proxima-nova, times, sans-serif
}

.homep__subtitle:last-child,
.homep__text:last-child {
    margin-bottom: 0
}

.homep__text {
    text-align: left;
    font-size: 1.125rem
}

.hs_cos_wrapper_widget  {text-align: left; font-size: 18px; line-height: 1.33333em; color: #403a38; font-family: proxima-nova, times, sans-serif;  font-size: 1.125rem}
.main-cont .hs_cos_wrapper_widget  {padding-bottom:120px; text-align: left;}
.main-cont .hs_cos_wrapper_widget:last-child {padding-bottom:0px;}
.main-cont .hs_cos_wrapper_type_rich_text{     max-width: 75rem;  margin: 0 auto;}
.main-cont .hs_cos_wrapper_type_rich_text h2, 
.main-cont .hs_cos_wrapper_type_rich_text p, 
.main-cont .hs_cos_wrapper_type_rich_text ul, 
.main-cont .hs_cos_wrapper_type_rich_text ol, 
.main-cont .hs_cos_wrapper_type_rich_text h3, 
.main-cont .hs_cos_wrapper_type_rich_text h4,
.main-cont .hs_cos_wrapper_type_rich_text h5,
.main-cont .hs_cos_wrapper_type_rich_text h1,
.main-cont .hs_cos_wrapper_type_rich_text h6{ margin-left: 17%; margin-right: 17%;}
.main-cont .hs_cos_wrapper_type_linked_image img {min-width:100%;}

.homep__more {
    font-size: 1.125rem;
    font-weight: 700
}

.homep__more a {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 700
}

.homep__more a:hover {
    color: #000
}

.homep__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.homep__row:after,
.homep__row:before {
    content: " ";
    display: table
}

.homep__container {
    max-width: 66.66667%;
    margin: 0 auto
}

.homep--text {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center
}

.homep--text .row {
    text-align: left
}

.homep__block__image,
.homep__blocks--formats,
.homep__fascia,
.homep__formato__text,
.impagination__group {
    text-align: center
}

@media only screen and (max-width:40em) {
    .homep__container {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px
    }
    .homep--text {
        padding-top: 48px;
        padding-bottom: 48px
    }
        .main-cont .hs_cos_wrapper_type_rich_text{     max-width: 75rem;  margin: 0 auto;}
        .main-cont .hs_cos_wrapper_type_rich_text h2, 
        .main-cont .hs_cos_wrapper_type_rich_text p, 
        .main-cont .hs_cos_wrapper_type_rich_text ul, 
        .main-cont .hs_cos_wrapper_type_rich_text ol, 
        .main-cont .hs_cos_wrapper_type_rich_text h3, 
        .main-cont .hs_cos_wrapper_type_rich_text h4,
        .main-cont .hs_cos_wrapper_type_rich_text h5,
        .main-cont .hs_cos_wrapper_type_rich_text h1,
        .main-cont .hs_cos_wrapper_type_rich_text h6{ margin-left: 15px; margin-right: 15px;}
        .main-cont .hs_cos_wrapper_widget { padding-bottom: 60px;}
}

.homep--text a {
    vertical-align: middle;
    display: inline-block
}

.homep--img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%
}

.homep__blocks {
    width: 100%;
    max-width: 75rem;
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0 auto
}

.homep__blocks:after,
.homep__blocks:before {
    content: " ";
    display: table
}

.homep:after,
.homep__formato:after {
    content: "";
    clear: both
}

.homep__blocks:after {
    clear: both
}

.homep__blocks--formats img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 100%
}

.homep__block {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left;
    position: relative;
    height: 150px
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .homep__block {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        height: 180px
    }
    .homep__block .homep__block__image {
        bottom: 30px
    }
}

@media only screen and (max-width:40em) {
    .homep__block {
        float: none;
        width: 100%;
        margin-top: 32px;
        margin-bottom: 32px;
        height: auto
    }
}

.homep__block__image {
    position: absolute;
    bottom: 0;
    width: 100%
}

.homep__fascia {
    padding: 32px 0
}

.homep__fascia img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 100%
}

.homep__fascia .button,
.homep__fascia .favorite__modify,
.homep__fascia .favorite__next {
    margin-top: 32px
}

.fasce-cont .hs_cos_wrapper_widget  { text-align:center; padding:40px 0;}
.fasce-cont .hs_cos_wrapper_widget:nth-child(odd) { background:  #fdf8f6;}
.fasce-cont .hs_cos_wrapper_widget:nth-child(even) { background:  #fbf1ed;}
.fasce-cont .hs_cos_wrapper_type_linked_image {padding:0px;}
.fasce-cont .hs_cos_wrapper_type_linked_image img {min-width:100%;}

.homep__fascia.bg-lighter {
    background-color: #fdf8f6
}

.homep__fascia.bg-light {
    background-color: #fbf1ed
}

.homep.bg-lighter {
    background-color: #fdf8f6
}

.homep.bg-light {
    background-color: #fbf1ed
}

.homep--buttons .button.secondary,
.homep--buttons .favorite__modify,
.homep--buttons .secondary.favorite__next {
    font-size: 1.25rem
}

@media only screen and (max-width:40em) {
    .homep--buttons {
        padding-left: 16px;
        padding-right: 16px
    }
    .homep--buttons .button,
    .homep--buttons .favorite__modify,
    .homep--buttons .favorite__next {
        width: 100%;
        margin-bottom: 16px
    }
}

.homep:after {
    display: block
}

.homep__formato {
    width: 100%
}

.homep__formato__img {
    width: 100%;
    margin-bottom: 16px
}

.homep__formato__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    color: #a99c97;
    max-width: 96%;
    margin: 0 auto
}

.homep__formato__text>div {
    display: inline-block;
    margin: 0 3px
}

.homep__formato:after {
    display: block
}

.homep .separator--line {
    margin: 50px 10px
}

.hyperlink {
    color: #403a38;
    white-space: nowrap;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.hyperlink a:active,
.hyperlink a:link,
.hyperlink a:visited {
    color: #dad9d9
}

.hyperlink a span {
    color: #403a38;
    font-weight: 700
}

.impagination {
    padding: 20px 0 0
}

.impagination__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    color: #403a38;
    font-weight: 800;
    margin-bottom: 32px;
    text-transform: uppercase
}

.impagination__modal__title,
.impagination__type__label {
    font-weight: 900;
    font-family: proxima-nova, times, sans-serif;
    color: #403a38;
    text-transform: uppercase
}

.impagination__text {
    padding: 22px 0 25px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em
}

.impagination__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem 22px
}

.impagination__row:after,
.impagination__row:before {
    content: " ";
    display: table
}

.impagination__row:after {
    clear: both
}

.impagination__row:last-child {
    margin-bottom: 0
}

.impagination__tu {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 75%;
    float: left
}

@media only screen and (max-width:50em) {
    .impagination__row {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
    .impagination__tu {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }
}

.impagination__tu .impagination__type {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left
}

@media only screen and (max-width:50em) {
    .impagination__tu .impagination__type {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px
    }
}

.impagination__two {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

@media only screen and (max-width:50em) {
    .impagination__two {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }
}

.impagination__two .impagination__type {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left
}

.impagination__two .impagination__type .switchers__image img {
    width: 50%
}

.impagination__two .impagination__type input {
    display: none;
    margin-bottom: 0;
    margin-top: 20px
}

@media only screen and (max-width:50em) {
    .impagination__two .impagination__type {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px
    }
}

.impagination__noi {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left
}

@media only screen and (max-width:50em) {
    .impagination__noi {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }
    .impagination__box {
        display: none
    }
}

.impagination__group .impagination__type__label {
    padding-left: 8px;
    padding-right: 8px;
    z-index: 10
}

@media only screen and (min-width:801px) {
    .impagination__group .impagination__type__label {
        background-color: #fff
    }
}

.impagination__group--twocols {
    width: 66%
}

.impagination__box {
    width: 90%;
    margin: -13px auto 0;
    border: 1px solid #ded8d6;
    border-bottom: 0;
    height: 13px;
    z-index: 4
}

.impagination__type {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

.impagination__type__label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    margin: 0 auto;
    display: inline-block;
    text-align: center
}

@media only screen and (max-width:50em) {
    .impagination__type {
        padding-left: 0;
        padding-right: 0
    }
    .impagination__type__label {
        display: block;
        padding: 20px;
        text-align: left
    }
}

.impagination__action,
.impagination__modal--center,
.impagination__modal__action,
.impagination__modal__picture,
.item__details,
.item__label,
.item__thumb a span,
.items__more,
.knob--center {
    text-align: center
}

.impagination__modal__title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.impagination__modal .impagination__separator,
.impagination__modal .separator {
    margin-top: 32px;
    margin-bottom: 32px
}

.impagination__modal__separator {
    border-bottom: 1px solid #eae3e1;
    margin: 50px 0
}

.impagination__modal__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38;
    min-height: 66px
}

.intro__text,
.intro__text p {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em
}

.impagination__modal__text img:first-child {
    float: left;
    margin: 4px 22px 30px 0
}

.impagination__modal .carousel {
    margin-top: 32px
}

.impagination__modal__picture {
    padding: 16px 0
}

.impagination__modal--center {
    padding: 32px 0 48px
}

.impagination__event .row {
    margin-left: -10px;
    margin-right: -10px
}

.impagination__event .impagination__separator,
.impagination__event .separator {
    margin-bottom: 32px
}

.impagination__action {
    padding-bottom: 96px
}

@media only screen and (max-width:40em) {
    .impagination__action .button,
    .impagination__action .favorite__modify,
    .impagination__action .favorite__next {
        width: 100%;
        display: block;
        margin-bottom: 16px
    }
}

.intro {
    padding: 32px 0
}

.intro__text {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: lighter;
    color: #403a38
}

.intro__text p {
    font-size: 18px;
    font-size: 1.125rem
}

.intro__more,
.intro__more a {
    line-height: 1.57143em;
    color: #403a38;
    font-weight: 700;
    font-family: proxima-nova, times, sans-serif
}

.intro__text p:last-child {
    margin-bottom: 0
}

.intro__more {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 16px
}

.intro__more a {
    font-size: 14px;
    font-size: .875rem
}

.intro__more a:hover {
    color: #000
}

.item {
    display: block
}

.item:hover .item__thumb span {
    display: inline-block
}

.item__thumb {
    position: relative;
    text-align: center
}

.item__thumb a {
    display: block;
    position: relative
}

.item__thumb a span {
    display: none;
    position: absolute;
    bottom: 30px;
    padding: 7px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    background-color: rgba(64, 58, 56, .7);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em
}

.item__thumb img {
    width: 100%
}

.item__label {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px
}

.item__label span {
    display: inline-block;
    background-color: rgba(64, 58, 56, .85);
    color: #fff;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    min-height: 32px;
    line-height: 32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 8px
}

.item__label--configuring span {
    background-color: rgba(237, 186, 112, .85)
}

@media screen and (min-width:20.063em) and (max-width:52em) {
    .item__label {
        bottom: auto;
        top: 100%
    }
}

.
{
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    right: 12px;
    top: 0;
    background-color: rgba(182, 171, 166, .85);
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px
}

.item__promo:hover {
    color: #fff
}
.{padding-left: .625rem; padding-right: .625rem;margin-bottom: 21px;}

@media screen and (min-width:20.063em) and (max-width:30em) {
    .item__promo {
        bottom: auto;
        top: 100%;
        right: 50%;
        margin-right: -35px
    }
}

.item__separator {
    height: 3px;
    background-color: #403a38;
    border-top: 1px solid #dfd3ce;
    border-bottom: 1px solid #666;
    max-width: 53px;
    margin: 0 auto 25px
}

.item__details {
    color: #403a38
}

@media only screen and (max-width:40em) {
    .item__details {
        padding-top: 16px
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .item__details {
        padding-top: 32px
    }
}

.item__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px
}

.item__price,
.item__subtitle {
    font-size: 14px;
    color: #403a38
}

.item__price,
.item__shipping,
.item__subtitle {
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif
}

.item__title,
.item__title a {
    color: #403a38
}

.item__title a:hover,
.item__title:hover {
    color: #000
}

.item__subtitle {
    font-size: .875rem
}

.item__price {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 4px
}

.item__price a {
    color: #403a38
}

.item__shipping {
    font-size: 14px;
    font-size: .875rem;
    color: #a99c97
}

.item__colors {
    margin-top: 16px;
    min-height: 90px;
    max-width: 216px;
    margin-left: auto;
    margin-right: auto
}

.item__colors small {
    display: block;
    padding-top: 12px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em;
    color: #a99c97
}

.item__colors a.active:before {
    display: none
}

.item__colors .colors__item {
    margin-right: -1px;
    display: none
}

@media only screen and (max-width:40em) {
    .item__colors .colors__item {
        margin-right: 1px
    }
}

.item__colors .colors__item:nth-child(1),
.item__colors .colors__item:nth-child(2),
.item__colors .colors__item:nth-child(3),
.item__colors .colors__item:nth-child(4) {
    display: inline-block
}

.item--highlight {
    background-color: #f8f7f6
}

@media screen and (max-width:52em) {
    .items ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .items ul:after,
    .items ul:before {
        content: " ";
        display: table
    }
    .items ul:after {
        clear: both
    }
    .items ul>li {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .items ul>li:nth-of-type(1n) {
        clear: none
    }
    .items ul>li:nth-of-type(1n+1) {
        clear: both
    }
    .items ul .items__item {
        border-top: 1px solid #dfd3ce
    }
    .items ul .items__item:first-child {
        border-top: 0
    }
}

@media screen and (min-width:52.063em) and (max-width:999999em) {
    .items ul {
        display: block;
        padding: 0;
        margin: 0
    }
    .items ul:after,
    .items ul:before {
        content: " ";
        display: table
    }
    .items ul:after {
        clear: both
    }
    .items ul>li {
        display: block;
        height: auto;
        float: left;
        width: 33.33333%;
        padding: 0;
        list-style: none
    }
    .items ul>li:nth-of-type(1n) {
        clear: none
    }
    .items ul>li:nth-of-type(3n+1) {
        clear: both
    }
    .items ul .items__item {
        border-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px
    }
    .items ul .items__item .item {
        -moz-transition-property: box-shadow;
        -o-transition-property: box-shadow;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    .items ul .items__item:hover {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
    .items ul .items__item:hover .item {
        -moz-box-shadow: #ccc 0 0 5px;
        -webkit-box-shadow: #ccc 0 0 5px;
        box-shadow: #ccc 0 0 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px
    }
    .items ul .items__item:hover .item .item__colors small {
        display: none
    }
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(1),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(10),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(11),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(12),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(13),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(14),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(15),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(16),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(17),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(18),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(19),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(2),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(20),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(21),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(22),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(23),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(24),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(25),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(26),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(27),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(28),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(29),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(3),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(30),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(4),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(5),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(6),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(7),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(8),
    .items ul .items__item:hover .item .item__colors .colors__item:nth-child(9) {
        display: inline-block
    }
}

.megamenu__dropdown__row:after,
.nav__row:after,
.newses__row:after,
.option__row:after,
.product__album__copertina__row:after,
.product__cta:after,
.product__row .product__row:after,
.product__row:after {
    clear: both
}
.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 100% !important;
}

.matrix__figure--composed .matrix__button,
.matrix__figure__link img {
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out
}

@media screen and (max-width:20em) {
    .items .items__item {
        padding-bottom: 0
    }
}

@media screen and (max-width:52em) {
    .items__item .item.item--opened .item__colors small {
        display: none
    }
    .items__item .item.item--opened .item__colors .colors__item:nth-child(1),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(10),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(11),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(12),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(13),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(14),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(15),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(16),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(17),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(18),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(19),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(2),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(20),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(21),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(22),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(23),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(24),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(25),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(26),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(27),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(28),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(29),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(3),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(30),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(4),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(5),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(6),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(7),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(8),
    .items__item .item.item--opened .item__colors .colors__item:nth-child(9) {
        display: inline-block
    }
}

.items__item--help {
    padding-top: 32px!important;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97
}

.items__item--help em,
.items__item--help span {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700
}

.items__item--help em {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
    font-style: italic;
    display: inline-block;
    margin: 24px 0 64px
}

@media only screen and (max-width:40em) {
    .items__item--help em {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .items__item--help em {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.items__item--help span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 3em
}

.items__more a,
.knob__text,
.main__text,
.main__text h2,
.main__text h3 {
    font-family: proxima-nova, times, sans-serif
}

.items__item--help a {
    color: #a99c97
}

.items__item--help a:hover {
    color: #403a38
}

.items__more {
    padding-top: 32px;
    margin-bottom: 32px
}

.items__more a {
    border-color: #403a38;
    color: #403a38;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.items__more a:hover {
    background-color: #fff;
    color: #000;
    border-color: #000
}

.items__more--loading a {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

.items__separator {
    clear: both;
    border-top: 1px solid #dfd3ce;
    height: 1px
}

@media screen and (max-width:52em) {
    .items__separator {
        display: none
    }
}

@media screen and (min-width:52.063em) {
    .items--four ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .items--four ul:after,
    .items--four ul:before {
        content: " ";
        display: table
    }
    .items--four ul:after {
        clear: both
    }
    .items--four ul>li {
        display: block;
        height: auto;
        float: left;
        width: 25%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .items--four ul>li:nth-of-type(1n) {
        clear: none
    }
    .items--four ul>li:nth-of-type(4n+1) {
        clear: both
    }
    .items--four ul .items__item:nth-child(1),
    .items--four ul .items__item:nth-child(2),
    .items--four ul .items__item:nth-child(3),
    .items--four ul .items__item:nth-child(4) {
        border-top: 0
    }
}

@media screen and (min-width:20.063em) and (max-width:52em) {
    .items--four ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .items--four ul:after,
    .items--four ul:before {
        content: " ";
        display: table
    }
    .items--four ul:after {
        clear: both
    }
    .items--four ul>li {
        display: block;
        height: auto;
        float: left;
        width: 50%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .items--four ul>li:nth-of-type(1n) {
        clear: none
    }
    .items--four ul>li:nth-of-type(2n+1) {
        clear: both
    }
    .items--four ul .items__item:nth-child(1),
    .items--four ul .items__item:nth-child(2) {
        border-top: 0
    }
}

@media screen and (max-width:20em) {
    .items--four ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .items--four ul:after,
    .items--four ul:before {
        content: " ";
        display: table
    }
    .items--four ul:after {
        clear: both
    }
    .items--four ul>li {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .items--four ul>li:nth-of-type(1n) {
        clear: none
    }
    .items--four ul>li:nth-of-type(1n+1) {
        clear: both
    }
    .items--four ul .items__item:nth-child(1) {
        border-top: 0
    }
}

.knob--button,
.matrix__button>div {
    border: 1px solid #403a38
}

@media screen and (min-width:40.063em) and (max-width:52em) {
    .items--four .items__item {
        padding-bottom: 0
    }
    .items--four .items__item .item {
        width: 100%;
        max-width: 75rem;
        margin: 0 auto
    }
    .items--four .items__item .item:after,
    .items--four .items__item .item:before {
        content: " ";
        display: table
    }
    .items--four .items__item .item:after {
        clear: both
    }
    .items--four .items__item .item__thumb {
        width: 45.83333%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }
    .items--four .items__item .item__separator {
        display: none
    }
    .items--four .items__item .item__colors {
        min-height: 0
    }
    .items--four .items__item .item__details {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 54.16667%;
        float: left
    }
}

@media screen and (min-width:20.063em) and (max-width:52em) {
    .items--catalogue .items__item {
        padding-bottom: 0
    }
    .items--catalogue .items__item .item {
        width: 100%;
        max-width: 75rem;
        margin: 0 auto
    }
    .items--catalogue .items__item .item:after,
    .items--catalogue .items__item .item:before {
        content: " ";
        display: table
    }
    .items--catalogue .items__item .item:after {
        clear: both
    }
    .items--catalogue .items__item .item__thumb {
        width: 45.83333%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }
    .items--catalogue .items__item .item__separator {
        display: none
    }
    .items--catalogue .items__item .item__colors {
        min-height: 0
    }
    .items--catalogue .items__item .item__details {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 54.16667%;
        float: left
    }
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-box-shadow: 0 0 9px #403a38
    }
    50% {
        -webkit-box-shadow: 0 0 18px #cbbdb6
    }
}

.knob {
    display: table;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    height: 64px
}

.knob>* {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 24px
}

.knob__thumb {
    width: 40px
}

.knob__thumb i, .knob__thumb span  {
    color: #403a38;
    font-size: 32px
}

.knob__text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 20.8px;
    color: #403a38;
    font-weight: 700
}

.knob:hover .knob__text,
.knob:hover .knob__thumb i, .knob:hover .knob__thumb span {
    color: #000
}

.knob--download {
    padding: 8px 16px;
    max-width: 31%;
    margin-right: 2%;
    min-width: 30%
}

@media only screen and (max-width:40em) {
    .knob--download {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        min-width: 46%;
        margin-bottom: 10px
    }
}

.knob--button .knob__text {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase
}

.knob--button .knob__text span {
    font-weight: 400;
    text-transform: none
}

.logo {
    text-align: left;
    padding: 0;
    margin: 0
}

.main__text,
.main__text--col6 {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}
.h-bg{background: #000000;}
.logo a {
    text-indent: 150%;
    overflow: hidden;
    background: url(https://cdn2.hubspot.net/hubfs/3005015/img/logo.png) center center no-repeat;
    display: inline-block;
    line-height: 110px;
    width: 278px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain
}

.h-bg .logo a {
    text-indent: 150%;
    overflow: hidden;
    background: url(https://cdn2.hubspot.net/hubfs/3005015/AE/AE%20Immagini/img/logo-b.png) center center no-repeat;
    display: inline-block;
    line-height: 110px;
    width: 194px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .logo a {
        background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/logo@2x.png);
        -moz-background-size: 278px 49px;
        -o-background-size: 278px 49px;
        -webkit-background-size: 278px 49px;
        background-size: 278px 49px
    }
    .h-bg .logo a {
        background-image: url(https://cdn2.hubspot.net/hubfs/3005015/AE/AE%20Immagini/img/logo-b@2x.png);
        -moz-background-size: 194px 33px;
        -o-background-size: 194px 33px;
        -webkit-background-size: 194px 33px;
        background-size: 194px 33px
    }
}

@media only screen and (max-width:40em) {
    .logo a {
        margin: 0 auto;
        max-height: 110px;
        line-height: 110px
    }
    .logo {
        max-height: 110px
    }
    .new .logo a {
        margin: 0 auto;
        max-height: 85px;
        line-height: 110px
    }
    .new .logo {
        max-height: 85px
    }
}

.logo--small a {
    background-size: 194.6px 34.3px;
    max-height: 34.3px;
    line-height: 34.3px;
    max-width: 194.6px
}

.main {
    margin-top: 48px
}

@media only screen and (max-width:40em) {
    .main {
        margin-top: 1rem
    }
}

.main__text {
    color: #403a38;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    width: 75%
}

.main__text--col6 {
    width: 50%
}

@media only screen and (max-width:50em) {
    .main__text {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.main__text a:not(.button) {
    color: #403a38;
    text-decoration: underline;
    font-weight: 700
}

.main__text a:not(.button):hover {
    color: #000
}

.main__text a:not(.button).clearing-close {
    color: #fff;
    text-decoration: none
}

.main__text h2,
.main__text h3,
.main__text h4,
.main__text h5 {
    font-weight: 800;
    color: #403a38;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    margin-bottom: 1rem;
    font-style: normal
}

.main__text h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.main__text h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.main__text h5,
.main__text ol,
.main__text small,
.main__text ul {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em
}

.main__text h5 {
    font-size: 12px;
    font-size: .75rem
}

.main__text ol,
.main__text ul {
    font-size: 18px;
    font-size: 1.125rem
}

.main__text hr {
    margin: 2.25rem 0 2.1875rem
}

.main__text small {
    font-size: 12px;
    font-size: .75rem;
    color: #a99c97;
    margin-bottom: 1rem;
    display: block
}

blockquote{

color:rgb(64, 58, 56);
cursor:default;
display:block;
font-family:"Playfair Display", sans-serif;
font-size:21px;
font-style:italic;
font-weight:normal;
line-height:30px;
margin-bottom:20px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
text-rendering:optimizeLegibility;
text-size-adjust:100%;

-webkit-margin-after:20px;
-webkit-margin-before:0px;
-webkit-margin-end:0px;
-webkit-margin-start:0px;    display: block;
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 16px; border:0px;}

.main__text blockquote,
.main__text cite {
    display: block;
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 16px
}

.main__text blockquote p,
.main__text cite p {
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.main__text blockquote p:last-child,
.main__text cite p:last-child {
    margin-bottom: 0
}

.main__text img.full {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 16px
}

.main__text img.full:first-child {
    margin-top: 0
}

.main__text img.right {
    float: right;
    display: inline;
    margin: 4px 0 16px 16px
}

.main__text img.left {
    float: left;
    display: inline;
    margin: 4px 16px 16px 0
}

.main__aside {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left
}

.main__aside .impagination__separator,
.main__aside .separator,
.main__aside .separator--line {
    margin: 0;
    background: #dfd3ce
}

@media only screen and (max-width:50em) {
    .main__aside {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 1rem
    }
}

.main__aside--fixed {
    right: 0;
    position: fixed
}

@media only screen and (max-width:40em) {
    .main__aside--fixed {
        right: auto;
        top: 0!important;
        position: relative
    }
}

.matrix {
    overflow: hidden;
    width: 100%;
    margin: 10px 0
}

.matrix__container {
    margin: 0 -10px
}

@media only screen and (max-width:700px) {
    .matrix,
    .matrix .matrix__col {
        width: 100%
    }
    .matrix {
        display: block;
        margin-bottom: 8px
    }
    .matrix .matrix__container {
        margin: 5px
    }
    .matrix .matrix__block {
        padding: 5px
    }
    .matrix .matrix__col>.matrix__col--2, .matrix .matrix__col .matrix__col--2 {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left
    }
    .matrix .matrix__col--smalldouble>.matrix__block , .matrix .matrix__col--smalldouble .matrix__block {
        width: 50%;
        float: left;
        padding: 5px
    }
}

.matrix__col,
.matrix__col--2,
.matrix__col--3 {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.matrix__col {
    width: 25%
}

.matrix__col--2 {
    width: 50%
}

.matrix__col--3 {
    width: 75%
}

.matrix__block {
    box-sizing: border-box;
    padding: 10px
}

.matrix__figure,
.mygrid__block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.matrix__button {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    text-align: center;
    z-index: 13
}

.matrix__button>div {
    display: table;
    max-width: 80%;
    margin: 0 auto;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 18px;
    background-color: rgba(255, 255, 255, .3);
    color: #403a38;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 16px
}

.matrix__button>div>span {
    display: table-cell;
    vertical-align: middle
}

.matrix__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: none
}

@media only screen and (max-width:40em) {
    .matrix__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .matrix__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.matrix__figure {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box
}

.matrix__figure__content,
.matrix__figure__link,
.matrix__figure__link:after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0
}

.matrix__figure:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:700px) {
    .matrix__figure {
        margin-bottom: 0
    }
}

.matrix__figure:hover .matrix__figure__link:after {
    filter: alpha(enabled=false);
    opacity: 1
}

.matrix__figure:hover .matrix__figure__link img {
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    margin-top: -2%
}

.matrix__figure__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase
}

.matrix__figure__fitter img {
    width: 100%
}

.matrix__figure__link {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 9
}

.matrix__figure__link img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    -moz-transition-property: max-width, width, margin-left, margin-top;
    -o-transition-property: max-width, width, margin-left, margin-top;
    -webkit-transition-property: max-width, width, margin-left, margin-top;
    transition-property: max-width, width, margin-left, margin-top;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.matrix__figure__link:after {
    content: "";
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    z-index: 10;
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.matrix__figure__content {
    width: 100%;
    text-align: center;
    z-index: 11
}

.matrix__figure__content .impagination__separator,
.matrix__figure__content .separator {
    width: 50px
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .matrix__figure__title {
        font-family: proxima-nova, times, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em
    }
    .matrix__figure__content .impagination__separator,
    .matrix__figure__content .separator {
        width: 50px
    }
}

@media only screen and (max-width:50em) {
    .matrix__figure__content .impagination__separator,
    .matrix__figure__content .separator {
        display: none
    }
}

.matrix__figure--composed .matrix__figure__content {
    height: 100%;
    padding-top: 32px;
    overflow: hidden
}

@media only screen and (max-width:63.937em) {
    .logo {
        text-align: center; margin-top: 20px;
    }
    .matrix__figure--composed .matrix__figure__content {
        padding-top: 22px
    }
}

.matrix__figure--composed .matrix__button {
    top: 40%;
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.matrix__figure--composed:hover .matrix__figure__link img {
    max-width: 106%;
    width: 106%;
    margin-left: -3%;
    margin-top: -1%
}

.matrix__figure--composed:hover .matrix__button {
    top: 85px;
    filter: alpha(enabled=false);
    opacity: 1
}

.matrix__figure--simple .matrix__figure__content {
    height: 100%;
    padding-top: 32px
}

.matrix__figure--simple .matrix__figure__title {
    margin-left: 24px;
    margin-right: 24px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

@media only screen and (max-width:63.937em) {
    .matrix__figure--simple .matrix__figure__content {
        padding-top: 22px
    }
    .matrix__figure--simple .matrix__figure__title {
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em
    }
}

.matrix__figure--simple2 .matrix__figure__content {
    height: 100%;
    padding: 48px 16px;
    display: table
}

.matrix__figure--simple2 .matrix__figure__content .button,
.matrix__figure--simple2 .matrix__figure__content .favorite__modify,
.matrix__figure--simple2 .matrix__figure__content .favorite__next {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:50em) {
    .mbToggle__title {
        padding: 8px 48px 8px 8px;
        background-color: #fffaf7;
        border: 1px solid #e7d3ca;
        margin-bottom: 0!important;
        margin-top: 1px!important;
        position: relative;
        cursor: pointer;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em
    }
    .mbToggle__title:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -3px;
        top: 50%;
        margin-top: -20px;
        width: 50px;
        text-align: center;
        font-size: 30px;
        color: #ab9e99;
        padding: 10px
    }
    .mbToggle__title span {
        padding-top: 6px!important;
        display: none!important
    }
    .mbToggle__content {
        display: none;
        padding: 16px;
        border-left: 1px solid #e7d3ca;
        border-right: 1px solid #e7d3ca;
        border-bottom: 1px solid #e7d3ca
    }
    .mbToggle.open .mbToggle__content {
        display: block
    }
    .mbToggle.open .mbToggle__title:after {
        content: "\f106"
    }
}

.megamenu__item--dropdown:hover .megamenu__dropdown {
    visibility: visible;
    opacity: 1
}

.megamenu__item--dropdown>a:after {
    font-family: FontAwesome;
    content: "\f107";
    border: 0;
    top: 0;
    margin-left: 8px;
    text-decoration: none
}

.megamenu__dropdown {
    visibility: hidden;
    opacity: 0;
    -moz-transition: visibility 0s linear .3s, opacity 0s linear .3s;
    -o-transition: visibility 0s linear .3s, opacity 0s linear .3s;
    -webkit-transition: visibility 0s linear, opacity 0s linear;
    -webkit-transition-delay: .3s, .3s;
    transition: visibility 0s linear .3s, opacity 0s linear .3s;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #141111;
    background: rgba(38, 33, 32, .97);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.option:hover,
.wconcept__item img {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.megamenu__dropdown__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    position:relative;
}

.megamenu__dropdown__row:after,
.megamenu__dropdown__row:before {
    content: " ";
    display: table
}

.megamenu__dropdown__block {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left
}

@media only screen {
    .megamenu__dropdown__block {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .megamenu__dropdown__block {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 25%;
        float: left
    }
}

.megamenu__dropdown__title {
    font-size:14px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700!important
}

.megamenu__dropdown__title:after {
    font-family: FontAwesome;
    content: "\f105";
    border: 0;
    text-decoration: none;
    top: 8;
    position: absolute;
    right: 0
}

.megamenu__dropdown a,
.mygrid__button>div {
    font-family: proxima-nova, times, sans-serif
}

.megamenu__dropdown__title:hover:after {
    color: #fff
}

.megamenu__dropdown__separator {
    border-bottom: 1px solid #3f3937;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 10px 0
}

.megamenu__dropdown a {
    background: 0 0!important;
    line-height: 30px!important;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    padding: 0!important;
    border: 0!important
}

.megamenu__dropdown a:hover {
    color: #dfd3ce
}
.new .megamenu__dropdown a:hover {
    color: #90AB50
}

.megamenu__dropdown a.active {
    color: #dfd3ce;
    font-weight: 700
}

.mygrid {
    overflow: hidden;
    width: 100%;
    margin: 10px 0
}

.mygrid__container {
    margin: 0 -10px
}

@media only screen and (max-width:700px) {
    .mygrid,
    .mygrid .mygrid__col {
        width: 100%
    }
    .mygrid {
        display: block;
        margin-bottom: 8px
    }
    .mygrid .mygrid__container {
        margin: 5px
    }
    .mygrid .mygrid__block {
        padding: 5px
    }
    .mygrid .mygrid__col>.mygrid__col--2 {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left
    }
    .mygrid .mygrid__col--smalldouble>.mygrid__block {
        width: 50%;
        float: left;
        padding: 5px
    }
}

.mygrid__col,
.mygrid__col--2,
.mygrid__col--3 {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.mygrid__col {
    width: 25%
}

.mygrid__col--2 {
    width: 50%
}

.mygrid__col--3 {
    width: 75%
}

.mygrid__block {
    box-sizing: border-box;
    padding: 10px
}

.mygrid__button {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    text-align: center;
    z-index: 13
}

.mygrid__button>div {
    display: table;
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 18px;
    border: 1px solid #403a38;
    background-color: rgba(255, 255, 255, .3);
    color: #403a38;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 16px
}

.mygrid__button>div>span {
    display: table-cell;
    vertical-align: middle
}

.mygrid__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: none
}

@media only screen and (max-width:40em) {
    .mygrid__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .mygrid__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.mygrid__figure {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mygrid__figure__content,
.mygrid__figure__link,
.mygrid__figure__link:after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0
}

.mygrid__figure:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:700px) {
    .mygrid__figure {
        margin-bottom: 0
    }
}

.mygrid__figure:hover .mygrid__figure__fitter img {
    visibility: hidden
}

.mygrid__figure:hover .mygrid__figure__link:after {
    filter: alpha(enabled=false);
    opacity: 1
}

.mygrid__figure:hover .mygrid__figure__link img {
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
    margin-top: -2%
}

.mygrid__figure__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase
}

.mygrid__figure__fitter img {
    width: 100%
}

.mygrid__figure__link {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 9
}

.mygrid__figure__link img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    -moz-transition-property: max-width, width, margin-left, margin-top;
    -o-transition-property: max-width, width, margin-left, margin-top;
    -webkit-transition-property: max-width, width, margin-left, margin-top;
    transition-property: max-width, width, margin-left, margin-top;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.mygrid__figure__link:after,
.product__cta__complete__text {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity
}

.mygrid__figure__link:after {
    content: "";
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    z-index: 10;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition-property: opacity;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.mygrid__figure--composed .mygrid__button,
.topbar__item--search form {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.mygrid__figure__content {
    width: 100%;
    text-align: center;
    z-index: 11
}

.mygrid__figure__content .impagination__separator,
.mygrid__figure__content .separator {
    width: 50px
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .mygrid__figure__title {
        font-family: proxima-nova, times, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em
    }
    .mygrid__figure__content .impagination__separator,
    .mygrid__figure__content .separator {
        width: 50px
    }
}

@media only screen and (max-width:50em) {
    .mygrid__figure__content .impagination__separator,
    .mygrid__figure__content .separator {
        display: none
    }
}

.mygrid__figure--composed .mygrid__figure__content {
    height: 100%;
    padding-top: 32px;
    overflow: hidden
}

@media only screen and (max-width:63.937em) {
    .mygrid__figure--composed .mygrid__figure__content {
        padding-top: 22px
    }
}

.mygrid__figure--composed .mygrid__button {
    top: 40%;
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    transition-duration: .5s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.mygrid__figure--composed:hover .mygrid__figure__link img {
    max-width: 106%;
    width: 106%;
    margin-left: -3%;
    margin-top: -1%
}

.mygrid__figure--composed:hover .mygrid__button {
    top: 85px;
    filter: alpha(enabled=false);
    opacity: 1
}

.mygrid__figure--simple .mygrid__figure__content {
    height: 100%;
    padding-top: 32px
}

.mygrid__figure--simple .mygrid__figure__title {
    margin-left: 24px;
    margin-right: 24px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

@media only screen and (max-width:63.937em) {
    .mygrid__figure--simple .mygrid__figure__content {
        padding-top: 22px
    }
    .mygrid__figure--simple .mygrid__figure__title {
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em
    }
}

.mygrid__figure--simple2 .mygrid__figure__content {
    height: 100%;
    padding: 48px 16px;
    display: table
}

.mygrid__figure--simple2 .mygrid__figure__content .button,
.mygrid__figure--simple2 .mygrid__figure__content .favorite__modify,
.mygrid__figure--simple2 .mygrid__figure__content .favorite__next {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.new .nav {background: #000000;}
.nav {
    background: #403a38;
    z-index: 100;
    position: relative
}

.nav__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.nav__row:after,
.nav__row:before {
    content: " ";
    display: table
}

.nav__container {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

@media only screen {
    .nav__container {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .nav__container {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
    .nav .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        margin-top: -5px
    }
}

.nav ul.toolbar {
    display: none
}

@media only screen and (max-width:63.937em) {
    .nav .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 7px
    }
    .nav ul.right,
    .nav ul.toolbar {
        display: none
    }
    .nav .others {
        clear: both
    }
    .nav .top-bar,
    .nav .top-bar .top-bar-section {
        position: relative
    }
/*
    .new .top-bar-section ul li, .new .top-bar.expanded .title-area {
        margin-right: 5px!important;
    }
    .new .topbar__item {
        padding: 8px 10px!important;
    }
    
    .new .top-bar-section ul li>a{
        border-bottom: 0px!important;
    }
*/
}

@media screen and (max-width:64em) {
/*    .nav .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: .75rem
    }
    .nav {
    background: #403a38;
    z-index: 100;
     position: absolute; 
    right: 0px;
    top: 0px !important;
    }
    */
}

@media only screen and (min-width:64em) {
    .nav .top-bar .top-bar-section ul li>a {
        font-weight: 400
    }
    .nav .top-bar .top-bar-section .right li:not(.has-form) a:not(.button) {
        background: #90ab50; font-weight:700;
        border-right: 1px solid #554e4c
    }
    .nav .top-bar .top-bar-section .right li:not(.has-form):last-child a {
        border-right: 0
    }
    .nav .others {
        display: none
    }
}

.nav .top-bar .top-bar-section li.proto .dropdown {
    width: 580px
}
.nav--cta{float:right !important;}
.nav--cta a:hover {color:#fff !important; background:#90AB50  !important; }
.hide {display:none !important;}
.nav--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.product,
.product__row {
    position: relative
}

.nav--fixed .nav__home {
    text-indent: 200%;
        height: 45px;
    float: left;
    display: block;
    width: 150px;
    background: url(https://cdn2.hubspot.net/hubfs/3005015/img/logo-w-small.png) center left no-repeat #403a38!important
}

.nav--fixed .top-bar .top-bar-section .toolbar {
    display: block;
    float: right
}

.nav--fixed .top-bar .top-bar-section .toolbar li:not(.has-form) a:not(.button) {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #554e4c
}

.nav--fixed .top-bar .top-bar-section .toolbar li:not(.has-form) a:not(.button):last-child {
    border-left: 1px solid #554e4c
}

.nav--fixed .top-bar .top-bar-section .right li:not(.has-form) a:not(.button) {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 0
}

.nav--fixed .top-bar .top-bar-section .right li:not(.has-form) a:not(.button):last-child {
    border-right: 1px solid #554e4c
}

.nav--fixed .top-bar .top-bar-section .right li:not(.has-form) a:not(.button):hover {
    background: transparent;
    color: #dfd3ce
}

.nav--fixed ul.right {
    float: none!important
}

.nav--fixed ul.right a {
    line-height: 44px!important
}

@media only screen and (min-width:40.063em) {
    .nav--fixed .top-bar-section ul li>a {
        font-weight: 400;
        font-size: 13px
    }
    .nav--fixed .top-bar-section li:not(.has-form) a:not(.button) {
        padding-left: 10px;
        padding-right: 10px
    }
}

.promo__title {
    font-family: 'Playfair Display', sans-serif;
    
    font-size: 21px!important;
    line-height: 1.16667em;
    font-weight: 800;
    font-style: italic;
    color: #403a38;
    text-align: left;
    margin-bottom: 24px;
    text-transform: none;
}
.promo__item__title{padding-left: .625rem; padding-right: .625rem;margin-bottom: 21px;    font-size: 14px;}
.promo__item__title b {    font-size: 16px;}
.btn-verde{ color: #fff;  border: 0px solid #83AD4A; background: #83AD4A;} 

@media only screen and (max-width:40em) {
    .promo__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}




.newses {
    padding-bottom: 32px
}

.newses__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    font-weight: 800;
    font-style: italic;
    color: #403a38;
    text-align: center;
    margin-bottom: 24px
}

@media only screen and (max-width:40em) {
    .newses__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.newses .impagination__separator,
.newses .separator {
    margin-bottom: 32px
}

.newses__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.newses__row:after,
.newses__row:before {
    content: " ";
    display: table
}

.newses__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left
}

@media only screen {
    .newses__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .newses__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 33.33333%;
        float: left
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .newses__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
    .newses__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .newses__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 20px
    }
}

.newses__item__thumb a {
    display: block;
    border: 1px solid #edeae9
}

.newses__item__thumb a img {
    display: block;
    width: 100%
}

.newses__item__thumb a:hover {
    border-color: #f4eeec
}

.newses__item__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800
}

.newses__item__title a {
    color: #403a38;
    text-decoration: none
}

.newses__item__title a:hover {
    color: #000
}

.newses__item__subtitle {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97
}

.newses__item__more,
.newses__item__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px
}

.newses__item__text {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38;
    margin-top: 16px
}
.newses__item__text img{ display:none;}

.newses__item__text:last-child {
    margin-bottom: 0
}

.newses__item__more {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38;
    font-weight: 700
}

.newses__item__more a,
.option__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    line-height: 1.57143em;
    font-weight: 700
}

.newses__item__more a {
    font-size: .875rem;
    color: #403a38;
    text-decoration: underline
}

.newses__item__more a:hover {
    color: #000
}

.newses__item__thumb {
    margin-bottom: 16px
}

.newses__item__title {
    margin-bottom: 8px
}

.option {
    border: 1px solid #e5e1e0;
    cursor: pointer;
    min-height: 100px
}

.option:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.option__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.option__row:after,
.option__row:before {
    content: " ";
    display: table
}

.option__thumb {
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left;
    text-align: center;
    line-height: 108px
}

@media only screen {
    .option__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .option__thumb {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%;
        float: left
    }
}

.option__thumb img {
    display: block;
    width: 100%
}

.product__row .product__row:after,
.product__row .product__row:before,
.product__row:after,
.product__row:before {
    display: table;
    content: " "
}

.option__info {
    width: 58.33333%;
    float: left;
    padding: 10px 10px 0!important
}

@media only screen {
    .option__info {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .option__info {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%;
        float: left
    }
}

.option__title {
    font-size: .875rem;
    line-height: 1.2em
}

.option__text,
.product__subtitle {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px
}

.option__text {
    font-size: .875rem;
    line-height: 1.57143em;
    line-height: 1.2em
}

.option__price {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700
}

.option--active {
    background: #f5f0ee;
    border-color: #c6bdba
}

.option .fa {
    font-size: 60px;
    vertical-align: middle
}

.option--compact .option__thumb {
    line-height: auto
}

.option--img-large .option__thumb {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left
}

@media only screen {
    .option--img-large .option__thumb {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .option--img-large .option__thumb {
        padding-left: 0;
        padding-right: 0;
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .option--img-large .option__thumb {
        padding-left: 0;
        padding-right: 0
    }
}

.option--img-large .option__info {
    width: 41.66667%;
    float: left;
    padding: 10px 10px 0!important
}

@media only screen {
    .option--img-large .option__info {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .option--img-large .option__info {
        padding-left: 0;
        padding-right: 0;
        width: 41.66667%;
        float: left
    }
}

.option.disabled {
    filter: alpha(Opacity=30);
    opacity: .3;
    cursor: auto
}

.product__cta__complete__arrow,
.product__cta__complete__text {
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in
}

.product__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.product__row .product__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.product__breadcrumbs .breadcrumbs {
    margin-bottom: 0
}

.product__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
    color: #403a38;
    font-weight: 800;
    padding-bottom: 5px
}

@media only screen and (max-width:40em) {
    .product__breadcrumbs {
        padding-left: 0;
        padding-right: 0
    }
    .product__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
    .product__zoom {
        display: none
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .product__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.product__subtitle {
    font-size: .875rem;
    line-height: 1.57143em;
    color: #a99c97;
    padding-bottom: 5px
}

.product__album__copertina__text,
.product__image__upload__action {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    line-height: 1.57143em
}

.product__zoom {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 98
}

.product__zoom .close {
    display: none
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .product__zoom {
        right: 0;
        left: 60%;
        display: none
    }
}

.product__album__copertina__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.product__album__copertina__row:after,
.product__album__copertina__row:before {
    content: " ";
    display: table
}

.product__album__copertina__image {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left
}

.product__album__copertina__text {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 75%;
    float: left;
    font-size: .875rem;
    color: #403a38
}

.product__album__copertina__text span {
    font-weight: 700
}

.product div[data-fitter-content] {
    height: 250px
}

.product__image {
    text-align: center;
    position: relative;
    height: 100%
}

.product__image img {
    vertical-align: middle;
    max-height: 100%
}

.product__image__thumbs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.product__image__thumbs ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0
}

.product__image__thumbs ul li {
    display: block;
    margin-bottom: 5px
}

.product__image__thumbs ul li .selected img {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.product__image__thumbs ul li img {
    display: block;
    border: 1px solid #dfd3ce
}

.product__image__contents {
    padding-right: 55px
}

.product__image__contents img {
    display: none;
    z-index: 1
}

.product__image__contents img.selected {
    display: block
}

.product__image__upload {
    position: absolute;
    perspective: 20em;
    text-align: center;
    width: 100%
}

.product__image__upload__action {
    font-size: .875rem;
    padding: 10px;
    background: rgba(244, 111, 84, .85);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff
}

.product__cta__small,
.product__cta__start_price {
    font-size: 14px;
    font-family: proxima-nova, times, sans-serif
}

.product__image__upload__action:hover {
    color: #fff;
    background: #f46f54
}

.product__gallery {
    margin-top: 16px;
    margin-bottom: 16px
}

.product__gallery.clearing-thumbs {
    text-align: center
}

@media only screen and (max-width:63.937em) {
    .product__gallery.clearing-thumbs {
        text-align: left
    }
    .product__gallery.clearing-thumbs li {
        margin-bottom: 8px
    }
}

.product__gallery.clearing-thumbs li {
    float: none;
    display: inline-block;
    margin-bottom: 8px
}

.product__cta {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.product__cta:after,
.product__cta:before {
    content: " ";
    display: table
}

.product__cta__start_price {
    color: #a99c97;
    display: block;
    font-size: .875rem;
    line-height: 1.57143em;
    margin-bottom: 5px
}

.product__cta__note {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    padding-left: .625rem;
    width: 54.28571%;
    float: left;
    padding-right: 0
}

@media only screen {
    .product__cta__note {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .product__cta__note {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 54.28571%;
        float: left
    }
}

@media only screen and (max-width:63.937em) {
    .product__cta__note {
        width: 100%;
        float: none
    }
}

.product__cta__complete__text {
    position: absolute;
    top: -74px;
    right: 10px;
    width: 220px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em;
    color: #90ab50;
    transition-property: opacity;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-in
}

.product__cta__complete__arrow {
    position: absolute;
    top: -40px;
    right: 110px;
    width: 40px;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.product__cta__btns {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 45.71429%;
    float: left;
    position: relative;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 8px
}

@media only screen {
    .product__cta__btns {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .product__cta__btns {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 45.71429%;
        float: left
    }
}

.product__cta__btns .button,
.product__cta__btns .favorite__modify,
.product__cta__btns .favorite__next {
    padding: 21px 13px;
    margin-bottom: 6px
}

.product__cta__btns .favorite__modify,
.product__cta__btns .secondary {
    padding: 22px 10px 20px
}

@media only screen and (max-width:63.937em) {
    .product__cta__btns {
        width: 100%;
        float: none;
        margin-top: 60px
    }
}

@media only screen and (max-width:40em) {
    .product__cta__btns .button,
    .product__cta__btns .favorite__modify,
    .product__cta__btns .favorite__next {
        width: 100%;
        display: block;
        margin-bottom: 16px
    }
}

@media only screen and (max-width:600px) {
    .product__cta__btns {
        margin-top: 0
    }
}

.product__cta__btns--highlight .product__cta__complete__arrow,
.product__cta__btns--highlight .product__cta__complete__text {
    filter: alpha(enabled=false);
    opacity: 1
}

.product__cover--closing .logo,
.product__cover--opening .logo,
.product__cover--opening .product__image {
    filter: alpha(Opacity=0);
    opacity: 0
}

.product__cta__btns--highlight .button,
.product__cta__btns--highlight .favorite__modify,
.product__cta__btns--highlight .favorite__next {
    background-color: #90ab50;
    color: #fff;
    border-color: #90ab50;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.product__cta__btns--highlight .favorite__modify,
.product__cta__btns--highlight .secondary {
    color: #90ab50;
    background-color: #fff
}

.product__cta__price {
    font-weight: 700;
    position: relative;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px
}

.product__change a,
.product__cta__small a,
.product__option__subtitle span a:hover,
.results__filter ul li a {
    text-decoration: underline
}

.product__cta__price span {
    background-color: #fbf1ed;
    position: relative;
    display: inline-block;
    padding: 3px 10px 0;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    transition: background .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.product__cta__price span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f46f54;
    content: attr(data-hover);
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none
}

.product__cta__small {
    font-size: .875rem;
    line-height: 1.57143em;
    display: block
}

.product__cta__small a {
    color: #403a38;
    font-weight: 700
}

.product__cta--customize {
    margin-left: 0;
    margin-right: 0
}

.product__cta--customize .product__cta__btns,
.product__cta--customize .product__cta__note {
    width: 100%;
    float: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.product__ship,
.product__social {
    padding-left: .625rem;
    padding-right: .625rem
}

.product__cta--customize .product__cta__btns .button,
.product__cta--customize .product__cta__btns .favorite__modify,
.product__cta--customize .product__cta__btns .favorite__next,
.product__cta--customize .product__cta__note .button,
.product__cta--customize .product__cta__note .favorite__modify,
.product__cta--customize .product__cta__note .favorite__next {
    min-width: 60%
}

.product__cta--customize .product__cta__note {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.product__cta--customize .product__cta__note p:first-child {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    margin-bottom: .2rem
}

.product__cta--customize .product__cta__note .hyperlink {
    margin-bottom: 1rem
}

.product__cta--customize .product__cta__note .hyperlink a span {
    font-weight: 400
}

.product__cta--customize .product__cta__note .product__cta__small {
    color: #8a7d79
}

.product__ship {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    width: 50%;
    float: left;
    color: #a99c97
}

.product__change a,
.product__change__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    line-height: 1.57143em
}

@media only screen {
    .product__ship {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .product__ship {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 50%;
        float: left
    }
}

.product__ship b {
    cursor: pointer
}

@media only screen and (max-width:63.937em) {
    .product__ship {
        width: 100%;
        float: none
    }
    .product__ship b {
        display: inline-block;
        clear: left
    }
}

.product__colors:after,
.product__formats>ul:after,
.product__section:after {
    clear: both
}

.product__change {
    margin-top: 40px
}

.product__change__title {
    font-size: .875rem;
    font-weight: 700
}

.product__change a {
    font-size: .875rem;
    color: #cbbdb6;
    font-weight: 300
}

.product__option__subtitle,
.product__option__title {
    font-family: proxima-nova, times, sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

.product__social {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    width: 50%;
    float: left
}

@media only screen {
    .product__social {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-left: 0!important
    }
}

@media only screen and (min-width:40.063em) {
    .product__social {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 50%;
        float: left
    }
}

.product__social ul {
    margin: 0 0 0 -12px;
    padding: 0;
    list-style: none;
    float: right;
    overflow: visible
}

.product__social ul>li {
    list-style: none;
    float: left;
    margin-left: 12px;
    display: block
}

.product__social ul>li>* {
    display: block
}

.product__social ul li:first-child {
    position: relative
}

.product__social ul li:first-child .product__baloon {
    display: none
}

.product__social ul li:first-child.open a {
    color: #403a38
}

.product__social ul li:first-child.open .product__baloon {
    display: block
}

.product__cover .logo,
.product__cover--zoomed .breadcrumbs {
    display: none
}

.product__social ul a {
    color: #a99c97
}

@media only screen and (max-width:63.937em) {
    .product__social ul {
        float: left
    }
    .product__social {
        width: 100%;
        float: none;
        margin-top: 16px
    }
}

.product__baloon {
    text-align: center;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 400px;
    position: absolute;
    bottom: -11px;
    right: 122%;
    border: 1px solid #cbbdb6;
    padding: 8px 5px 0;
    -moz-box-shadow: 2px 1px 1px rgba(153, 153, 153, .5);
    -webkit-box-shadow: 2px 1px 1px rgba(153, 153, 153, .5);
    box-shadow: 2px 1px 1px rgba(153, 153, 153, .5)
}

.product__baloon>div>div>a {
    line-height: 24px
}

.product__cover {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 24px 1.5rem 16px .625rem
}

@media only screen and (min-width:64em) {
    .product__cover {
        padding-left: .625rem;
        width: 58.33333%;
        float: left;
        -moz-box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07);
        -webkit-box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07);
        box-shadow: inset -10px 0 10px rgba(0, 0, 0, .07);
        position: relative;
        padding-right: 1rem
    }
}

@media only screen and (max-width:40em) {
    .product__cover {
        float: none;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.product__cover--zoomed {
    z-index: 101;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    height: 100%;
    padding: 0 24px
}

.product__cover--zoomed .logo {
    display: block
}

.product__cover--zoomed .product__subtitle,
.product__cover--zoomed .product__title {
    display: inline-block
}

.product__cover--zoomed .product__zoom {
    right: 24px
}

.product__cover--zoomed .product__zoom .open {
    display: none
}

.product__cover--zoomed .product__zoom .close {
    display: block
}

.product__cover--zoomed div[data-fitter-header] {
    height: 0;
    position: absolute;
    top: 20px;
    z-index: 2
}

.product__cover--zoomed div[data-fitter-content] {
    position: relative;
    z-index: 1
}

.product__cover--zoomed div[data-fitter-footer] {
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%
}

.product__cover--zoomed div[data-fitter-footer] div.product__cta__note__config,
.product__cover--zoomed div[data-fitter-footer] div.show-for-large-up {
    display: none!important
}

.product__cover--zoomed div[data-fitter-footer] .product__title {
    position: absolute;
    bottom: 30px
}

.product__cover--zoomed div[data-fitter-footer] .product__subtitle {
    position: absolute;
    bottom: 0
}

.product__cover--zoomed div[data-fitter-footer] div.product__cta__btns {
    display: block!important;
    position: absolute;
    right: 40px;
    bottom: 0
}

.product__cover--closing .product__zoom,
.product__cover--opening .product__zoom {
    display: none
}

.product__cover--fixed {
    position: fixed
}

@media only screen and (max-width:63.937em) {
    .product__cover div[data-fitter-content] {
        width: 65.66667%;
        float: left;
        display: inline
    }
    .product__cover div[data-fitter-footer] {
        width: 32.33333%;
        float: right;
        display: inline
    }
    .product__cover:after {
        content: "";
        clear: both;
        display: block
    }
}

@media only screen and (max-width:600px) {
    .product__cover div[data-fitter-content],
    .product__cover div[data-fitter-footer] {
        width: 100%;
        float: none;
        display: block
    }
}

.product__settings--cover {
    padding-bottom: 24px;
    padding-top: 24px
}

@media only screen and (min-width:64em) {
    .product__settings--cover {
        padding-top: 50px;
        padding-left: .625rem;
        padding-right: .625rem;
        width: 41.66667%;
        float: left;
        float: right!important
    }
}

@media only screen and (max-width:40em) {
    .product__settings--cover {
        border-top: 2px solid #f4eeec;
        margin-top: 32px;
        padding-top: 42px;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.product__option {
    padding: 0 40px 50px;
    border-bottom: 1px solid #f4eeec;
    margin-bottom: 50px
}

.product__option__title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    margin-bottom: 10px;
    margin-top: 64px
}

@media only screen and (max-width:50em) {
    .product__option__title {
        margin-top: 32px
    }
}

.product__option__title:first-child {
    margin-top: 0
}

.product__option__subtitle {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    margin-top: 32px;
    margin-bottom: 16px;
    clear: both
}

@media only screen and (max-width:63.937em) {
    .product__option__subtitle {
        margin-top: 24px;
        margin-bottom: 8px
    }
}

.product__option__subtitle i {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    font-style: italic;
    font-weight: 300
}

@media only screen and (max-width:40em) {
    .product__option {
        padding-left: 0;
        padding-right: 0
    }
    .product__option__subtitle i {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .product__option__subtitle i {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

.product__option__subtitle span {
    display: block;
    float: right;
    font-weight: 400;
    padding-top: 10px
}

.product__option__subtitle span a {
    font-weight: 400;
    color: #403a38
}

.product__option__subtitle span a.active {
    font-weight: 700;
    text-decoration: underline
}

.product__option:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.product__option--wedding_concept {
    text-align: center
}

.product__option--wedding_concept img {
    margin-top: 10px
}

.product__option--wedding_concept .product__option__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    text-transform: none;
    font-style: italic
}

@media only screen and (max-width:40em) {
    .product__option--wedding_concept .product__option__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .product__option--wedding_concept .product__option__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.product__option--pages {
    padding: 0;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em
}

.product__option--pages input {
    display: inline-block;
    width: 45px;
    margin-right: 8px
}

@media only screen and (max-width:40em) {
    .product__option--pages input {
        display: block;
        width: 50%
    }
    .product__option--pages input:after {
        content: "";
        clear: both;
        display: block
    }
}

.product__colors:after,
.product__colors:before,
.product__section:after,
.product__section:before {
    display: table;
    content: " "
}

.product__section {
    width: 100%;
    max-width: 75rem;
    padding-top: 75px;
    margin: 0 auto
}

.product__section__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    color: #403a38;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    margin-bottom: 10px
}

@media only screen and (max-width:40em) {
    .product__section__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .product__section__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.product__section__subtitle {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    color: #a99c97;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px
}

.product__section__separator {
    margin-bottom: 60px
}

.product__colors {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.product__uso .switchers--quadratoni .switchers__item {
    margin-right: 3%
}

.product__formats>ul {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

.product__formats>ul:after,
.product__formats>ul:before {
    content: " ";
    display: table
}

.product__formats>ul>li {
    display: block;
    height: auto;
    float: left;
    width: 25%;
    padding: 0 .625rem 1.25rem;
    list-style: none
}

.product__formats>ul>li:nth-of-type(1n) {
    clear: none
}

.product__formats>ul>li:nth-of-type(4n+1) {
    clear: both
}

@media only screen and (max-width:40em) {
    .product__formats>ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .product__formats>ul:after,
    .product__formats>ul:before {
        content: " ";
        display: table
    }
    .product__formats>ul:after {
        clear: both
    }
    .product__formats>ul>li {
        display: block;
        height: auto;
        float: left;
        width: 50%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .product__formats>ul>li:nth-of-type(1n) {
        clear: none
    }
    .product__formats>ul>li:nth-of-type(2n+1) {
        clear: both
    }
}

.product__formats--cornice>ul {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

.product__formats--cornice>ul:after,
.product__formats--cornice>ul:before {
    content: " ";
    display: table
}

.product__formats--cornice>ul:after {
    clear: both
}

.product__formats--cornice>ul>li {
    display: block;
    height: auto;
    float: left;
    width: 33.33333%;
    padding: 0 .625rem 1.25rem;
    list-style: none
}

.product__formats--cornice>ul>li:nth-of-type(1n) {
    clear: none
}

.product__formats--cornice>ul>li:nth-of-type(3n+1) {
    clear: both
}

@media only screen and (max-width:40em) {
    .product__formats--cornice>ul {
        display: block;
        padding: 0;
        margin: 0 -.625rem
    }
    .product__formats--cornice>ul:after,
    .product__formats--cornice>ul:before {
        content: " ";
        display: table
    }
    .product__formats--cornice>ul:after {
        clear: both
    }
    .product__formats--cornice>ul>li {
        display: block;
        height: auto;
        float: left;
        width: 50%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }
    .product__formats--cornice>ul>li:nth-of-type(1n) {
        clear: none
    }
    .product__formats--cornice>ul>li:nth-of-type(2n+1) {
        clear: both
    }
}

.product__customizations:after,
.results__filter ul:after,
.results__item__row:after,
.results__pagination ul:after,
.results__row:after,
.section,
.switchers-images__row:after,
.topbar .f-dropdown__cart__row:after,
.wconcept__items:after,
.weddingconcept__item__row:after,
.weddingconcept__row:after,
.wishlist__items:after,
.wishlist__row:after,
.wizard__step__row:after {
    clear: both
}

.product__formats--cornice .product__formats__item .format li a {
    font-family: proxima-nova, times, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333em
}

.product__description,
.product__more {
    font-size: 14px;
    font-family: proxima-nova, times, sans-serif
}

.product__description,
.product__more,
.range,
.registration__title {
    line-height: 1.57143em
}

.product__formats--cornice .product__formats__item .format li a span {
    white-space: nowrap
}

.product__customizations {
    width: 100%;
    max-width: 75rem;
    max-width: 410px;
    margin: 0 auto
}

.product__customizations:after,
.product__customizations:before {
    content: " ";
    display: table
}

.proto__header3,
.proto__header4 {
    width: 100%;
    display: none;
    position: fixed
}

@media only screen and (max-width:63.937em) {
    .product__customizations {
        margin-left: 0;
        margin-right: 0
    }
}

.product__customizations__item {
    margin-bottom: 10px
}

.product__placeholder {
    height: 250px;
    vertical-align: 250px;
    text-align: center;
    background: #f4eeec;
    border: #a99c97
}

.results__filter ul li,
.results__pagination ul li {
    list-style-image: none;
    list-style-type: none;
    vertical-align: middle;
    white-space: nowrap
}

.product__description {
    margin-top: 25px;
    text-align: left;
    font-size: .875rem
}

.product__description--space {
    margin-bottom: 25px
}

.product__more {
    font-size: .875rem;
    color: #403a38
}

.product--loading_image .product__image {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.product--loading_price .product__cta__price span::before {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    transform: rotateX(10deg)
}

@-webkit-keyframes myfirst {
    0%,
    100% {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    50% {
        top: -32px;
        left: -25px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #f46f54;
        color: #f46f54;
        padding: 30px;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
        box-shadow: 0 0 5px rgba(0, 0, 0, .4)
    }
}

@keyframes myfirst {
    0%,
    100% {
        top: -10px;
        background: #fff;
        padding: 10px
    }
    50% {
        top: -20px;
        left: -30px;
        background: #ff0;
        padding: 20px 40px
    }
}

.proto__detail,
.proto__detail--fixed {
    background-color: #fbf1ed
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.proto__header1 {
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/header1.png);
    background-position: top center;
    height: 134px
}

.proto__header2,
.proto__header3 {
    height: 48px;
    background-position: top center
}

.proto__header2 {
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/header2.png)
}

.proto__header3 {
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/header3.png);
    top: 0;
    left: 0;
    z-index: 15
}

.proto__header4 {
    background-image: url(https://cdn2.hubspot.net/hubfs/3005015/img/header4.png);
    background-position: top center;
    height: 69px;
    top: 48px;
    left: 0;
    z-index: 14
}

.proto__row1 {
    max-width: 1183px
}

.proto__left {
    width: 701px;
    float: left;
    display: inline;
    min-height: 300px
}

.proto__detail--fixed {
    position: fixed;
    top: 47px;
    width: 701px;
    left: 0;
    z-index: 13
}

.proto__right {
    width: 482px;
    float: right;
    display: inline
}

.proto__footer img {
    margin: 0 auto;
    display: block
}

.range {
    padding-top: 5px;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

.range__values,
.wconcept__item {
    padding-top: 16px
}

.range .range-slider {
    margin: 0
}

.range span {
    font-weight: 700
}

.range__slider:hover {
    background: #fff;
    cursor: pointer
}

.reference__preloader {
    display: none;
    padding: 80px 0 16px;
    text-align: center
}

.reference__result {
    min-height: 320px
}

.reference__result__thumb img {
    width: 100%
}

@media only screen and (max-width:40em) {
    .reference__item {
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em
    }
}

.registration__text,
.registration__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    color: #403a38
}

.reference--loading .reference__preloader {
    display: block
}

.reference--loading .reference__item {
    display: none
}
.reference__item{display:none;}
.reference__item.ITA{display:block;}
.reference__nazione{ max-width:420px;}
.contact__reference__result__thumb{padding-left:0px;}
.registration {
    margin-bottom: 64px;
    color: #403a38
}

.registration__title {
    font-size: .875rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px
}

.registration__text {
    font-size: .875rem;
    line-height: 1.57143em;
    margin-bottom: 16px
}

.registration__action,
.registration__toggle,
.results__item__subtitle {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    line-height: 1.57143em
}

.registration hr,
.registration__action p {
    margin-bottom: 2rem
}

.registration__action,
.registration__toggle {
    font-size: .875rem
}

.registration a {
    color: #a99c97
}

.registration hr {
    margin-top: 1rem
}

.results {
    padding-top: 64px;
    margin-bottom: 64px
}

.results__input {
    max-width: 280px
}

.results__topbar {
    margin-bottom: 48px
}

.results__topbar .catalogue__info {
    width: 30%
}

.results__topbar .catalogue__results {
    width: 65%
}

@media only screen and (max-width:40em) {
    .results__topbar .catalogue__info,
    .results__topbar .catalogue__results {
        width: 100%;
        float: none;
        text-align: left
    }
}

.results__filter {
    text-align: right;
    color: #a99c97
}

.results__filter ul {
    margin: 0;
    padding: 0;
    border: 0
}

.results__help,
.results__item__details,
.results__item__image,
.results__items {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.results__filter ul:after,
.results__filter ul:before {
    content: " ";
    display: table
}

.results__filter ul li {
    display: inline-block;
    margin-left: 4px
}

.results__item__row:after,
.results__item__row:before,
.results__row:after,
.results__row:before {
    display: table;
    content: " "
}

.results__filter ul li.active {
    font-weight: 700
}

.results__filter ul li a {
    color: #a99c97
}

.results__items {
    width: 75%
}

@media only screen and (max-width:40em) {
    .results__items {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.results__help {
    width: 25%
}

@media only screen and (max-width:40em) {
    .results__help {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.results__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.results__item {
    margin-bottom: 32px
}

.results__item__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.results__item__image {
    width: 33.33333%
}

@media only screen and (max-width:40em) {
    .results__item__image {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 16px
    }
}

.results__item__details {
    width: 66.66667%
}

@media only screen and (max-width:40em) {
    .results__item__details {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.results__item__thumb a {
    display: block;
    border: 1px solid #edeae9
}

.results__item__thumb a img {
    display: block;
    width: 100%
}

.results__item__thumb a:hover {
    border-color: #f4eeec
}

.results__item__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800
}

.results__item__title a {
    color: #403a38;
    text-decoration: none
}

.results__item__title a:hover {
    color: #000
}

.results__item__subtitle {
    font-size: .875rem;
    color: #a99c97
}

.results__item__more,
.results__item__more a,
.results__item__text {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.57143em;
    color: #403a38
}

.results__item__text {
    font-size: 14px;
    font-size: .875rem
}

.results__item__text:last-child {
    margin-bottom: 0
}

.results__item__more {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700
}

.results__item__more a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: underline
}

.results__item__more a:hover {
    color: #000
}

.results__item__subtitle,
.results__item__text {
    margin-bottom: 16px
}

.results__highlight {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #dfd3ce
}

.results .separator--asterisk,
.results .separator--line {
    margin-top: 0;
    margin-bottom: 32px
}

.results .items__item--help {
    padding-top: 0!important
}

.results .items__item--help em {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em
}

@media only screen and (max-width:40em) {
    .results .items__item--help em {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
    .results__pagination {
        margin-bottom: 64px
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .results .items__item--help em {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.results__pagination {
    text-align: center;
    margin-top: 32px
}

.results__pagination ul {
    margin: 0;
    padding: 0;
    border: 0
}

.results__pagination ul:after,
.results__pagination ul:before {
    content: " ";
    display: table
}

.results__pagination ul li a,
.search a,
.search input {
    display: inline-block
}

.results__pagination ul li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 30px
}

.results__pagination ul li a:hover {
    color: #403a38
}

.results__pagination ul li.current a {
    background-color: #000;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: 700;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.results__pagination ul li.current a:hover {
    color: #fff
}

.search input {
    width: 805;
    max-width: 285px
}

.section__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667em;
    color: #403a38;
    font-weight: 800;
    font-style: italic;
    text-align: center;
    margin-bottom: 32px
}

@media only screen and (max-width:40em) {
    .section__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .section__title {
        font-size: 29.99px;
        font-size: 1.87425rem;
        line-height: 1.16667em
    }
}

.section__title--left {
    text-align: left
}

.section__title--capital {
    color: #403a38;
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal
}

.separator--asterisk:after,
.blocco-testo h1, .subheader__title {
    font-family: 'Playfair Display', sans-serif;
    color: #403a38
}

.impagination__separator,
.separator {
    height: 3px;
    width: 5%;
    line-height: 3px;
    background: #403a38;
    font-size: 0;
    margin-bottom: 10px
}

.separator--centered {
    margin-left: auto;
    margin-right: auto
}

.separator--section {
    margin-bottom: 32px
}

.separator--asterisk {
    width: auto;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    background-color: transparent;
    border-bottom: 1px solid #403a38;
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative
}

.separator--asterisk:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 1px;
    content: "*";
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    display: block;
    width: 40px;
    background-color: #fff;
    text-align: center
}

@media only screen and (max-width:40em) {
    .separator--asterisk:after {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .separator--asterisk:after {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
}

.separator--small {
    width: 2%
}

.separator--line {
    line-height: 1px;
    height: 1px;
    background: #dfd3ce;
    width: 100%
}

.subheader {
    padding-top: /*3*/0px;
    margin-top: -40px;
    margin-left: -10px;
    margin-bottom: 0
}

.blocco-testo h1, .subheader__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
    font-weight: 800;
    font-style: italic;
    text-transform: none;
    margin-bottom:48px;
}

@media only screen and (max-width:40em) {
    .blocco-testo h1, .subheader__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em;
        margin-bottom:30px;
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .blocco-testo h1, .subheader__title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.subheader__title--center {
    text-align: center
}

.subheader .breadcrumbs {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

.subheader--no-title .breadcrumbs {
    margin-bottom: 0
}

.switchers-images {
    margin-top: 20px
}

.switchers-images__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.switchers-images__row:after,
.switchers-images__row:before {
    content: " ";
    display: table
}

.switchers-images__item {
    position: relative;
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.switchers-images__item__image {
    display: block;
    border: 5px solid transparent
}

.switchers-images__item:hover .switchers-images__item__image {
    border: 5px solid #b6aba6
}

.switchers-images__item.active:before {
    font-family: FontAwesome;
    font-size: .5rem;
    content: "\f00c";
    background-color: #403a38;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -4px;
    right: 7px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 2
}

.switchers--callout-vertical .switchers__text,
.switchers__item {
    line-height: 1.57143em;
    font-family: proxima-nova, times, sans-serif;
    text-align: center
}

.switchers-images__item.active .switchers-images__item__image {
    border: 5px solid #b6aba6
}

.switchers-images__item.disabled {
    filter: alpha(Opacity=10);
    opacity: .1
}

.switchers-images__item.disabled:hover {
    cursor: default
}

.switchers-images__item.disabled:hover .switchers-images__item__image {
    border: 0
}

.switchers-images__item.disabled:hover .switchers-images__item__image img {
    top: 0;
    left: 0
}

.switchers__item {
    display: inline-block;
    border: 1px solid #a99c97;
    color: #403a38;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    filter: alpha(Opacity=50);
    opacity: .5
}

.switchers__item:hover {
    filter: alpha(Opacity=75);
    opacity: .75;
    color: #403a38
}

.switchers__item.active,
.switchers__item.active:hover {
    filter: alpha(enabled=false);
    opacity: 1
}

.switchers__item.active {
    background-color: #e7e3e2;
    border-top: 1px solid #c6bbb7;
    border-right: 2px solid #bbb1ad;
    border-bottom: 2px solid #bbb1ad;
    border-left: 1px solid #c6bbb7;
    color: #403a38
}

.switchers__item.disabled {
    filter: alpha(Opacity=15);
    opacity: .15;
    cursor: default
}

.switchers--quadratoni .switchers__item {
    padding: 15px
}

@media only screen and (min-width:64em) {
    .switchers--quadratoni .switchers__item {
        display: inline-block;
        width: 46%;
        margin: 0 6% 20px 0
    }
}

.switchers--quadratoni .switchers__item img {
    margin-bottom: 10px;
    display: block
}

@media only screen and (max-width:40em) {
    .switchers--quadratoni .switchers__item img {
        display: none
    }
}

.switchers--callout-vertical .switchers__item {
    filter: alpha(Opacity=85);
    opacity: .85;
    width: 100%
}

.switchers--callout-vertical .switchers__item img {
    width: 100%
}

.switchers--callout-vertical .switchers__item:hover {
    filter: alpha(enabled=false);
    opacity: 1
}

.switchers--callout-vertical .switchers__item.active {
    filter: alpha(enabled=false);
    opacity: 1;
    background-color: #f5f0ee
}

.switchers--callout-vertical .switchers__item.active .switchers__actions .button,
.switchers--callout-vertical .switchers__item.active .switchers__actions .favorite__modify,
.switchers--callout-vertical .switchers__item.active .switchers__actions .favorite__next {
    background-color: #403a38;
    color: #f4eeec;
    border-color: #f4eeec
}

.switchers--callout-vertical .switchers__actions .button:hover,
.switchers--callout-vertical .switchers__actions .favorite__modify:hover,
.switchers--callout-vertical .switchers__actions .favorite__next:hover,
.timeline__item:after {
    background-color: #fff
}

.switchers--callout-vertical .switchers__image {
    border-bottom: 1px solid #dfd3ce
}

@media only screen and (max-width:50em) {
    .reference__result {
        min-height: 0
    }
    .switchers--callout-vertical .switchers__image {
        width: 49%;
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        border-right: 1px solid #dfd3ce;
        border-bottom: 0
    }
    .switchers--callout-vertical .switchers__image img {
        width: 100%
    }
}

@media screen and (max-width:400px) {
    .switchers--callout-vertical .switchers__image {
        width: 100%;
        display: block;
        height: auto;
        vertical-align: middle;
        border-bottom: 1px solid #dfd3ce;
        border-right: 0
    }
}

.switchers--callout-vertical .switchers__image img {
    width: 80%;
    margin: 16px auto
}

.switchers--callout-vertical .switchers__text {
    padding: 16px 11px;
    font-size: 14px;
    font-size: .875rem;
    color: #403a38;
    font-weight: 400
}

.switchers--callout-vertical .switchers__text p:first-child {
    min-height: 5em;
    margin-bottom: .75rem
}

@media only screen and (max-width:50em) {
    .switchers--callout-vertical .switchers__text p:first-child {
        min-height: 0;
        margin-bottom: 0
    }
    .switchers--callout-vertical .switchers__text {
        width: 49%;
        display: table-cell
    }
    .switchers--callout-vertical .switchers__text:after {
        content: "";
        clear: both;
        display: block
    }
}

.switchers--callout-vertical .switchers__text .impagination__modal__text,
.switchers--callout-vertical .switchers__text small {
    margin-bottom: 16px
}

@media screen and (max-width:400px) {
    .switchers--callout-vertical .switchers__text {
        width: 100%;
        display: block;
        height: auto;
        vertical-align: top
    }
}

.switchers--callout-vertical .switchers__price {
    font-family: proxima-nova, times, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 900;
    color: #403a38;
    margin-bottom: 16px
}

@media only screen and (max-width:50em) {
    .switchers--callout-vertical .switchers__price {
        min-height: 0;
        margin-bottom: 8px
    }
}

.switchers--callout-vertical .switchers__actions .button,
.switchers--callout-vertical .switchers__actions .favorite__modify,
.switchers--callout-vertical .switchers__actions .favorite__next {
    padding: .8rem 1rem .85rem;
    margin-top: 16px;
    width: 100%;
    text-align: center
}

.switchers--callout-vertical .switchers__actions a:not(.button) {
    text-decoration: underline;
    color: #a99c97
}

.timeline__action,
.timeline__title {
    line-height: 1.57143em;
    color: #403a38;
    font-family: proxima-nova, times, sans-serif
}

.switchers--bottoni .switchers__item {
    padding: 8px 13px;
    display: inline-block;
    min-width: 70px;
    text-align: center
}

@media only screen and (min-width:40.063em) {
    .switchers--bottoni .switchers__item {
        margin: 0 10px 14px 0
    }
}

.timeline__content {
    width: 50%;
    border-right: 2px solid #a99c97;
    position: relative
}

.timeline__title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.timeline__title .timeline__item:after {
    display: none
}

.timeline__title .timeline__item--we {
    margin-top: -22px
}

.timeline__item {
    position: relative;
    padding: 0 22px 0 0;
    text-align: right;
    width: 100%;
    margin-top: .9rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@media only screen and (max-width:63.937em) {
    .timeline__item {
        padding: 0 11px 0 0
    }
}

.timeline__item:first-child {
    margin-top: 0
}

.timeline__item:after {
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #a99c97;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    margin-right: -5px;
    z-index: 5
}

.timeline__item--we {
    margin-left: 100%;
    text-align: left;
    padding: 0 0 0 11px
}

.timeline__item--we:after {
    left: 0;
    margin-left: -3px;
    right: auto;
    margin-right: 0
}

.timeline__action {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.3em
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .timeline__action {
        font-family: proxima-nova, times, sans-serif;
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.2em
    }
}

@media only screen and (max-width:40em) {
    .timeline__action {
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em
    }
}

.timeline__pins {
    padding-bottom: 16px
}

.timeline__ribbon {
    display: inline-block;
    padding: 5px 8px;
    background-color: #c6b378;
    text-transform: uppercase;
    color: #fff;
    margin: 3px 0;
    font-weight: 600;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.timeline__ribbon--dark {
    background-color: #747474
}

.timeline__arrow {
    position: absolute;
    bottom: 3px;
    width: 32px;
    height: 8px;
    right: -17px
}

.timeline__arrow:after,
.timeline__arrow:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #a99c97;
    width: 16px;
    height: 8px
}

.timeline__arrow:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.timeline__arrow:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.timeline__image {
    margin-bottom: 14px;
    text-align: center
}

.timeline__image img {
    display: inline-block;
    margin: 0 auto
}

.timeline--we .timeline__image {
    margin-top: 0
}

.togglle__foreward {
    display: block
}

.togglle__backward {
    display: none
}

.has-tip.resetTypo {
    color: inherit
}

.tooltip {
    border: 1px solid #a99c97;
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    -moz-box-shadow: 1px 1px 1px rgba(153, 153, 153, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(153, 153, 153, .5);
    box-shadow: 1px 1px 1px rgba(153, 153, 153, .5)
}

.topbar__item,
.topbar__item:after {
    line-height: 1.33333em;
    font-family: proxima-nova, times, sans-serif
}

.tooltip>.nub {
    display: none;
    z-index: 1000;
    border-color: transparent transparent #fff
}

.tooltip>.nub:after,
.top-bar .dropdown .back:after {
    display: block;
    height: 0;
    content: "";
    width: 0
}

.tooltip>.nub:after {
    position: absolute;
    border: 6px solid;
    z-index: 999
}

@media only screen and (min-width:40.063em) {
    .tooltip.tip-top>.nub:after {
        left: -6px;
        border-color: #a99c97 transparent transparent;
        top: -5px
    }
    .tooltip.tip-left>.nub:after {
        left: -5px;
        border-color: transparent transparent transparent #a99c97;
        top: -6px
    }
    .tooltip.tip-bottom>.nub:after {
        left: -6px;
        border-color: transparent transparent #a99c97;
        top: -7px
    }
}

.top-bar,
.top-bar .top-bar-section {
    position: inherit
}

.top-bar .toggle-topbar {
    right: auto;
    left: 0
}

.top-bar .toggle-topbar span {
    padding-left: 32px
}

.top-bar .toggle-topbar span:after {
    right: auto;
    left: 7px
}

.top-bar .toggle-topbar.menu-icon a {
    padding-left: 0
}

.top-bar .dropdown .back {
    position: relative;
    padding: 10px 0 10px 10px
}

.top-bar .dropdown .back:after {
    border: 5px inset;
    border-color: transparent rgba(255, 255, 255, .4) transparent transparent;
    border-left-style: solid;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    left: 0
}

.top-bar .visibleOnFixed {
    display: none
}

.topbar {
    position: relative;
    padding-top: 30px
}

.new .topbar {
    position: relative;
    padding-top: 5px
}

@media screen and (max-width:40.063em) {
    .topbar {
        padding-top: 0
    }
}

.topbar ul {
    float: right;
    margin: 0;
    list-style: none
}

.topbar__clear {
    clear: both;
    content: "";
    display: block
}

.topbar__item {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 10px;
    margin: 0;
    position: relative
}
.new .topbar__item {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-transform: initial;
    font-weight: 300;
    padding: 15px 10px;
    margin: 0;
    position: relative
}

.topbar__item a {
    color: #a99c97
}

.topbar__item a:hover {
    text-decoration: underline
}

.topbar__item .f-dropdown {
    z-index: 103
}

.topbar__item:after {
    font-size: 24px;
    font-size: 1.5rem;
    color: #a99c97;
    font-weight: 300;
    content: "/";
    position: absolute;
    right: -7px;
    top: 7px
}

@media only screen and (max-width:40em) {
    .topbar__item:after {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .topbar__item:after {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

.topbar__item:last-child {
    padding-right: 0
}

.topbar__item:last-child:after {
    display: none
}

.topbar__item--dark a {
    color: #403a38
}

.new .topbar__item--dark a {
    color: #ffffff
}

.topbar__item--search {
    padding-top: 0;
    padding-bottom: 0
}

.topbar__item--search form {
    width: 0;
    display: inline-block;
    overflow: hidden;
    margin-bottom: -14px;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    transition-duration: .5s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.topbar__item--search form input {
    width: 100%;
    margin-bottom: 0
}

@media screen and (max-width:64em) {
    .topbar__item--search form {
        right: 17px;
        top: -12px;
        position: absolute
    }
}

.topbar__item--search.open form {
    width: 280px;
    font-weight: 400
}

.topbar__item--search.closing form {
    width: 0
}

.topbar .dropdown {
    margin: 0 auto
}

.topbar #drop1 {
    width: 200px;
    top: 40px!important
}

.topbar .f-dropdown {
    padding: 10px
}

.topbar .f-dropdown a {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    padding: 0;
    white-space: nowrap
}

.topbar .f-dropdown__cart {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfd3ce
}

.topbar .f-dropdown__cart__row {
    display: block;
    width: auto;
    max-width: none;
    margin: 5px -.625rem 10px
}

.topbar .f-dropdown__cart__price,
.topbar .f-dropdown__cart__products {
    width: 50%;
    line-height: 1.33333em;
    font-family: proxima-nova, times, sans-serif;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.topbar .f-dropdown__cart__row:after,
.topbar .f-dropdown__cart__row:before {
    content: " ";
    display: table
}

.topbar .f-dropdown__cart__title {
    display: block
}

.wconcept__items:after,
.wconcept__items:before,
.weddingconcept__item__row:after,
.weddingconcept__item__row:before,
.weddingconcept__row:after,
.weddingconcept__row:before {
    content: " ";
    display: table
}

.topbar .f-dropdown__cart__products {
    font-size: 12px;
    font-size: .75rem;
    text-transform: none;
    font-weight: 300;
    color: #a99c97
}

.topbar .f-dropdown__cart__price {
    text-align: right;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 800
}

.warningbox {
    position: absolute;
    top: 80%;
    width: 100%;
    z-index: 1000;
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.warningbox.ping {
    top: 110%;
    filter: alpha(enabled=false);
    opacity: 1
}

.warningbox--fixed {
    position: fixed;
    left: 50%;
    max-width: 320px;
    margin-left: -160px;
    top: -100px
}

.warningbox--fixed.ping {
    top: 60px
}

.wconcept {
    font-family: proxima-nova, times, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143em;
    color: #403a38;
    padding-bottom: 64px
}

.weddingconcept__item__text,
.weddingconcept__item__title {
    line-height: 1.33333em;
    color: #403a38;
    font-family: proxima-nova, times, sans-serif
}

.wconcept__items {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.wconcept__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left
}

.wconcept__item img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.wconcept__title {
    font-weight: 900;
    text-transform: uppercase;
    margin: 22px 0 10px
}

.weddingconcept__item__title strong,
.whyae__title {
    font-weight: 800
}

.wconcept__more {
    margin: 50px 0;
    text-align: center
}

.weddingconcept {
    padding-top: 48px;
    padding-bottom: 96px
}

.weddingconcept .homep__title, .main-cont h2 {
    text-align: center
}

.weddingconcept__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.weddingconcept__action,
.weddingconcept__item {
    width: 100%;
    margin-top: 32px;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.weddingconcept__action {
    text-align: center
}

.weddingconcept__separator {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

.weddingconcept__item {
    margin-bottom: 32px
}

.weddingconcept__item__row {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.weddingconcept__item__title {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
    text-transform: uppercase
}

@media only screen and (max-width:40em) {
    .weddingconcept__item__title {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
}

.weddingconcept__item__image {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left
}

.weddingconcept__item__image img {
    width: 100%
}

@media only screen and (max-width:40em) {
    .weddingconcept__item__image {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px
    }
}

.weddingconcept__item__text {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left;
    font-size: 18px;
    font-size: 1.125rem
}

.weddingconcept__item--highlight {
    margin-top: 48px
}

.weddingconcept__item--highlight .weddingconcept__item__text,
.weddingconcept__item--highlight .weddingconcept__item__title {
    font-family: proxima-nova, times, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em
}

.whyae__cta {
    text-align: center;
    margin-top: 64px
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__cta {
        margin-top: 16px
    }
}

.whyae__cta .button,
.whyae__cta .favorite__modify,
.whyae__cta .favorite__next {
    border-color: #fff;
    color: #fff
}

.whyae__cta .button:hover,
.whyae__cta .favorite__modify:hover,
.whyae__cta .favorite__next:hover {
    background-color: rgba(255, 255, 255, .1)
}

.whyae__testata {
    position: relative
}

.whyae__testata img {
    width: 100%
}

.whyae__testata__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.whyae__testata .breadcrumbs {
    margin-top: 24px;
    margin-left: 24px
}

.whyae__testata .breadcrumbs>*,
.whyae__testata .breadcrumbs>:before {
    color: #fbf1ed
}

@media only screen and (max-width:40em) {
    .weddingconcept__item__text {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left
    }
    .whyae__cta {
        margin-bottom: 48px
    }
    .whyae__testata__content {
        position: relative;
        top: auto;
        left: auto;
        height: auto
    }
    .whyae__testata .breadcrumbs>*,
    .whyae__testata .breadcrumbs>:before {
        color: #a99c97
    }
}

.whyae__testata--video {
    text-align: center
}

.whyae__testata--video .button,
.whyae__testata--video .favorite__modify,
.whyae__testata--video .favorite__next {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -150px
}

@media only screen and (max-width:40em) {
    .whyae__testata--video .button,
    .whyae__testata--video .favorite__modify,
    .whyae__testata--video .favorite__next {
        position: relative;
        margin: 32px auto 0;
        top: auto;
        left: auto;
        font-family: proxima-nova, times, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em
    }
    .whyae__testata--opposite a.button,
    .whyae__testata--opposite a.favorite__modify,
    .whyae__testata--opposite a.favorite__next {
        color: #403a38;
        border-color: #403a38
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__testata--video .button,
    .whyae__testata--video .favorite__modify,
    .whyae__testata--video .favorite__next {
        width: 180px;
        margin-left: -90px;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.whyae__item,
.wishlist__item,
.wishlist__title {
    padding-left: .625rem;
    padding-right: .625rem;
    float: left
}

.whyae__testata--opposite .breadcrumbs>*,
.whyae__testata--opposite .breadcrumbs>:before,
.whyae__testata--opposite .whyae__title {
    color: #403a38
}

.whyae__testata--opposite a.button,
.whyae__testata--opposite a.favorite__modify,
.whyae__testata--opposite a.favorite__next {
    color: #403a38;
    border-color: #403a38
}

.whyae__item {
    width: 33.33333%
}

.whyae__item>.button,
.whyae__item>.favorite__modify,
.whyae__item>.favorite__next {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    display: block
}

.wishlist__items:after,
.wishlist__items:before,
.wishlist__row:after,
.wishlist__row:before,
.wizard__step__row:after,
.wizard__step__row:before {
    content: " ";
    display: table
}

.whyae__item>:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:40em) {
    .whyae__item {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 100%;
        float: left;
        margin-bottom: 48px
    }
    .whyae__item .whyae__testata__image img {
        margin-bottom: 0
    }
    .whyae__item .whyae__testata__content .button,
    .whyae__item .whyae__testata__content .favorite__modify,
    .whyae__item .whyae__testata__content .favorite__next {
        margin-bottom: 32px
    }
}

.whyae__item--flat .whyae__subtitle--small {
    min-height: 0;
    margin-bottom: 16px;
    margin-top: 0
}

.whyae__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1em;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 24px;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25)
}

.whyae__text,
.whyae__title--noimage {
    color: #403a38
}

@media only screen and (max-width:40em) {
    .whyae__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em;
        color: #403a38
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1em
    }
}

.whyae__text {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    line-height: 1.75rem;
    margin-bottom: 56px;
    margin-top: 50px
}

.whyae__text a:not(.button) {
    color: #403a38;
    text-decoration: underline;
    font-weight: 700
}

.whyae__quote,
.whyae__subtitle {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 800
}

.whyae__text a:not(.button):hover {
    color: #000
}

.whyae__text img {
    margin-bottom: 20px
}

.whyae__text--centered {
    text-align: center
}

.whyae__text .bivio {
    margin-top: 64px
}

.whyae__text>:last-child {
    margin-bottom: 0
}

.whyae__quote {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em
}

@media only screen and (max-width:40em) {
    .whyae__text img {
        width: 100%
    }
    .whyae__quote {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__quote {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em
    }
}

.whyae__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    color: #403a38;
    vertical-align: top;
    margin-bottom: 64px;
    margin-top: 56px
}

@media only screen and (max-width:40em) {
    .whyae__subtitle {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.25em;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__subtitle {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25em
    }
}

.whyae__subtitle:first-child {
    margin-top: 0
}

.whyae__subtitle--small {
    font-family: proxima-nova, times, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    min-height: 70px !important;
    margin-bottom: 12px;
    font-style: normal;
    text-transform: uppercase
}

.whyae__subtitle--small i {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
    line-height: .2em
}

.wishlist__title,
.wizard__step__text {
    font-family: proxima-nova, times, sans-serif;
    color: #403a38
}

@media only screen and (max-width:40em) {
    .whyae__subtitle--small i {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .whyae__subtitle--small i {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2em
    }
    .whyae__subtitle--small {
        min-height: 96px
    }
    .whyae__subtitle--flat {
        min-height: 0
    }
}

.whyae__subtitle--flat {
    min-height: 0;
    margin-bottom: 16px
}

.whyae__partner center {
    margin-top: 32px
}

.whyae .impagination__separator,
.whyae .separator {
    margin-bottom: 0
}

.wishlist__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.wishlist__title {
    width: 100%;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px
}

.wishlist__items {
    width: auto;
    max-width: none;
    margin: 0 -.625rem
}

.wishlist__item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cbbdb6
}

.wishlist__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.wizard {
    text-align: center
}

.wizard__step {
    padding: 64px 0
}

.wizard__step__row {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.wizard__step__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px
}

.wizard__step__text a:not(.button) {
    color: #403a38;
    text-decoration: underline;
    font-weight: 700
}

.wizard__step__text a:not(.button):hover {
    color: #000
}

.wizard__item__title,
.wizard__step__title {
    font-family: proxima-nova, times, sans-serif;
    line-height: 1.33333em;
    color: #403a38;
    font-weight: 800;
    text-transform: uppercase
}

.wizard__step__image img {
    max-width: 100%
}

.wizard__step__image>img {
    margin: 0 auto
}

.wizard__step__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px
}

@media only screen and (max-width:40em) {
    .whyae__subtitle--small {
        min-height: 0
    }
    .wizard__step__title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.33333em
    }
}

@media only screen and (min-width:40.063em) and (max-width:63.937em) {
    .wizard__step__title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333em
    }
}

@media only screen and (max-width:40em) {
    .wizard__step__title {
        padding-left: 16px;
        padding-right: 16px;
        font-family: proxima-nova, times, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333em
    }
}

.wizard__step--intro {
    padding-top: 0
}

.wizard__step--step1,
.wizard__step--step5 {
    padding-bottom: 0
}

.wizard__step--bg-light {
    background-color: #f8f5f3
}

.wizard__step--bg-normal {
    background-color: #f5f4ec
}

.wizard__step--bg-dark {
    background-color: #ebe4e2
}

.wizard__step__button {
    margin: 112px 0 0;
    text-align: center
}

.wizard__step__button .button i,
.wizard__step__button .favorite__modify i,
.wizard__step__button .favorite__next i {
    font-size: 20px
}

.wizard__item {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left;
    position: relative;
    min-height: 380px
}

.wizard__item__image {
    position: absolute;
    bottom: 62px;
    left: 10%;
    width: 80%;
    z-index: 3;
    text-align: center;
    -moz-transition-property: bottom;
    -o-transition-property: bottom;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media only screen and (max-width:40em) {
    .wizard__item {
        min-height: 290px
    }
    .wizard__item__image {
        left: 20%;
        width: 60%
    }
}

.wizard__item__shadow,
.wizard__item__title {
    position: absolute;
    left: 0;
    text-align: center
}

.wizard__item__image img {
    display: inline-block;
    margin: 0 auto
}

.wizard__item__shadow {
    bottom: 30px;
    width: 100%;
    z-index: 2
}

.wizard__item__shadow img {
    display: inline-block;
    margin: 0 auto
}

.wizard__item__title {
    top: 90%;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (max-width:40em) {
    .wizard__item__title {
        bottom: auto;
        top: 100%;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em;
        line-height: 1.1em
    }
}

.wizard__item:hover {
    cursor: pointer
}

.wizard__item:hover .wizard__item__image {
    bottom: 82px;
    cursor: pointer
}

.wizard__item.active .wizard__item__image {
    bottom: 122px
}

.ws {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    padding-left: 8px;
    padding-right: 8px
}

.ws svg {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ws>div {
    display: none
}

.ws>div>img:first-child {
    width: 100%;
    margin-bottom: 16px
}

.ws.ws1 svg {
    max-width: 63.2263%
}

@media only screen and (max-width:40em) {
    .ws.ws1 svg {
        max-width: 100%
    }
    .ws.ws2 svg {
        display: none
    }
    .ws.ws2 div {
        display: block;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em
    }
    .ws.ws2 div ul {
        margin-bottom: 16px;
        margin-left: 0
    }
    .ws.ws2 div ul li {
        list-style: none;
        text-transform: uppercase;
        font-weight: 700
    }
    .ws.ws2 div a {
        display: inline-block;
        margin-top: 8px;
        color: #a99c97;
        font-weight: 700;
        text-decoration: underline
    }
}

.ws.ws2 svg {
    max-width: 92.35474%
}

.ws.ws3 {
    padding-top: 32px;
    padding-bottom: 32px
}

.ws.ws3 svg {
    max-width: 103.82263%
}

@media only screen and (max-width:40em) {
    .ws.ws3 svg {
        max-width: 100%
    }
}

.ws.ws4 svg {
    max-width: 70.6422%
}

@media only screen and (max-width:40em) {
    .ws.ws4 svg {
        max-width: 100%
    }
}

.ws.ws5 svg {
    max-width: 77.06422%
}

@media only screen and (max-width:40em) {
    .ws.ws5>div>div,
    .ws.ws5>div>div:first-child {
        padding-left: .625rem;
        padding-right: .625rem;
        float: left
    }
    .ws.ws5 svg {
        display: none
    }
    .ws.ws5>div {
        display: block;
        font-family: proxima-nova, times, sans-serif;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.57143em;
        width: auto;
        max-width: none;
        margin: 0 -.625rem
    }
    .ws.ws5>div:after,
    .ws.ws5>div:before {
        content: " ";
        display: table
    }
    .ws.ws5>div:after {
        clear: both
    }
    .ws.ws5>div>div {
        width: 41.66667%
    }
    .ws.ws5>div>div:first-child {
        width: 58.33333%
    }
    .ws.ws5>div>div:last-child {
        padding-top: 32px
    }
    .ws.ws5>div a {
        display: inline-block;
        margin-top: 8px;
        color: #403a38;
        font-weight: 700;
        text-decoration: underline
    }
    .ws.ws6 svg {
        display: none
    }
    .ws.ws6>div {
        display: block
    }
    .ws.ws6>div>div>div {
        text-align: center;
        font-family: proxima-nova, times, sans-serif;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.33333em;
        font-weight: 700;
        color: #403a38;
        float: left;
        width: 25%
    }
    .ws.ws6>div>div>div:last-child {
        float: right
    }
}

.ws.ws6 svg {
    max-width: 76.91131%
}

div#modal-upload-files {
    width: 895px
}


