/*  ==========================================================================
    Developed by GiantFocal. 
    Contact us at support@giantfocal.com
    Visit our site at www.giantfocal.com
    ========================================================================== */
    
/* 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;}



/* -------------------------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 20px auto!important;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }
@media (max-width:767px) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 30px; }
   
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
/*!
 *  Font Awesome 4.7.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('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;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-remove:before,.fa-close:before,.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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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,.fa-bar-chart: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-gears:before,.fa-cogs: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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,.fa-gratipay: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-pp: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.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-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*                                                            VARIABLES                                                            */
/*                                         REPLACE THE CONTENT BELOW WITH THE GENERATED CODE                                       */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*
* Use the Astonish Template Designer to generate your CSS variables
*/

/* Font Import */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Courgette');

/* Containers */



/* Font Family */



/* Colors */





/* Typography */
 












/* Header (Top Nav) */



/* Header - Menu Navigation */



/* Footer */




/* Background Colors */



/* Button */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*                                                          END OF VARIABLES                                                       */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


/* --------------------------------------------------

Index:

1. BASE STYLES
    - Base
    - Typography
    - Alignments
    - Margins & Paddings
    - Backgrounds
    - Display
    - Vertical Alignment
    - Image & iFrame
    - Borders
    - Slick Overwrite
    - Magnific Override

2. COS Main Global Groups
    - Header
    - Footer

3. CUSTOM MODULES

4. HUBSPOT BUILT-IN MODULES

5. GiantFocal
    - Main Pages
    - Site Pages
    - Landing Pages
    - Blog Pages
    - System Pages


/*  ======================================================================================================================================


    1. BASE STYLES


    ==================================================================================================================================== */
    
    
/*  --------------------------------------------------
    Base
    -------------------------------------------------- */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden; 
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0; 
    transition: margin .2s cubic-bezier(.16, .68, .43, .99);
    background: #fff;
    color: #757575;
    font-family:  Open Sans , sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-container-wrapper {
    position: relative;
    z-index: 1; 
    background: #fff;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.clearfix {
    clear: both;
}

/**
* Page Center
* Apply .page-center to fullwidth modules.
*/
.container-fluid .row-fluid .page-center {
    float: none;

    margin-right: auto;
    max-width: 1220px;
    margin-left: auto;
    padding-right: 20px; 
    padding-left: 20px;
}

.container-fluid .row-fluid .page-center-small {
    max-width: 800px;
}

/* Links */
a {
    color: #3aa9f2;
    transition: all .2s ease-in-out; 
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0877c0;
}

a:focus {
    outline: none !important;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    color: #0877c0;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #757575;
    text-shadow: none;
}

/* remove first tag's margin-top in a rich text */
.hs_cos_wrapper_type_rich_text *:first-child {
    margin-top: 0;
}

/*  --------------------------------------------------
    Typography
    -------------------------------------------------- */
/* Basic text */
p {
    margin: 10px 0;
    line-height: 1.75;
}

p + p {
    margin-top: 20px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 20px;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family:  Roboto , sans-serif;
    margin: 1em 0 .5em;
    text-rendering: optimizelegibility;
    color: #505050;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1.h1-large {
    font-size: 65px;
}

h1, .h1-type { font-size: 60px; }
h2, .h2-type { font-size: 40px; }
h3, .h3-type { font-size: 30px; }
h4, .h4-type { font-size: 24px; }
h5, .h5-type { font-size: 14px; }
h6, .h6-type { font-size: 12px; }
.header-margin-none h1,
.header-margin-none h2,
.header-margin-none h3,
.header-margin-none h4 {
    margin: 0;
}

@media (min-width: 768px) {
    .header-large h1 {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

/* Lists */
li {
    line-height: 1.5;
}

.body-container-wrapper ul,
.body-container-wrapper ol {
    padding-left: 12px;
}

ul.unstyled,
ol.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Quotes */
blockquote {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    position: relative;
    margin: 20px 0;
    padding-left: 20px;
    color: #8a8a8a;
}

blockquote span {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    display: block;
    margin-top: 10px;
}

@media (max-width: 480px) {
    blockquote {
        font-size: 17px;
        line-height: 1.4;
        margin: 20px 0;
        padding: 15px 0;
    }
}

/* Backgrounds */
.bgPrimary {
    background: #3aa9f2;
}

.bgSecondary {
    background: #ffc222;
}

.bgColor3 {
    background: #fafafa;
}

.bgColor4 {
    background: #333333;
}

.bgWhite {
    background: #fff;
}

.bgGradient {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/*  --------------------------------------------------
    Colors
    -------------------------------------------------- */
.colorPrimary {
    color: #3aa9f2;
}

.colorSecondary {
    color: #ffc222;
}

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li,
.color-white a {
    color: #fff;
}

/*  --------------------------------------------------
    Alignments
    -------------------------------------------------- */
.text-aligncenter {
    text-align: center;
}

.text-alignright {
    text-align: right;
}

.text-alignleft {
    text-align: left;
}

.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mb-text-aligncenter {
        text-align: center;
    }

    .mb-text-alignright {
        text-align: right;
    }

    .mb-text-alignleft {
        text-align: left;
    }

    .mb-text-alignjustify {
        text-align: justify;
    }
}

/*  --------------------------------------------------
    Margins & Paddings
    -------------------------------------------------- */
.margin-10 {
    margin: 10px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-50 {
    margin: 50px 0;
}

.margin-60 {
    margin: 60px 0;
}

.margin-70 {
    margin: 70px 0;
}

.margin-80 {
    margin: 80px 0;
}

.margin-90 {
    margin: 90px 0;
}

.margin-100 {
    margin: 100px 0;
}

.margin-110 {
    margin: 110px 0;
}

.margin-120 {
    margin: 120px 0;
}

.margin-130 {
    margin: 130px 0;
}

.margin-140 {
    margin: 140px 0;
}

.margin-150 {
    margin: 150px 0;
}

.margin-160 {
    margin: 160px 0;
}

.margin-170 {
    margin: 170px 0;
}

.margin-180 {
    margin: 180px 0;
}

.margin-190 {
    margin: 190px 0;
}

.margin-200 {
    margin: 200px 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-130 {
    margin-top: 130px;
}

.margin-top-140 {
    margin-top: 140px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-160 {
    margin-top: 160px;
}

.margin-top-170 {
    margin-top: 170px;
}

.margin-top-180 {
    margin-top: 180px;
}

.margin-top-190 {
    margin-top: 190px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-110 {
    margin-bottom: 110px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-130 {
    margin-bottom: 130px;
}

.margin-bottom-140 {
    margin-bottom: 140px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-bottom-160 {
    margin-bottom: 160px;
}

.margin-bottom-170 {
    margin-bottom: 170px;
}

.margin-bottom-180 {
    margin-bottom: 180px;
}

.margin-bottom-190 {
    margin-bottom: 190px;
}

.margin-bottom-200 {
    margin-bottom: 200px;
}

@media (max-width: 767px) {
    .mb-margin-10 {
        margin: 10px 0;
    }

    .mb-margin-20 {
        margin: 20px 0;
    }

    .mb-margin-30 {
        margin: 30px 0;
    }

    .mb-margin-40 {
        margin: 40px 0;
    }

    .mb-margin-50 {
        margin: 50px 0;
    }

    .mb-margin-60 {
        margin: 60px 0;
    }

    .mb-margin-70 {
        margin: 70px 0;
    }

    .mb-margin-80 {
        margin: 80px 0;
    }

    .mb-margin-90 {
        margin: 90px 0;
    }

    .mb-margin-100 {
        margin: 100px 0;
    }

    .mb-margin-110 {
        margin: 110px 0;
    }

    .mb-margin-120 {
        margin: 120px 0;
    }

    .mb-margin-130 {
        margin: 130px 0;
    }

    .mb-margin-140 {
        margin: 140px 0;
    }

    .mb-margin-150 {
        margin: 150px 0;
    }

    .mb-margin-160 {
        margin: 160px 0;
    }

    .mb-margin-170 {
        margin: 170px 0;
    }

    .mb-margin-180 {
        margin: 180px 0;
    }

    .mb-margin-190 {
        margin: 190px 0;
    }

    .mb-margin-200 {
        margin: 200px 0;
    }

    .mb-margin-top-10 {
        margin-top: 10px;
    }

    .mb-margin-top-20 {
        margin-top: 20px;
    }

    .mb-margin-top-30 {
        margin-top: 30px;
    }

    .mb-margin-top-40 {
        margin-top: 40px;
    }

    .mb-margin-top-50 {
        margin-top: 50px;
    }

    .mb-margin-top-60 {
        margin-top: 60px;
    }

    .mb-margin-top-70 {
        margin-top: 70px;
    }

    .mb-margin-top-80 {
        margin-top: 80px;
    }

    .mb-margin-top-90 {
        margin-top: 90px;
    }

    .mb-margin-top-100 {
        margin-top: 100px;
    }

    .mb-margin-top-110 {
        margin-top: 110px;
    }

    .mb-margin-top-120 {
        margin-top: 120px;
    }

    .mb-margin-top-130 {
        margin-top: 130px;
    }

    .mb-margin-top-140 {
        margin-top: 140px;
    }

    .mb-margin-top-150 {
        margin-top: 150px;
    }

    .mb-margin-top-160 {
        margin-top: 160px;
    }

    .mb-margin-top-170 {
        margin-top: 170px;
    }

    .mb-margin-top-180 {
        margin-top: 180px;
    }

    .mb-margin-top-190 {
        margin-top: 190px;
    }

    .mb-margin-top-200 {
        margin-top: 200px;
    }

    .mb-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .mb-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .mb-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .mb-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .mb-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .mb-margin-bottom-60 {
        margin-bottom: 60px;
    }

    .mb-margin-bottom-70 {
        margin-bottom: 70px;
    }

    .mb-margin-bottom-80 {
        margin-bottom: 80px;
    }

    .mb-margin-bottom-90 {
        margin-bottom: 90px;
    }

    .mb-margin-bottom-100 {
        margin-bottom: 100px;
    }

    .mb-margin-bottom-110 {
        margin-bottom: 110px;
    }

    .mb-margin-bottom-120 {
        margin-bottom: 120px;
    }

    .mb-margin-bottom-130 {
        margin-bottom: 130px;
    }

    .mb-margin-bottom-140 {
        margin-bottom: 140px;
    }

    .mb-margin-bottom-150 {
        margin-bottom: 150px;
    }

    .mb-margin-bottom-160 {
        margin-bottom: 160px;
    }

    .mb-margin-bottom-170 {
        margin-bottom: 170px;
    }

    .mb-margin-bottom-180 {
        margin-bottom: 180px;
    }

    .mb-margin-bottom-190 {
        margin-bottom: 190px;
    }

    .mb-margin-bottom-200 {
        margin-bottom: 200px;
    }
}

.padding-10 {
    padding: 10px 0;
}

.padding-20 {
    padding: 20px 0;
}

.padding-30 {
    padding: 30px 0;
}

.padding-40 {
    padding: 40px 0;
}

.padding-50 {
    padding: 50px 0;
}

.padding-60 {
    padding: 60px 0;
}

.padding-70 {
    padding: 70px 0;
}

.padding-80 {
    padding: 80px 0;
}

.padding-90 {
    padding: 90px 0;
}

.padding-100 {
    padding: 100px 0;
}

.padding-110 {
    padding: 110px 0;
}

.padding-120 {
    padding: 120px 0;
}

.padding-130 {
    padding: 130px 0;
}

.padding-140 {
    padding: 140px 0;
}

.padding-150 {
    padding: 150px 0;
}

.padding-160 {
    padding: 160px 0;
}

.padding-170 {
    padding: 170px 0;
}

.padding-180 {
    padding: 180px 0;
}

.padding-190 {
    padding: 190px 0;
}

.padding-200 {
    padding: 200px 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

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

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-170 {
    padding-top: 170px;
}

.padding-top-180 {
    padding-top: 180px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-170 {
    padding-bottom: 170px;
}

.padding-bottom-180 {
    padding-bottom: 180px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

@media (max-width: 767px) {
    .mb-padding-10 {
        padding: 10px 0;
    }

    .mb-padding-20 {
        padding: 20px 0;
    }

    .mb-padding-30 {
        padding: 30px 0;
    }

    .mb-padding-40 {
        padding: 40px 0;
    }

    .mb-padding-50 {
        padding: 50px 0;
    }

    .mb-padding-60 {
        padding: 60px 0;
    }

    .mb-padding-70 {
        padding: 70px 0;
    }

    .mb-padding-80 {
        padding: 80px 0;
    }

    .mb-padding-90 {
        padding: 90px 0;
    }

    .mb-padding-100 {
        padding: 100px 0;
    }

    .mb-padding-110 {
        padding: 110px 0;
    }

    .mb-padding-120 {
        padding: 120px 0;
    }

    .mb-padding-130 {
        padding: 130px 0;
    }

    .mb-padding-140 {
        padding: 140px 0;
    }

    .mb-padding-150 {
        padding: 150px 0;
    }

    .mb-padding-160 {
        padding: 160px 0;
    }

    .mb-padding-170 {
        padding: 170px 0;
    }

    .mb-padding-180 {
        padding: 180px 0;
    }

    .mb-padding-190 {
        padding: 190px 0;
    }

    .mb-padding-200 {
        padding: 200px 0;
    }

    .mb-padding-top-10 {
        padding-top: 10px;
    }

    .mb-padding-top-20 {
        padding-top: 20px;
    }

    .mb-padding-top-30 {
        padding-top: 30px;
    }

    .mb-padding-top-40 {
        padding-top: 40px;
    }

    .mb-padding-top-50 {
        padding-top: 50px;
    }

    .mb-padding-top-60 {
        padding-top: 60px;
    }

    .mb-padding-top-70 {
        padding-top: 70px;
    }

    .mb-padding-top-80 {
        padding-top: 80px;
    }

    .mb-padding-top-90 {
        padding-top: 90px;
    }

    .mb-padding-top-100 {
        padding-top: 100px;
    }

    .mb-padding-top-110 {
        padding-top: 110px;
    }

    .mb-padding-top-120 {
        padding-top: 120px;
    }

    .mb-padding-top-130 {
        padding-top: 130px;
    }

    .mb-padding-top-140 {
        padding-top: 140px;
    }

    .mb-padding-top-150 {
        padding-top: 150px;
    }

    .mb-padding-top-160 {
        padding-top: 160px;
    }

    .mb-padding-top-170 {
        padding-top: 170px;
    }

    .mb-padding-top-180 {
        padding-top: 180px;
    }

    .mb-padding-top-190 {
        padding-top: 190px;
    }

    .mb-padding-top-200 {
        padding-top: 200px;
    }

    .mb-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .mb-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .mb-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .mb-padding-bottom-40 {
        padding-bottom: 40px;
    }

    .mb-padding-bottom-50 {
        padding-bottom: 50px;
    }

    .mb-padding-bottom-60 {
        padding-bottom: 60px;
    }

    .mb-padding-bottom-70 {
        padding-bottom: 70px;
    }

    .mb-padding-bottom-80 {
        padding-bottom: 80px;
    }

    .mb-padding-bottom-90 {
        padding-bottom: 90px;
    }

    .mb-padding-bottom-100 {
        padding-bottom: 100px;
    }

    .mb-padding-bottom-110 {
        padding-bottom: 110px;
    }

    .mb-padding-bottom-120 {
        padding-bottom: 120px;
    }

    .mb-padding-bottom-130 {
        padding-bottom: 130px;
    }

    .mb-padding-bottom-140 {
        padding-bottom: 140px;
    }

    .mb-padding-bottom-150 {
        padding-bottom: 150px;
    }

    .mb-padding-bottom-160 {
        padding-bottom: 160px;
    }

    .mb-padding-bottom-170 {
        padding-bottom: 170px;
    }

    .mb-padding-bottom-180 {
        padding-bottom: 180px;
    }

    .mb-padding-bottom-190 {
        padding-bottom: 190px;
    }

    .mb-padding-bottom-200 {
        padding-bottom: 200px;
    }
}

/*  --------------------------------------------------
    Box
    -------------------------------------------------- */
.box-10 {
    padding: 10px;
}

.box-15 {
    padding: 15px;
}

.box-20 {
    padding: 20px;
}

.box-25 {
    padding: 25px;
}

.box-30 {
    padding: 30px;
}

/*  --------------------------------------------------
    Hero Banner
    -------------------------------------------------- */
.hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.hero-banner .page-center {
    position: relative;
}

.hero-image {
    display: none !important;
}

@media (min-width: 950px) {
    .hero-banner-parallax {
        background-attachment: fixed;
    }
}

/*  --------------------------------------------------
    Display
    -------------------------------------------------- */
.display-none {
    display: none !important;
}

.display-block {
    display: block;
}

@media (min-width: 768px) {
    .desktop-display-none {
        display: none !important;
    }

    .desktop-display-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .mb-display-none {
        display: none !important;
    }

    .mb-display-block {
        display: block !important;
    }
}

/*  --------------------------------------------------
    Vertical Alignment
    -------------------------------------------------- */
@media (min-width: 768px) {
    .vertical-align-center > .row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }

    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
        margin-left: 2.564102564%;
    }

    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(2) {
        margin-left: 0;
    }
}

/*  --------------------------------------------------
    Images & Iframe
    -------------------------------------------------- */
img {
    height: auto;
}

iframe {
    display: inline-block;
    max-width: 100% !important;
}

/*  --------------------------------------------------
    Borders
    -------------------------------------------------- */
.border-top {
    border-top: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

@media (max-width: 767px) {
    .mb-border-top {
        border-top: 1px solid #efefef;
    }

    .mb-border-bottom {
        border-bottom: 1px solid #efefef;
    }

    .mb-border-left {
        border-left: 1px solid #efefef;
    }

    .mb-border-right {
        border-right: 1px solid #efefef;
    }
}

/*  --------------------------------------------------
    Slick Override
    -------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    width: 100%;
}

.slick-slide {
    outline: none !important;
}

.slick-prev::before {
    font-family: fontawesome;
    font-size: 45px;
    content: '\f104';
}

.slick-next::before {
    font-family: fontawesome;
    font-size: 45px;
    content: '\f105';
}

.slick-prev,
.slick-next {
    z-index: 10;
}

/*  --------------------------------------------------
    Magnific Override
    -------------------------------------------------- */
.mfp-image-holder .mfp-content {
    width: 1000px;
    max-width: 100%;
}

/* ======================================================================================================================================


    2. COS Global Groups ( Header, SiteFooter and Footer )
    !!! ALERT: DO NOT EDIT THIS SECTION !!!

    ==================================================================================================================================== */
/*  --------------------------------------------------
    Header 
    -------------------------------------------------- */
/*  Default Header
    ------------------------------ */
#header {
    position: relative;
    background: #ffffff;
    z-index: 20 !important;
    padding: 20px 0;
    transition: all .3s ease-in-out;
}

#header .page-center {
    max-width: 100%;
}

#header .page-center > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#header .page-center > .row-fluid-wrapper > .row-fluid:before,
#header .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}

.is-sticky #header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

/* Header info */
@media (min-width: 768px) {
    .header-info {
        margin-top: 0;
    }

    .header-info > .row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-info > .row-fluid-wrapper > .row-fluid > div {
        width: auto;
    }
}

/*  Offcanvas Menu
    -------------------------------------------------- */
.main-nav ul {
    margin: 0;
    padding: 20px;
}

.main-nav li {
    list-style: none;
}

.main-nav li:nth-child(n+2) {
    margin-top: 10px;
}

.main-nav a {
    position: relative;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #494949;
}

.main-nav a:hover {
    color: #3aa9f2
}

.main-nav .active-branch > a {
    color: #3aa9f2;
}

.main-nav .hs-item-has-children > a .offcanvas-sub-toggle:after {
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '\f107';
}

.main-nav .hs-item-has-children > a .offcanvas-sub-toggle.open:after {
    content: '\f106';
}

.main-nav .hs-menu-children-wrapper {
    padding: 10px 0 10px 15px;
}

.main-nav .hs-menu-children-wrapper li a {
    font-size: 14px;
    padding-bottom: 7px;
    opacity: .8;
}

.main-nav .hs-menu-children-wrapper li:nth-child(n+2) {
    margin-top: 7px;
}

/* Offcanvas menu trigger */
.menu-btn {
    font-size: 30px;
    cursor: pointer;
}

/* Offcanvas menu close */
.offcanvas-menu-close {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin: 20px 20px 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}

.offcanvas-menu-close:hover {
    color: #3aa9f2;
}

/*  Header Landing Page
    ------------------------------ */
#header.header-landing .page-center {
    padding-right: 20px;
    padding-left: 20px;
}

/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
.footer-container-wrapper .row-fluid [class*='span'] {
    min-height: 0;
}

#footer {
    font-weight: bold;
    position: fixed;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1b1c23;
    border-top: 1px solid #565656;
}

/* Social Links */
#footer .social-links {
    margin: 0;
    padding: 0;
}

#footer .social-links li {
    display: inline-block;
    float: none;
    list-style: none;
}

#footer .social-links li a {
    color: #a0a0a0;
    font-size: 17px;
    display: inline-block;
    margin: 5px;
    text-align: center;
}

#footer .social-links li a:hover {
    color: #fff;
}

.footer-placeholder {
    position: relative;
    z-index: -1;
}

/*  Copyright
    -------------------------------------------------- */
#footer .copyright {
    font-size: 14px;
    color: #a0a0a0;
}

/*  Scroll to top
    -------------------------------------------------- */
.scroll-to-top span {
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
}

.scroll-to-top span:hover {
    color: #fff;
}

/*  ======================================================================================================================================


    3. CUSTOM MODULES


    ==================================================================================================================================== */
/*  --------------------------------------------------
    1 Col Full Height
    -------------------------------------------------- */
.cm-1col-fullheight {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: calc(100vh - 92px);
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cm-1col-fullheight:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.cm-1col-fullheight .page-center {
    position: relative;
}

.cm-1col-fullheight .page-center h2 {
    margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cm-1col-fullheight {
        height: 100vh;
    }

    .cm-1col-fullheight .page-center {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*  --------------------------------------------------
    3 Boxes Portfolio
    -------------------------------------------------- */
.cm-3boxes-portfolio .cm-3boxes-portfolio-01 {
    display: inline-block;
    float: left;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cm-3boxes-portfolio .cm-3boxes-portfolio-02 {
    display: inline-block;
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cm-3boxes-portfolio .cm-3boxes-portfolio-03 {
    display: inline-block;
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cm-3boxes-portfolio a {
    position: relative;
}

.cm-3boxes-portfolio a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .4s ease;
    opacity: 0;
    background: #222;
}

.cm-3boxes-portfolio a:hover:before {
    opacity: .7;
}

.cm-3boxes-portfolio a:after {
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    content: '\f00e';
    transition: all .4s ease;
    opacity: 0;
    color: #fff;
}

.cm-3boxes-portfolio a:hover:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .cm-3boxes-portfolio .cm-3boxes-portfolio-02 {
        margin-bottom: 20px;
    }
}

/*  --------------------------------------------------
    Simple Image/Icon Text
    -------------------------------------------------- */
.cm-simple-img-text {
    margin-bottom: 30px;
}

.cm-simple-img-text .cm-simple-icon {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.cm-simple-img-text .cm-simple-img {
    margin-bottom: 15px;
}

.cm-simple-img-text > h4 {
    font-weight: 400;
    margin: 0 0 20px;
}

.cm-simple-img-text > p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

/* Style 01 */
.cm-simple-img-text.cm-simple-img-text-02 {
    padding: 30px;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

/* --------------------------------------------------
   3 Col Icon Text
   -------------------------------------------------- */
.cm-3col-icontext i {
    font-size: 60px;
    color: #222;
}

.cm-3col-icontext h4 {
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .cm-3col-icontext .span4 {
        padding: 0 2%;
    }
}

/* --------------------------------------------------
   3 Boxes Image Background Hover
   -------------------------------------------------- */
.cm-3box-img-bg-hover .span4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cm-3box-img-bg-hover .span4 > div {
    padding: 20px 50px;
}

.cm-3box-img-bg-hover p {
    margin: 0;
}

@media (min-width: 768px) {
    .cm-3box-img-bg-hover .span4 {
        position: relative;
        width: 33.333333%;
        min-height: 700px;
        margin: 0;
    }

    .cm-3box-img-bg-hover .span4:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: all .5s ease;
        opacity: .95;
        background: #222;
    }

    .cm-3box-img-bg-hover .span4:hover:before {
        opacity: .35;
    }

    .cm-3box-img-bg-hover .span4:after {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        content: '';
        background: rgba(255, 255, 255, .1);
    }

    .cm-3box-img-bg-hover .span4 > div {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) and (max-height: 750px) {
    .cm-3box-img-bg-hover .span4 {
        min-height: 750px;
    }
}

@media (max-width: 767px) {
    .cm-3box-img-bg-hover .span4 {
        position: relative;
    }

    .cm-3box-img-bg-hover .span4:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: all .5s ease;
        opacity: .4;
        background: #222;
    }

    .cm-3box-img-bg-hover .span4 > div {
        position: relative;
        z-index: 3;
        padding: 100px 20px;
    }
}

/* --------------------------------------------------
   Testimonials
   -------------------------------------------------- */
/* Simple Testimonial Slider
 * ------------------------------- */
.testimonial-slider .cm-simple-testimonial {
    padding: 0 20px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    color: #757575;
}

.testimonial-slider .slick-prev {
    left: 0;
    width: 16px;
    height: 45px;
}

.testimonial-slider .slick-next {
    right: 0;
    width: 16px;
    height: 45px;
}

@media (max-width: 850px) {
    .testimonial-slider .cm-simple-testimonial {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .testimonial-slider .cm-simple-testimonial {
        padding: 0 0;
    }
}

/* Simple Testimonial
 * ------------------------------- */
.cm-simple-testimonial h4 {
    font-size: 30px;
    margin: 0;
}

.cm-simple-testimonial .cm-simple-testimonial-job {
    margin: 0;
}

.cm-simple-testimonial .cm-simple-testimonial-text {
    font-style: italic;
    margin: 20px 0 0;
}

/* Testimonial
 * ------------------------------- */
.cm-testimonial {
    margin-bottom: 30px;
    padding: 40px 30px;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

.cm-testimonial .cm-testimonial-detail {
    padding: 0 30px;
    text-align: center;
}

.cm-testimonial .cm-testimonial-detail img {
    width: 110px;
    max-width: 100%;
    margin: 0 auto 10px;
    border-radius: 100%;
}

.cm-testimonial .cm-testimonial-detail p {
    font-weight: bold;
    margin: 0px0;
}

.cm-testimonial .cm-testimonial-detail p span {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    display: block;
}

/*  --------------------------------------------------
    Team
    -------------------------------------------------- */
.cm-team {
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

.cm-team.cm-team-white {
    background: #fff;
}

.cm-team .cm-team-detail {
    padding: 20px;
}

.cm-team h3 {
    font-size: 24px;
    margin: 0;
}

.cm-team h4 {
    font-size: 16px;
    margin: 0;
}

.cm-team p {
    font-size: 14px;
    margin: 10px 0 0;
}

/*  --------------------------------------------------
    Hero Banner Full Height
    -------------------------------------------------- */
.cm-herobanner-fullheight {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: calc(100vh - 92px);
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
}

.cm-herobanner-fullheight.with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.cm-herobanner-fullheight .page-center {
    position: relative;
    z-index: 2;
}

.cm-herobanner-fullheight .page-center > h2 {
    margin: 0;
}

/*  --------------------------------------------------
    Hero Banner Background Slide
    -------------------------------------------------- */
.cm-herobanner-slidebg {
    font-size: 18px;
    position: relative;
}

.cm-herobanner-slidebg:before {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.cm-herobanner-slidebg.cm-herobanner-slidebg-fullheight {
    min-height: calc(100vh - 92px);
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-image {
    position: relative;
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-list,
.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-track {
    width: 100%;
    height: 100%;
}

.cm-herobanner-slidebg h1 {
    margin: 0;
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slide {
    min-height: calc(100vh - 92px);
    display: block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

.cm-herobanner-slidebg .page-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Slick dot */
.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-dots {
    bottom: 20px;
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    transition: all .3s ease;
    border-radius: 50px;
    background: rgba(255, 255, 255, .35);
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-dots li.slick-active button {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(255, 255, 255, .9);
}

.cm-herobanner-slidebg .cm-herobanner-slidebg-slider .slick-dots li button:before {
    display: none;
}

/*  --------------------------------------------------
    Hero Banner Simple
    -------------------------------------------------- */
.cm-herobanner-simple h2 {
    margin: 0;
}

.cm-herobanner-simple p {
    margin: 0;
}

/*  --------------------------------------------------
    Hero Banner Image
    -------------------------------------------------- */
.cm-herobanner-img {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.cm-herobanner-img.with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.cm-herobanner-img .page-center {
    position: relative;
}

/*  --------------------------------------------------
    Hero Banner Video Background
    -------------------------------------------------- */
.hero-banner-video.with-overlay {
    position: relative;
}

.hero-banner-video.with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.hero-banner-video.with-overlay > * {
    position: relative;
    z-index: 3;
}

.hero-banner-video video {
    max-width: none !important;
}

/*  --------------------------------------------------
    Hero Banner Slider
    -------------------------------------------------- */
.cm-hero-slider.slick-slider {
    position: relative;
    margin-bottom: 0;
}

.cm-hero-slider .hero-slider-bg {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.cm-hero-slider .hero-slider-bg.with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.cm-hero-slider .hero-slider-bg.with-overlay > * {
    position: relative;
    z-index: 2;
}

.cm-hero-slider button.slick-next {
    right: 20px;
    width: 16px;
    height: 45px;
}

.cm-hero-slider button.slick-prev {
    left: 20px;
    width: 16px;
    height: 45px;
}

.cm-hero-slider button.slick-next:before,
.cm-hero-slider button.slick-prev:before {
    color: #3aa9f2
}

.cm-hero-slider .slick-dots {
    bottom: 20px;
}

.cm-hero-slider .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
}

.cm-hero-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    border-radius: 100%;
}

.cm-hero-slider .slick-dots li button:before {
    font-size: 20px;
    width: 10px;
    height: 10px;
    content: '';
    transition: all .2s ease-in-out;
    color: #3aa9f2;
    border-radius: 100%;
    background: #fff;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .cm-hero-slider .page-center {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}

@media (max-width: 767px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .cm-hero-slider h1 {
        font-size: 40px;
    }
}

/*  --------------------------------------------------
    FAQ
    -------------------------------------------------- */
.cm-faq {
    position: relative;
    margin-bottom: 40px;
}

.cm-faq .cm-faq-number {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    margin: 0;
}

.cm-faq h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

/*  --------------------------------------------------
    Gallery
    -------------------------------------------------- */
.cm-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.cm-gallery .cm-gallery-img-wrapper {
    position: relative;
    overflow: hidden;
}

.cm-gallery .cm-gallery-img {
    z-index: 1;
    width: 100%;
    margin: auto;
    transition: all .3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cm-gallery .cm-gallery-img-wrapper:hover .cm-gallery-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cm-gallery .cm-gallery-detail {
    padding: 20px 0;
    transition: all .3s ease;
}

.cm-gallery-detail-inner h4 {
    margin: 0;
}

/* Icon overlay */
.cm-gallery-zoom {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cm-gallery-zoom i {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    text-align: center;
    color: #fff;
}

/*  --------------------------------------------------
    Recent Post Blog (Slider)
    -------------------------------------------------- */
.cm-recent-posts {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*  --------------------------------------------------
    Number Count Up Section
    -------------------------------------------------- */
.cm-numbercount {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.cm-numbercount .cm-numbercount-content h4 {
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
}

.cm-numbercount .cm-numbercount-content p {
    margin: 0;
}

@media (min-width: 420px) and (max-width: 767px) {
    .cm-numbercount .row-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cm-numbercount .row-fluid .span3 {
        display: inline-block !important;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .cm-numbercount .row-fluid .span3:nth-child(odd) {
        margin: 0 2% 20px 0;
    }

    .cm-numbercount .row-fluid .span3:nth-child(even) {
        margin: 0 0 20px 2%;
    }
}

/*  --------------------------------------------------
    Pricing Table
    -------------------------------------------------- */
.cm-pricing-table {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .cm-pricing-table {
        margin-bottom: 0;
    }
}

/* ------------------------ Style 1 ---------------------- */
.pricing-table-one {
    border: 1px solid #ddd;
}

/* Header */
.pricing-table-one .pricing-table-header {
    padding: 30px 10px;
    transition: all ease-in-out .15s;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}

.pricing-table-one h4 {
    font-weight: 300;
    text-transform: uppercase;
    color: inherit;
}

.pricing-table-one h3 {
    margin: 0;
    color: inherit;
}

/* List */
.pricing-table-one ul {
    margin: 0;
    padding: 0;
}

.pricing-table-one ul li {
    padding: 15px 0;
    list-style: none;
    transition: all ease-in-out .15s;
    border-bottom: 1px solid #ddd;
}

.pricing-table-one ul li:hover {
    background: #fafafa;
}

/* Cta */
.pricing-table-one .pricing-table-cta {
    margin: 10px 0;
}

/* Hover & Active */
.pricing-table-one:hover {
    border-color: #3aa9f2;
}

.pricing-table-one:hover .pricing-table-header,
.pricing-table-one.pricing-table-active .pricing-table-header {
    background: #3aa9f2;
    color: #fff;
}

@media (min-width: 768px) {
    .pricing-table-one.pricing-table-active {
        transform: scale(1.1);
    }
}

/* ------------------------ Style 2 ---------------------- */
.pricing-table-two {
    overflow: hidden;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Header */
.pricing-table-two .pricing-table-header {
    padding: 40px;
    transition: all ease-in-out .15s;
    border-bottom: 1px solid #ddd;
}

.pricing-table-two h4 {
    font-weight: 300;
    text-transform: uppercase;
    color: inherit;
}

.pricing-table-two h3 {
    margin: 0;
    color: inherit;
}

/* List */
.pricing-table-two ul {
    margin: 0;
    padding: 40px;
}

.pricing-table-two ul li {
    list-style: none;
    transition: all ease-in-out .15s;
}

.pricing-table-two ul li:before {
    font-family: fontawesome;
    margin-right: 10px;
    background: #3aa9f2;
    padding: 5px;
    content: '\f00c';
    color: #fff;
    border-radius: 50px;
}

.pricing-table-two ul li:nth-child(n+2) {
    margin-top: 10px;
}

/* Cta */
.pricing-table-two .pricing-table-cta {
    padding: 0 40px 40px;
}

.pricing-table-two .pricing-table-cta .btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    border-radius: 0;
}

/* Hover & Active */
.pricing-table-two:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
}

.pricing-table-two.pricing-table-active {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
    .pricing-table-two.pricing-table-active {
        transform: scale(1.1);
    }
}

/* ------------------------ Style 3 ---------------------- */
.pricing-table-three {
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Header */
.pricing-table-three h4 {
    margin: 0;
    padding: 25px 0 30px;
    color: inherit;
}

.pricing-table-three h3 {
    position: relative;
    margin: 0;
    padding: 20px 0;
    background: #3aa9f2;
    color: #fff;
}

.pricing-table-three h3:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3aa9f2;
    border-left: 15px solid transparent;
}

/* List */
.pricing-table-three ul {
    margin: 0;
    padding: 40px;
    text-align: left;
}

.pricing-table-three ul li {
    list-style: none;
    transition: all ease-in-out .15s;
}

.pricing-table-three ul li:before {
    font-family: fontawesome;
    margin-right: 10px;
    background: #3aa9f2;
    padding: 5px;
    content: '\f00c';
    color: #fff;
    border-radius: 50px;
}

.pricing-table-three ul li:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

/* Cta */
.pricing-table-three .pricing-table-cta {
    padding: 0 40px 40px;
}

.pricing-table-three .pricing-table-cta .btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    border-radius: 0;
}

/* Hover & Active */
.pricing-table-three:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
}

.pricing-table-three.pricing-table-active {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
    .pricing-table-three.pricing-table-active {
        transform: scale(1.1);
    }
}

/* ------------------------ Subscription Pricing Table ---------------------- */
/* Switch */
.subscription-pricing-table-switch {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cm-subscription-pricing-table.has-active .subscription-pricing-table-switch {
    margin-bottom: 50px;
}

.subscription-pricing-table-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 20px;
}

.subscription-pricing-table-switch .switch input {
    display: none;
}

.subscription-pricing-table-switch .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: all .4s ease;
    background-color: #ccc;
}

.subscription-pricing-table-switch .slider:before {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    content: '';
    transition: all .4s ease;
    background-color: white;
}

.subscription-pricing-table-switch input:checked + .slider {
    background-color: #3aa9f2;
}

.subscription-pricing-table-switch input:focus + .slider {
    box-shadow: 0 0 1px #3aa9f2;
}

.subscription-pricing-table-switch input:checked + .slider:before {
    transform: translateX(26px);
}

.subscription-pricing-table-switch .slider.round {
    border-radius: 34px;
}

.subscription-pricing-table-switch .slider.round:before {
    border-radius: 50%;
}

/* Pricing tables row alignment */
@media (min-width: 768px) {
    .pricing-table-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*  --------------------------------------------------
    Accordion
    -------------------------------------------------- */
.cm-accordion-item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.cm-accordion-title {
    position: relative;
    padding-right: 45px;
    cursor: pointer;
}

.cm-accordion-title:after {
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: '\f067';
}

.cm-accordion-title.open:after {
    content: '\f068';
}

.cm-accordion-title h4 {
    margin: 0;
}

.cm-accordion-content {
    display: none;
    margin-top: 10px;
}

/*  ======================================================================================================================================


    4. COS BUILT-IN MODULES & REUSABLE SECTION


    ==================================================================================================================================== */
/*  --------------------------------------------------
    Image Sliders
    -------------------------------------------------- */
.hs_cos_flex-slider {
    margin: 0;
}

.widget-type-image_slider .caption {
    padding: 10px 0;
    background: #333;
}

/*  --------------------------------------------------
    Blog Social Sharing
    -------------------------------------------------- */
.fb_iframe_widget span {
    vertical-align: top !important;
}

/*  --------------------------------------------------
    Social Links
    -------------------------------------------------- */
.social-links {
    margin: 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    float: none;
    list-style: none;
}

.social-links li a {
    font-size: 20px;
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.social-links li a:hover {
    color: #fff;
}

/*  --------------------------------------------------
    Forms
    -------------------------------------------------- */
/*  All Global Forms
    ------------------ */
/* Form Field */
body .hs-form-field {
    margin-bottom: 15px;
}

/* Descriptions */
/* Labels */
body label {
    font-weight: 700;
    margin-bottom: 5px;
}

/* One Line Inputs */
body input[type='text'],
body input[type='password'],
body input[type='datetime'],
body input[type='datetime-local'],
body input[type='date'],
body input[type='month'],
body input[type='time'],
body input[type='week'],
body input[type='number'],
body input[type='email'],
body input[type='url'],
body input[type='search'],
body input[type='tel'],
body input[type='color'],
body input[type='file'],
body textarea,
body select {
    line-height: 1.42857143;
    font-family:  Open Sans , sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    transition: all ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    background-color: #fafafa;
    background-image: none;
}

body input[type='text']:focus,
body input[type='password']:focus,
body input[type='datetime']:focus,
body input[type='datetime-local']:focus,
body input[type='date']:focus,
body input[type='month']:focus,
body input[type='time']:focus,
body input[type='week']:focus,
body input[type='number']:focus,
body input[type='email']:focus,
body input[type='url']:focus,
body input[type='search']:focus,
body input[type='tel']:focus,
body input[type='color']:focus,
body input[type='file']:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #3aa9f2;
}

body input.invalid {
    border-color: red;
}

body form .hs_submit input,
body input[type='submit'] {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin-top: 20px;
    padding: 16px 25px;
    background: ;
    color: ;
    transition: all .2s ease;
    border: 0;
    outline: none;
}

body form .hs_submit input:hover,
body input[type='submit']:focus {
    background: ;
    color: ;
}

@media (max-width: 767px) {
    body input[type='submit'] {
        display: block;
        width: 100%;
    }
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}

/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    padding: 0;
    list-style: none;
}

/* Required */
/* Form Module
   ------------------------- */
/* Form Field */
/* Descriptions */
/* Labels */
/* One Line Inputs */
/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type='radio'] {
    width: auto;
}

/* Reset Button Style on iOs */
form input[type='submit'],
form .hs_submit input {
    -webkit-appearance: none;
}

/* Multi Column Form
   -------------------------------------------------- */
/* Multiple Selection Inputs */
body form.hs-form fieldset {
    max-width: none;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*='form-columns'] .input {
    margin-right: 0;
}

body form.hs-form fieldset[class*='form-columns'] .hs-input {
    width: 100%;
}

body form.hs-form fieldset[class*='form-columns'] .hs-input[type='checkbox'] {
    width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

@media (max-width: 400px) {
    body form.hs-form fieldset .hs-form-field {
        padding: 0;
    }

    body form.hs-form fieldset.form-columns-3 .hs-form-field,
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }

    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type='checkbox'] {
        width: auto;
    }
}

/* Google Search Form
   -------------------------------------------------- */
/* Label */
.widget-type-google_search label {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
    text-rendering: optimizelegibility;
}

/* Input */
.widget-type-google_search input[type='text'] {
    float: left;
    width: 100%;
    height: 36px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* Form Error Selectors
   -------------------------------------------------- */
.hsformerror {
    font-size: 12px !important;
    z-index: 99999 !important;
    color: #fff !important;
    border: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: #3aa9f2 !important;
    background: #3aa9f2 !important;
}

.hsformerror .close-form-error {
    color: #3aa9f2;
}

.hsformerror em {
    border-color: #3aa9f2 transparent transparent !important;
}

/*  --------------------------------------------------
    Sidebar Menu
    -------------------------------------------------- */
.sidebar-menu .hs-menu-wrapper > ul {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-menu .hs-menu-wrapper > ul > li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.sidebar-menu .hs-menu-wrapper > ul > li:after {
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    right: 15px;
    content: '\f107';
    color: #fff;
}

.sidebar-menu .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    width: 100% !important;
    background: #333333;
    color: #fff;
}

.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    position: relative !important;
    top: auto;
    left: 0 !important;
    display: inline-block;
    visibility: visible !important;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    background: #f7f8f9;
}

.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
    position: relative;
    display: block;
    width: 100%;
    color: #333;
    border-bottom: 1px dotted #ddd;
}

.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a:hover {
    color: #3aa9f2;
    border-bottom: 1px solid #3aa9f2;
}

.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:last-child > a {
    border-bottom: 0;
}

.sidebar-menu .hs-menu-wrapper ul li a {
    display: inline-block;
    float: left !important;
    width: 100% !important;
    max-width: 100%;
}

/*  --------------------------------------------------
    Buttons
    -------------------------------------------------- */
.btn,
input[type='submit'],
form .hs-button {
    font-weight: bold !important;
    display: inline-block !important;
    margin: 5px 0 !important;
    padding: 12px 25px !important;
    cursor: pointer !important;
    transition: all .3s linear;
    border-radius: 50px!important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.btn-primary,
input[type='submit'],
form .hs-button {
    background: #3aa9f2!important;
    color: #fff !important;
    border-bottom: 2px solid #006db6!important;
}

.btn-primary:hover,
input[type='submit']:hover,
form .hs-button:hover {
    background: #ffc222!important;
    border-color: #c38600!important;
    color: #fff !important;
}

.btn-primary:focus,
input[type='submit']:focus,
form .hs-button:focus {
    color: #fff !important;
    background: #ebae0e!important;
}

.btn-secondary {
    background: #ffc222!important;
    color: #fff !important;
    border-bottom: 2px solid #c38600!important;
}

.btn-secondary:hover {
    background: #3aa9f2!important;
    border-color: #006db6!important;
    color: #fff !important;
}

.btn-secondary:focus {
    color: #fff !important;
    background: #2695de!important;
}

.btn-secondary {
    background: #ffc222!important;
    color: #fff !important;
    border-bottom: 2px solid #c38600!important;
}

.btn-secondary:hover {
    background: #ffc222!important;
    border-color: #c38600!important;
    color: #fff !important;
}

.btn-secondary:focus {
    color: #fff !important;
    background: #ebae0e!important;
}

@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 10px !important;
    }
}

/* Form Module Button
   -------------------------------------------------- */
/* Google Search Button
   -------------------------------------------------- */
/*  CTA Buttons
    -------------------------------------------------- */
/**
    * Override global CTA styles by wrapping the CTA module in a module group
    * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
    *
    * All overriding properties require !important tags.
*/
/* CTA button with border */
.cta_border_button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    font-family:  Open Sans , sans-serif;
    padding: 8px 16px;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    background: #fff;
    background-image: none;
    color: #3aa9f2;
    border-color: #3aa9f2;
    -webkit-appearance: none;
}

.cta_border_button:hover {
    color: #3aa9f2;
    border-color: #3aa9f2;
    background: #3aa9f2;
    color: #fff;
    border: 2px solid #fff;
}

/* CTA button with Solid Background */
.cta_solid_button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    font-family:  Open Sans , sans-serif;
    padding: 8px 16px;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    background-image: none;
    border-color: #3aa9f2;
    -webkit-appearance: none;
}

.cta_solid_button:hover {
    border-color: #3aa9f2;
    background: #3aa9f2;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

/*  --------------------------------------------------
    Post Listing 
    -------------------------------------------------- */
.widget-type-post_listing {
    margin: 0 0 40px;
}

.widget-type-post_listing h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.widget-type-post_listing ul {
    margin: 0;
    padding: 0 0 0 0;
}

.widget-type-post_listing ul li {
    line-height: 1.5;
    margin: 10px 0;
    list-style: none;
}

.widget-type-post_listing ul li:nth-child(n+2) {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.widget-type-post_listing ul li a {
    font-style: italic;
    color: #999;
}

.widget-type-post_listing ul li a:hover {
    color: #3aa9f2;
}

/*  --------------------------------------------------
    Subscribe 
    -------------------------------------------------- */
.widget-type-blog_subscribe {
    margin: 0 0 40px;
}

.widget-type-blog_subscribe form {
    margin-top: 20px;
}

.widget-type-blog_subscribe form .hs_submit input {
    line-height: 1;
    display: inline-block;
    margin: 5px 0;
    padding: 15px 30px;
    cursor: pointer;
    transition: all .3s linear;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #3aa9f2;
    background: #3aa9f2;
}

.widget-type-blog_subscribe form .hs_submit input:hover {
    background: #ffc222;
    border-color: #ffc222;
    color: #fff;
}

/*  --------------------------------------------------
    Post Filter
    -------------------------------------------------- */
.widget-type-post_filter {
    margin: 0 0 40px;
}

.widget-type-post_filter h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.widget-type-post_filter ul {
    margin: 0;
    padding: 0 0 0 0;
}

.widget-type-post_filter ul li {
    line-height: 1.5;
    margin: 10px 0;
    list-style: none;
}

.widget-type-post_filter ul li:nth-child(n+2) {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.widget-type-post_filter ul li a {
    font-style: italic;
    color: #999;
}

.widget-type-post_filter ul li a:hover {
    color: #3aa9f2;
}

/*  --------------------------------------------------
    Post Comment
    -------------------------------------------------- */
.widget-type-blog_comments {
    background: #fff;
}

.widget-type-blog_comments form .hs_submit > .actions > input {
    line-height: 1;
    display: inline-block;
    margin: 5px 0;
    margin-top: 15px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all .3s linear;
    text-align: center;
    background: #3aa9f2;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ffc222;
}

.widget-type-blog_comments form .hs_submit input:hover {
    background: #ffc222;
    border-color: #ffc222;
    color: #fff;
}

#comments-listing {
    padding-bottom: 20px;
}

.comment.depth-0:first-child {
    margin: 0 !important;
    padding-top: 0 !important;
    border: 0 !important;
}

.comment.depth-0 {
    margin: 0;
    padding: 10px;
    padding-top: 0;
    border: 0 !important;
}

.comment.depth-1 {
    margin: 0;
    padding: 10px;
    padding-left: 40px;
    border: 0;
}

.hs-common-confirm-message {
    color: #fff !important;
    background-color: #3aa9f2 !important;
    border: 0 !important;
}

/* Latest/Recent News Slider
----------------------- */
.recent-posts-slider-wrapper {
    position: relative;
}

.recent-posts-slider-wrapper .recent-item > .recent-item-inner {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.recent-posts-slider-wrapper .recent-item .recent-item-content {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

.recent-posts-slider-wrapper .recent-item a {
    position: relative;
    display: block;
}

.recent-posts-slider-wrapper .recent-item a:first-child:before {
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto;
    transition: all .4s ease-in-out;
    opacity: 0;
    color: #fff;
}

.recent-posts-slider-wrapper .recent-item a:first-child:after {
    position: absolute;
    z-index: 1;
    background: ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .4s linear;
    opacity: 0;
}

.recent-posts-slider-wrapper .recent-item:hover a:first-child:before {
    opacity: 1;
}

.recent-posts-slider-wrapper .recent-item:hover a:first-child:after {
    opacity: ;
}

.recent-posts-slider-wrapper .recent-item img {
    display: block;
    width: 100%;
}

.recent-posts-slider-wrapper .recent-item .post-title {
    font-size: 18px;
    color: #757575;
    margin: 0;
    padding: 20px 10px;
}

.recent-posts-slider-wrapper .recent-item .post-title:hover {
    color: #3aa9f2;
}

/* ======================================================================================================================================


   5. MAIN STYLING


   ==================================================================================================================================== */
/* ------------------------------------------------------------
 * Homepage
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 * Our Team Pages
 * ------------------------------------------------------------ */
.team-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 48%;
    padding: 1%;
}

@media (max-width: 520px) {
    .team-wrapper > span > div {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
}

/* ------------------------------------------------------------
 * FAQ Pages
 * ------------------------------------------------------------ */
.faq-flex-column {
    padding: 30px;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

/* ------------------------------------------------------------
 * Gallery 2 Col Pages
 * ------------------------------------------------------------ */
@media (min-width: 768px) {
    .gallery-2-col > span > div {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 1%;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .gallery-2-col > span > div {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 1%;
    }
}

/* ------------------------------------------------------------
 * Gallery 3 Col Pages
 * ------------------------------------------------------------ */
@media (min-width: 768px) {
    .gallery-3-col > span > div {
        display: inline-block;
        float: left;
        width: 33%;
        padding: 1%;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .gallery-3-col > span > div {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 1%;
    }
}

/* ------------------------------------------------------------
 * Product Single Pages
 * ------------------------------------------------------------ */
.product-single-images img {
    margin-bottom: 20px;
}

.product-single-detail {
    padding: 30px;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9;
}

/* ------------------------------------------------------------
 * System Pages
 * ------------------------------------------------------------ */
/* 404
 * ------------------------------------------------------------ */
.system .system-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 92px);
}

/* Password
 * ------------------------------------------------------------ */
.system .password-section {
    min-height: calc(100vh - 92px);
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(17deg, #3aa9f2,#ffc222 100%);
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-style: preserve-3d;
}

.password-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0 22px 45px -15px rgba(0, 0, 0, .5) !important;
}

.password-form-header {
    font-size: 30px;
    margin-top: -2.25em;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background: #3aa9f2;
    color: #fff;
}

.password-form-header * {
    font-size: 1em;
    margin: 0;
    color: #fff;
}

.password-form input[type='submit'] {
    display: block;
    width: 100%;
    background: #ffc222;
    margin-top: 20px !important;
}

/* Subscription
 * ------------------------------------------------------------ */
.system .subscription-section {
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(17deg, #3aa9f2,#ffc222 100%);
    min-height: calc(100vh - 92px);
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-style: preserve-3d;
}

.system .subscription-content {
    padding: 25px;
    background: #fff;
}

.email-prefs .item span.fakelabel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/* Unsubscribe
 * ------------------------------------------------------------ */
.system .email-section {
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(17deg, #3aa9f2,#ffc222 100%);
    min-height: calc(100vh - 92px);
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-style: preserve-3d;
}

.email-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0 22px 45px -15px rgba(0, 0, 0, .5) !important;
}

.email-form .page-header {
    font-size: 30px;
    margin-top: -2.25em;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background: #3aa9f2;
    color: #fff;
}

.email-form .page-header * {
    font-size: 1em;
    margin: 0;
    color: #fff;
}

.email-form input[type='submit'] {
    display: block;
    width: 100%;
    background: #ffc222;
}

/* ------------------------------------------------------------
 * Landing Pages
 * ------------------------------------------------------------ */
.lp-form {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.lp-form .form-title {
    font-size: 20px;
    line-height: 1.5;
    background: #ffc222;
    margin-top: -50px;
    margin-bottom: 30px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

/* LP Countdown
 * ------------------------------------------------------------ */
.lp-countdown .countdown {
    position: relative;
    display: inline-block;
    margin-top: -115px !important;
    padding: 35px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 10px 30px 60px 0 rgba(0, 0, 0, .14);
}

@media (min-width: 768px) {
    .lp-countdown .countdown {
        padding: 35px 70px;
    }
}

/* ------------------------------------------------------------
 * Blog
 * ------------------------------------------------------------ */
/* Blog Default (Listing)
 * ------------------------------------------------------------ */
/* Post featured */
.post-featured {
    margin-bottom: 50px;
}

.post-featured > .span4 {
    width: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .post-featured > .span4 {
        width: calc(33.33% - 2.33px);
    }

    .post-featured > .span4:nth-child(n+2) {
        margin-left: 2px;
    }
}

.post-featured-single {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 75px 30px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
}

.post-featured-single:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(58, 169, 242, .45);
    transition: all .3s ease;
}

.post-featured-single:hover:before {
    background: rgba(58, 169, 242, .55)
}

.post-featured-single-container {
    position: relative;
}

.post-featured-single .post-featured-topic {
    font-size: calc(16px - 2px);
    line-height: 1;
    display: inline-block;
    padding: 10px;
    background: #3aa9f2;
    color: #fff;
}

.post-featured-single .post-title {
    font-size: 30px;
    display: block;
    clear: both;
    margin: 10px 0 0;
    color: #fff;
}

/* Post item */
.post-listing .post-item {
    margin-bottom: 50px;
}

.post-listing .post-item .post-title {
    margin: 10px 0;
}

.post-listing .post-item .post-data {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.post-listing .post-item .post-data li {
    display: inline-block;
    list-style: none;
}

.post-listing .post-item .post-data li:nth-child(n+2) {
    margin-left: 15px;
}

.post-listing .post-item .post-data li a {
    color: #757575;
}

.post-listing .post-item .post-data li a:hover {
    color: #3aa9f2;
}

.post-listing .post-item .post-author {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.hs-featured-image {
    float: none;
    max-width: 100%;
    margin: 0;
}

/* Post item - first */
.post-listing .post-item.first {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.post-listing .post-item.first .post-data li {
    font-size: 12px;
    font-style: italic;
}

/* Sidebar */
.blog-sidebar {
    padding-top: 0;
    transition: all .3s ease-in-out;
}

.blog-sidebar.is_stuck {
    padding-top: 30px;
}

.blog-sidebar h3 {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #3aa9f2;
    color: #fff;
}

/* Blog pagination */
.blog-pagination {
    padding: 20px 0;
    text-align: center;
}

.blog-pagination a {
    margin: 10px;
}

/* Author page */
.hs-author-profile {
    margin-bottom: 50px;
    background: #fafafa;
    padding: 20px;
}

/*  Blog Default (Single)
    ------------------------------------------------------------ */
.hs-blog-post .hs-featured-image-wrapper {
    margin: 20px 0;
}

/* Author box */
.about-author-sec {
    display: block;
    margin-top: 30px;
    padding: 25px 0;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}

.about-author-photo-wrapper {
    margin-bottom: 20px;
}

.about-author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .about-author-sec {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-author-sec > div {
        width: auto;
    }

    .about-author-photo-wrapper {
        min-width: 120px;
        margin-bottom: 0;
    }
}

/* Prev & Next Posts */
.prev-next-posts {
    padding: 50px 0;
    border-bottom: 2px solid #efefef;
}

.prev-next-posts .previous {
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.prev-next-posts .previous:before {
    font-family: fontawesome;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    content: '\f100';
    -ms-flex-align: center;
    align-items: center;
}

.prev-next-posts .next {
    position: relative;
    padding-right: 30px;
    text-align: right;
}

.prev-next-posts .next:after {
    font-family: fontawesome;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    content: '\f101';
    -ms-flex-align: center;
    align-items: center;
}

.prev-next-posts a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prev-next-posts a:hover .prev-next-post-title {
    color: #3aa9f2;
}

.prev-next-post-title {
    margin: 0;
    min-height: calc(100vh - 92px);
}

.prev-next-post-title span {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.prev-next-posts .previous .prev-next-post-title {
    padding: 0 0 0 20px;
}

.prev-next-posts .next .prev-next-post-title {
    padding: 0 20px 0 0;
}

.prev-next-post-image {
    width: 75px;
    min-width: 75px;
    height: 75px;
    min-height: 75px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .prev-next-posts .previous {
        margin-bottom: 30px;
    }
}

/* Related Posts */
.related-posts {
    padding: 50px 0;
    border-bottom: 2px solid #efefef;
}

.related-post-item .related-image {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.related-post-item .related-title a {
    color: #757575;
}

.related-post-item:hover .related-title a {
    color: #3aa9f2;
}

/* Blog 02 (Listing)
 * ------------------------------------------------------------ */
.astonish-blog-02 .post-listing .post-item .post-data {
    margin: 10px 0;
}

.astonish-blog-02 .post-listing .post-item .post-data li {
    font-size: 12px;
    position: relative;
}

.astonish-blog-02 .post-listing .post-item .post-data li:nth-child(n+2) {
    margin-left: 7.5px;
    padding-left: 15px;
}

.astonish-blog-02 .post-listing .post-item .post-data li:nth-child(n+2):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background: #ddd;
}

.astonish-blog-02 .post-item-featured {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Blog 02 (Single)
 * ------------------------------------------------------------ */
.astonish-blog-02 .post-share {
    margin-bottom: 30px;
}

.astonish-blog-02 .post-share ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*   ==========================================================================
    Custom Menu Primary
    ========================================================================== */
.pushy {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #191918;
    overflow: auto;
    width: 100% !important;
    max-width: 300px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.pushy::-webkit-scrollbar {
    display: none;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

/* Menu Movement */
.pushy-left {
    transform: translate3d(-300px, 0, 0);
}

.pushy-open-left {
    margin-right: -300px;
}

.pushy-right {
    transform: translate3d(300px, 0, 0);
}

.pushy-open-right {
    margin-left: -300px;
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
    visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

.pushy-content {
    transition: visibility .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */
.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    animation: fade 500ms;
    background-color: rgba(0, 0, 0, .5);
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Submenu Appearance */
.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height .2s ease-in-out, visibility .2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
    transition: opacity .2s ease-in-out;
}

.pushy-submenu button {
    width: 100%;
    padding: 15px 30px;
    text-align: left;
    color: #b3b3b1;
    border: 0;
    background: transparent;
}

.pushy-submenu button:hover {
    color: #fff;
}

.pushy-submenu > a,
.pushy-submenu > button {
    position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 11px;
    content: '';
    transition: transform .2s;
    transform: translateY(-50%);
}

/* Submenu Movement */
.pushy-submenu-closed ul {
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
}

.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open ul {
    visibility: visible;
    max-height: 1000px;
}

.pushy-submenu-open .pushy-link {
    opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
    transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 350px) {
    .pushy {
        width: 100% !important;
        max-width: 100%;
    }

    .pushy-left {
        transform: translate3d(-100%, 0, 0);
    }

    .pushy-open-left {
        margin-right: -100%;
    }

    .pushy-right {
        transform: translate3d(100%, 0, 0);
    }

    .pushy-open-right {
        margin-left: -100%;
    }
}

/*  ==========================================================================
    for zoom animation (Magnific)
    ========================================================================== */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    transition: all .3s ease-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    transition: all .2s ease-in-out;
    transform: scale(.8);
    opacity: 0;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    transform: scale(1);
    opacity: 1;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    transition: opacity .3s ease-out;
    opacity: 0;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
    opacity: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    transition: opacity .3s ease-out;
    opacity: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
