@font-face {
    font-family: 'Circular Std Book';
    src: url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.eot');
    src: url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.woff2') format('woff2'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.woff') format('woff'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.ttf') format('truetype'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'Circular Std';
    src: url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.eot');
    src: url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.woff2') format('woff2'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.woff') format('woff'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.ttf') format('truetype'),
        url('https://stream.arkage.it/hubfs/font/circular/hinted-CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/****************************************/
/* 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    */
/*****************************************/

/* COLORI  */





/* TYPOGRAPHY */
 
 

/* RESET */

input{
    border: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

input[type="email"], input[type="text"], textarea{
    border: 0;
    font-size: 0.9rem;
    font-weight: 300;
    color: #3c3c3b;
    background: #FFF;
    padding: 10px;
    display: inline-block;
    width: 70%!important;
    float: left;
    margin-bottom: 10px;
    height: 42px;
    font-family: 'Circular Std Book', sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="submit"]{
    border: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    background:#3c3c3b;
    height: 42px;
    width: 30%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    font-family: 'Circular Std Book', sans-serif;
    letter-spacing: -0.5px;
    cursor: pointer;
    
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

input[type="submit"]:hover{
    background-color: #000;
    color: #F5A623;
}

input:focus, textarea:focus{outline: none;}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C2C2C2;
  font-size: 0.5rem;
}
input:-moz-placeholder, textarea:-webkit-input-placeholder { /* Firefox 19+ */
  color: #C2C2C2;
    font-size: 0.5rem;
}
input:-ms-input-placeholder, textarea:-webkit-input-placeholder { /* IE 10+ */
  color: #C2C2C2;
    font-size: 0.5rem;
}
input:-moz-placeholder, textarea:-webkit-input-placeholder { /* Firefox 18- */
  color: #C2C2C2;
    font-size: 0.5rem;
}



body, p{ font-family: 'Circular Std Book', sans-serif;}

.hs-author-social-links a.my-social-link{
   color: #a4c6d3;
   box-shadow: unset;
}

.hs-author-social-links a.my-social-link:hover{
   color: #a4c6d3;
    background-color: transparent;
}
    
#header2018 {
  position: fixed;
  z-index: 9999;
	height: 70px;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0 0px 10px 0px rgba(1,1,1,0.5);
  -moz-box-shadow: 0 0px 10px 0px rgba(1,1,1,0.5);
  -webkit-box-shadow: 0 0px 10px 0px rgba(1,1,1,0.5);
  left: 0;
}

#header2018 .row-fluid [class*="span"] {
  min-height: auto!important;
}

#header2018 .row-fluid-wrapper.row-depth-1.row-number-2 {
    height: 100%;
    display: flex;
    align-items: center;
} 

#header2018 .wrap {
   display: flex;
   align-items: center;
}
 

#header2018 .wrap a {
   display: flex;
   align-items: center;
}
 
.header-wrapper{
	
  text-align: center;
  margin: auto !important;
  float: none !important;
  padding: 0 20px;
}

.header-wrapper h1{
	font-size: 1.8rem;
  flex: 1 1 100%;
  width: 100%;
  align-self: center;
  align-content: flex-start;
  text-align: left;
}

#header2018 .header-wrapper > .row-fluid-wrapper {
  WIDTH: 100%;
}
  
#header2018 .header-wrapper .row-fluid{
	display: flex !important;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  min-height: auto!important;
}

.header-wrapper .spacer{
  /* flex: 1 1 50%;
  width: 50%; */
}

.blog-subscription{
    padding: 10px;
    color: white;
}

#header2018 .form-subscription {
   flex: 1 1 40%;
	  width: 40%;
}

#header2018 .form-subscription form{
    text-align: center;
    background-color: transparent;
}

#header2018 .form-subscription form input[type='email']{
  border-bottom: 1px solid #3c3c3b !important;
  padding-bottom: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

#header2018 .form-subscription form input[type='email']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C2C2C2;
  font-style: italic;
  font-size: 0.8rem;
  
}
#header2018 .form-subscription form input[type='email']::-moz-placeholder { /* Firefox 19+ */
  color: #C2C2C2;
  font-style: italic;
  font-size: 0.8rem;
}
#header2018 .form-subscription form input[type='email']:-ms-input-placeholder { /* IE 10+ */
  color: #C2C2C2;
  font-style: italic;
  font-size: 0.8rem;
}
#header2018 .form-subscription form input[type='email']:-moz-placeholder { /* Firefox 18- */
  color: #C2C2C2;
  font-style: italic;
  font-size: 0.8rem;
}

#header2018 .form-subscription form input[type='submit']{
	background-color: transparent;
  color: #F5A623;
  width: 25%;
  margin-bottom: 0;
}
#header2018 .form-subscription form .hs_submit{
	position: relative;
}
#header2018 .form-subscription form .hs_submit:after{
	content: "";
  background-image: url("https://stream.arkage.it/hubfs/arkage/freccia-submit.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 25%;
  height: 20px;
  top: 0;
  right: 0;
  margin-top: 33px;
  transform-origin: center top;
  transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#header2018 .form-subscription form .hs_submit:after:hover{
  transform: rotateX(360deg);
}
#header2018  .blog-subscription h3{
    font-family: 'Circular Std Book', sans-serif;
    background-color: #3c3c3b;
    text-align: left;
    padding: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    background: #FFF;
    font-size: 14pt;
}

body:before{
	content: "";
  position: absolute;
  z-index: 0;
  width: 30%;
  height: 30%;
  top: 70px;
  left: 0;
  background-image: url(https://stream.arkage.it/hubfs/azzurro.png);
  background-repeat: no-repeat;
	background-size: cover;
}

body:after{
	content: "";
  position: absolute;
  display: none;
  z-index: 0;
  width: 30%;
  height: 30%;
  bottom: 0;
  right: 0;
  background-image: url(https://stream.arkage.it/hubfs/arancio.png);
  background-repeat: no-repeat;
	background-size: cover;
}

h1,h2,h3,h4{margin: 0; padding: 0;}
.section.post-header{
	margin-left: -100px;
}
.about-author-sec {
	margin-left: -100px;
}
.blog-topics{
  position: relative;
  margin-top: 65px;
  margin-bottom: 65px;
}
.blog-topics h3{
  display: inline-block;
  font-family: 'Circular Std Book', sans-serif;
  color: #3c3c3b;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.blog-topics h3:after{
	content: "";
  position:absolute;
  width: 40%;
  left: 15%;
  top: 13%;
  height: 1px;
  background-color: #3c3c3b;
}

.blog-topics .topic-link{
	font-size: 0.7rem !important;
  margin: 0;
  text-decoration: none;
  color: #3c3c3b;
  padding: 0 10px;
  background-color: #F5A623;
  font-family: 'Circular Std Book', sans-serif;
  font-size: 0.7rem;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  display: inline-block;
  text-align: center;
  width: 22%;
  height: 30px;
  transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
}
.post-autor-avatar.single{
	margin-top: 0 !important;
}
.first-post a.topic-link:hover,
.blog-topics .topic-link:hover{
  background-color: #3c3c3b;
  color: #F5A623;
}

.super-header h1{
    font-family: 'Circular Std', sans-serif;
    color: #3c3c3b;
  	font-size: 2.5em;
    line-height: 2.5em;
}

.img-logo-head-1{
    width: 46%;
    display: inline-block;
}

.img-logo-head-2{
    width: 53%;
    display: inline-block;
}

.blog-body{
    position: relative;
    margin: auto !important;
    float: none !important;
    margin-top: 150px !important;
    padding: 20px;
    max-width: 1280px;
    /*background-color: #FFFFFE;
    box-shadow: 0 0 4px rgba(207, 207, 207, 0.75);
    -moz-box-shadow: 0 0 4px rgba(207, 207, 207, 0.75);
    -webkit-box-shadow: 0 0 4px rgba(207, 207, 207, 0.75); */
}

.blog-content{
    margin: 0;
    padding: 10px 0;
}

/*** override dimensioni per singolo post -> classe iniettata solo per singolo post tramite JS****/

.single-post-page{
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

div.section.post-body p, div.section.post-body h2, div.section.post-body ul,  div.section.post-body em{
    display: block;
    line-height: 2em;
}

/********************************************/

.hs-featured-image{
    max-width: 100%;
}

.main-post-foto{
    width: 100%;
    position: relative;    
  display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.main-post-foto:hover:{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 123, 0, 0.7);
}
.main-post-foto.single{
  margin-top: 30px !important;
	margin-bottom: 60px !important;
}
.titolo-post{
	  color: #3c3c3b;
  	font-family: 'Circular Std', sans-serif; 
    padding: 20px;
}

.titolo-post a{
 		color: #3c3c3b;
  	font-family: 'Circular Std', sans-serif; 
    text-decoration: none;
	  font-size: 2.5rem;
}

.first-post{
    margin-top: 10px;
    margin-bottom: 30px;
	  box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
	  	-moz-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  	  -webkit-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
}

.first-post h2{
    line-height: 1em;
}

a.read-more-first{
	position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 40px;
  color: #F5A623;
  font-size: 0.9rem;
  transition: all 150ms;
    -moz-transition: all 150ms;  
  	-webit-transition: all 150ms;
}

a.read-more-first:after{
	content: "";
  background-image: url("https://stream.arkage.it/hubfs/arkage/freccia-submit.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 10%;
  height: 20px;
  top: 15px;
  left: 0;
  transform: translateX(0);
  opacity: 1;
    transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;  
  	-webit-transition: all 1s  ease-in;
}
a.read-more-first:hover:after{
	transform: translateX(99999px);
	opacity: 0;
}

.first-post-img{
    /*min-width: 815px;*/
    position: relative;
    display: block;
    width: 100%;
}
.post-autor-avatar{
	width: 60px !important;
  height: 60px !important;
  float: left !important;
  margin-right: 20px;
  border-radius: 100%;
  	-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
}
.post-autor-avatar.small{	
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px;
  margin-top: 4px !important;
}
.other-post-container,
.blog-pagination{
  position: relative;
  display: inline-block;
  margin: 120px 10px;
  width: 100%;
	margin-left: 130px;
}
.blog-pagination{
  margin-top: 0;  
  text-align: center;
}
.other-post-container:before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://stream.arkage.it/hubfs/all-posts.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 200px;
  margin-left: -130px;
  margin-top: 10px;
}
.other-post {
  display: inline-block;
  margin: 20px 10px;
	width: 30%;
  box-sizing: border-box;
  border-bottom: 3px solid #F5A623;
  min-height: 440px;
  cursor: pointer;
  box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  -moz-box-shadow:  0 0px 15px 0px rgba(1,1,1,0.1);
  -webkit-box-shadow:  0 0px 15px 0px rgba(1,1,1,0.1);
  transition: all 300ms ease-out;
}
.other-post:hover{
	transform: scale(1.01);
}
.other-post .titolo-post{
    display: inline-block;
    margin: 0;
    background-color: transparent;
    padding: 0;
}

.other-post .author-link{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.other-post .author-link img{
	height: 35px;
  width: 35px;
}

.other-post .post-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.other-post .main-post-foto{
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 15px;
}
.related-posts-foto{
	width: 100% !important;	
  height: 100px !important;
  background-size: cover;
}
.post-header .titolo-post {
    flex: 1 1 0;
    line-height: 16px;
    
}

.other-post h2{
		font-size: 1rem;
    font-family: 'Circular Std Book', sans-serif;
    padding: 10px; 
    line-height: 1.5rem !important;
}


.other-post .titolo-post .hp-post-title a{
    
	  color: #3c3c3b;
    font-family: 'Circular Std Book', sans-serif;
    text-decoration: none;
    font-size: 1em;
    line-height: 0.7em;
}

p.topic_data {
	display: block;
  width: 95%;
	text-align: right;
  line-height: 0pt !important;
  margin-top: -25px;
}

p.post-data{
  font-size: 0.7rem;
  font-style: italic;
  color: #C2C2C2 !important;
  margin: 0 !important;
  margin-top: 6px !important;
  font-family: 'Circular Std Book', sans-serif;
  display: inline-block;
	margin-left: 0 !important;
  width: 50%;
}
p.author-name{
  color: #F5A623 !important;
  font-size: 0.7rem;
  font-family: 'Circular Std', sans-serif;
  margin-bottom: -15px !important;
}
.other-post a.topic-link, 
.first-post a.topic-link,
a.topic-link.single{
    margin: 0;
    text-decoration: none;
    color: #3c3c3b  !important;
    padding: 5px 10px  !important;
    background-color: #F5A623 !important;
    font-family: 'Circular Std Book', sans-serif  !important;
    font-size: 0.5rem  !important;
    white-space: nowrap;
  	text-transform: uppercase;
  	border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
  transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

a[class*="-posts-link"]{
    display: inline-block;
    border: 1px solid #F5A623;
    font-family: 'Circular Std Book', sans-serif;
    margin: 20px 0 0 0;
    color: #F5A623;
    font-size: 1em;
    text-decoration: none;
    padding: 10px;
    width: 100px;
    text-align: center;
    border-radius: 35px;
  	-moz-border-radius: 35px;
  	-webkit-border-radius: 35px;
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}
a[class*="-posts-link"]:hover{
  background: #F5A623;
  color: #FFF;
}

.post-listing-simple .other-post, .post-listing-simple .other-post h2{
    display: block;
    border: 0;
}

h2.post-listing-simple:before{content: "" !important;}

h2.post-listing-simple{padding-bottom: 20px;}

.post-listing-simple .other-post h2, div.post-item.first-post h2{
    border-bottom: 1px solid #C2C2C2;
}

.post-listing-simple .first-post{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 0;
}

.post-listing-simple h2 a{
    text-decoration: none;
    color: #3c3c3b;
    
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}

.post-listing-simple h2 a:hover{
    color: #F5A623;
    background-color: #3c3c3b;
}

/** SUBSCRIPTION FOLDING FORM 
.blog-subscription-folding{
    position: fixed;
    display: none  !important;
    width: 390px !important;
    right:-390px;
    height: 150px;
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(207, 207, 207, 0.75);
    -moz-box-shadow: 0 0 4px rgba(207, 207, 207, 0.75);
    -webkit-box-shadow: 0 0 4px rgba(207, 207, 207, 0.75); 
    bottom: 50%;
    
    transition: all 300ms cubic-bezier(0,1,.38,.49);
    -webkit-transition: all 300ms cubic-bezier(0,1,.38,.49);
    -moz-transition: all 300ms cubic-bezier(0,1,.38,.49);
}

.blog-subscription-folding.inside{
    right: 20px;
}

.blog-subscription-folding input[type="email"]{width: 250px;}

.blog-subscription-folding ul.hs-error-msgs.inputs-list, ul.hs-error-msgs.inputs-list {display: none !important;}

.blog-subscription-folding h3{
    background-color: #3c3c3b;
    color: white;
    margin-bottom: 5px;
    padding: 10px;
    
}

.blog-subscription-folding h3:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #3c3c3b transparent transparent transparent;
    border-width: 15px 15px 0 15px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    
}

.folding-form-close{
    width: 100%;
    text-align: right;
    padding: 5px;
    margin-top: -25px;
    display: block;
    position: absolute;
    font-size: 1em;
    color: #FFF;
    cursor: pointer;
    height: 20px;
}

/******/

/***** POST SINGOLO ****/

a.btn_home{
    display: block;
    padding: 10px;
    font-size: 12pt;
    color: #3c3c3b !important;
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: FontAwesome; 
    box-shadow: unset;
    
    transition: color 150ms ease-in;
    -moz-transition: color 150ms ease-in;
    -webkit-transition: color 150ms ease-in;
    -o-transition: color 150ms ease-in;
}

a.btn_home:hover{
    color: #F5A623 !important;
}

.img-post-interno{
		box-shadow: 0 3px 8px 0px rgba(1,1,1,.3);
    margin-bottom: 0;
    box-sizing: border-box;
}

h2.single-post-title-2 > a{
  font-family: 'Circular Std', sans-serif;
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 3rem;
  font-size: 3rem;
  color: #3c3c3b;
  margin-bottom: 20px !important;
  display: inline-block;
  
}
h2.single-post-title-2 > a:hover{
  color: #3c3c3b;
  background-color: transparent;
}
.hp-post-title.inner{
	margin: 10px 0 10px !important;
  min-height: 100px;
}
h2.single-post-title:not(.hp-post-title) a{
    text-decoration: none;
    color: #3c3c3b;
    font-size: 2em;
    line-height: 1em;
}

a.author-link{
    font-family:'Circular Std', sans-serif;
    font-size: 0.8rem;
    color: #F5A623 !important;
    padding: 5px;
  	padding-right: 0px;
    text-decoration: none;
    text-transform: initial;
    transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}
.author-link.single{
	padding: 0 !important;
}
.filter-expand-link{visibility: hidden;}
a.filter-expand-link{text-decoration: none;}
.filter-expand-link:before{
    content: "\f067";
    visibility: visible;    
    padding: 10px;
    background-color: #F5A623;
    color: #3c3c3b;
    font-size: 14pt;
    font-family: FontAwesome;
    
    transition:  200ms linear;
    -moz-transition:  200ms linear;
    -webkit-transition:  200ms linear;
    -o-transition:  200ms linear;
}

.filter-expand-link:hover:before{
    color: white;
}

a.author-link:hover{
    background-color: #FFF !important;
    color: #F5A623 !important;
}

.single-post-page a{
    color: #F5A623;
    text-decoration: none;
    /*box-shadow: inset 0 -5px 0 rgba(250, 123, 0, 0.6);*/
    
    
    transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;    
}

a.author-link, .single-post-title a, .hp-post-title a, .all-posts-link, .topic-link, .navbar-link, .related-link, a.navbar-link,a.related-link, a.btn_home {
    box-shadow: unset;
}

h2.hp-post-title{border-bottom: 0 !important;}

.single-post-page a:not(.related-posts a):not(.navbar-link):not(.single-post-title-2 a):hover{
    /*background-color: rgba(250, 123, 0, 0.6); */
  background-color: #3c3c3b;
}

a.author-link:hover, .single-post-title a:hover, .all-posts-link:hover, .navbar-link:hover, .related-link:hover, a.navbar-link:hover,
a.related-link:hover, a.btn_home:hover {
    background-color: transparent;
}

/*.hp-post-title a:hover{background-color: #3c3c3b;}

.blog-section h2:before{
    display: inline-block;
    font-family: 'Circular Std Book', sans-serif;
    content: "\005C\005C";
    font-size: 0.75em;
    color: #666;
    margin: 18pt 0 6pt 0;
}
*/

h2.single-post-title:before, h2.hp-post-title:before{
    content: "";
}

.blog-section:not(.single-post-title):not(.hp-post-title) h2{
   font-family: 'Circular Std', sans-serif;
   line-height: 2.5rem;
    margin-top: 70px;
    margin-bottom: 0px;
  	color: #3c3c3b;
  font-weight: lighter;
}

/*** sezione sotto main foto *****/
p#hubspot-author_data{
    font-family: 'Circular Std', sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    color: #3c3c3b;
}

.floating-sharer{
    width: 40px;
    overflow: hidden;
    font-size: 2em;
    display: flex;
    height: 40px;
  justify-content: flex-start;
  align-items: center;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    margin-top: 40px;
   box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  -moz-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  -webkit-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
    background-color: #F5A623;
    border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
}

.floating-sharer.slided{
    width: 80%;
   border-radius: 35px;
      -moz-border-radius: 35px;
      -webkit-border-radius: 35px;
}

.floating-sharer i{
  FLEX: 0 0 30px;
  width: 30px;
  height: auto;
  align-self: center;
  text-align: center;
    display: inline-block;
    cursor: pointer;
    padding-left: 4px;
    z-index: 99999;
    color: #FFF;
    font-size: 1.3rem;  
   
}


div.hs-blog-social-share {
    display: flex;
    margin-left: 40px;
    align-items: center;
}

ul.hs-blog-social-share-list {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.hs-blog-social-share .hs-blog-social-share-item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    max-height: 20px;
}

.fb_iframe_widget {
  display: flex!important;
}

.fb_iframe_widget span {
    height: 20px!important;
}

span.IN-widget {
    height: 20px!important;
  display: flex!important;
}

span.IN-widget span {
  font-size: 1em!important;
}

.cta_button{
    box-shadow: unset  !important;
}

.cta_button:hover{
    background-color: transparent !important;
}

/***** post navbar ****/
.single-post-navbar{
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 110px;
}

.navbar-nav-post{
  position: relative;
    background-color: #FFF;
    flex: 0 0 46%;
    display: flex;
    align-items: center;
    max-width: 46%;
	  color: ;
    min-height: 150px !important;
    margin: 0;
	  border-bottom: 2px solid #F5A623;
     box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  -moz-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  -webkit-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
}
.navbar-nav-post:hover{
	transform:scale(1.01);
}
.navbar-nav-post:first-child:before{
	content: "";
  position: absolute;
  background-image: url("https://stream.arkage.it/hubfs/prev-post.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  left: -100px;
  width: 140px;
  height: 20px;

}
.navbar-nav-post:last-child:after{
	content: "";
  position: absolute;
  background-image: url("https://stream.arkage.it/hubfs/next-post.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 160px;
  left: 90%;
  width: 140px;
  height: 20px;

}

p.navbar-post-title{
    margin: 0 !important;
    display: block;
    min-height: 50px;
    color: #3c3c3b !important;
  font-family: 'Circular Std', sans-serif;
  margin: 20px 10px 0px 10px !important;
  line-height: 1.4rem !important;
}

.navbar-nav-post a{
  color: #3c3c3b;
   text-decoration: none;
}

.navbar-feat-img{
    display: inline-block;
    width: 100%;
    height: 50%;
    background-size: cover !important;
}

.navbar-post-title{
    display: inline-block;
   font-family: 'Circular Std Book', sans-serif;
   font-size: 0.9em;
   line-height: 1.1em !important;
  color: #3c3c3b;
   padding: 5px;
}
.navbar-post-title p {
    margin-bottom: 0;
}

.single-post-navbar i{
    flex: 1 0 auto;
    background-color: #3c3c3b;
    color: #FFF;
    font-size: 2em;
    padding: 5px;
    text-align: center;
}

.no-content{background-color: transparent !important; display: none !important;}

/*******************************/

/*** FASCIA POST CORRELATI ******/
.related-posts{
    width: 100%;
    margin: 80px 0 80px 0 !important;
  position: relative;
}
.related-posts:before{
  position: absolute;
	content: "";
  background-image: url("https://stream.arkage.it/hubfs/correlati.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: -100px;
  width: 24px;
  height: 240px;
}
.related-post-item{
    margin:0 -1px 0 0 !important;
    border: 1px solid #C2c2c2;
    padding: 10px;
}

.related-posts a h3{
    font-family: 'Circular Std', sans-serif ;
	  color: #3c3c3b;
    font-size: 1rem;
    padding: 5px;
    margin-bottom: 10px;
	  min-height: 70px;
}
.related-posts .other-post{
	min-height: 100px !important;
}
.related-title{
    background-color: #3c3c3b;
    width: 100%;
    min-height: 50px;
    padding: 5px;
    box-sizing: border-box;
    max-height: 140px; 
    overflow: hidden;
}

a.related-link{
  color: #3c3c3b;
}

.related-link{
    color: #FFF;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    text-decoration: none;
    margin: 0 !important;
}

.related-image{
    margin: 0 !important;
    display: block;
    width: auto;
    height: 200px;
    background-position: center center;
    background-size:cover;
    border: 5px solid #3c3c3b;
    box-sizing: border-box;
}

/*******************************/

.blog-section p{
    line-height: 24pt;
    margin: 0 0 0 0;
    color: #3c3c3b;
}

em{
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2em;
    color: #666;
    border-left: 5px dotted rgba(41, 41, 41, 0.15);
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.topic-head{
    background-color: #3c3c3b;
    color: #FFF;
    font-family: ;
    FOnt-size: 1em;
    width: 150px;
    padding: 5px 10px;
}

.topic-link{
    background-color: #3c3c3b;
    color: #FFF;
    font-family: 'Circular Std Book', sans-serif;
    text-decoration: none;
    padding: 5px;
  	border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
    max-width: 200px;
    font-size: 0.65em;
}

hr{
    border:0;
    border-bottom: 1px solid #c2c2c2;
    margin: 20px 0;
    clear: both;
}

.about-author-sec {
    margin-top: 20px;
}

.about-author-sec img{
    width: 50px;
    height: auto;
}

.subscription-inline h3{
    background-color: #3c3c3b;
    font-family: 'Circular Std Book', sans-serif;
    color: #FFF;
    font-size: 1em;
    padding: 10px;
    width: 70%;
}
.subscription-inline form{
    background-color: #F5A623;
    padding: 10px;
    height: 42px;
}

/**** commenti *******/

.comment.depth-0:first-child{
    margin-top: 10px;
}

div[class^="comment depth-"]{
    margin-top: 15px !important;
    border: 1px solid #C2C2C2 !important;
    padding: 5px !important;
    font-size: 0.85em;
}

.comment.depth-1{padding-left: 30px !important;}
.comment.depth-2{padding-left: 50px !important;}
.comment.depth-3{padding-left: 70px !important;}

.new-comments input[type="text"], .new-comments input[type="email"]{
    width: 40%;
    margin: 1%;
}

.new-comments textarea{
    width: 80%;
    margin-left: 10px;
    margin-top 5px;
    height: 100px;
}
/****** ALL PAGE ***/
.hs-featured-image-wrapper.main-post-foto img{
  margin: 0 !important;
}

.post-item.simple-listing.first-post{
	padding: 0;
}
.post-item.simple-listing.first-post > h2,
.post-item.simple-listing.first-post > a{
	padding: 20px !important;
}
.hs-author-avatar.simple-listing {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
}
a.simple-listing{
  color: #3c3c3b;
  line-height: 1rem;
}
a.simple-listing:hover{
	background-color: transparent;
  color: #F5A623;
}
/*********************/

/**** SIDEBAR ****/
.blog-sidebar{
    padding: 0;
    margin: 0 !important;
}

.blog-sidebar h3{
  	position: relative;
	  color: #3c3c3b;
    font-family: 'Circular Std Book', sans-serif;
  	display: inline-block;
    padding-left: 10px;
  	text-transform: uppercase;
	  margin-bottom: 35px;
}

.blog-sidebar h3:after{
	content: "";
  position:absolute;
  width: 210%;
  left: 105%;
  top: 45%;
  height: 1px;
  background-color: #3c3c3b;
}

.blog-sidebar .hs-rss-module{
	padding: 15px;
}
.blog-sidebar .hs-rss-module a{
  color: #3c3c3b;
  font-size: 1rem;
  text-decoration: none;
}
.blog-sidebar .author-name{
  color: #F5A623;
  font-size: 0.7rem;
}
.post-listing ul{
    counter-reset: section;
    list-style-type: none;  
    padding: 0 !important;
}
.blog-sidebar .hs-rss-item-image-wrapper{
	width: 100%;
}
.blog-sidebar .hs-rss-featured-image{
	width: 35px;
	height: 35px;
  border-radius: 100%;
  -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
  float: left;
	margin-right: 10px;
  margin-top: 10px;
}
.post-listing:not(.post-topic) li,
.post-listing:not(.post-topic) .hs-rss-item,
.hs-rss-item{
   	background-color: #FFF;
    display: flex;
    align-items: flex-start;
  	flex-wrap: wrap;
    min-height: 30px;
	  border-bottom: 3px solid #F5A623;
  	margin-bottom: 30px;
    box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
    -moz-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
    -webkit-box-shadow: 0 0px 15px 0px rgba(1,1,1,0.1);
  	padding: 20px;
  transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}
.hs-rss-item .hs-rss-item-image-wrapper .data-published{
	font-size: 0.7rem;
  margin-left: 45px;
  margin-top: 20px;
  font-style: italic;
  color: #C2c2c2;
}
.post-listing:not(.post-topic) .hs-rss-item:hover{
	transform: scale(1.01);
}
.hs-rss-item:hover{
	transform: scale(1.01);
}

.post-listing li a{
    display: inline-block;
    text-decoration: none;
    color: #3c3c3b;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 1rem;
}

.post-topic li:before{
    content: '';
    margin-left: 0px;
    padding: 0;
    background-color: transparent;
}

.post-topic ul li{
    display: inline-block;
    background-color: #F5A623;
    font-family: 'Circular Std Book', sans-serif;
		padding: 1px 10px 5px 10px;
    margin: 0 2% 2% 0;
  	border-radius: 35px;
    -moz-border-radius: 35px;
		-webkit-border-radius: 35px;
  	transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
}

.post-topic ul li:hover{
		color: #FFF;
}

.post-topic ul li a{
    text-decoration: none;
    color: #3c3c3b;
    font-size: 0.65em;
    margin-top: 0;
    font-weight: bold;
}

.post-popolari, .post-recenti, .post-topic{
    padding-left: 10px;
}

.post-popolari h3:before, .post-recenti h3:before, .post-topic h3:before{
    display: inline-block;
    font-family: 'Circular Std Book', sans-serif;
    /*content: "\005C\005C"; */
    font-size: 0.75em;
    color: #FFF;
    margin-right: 3px;
}
.form-subscription h4{
    font-size: 1em;
    color: #F5A623;
    background-color: #3c3c3b;
    padding: 10px;
}

.post-item.other-post .post-data{
	margin-top: -5px !important;
}

li{
    list-style-type: none;    
    margin-left: 10px;
    margin-bottom: 5px;
}

.single-post-page li:before{
    /*content: "\005C\005C";*/
    color: #666;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 0.7em;
    font-family: 'Circular Std Book', sans-serif;
    
}

.post-topic li:before, .floating-sharer li:before, .hs_subscribe li:before{
    content: "";
}

/*** commenti ***/
h3.label-commenti{
    font-family: 'Circular Std Book', sans-serif;
    background-color: #3c3c3b;
    color: #FFF;
    text-align: left;
    padding: 10px;
    position: relative;
}

h3.label-commenti i{cursor:pointer;}
.hs_subscribe ul{
    display: block;
    clear: both;
    font-size: 1em;
    font-family: 'Circular Std Book', sans-serif;
}
.blog-comments{
    min-height: 0 !important;
    max-height: 0;
    overflow: hidden;
    
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.blog-comments.open{
    max-height: 4000px;
}

/*********/
/** INPUT ***/
.hs-form-required, .blog-subscription ul.hs-error-msgs.inputs-list, .subscription-inline ul.hs-error-msgs.inputs-list{display: none !important;}

/*** commenti ****/
.blog-comments input[type="email"], .blog-comments input[type="text"], .blog-comments  textarea{
    border-bottom: 1px solid #C2C2C2 !important;
}

/*******/
.divider{margin: 0 !important;}

.hs-responsive-embed-iframe{min-height: 600px}

/*** MEDIA QUERIES ****/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.header-wrapper h1{
  	font-size: 1.5rem;
  }
  .header-wrapper .spacer {
      flex: 1 1 0%;
      width: 0%;
  }
  #header2018 .form-subscription {
    flex: 1 1 60%;
    width: 60%;
	}
  #header2018 .form-subscription form input[type='submit'] {
    width: 20%;
    font-size: 0.7rem;
    height: 51px;
  }
  #header2018 .form-subscription form .hs_submit:after{
  	top: 0px;
  }
  .blog-sidebar h3:after{
    width: 80%;
  }
  p.topic_data {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-top: 20px;
	    margin-bottom: 40px;
    }
  
  a.read-more-first:after{
    width: 18%;
    height: 20px;
    top: 19px;
  }
  .blog-sidebar .hs-rss-module a {
    font-size: 0.9rem;
  }
  .post-listing:not(.post-topic) .hs-rss-item{
  	padding: 10px;
    height: 150px;
  }
  .blog-topics h3:after{
	  left: 23%;
  }
  .blog-topics .topic-link{
    width: 45%;
  }
  .other-post-container{
  		margin: 150px 10px;
    	width: 130%;
      margin-left: 30px;
    margin-bottom: 0;
  }
  .other-post-container:before{
          margin-left: -40px;
  }
  .other-post {
  	width: 44%;
  }
  .blog-section:not(.single-post-title):not(.hp-post-title) h2{
  	margin-top: 0;
  }
  .navbar-nav-post{
    flex: 0 0 48%;
    widtH: 48%;
    max-width: 50%;
    min-height: 190px !important;
  }
  
  .navbar-nav-post:last-child:after{
    top: 200px;
    left: 80%;
  }
  .related-posts .other-post{
  	width: 45%;
  }
  .blog-sidebar .hs-rss-module{
    padding-right: 0;
  }
}
@media (max-width: 640px){
    .other-post .titolo-post a{
        line-height: 25px;
    }    
    
  .section.post-header{
  	margin-left: 0;
  }
  h2.single-post-title-2 > a{
    line-height: 2.2rem;
    font-size: 1.7rem;
  }
  .post-autor-avatar.single{
  	width: 30px !important;
		height: 30px !important;
  }
  .post-autor-avatar.single{
  	 margin-top: 9px !important;
  }
  div.hs-blog-social-share{
    margin-left: 0;
  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
   float: left;
    margin-right: 10px;
    max-height: 20px;
    display: inline-flex;
    margin-bottom: 0;
  }
  
  div.section.post-body p, div.section.post-body h2, div.section.post-body ul, div.section.post-body em{
  	font-size: 1.2rem;
    line-height: 1.9rem !important;
  }
  .about-author-sec {
    margin-left: 0px;
}
  
  .related-posts {
    	margin-left: 20px !important;
  	}
  .related-posts .other-post{
  	margin-left: 0;
  }
  
  .related-posts:before{
  	left: 0;
    top: -6px;
    margin-left: -30px; 
  }
  .navbar-nav-post:first-child:before {
  	left: 0;
  }
  
  .navbar-nav-post:last-child:after{
      top: 107%;
    left: 60%;
  }
  .blog-section:not(.single-post-title):not(.hp-post-title) h2{
  	margin-top: 10px;
  }
  
  
  .super-header h1{
    padding: 0px;
    font-size: 2em;
    line-height: 1em;
  }
   .single-post-page{margin-top: 40px;}
   	a.btn_home{color:  !important;
  }
  
  .hp-post-title.inner{
  	min-height: 80px;
  }
}

@media screen and (max-width: 480px){
  
  #header2018 .header-wrapper .row-fluid {
    justify-content: flex-start;
  }
  .#header2018 .form-subscription {
      display: none;
  }
  
  #header2018 .wrap  {
     justify-content: flex-start;
  }
  
  #header2018 .wrap a svg {
      width: 30px;
      margin-right: 15px;
  }
    body{overflow-x: hidden;}
    #header2018 .form-subscription form input[type='submit']{
      	padding: 0;
    }
    .blog-body{
         width: 100% !important;
         padding: 0;
         margin: 0 !important;
    }
    
    .super-header h1{
        padding: 0px;
        font-size: 2.5em;
    }
    
    .blog-subscription-folding{
        max-width: 90%;
        box-shadow: 0 0 4px rgba(207, 207, 207, 0.95);
        -moz-box-shadow: 0 0 4px rgba(207, 207, 207, 0.95);
        -webkit-box-shadow: 0 0 4px rgba(207, 207, 207, 0.95); 
    }
    
    .blog-subscription input[type="email"]{WIDTH: 65%;}
    .blog-subscription input[type="submit"]{WIDTH: 35%;}
   
    .other-post, .other-post .post-header{
        display: block;  
    }
  
  .other-post{
	  width: 100%;
   /* min-height: 360px;
    max-height: 390px; */
  }
    .post-header{
        padding-top: 0px;
    }
    
    a.btn_home{
        font-size: 1.5em;
    }
    
    .other-post .main-post-foto{
        max-width: 100%;
    }
    
    a[class*="-posts-link"]{width: 90%}
    
    .blog-subscription{
        padding: 10px 0;
        width: 100%;
    }
    
    .first-post-img{
        min-width: 100%;
    }
    
    .post-popolari, .post-recenti, .post-topic{padding: 10px 0;}
    
/**** SINGLE POST ****/

    .single-post-page{
        width: 100% !important;
        padding: 20px;
        }
    h2.single-post-title{font-size: 0.85em;}
    
    .blog-section:not(.single-post-title):not(.hp-post-title) h2{
        
    }
    .related-link .hs-rss-item-image-wrapper{
      display: inline-block;
      width: 100%;
      height: auto;
    }
    .single-post-navbar{
        height: auto;
    }
    
    .navbar-nav-post{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .navbar-nav-post + .navbar-nav-post {
        margin-top: 15px;
    }
    
    .related-image{height: 100px;}
    .subscription-inline h3{
        width: 100%;
        box-sizing: border-box;
        }
        
    .navbar-feat-img{ width: 100px;}
    
    div.section.post-body p, div.section.post-body h2, div.section.post-body ul,  div.section.post-body em{
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.8em;
    }
     div.section.post-body h2{
         font-size: 1em;
     }
     
    .new-comments input[type="text"], .new-comments input[type="email"], .new-comments input[type="submit"]{
        width: 100%;
        margin: 20px 0;
    }
    
    .new-comments textarea{
        width: 100%;
        margin-left: 0px;
        margin-top 20px;
        height: 100px;
    }
    .topic-link:nth-of-type(2):before{
        display: block;
        /*content: "";*/
        background-color: #FFFFFE;
        box-shadow: inset 0 -3px 0 #FFFFFE;
    }
    
    .post-listing ul{
        margin-right: 15px;
    }
    
    .post-topic ul li{
        width: auto;
        height: 30px;
        margin-bottom: 10px;
        padding-top: 6px;
    }
    
   .floating-sharer{margin-left: 0;} 
   .floating-sharer.slided{
        width: 100%;
        height: 150px;
    } 
    
    .img-logo-head-1{
        width: 98%;
    }
    .img-logo-head-2{
        width: 100%;
    }
    
    .hs-responsive-embed-iframe{min-height: 300px}
    
    .blog-subscription-folding{display: none;}
    /**** SIDEBAR ****/
    .blog-sidebar, .blog-content{
        padding: 15px;
        margin: 0 !important;
	      margin-top: 100px !important;
    }

}

@media screen and (min-width: 320px) and (max-width: 480px){
  .header-wrapper h1{
  	font-size: 1rem;
    line-height: 1.1rem;
  }
  .header-wrapper .spacer {
      display: none;
      flex: 1 1 0%;
      width: 0%;
  }
  #header2018 .form-subscription {
    display: none;
    flex: 1 1 100%;
    width: 100%;
	}
  #header2018 .form-subscription form input[type='submit'] {
    width: 20%;
    font-size: 0.7rem;
    height: 51px;
    padding: 0;
  }
  #header2018 .form-subscription form .hs_submit:after{
  	top: 2px;
  }
  .post-autor-avatar{
   		width: 40px;
    	height: 40px;
  }
  
  p.topic_data {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px ;
		margin-bottom: 20px ;
  }
  
  .other-post a.topic-link, .first-post a.topic-link, a.topic-link.single{
      font-size: 0.8rem !important;
      display: inline-block;
      padding: 10px 20px !important;
      margin: 3px;
    }
  
  .blog-section:not(.single-post-title):not(.hp-post-title) h2{
    line-height: 2rem;
  }
  .titolo-post a{
	  font-size: 1.9rem;
  }
  a.author-link{
    font-size: 0.9rem;
  }
  a.read-more-first {
	  font-size: 1.2rem;
  }
  a.read-more-first:after{
    width: 40%;
    top: 25px;
  }
  .other-post-container{
	  margin: 0px;
 		width: 100%;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .other-post-container:before{
    margin-left: -30px;
    margin-top: 10px;
  }
  .other-post{
	  width: 90%;
  }
  .hp-post-title.inner {
    	margin: 0px 0 10px !important;
	}
    .blog-topics .topic-link{
      width: 39%;
    }
  .blog-topics h3:after{
	  left: 36%;
    top: 11%;
  }
  .blog-sidebar{
  	width: 100% !important;
  }
	.blog-sidebar h3:after{
		width: 180%;
	}
	.blog-pagination{
  	text-align:  center;
    margin: 0;
	}
}

@media screen and (min-width: 410px) and (max-width: 480px){
  a.read-more-first {
	  font-size: 1rem;
  }
  a.read-more-first:after{
    width: 26%;
    top: 25px;
  }
}

@media only screen	and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
  .blog-topics h3:after{
  	    left: 32%;
    		top: 6%
  }
  .blog-topics .topic-link{
  	width: 65%;
	  margin-bottom: 5px;
  }
  .blog-topics p{
    text-align: center;
	}
}