
/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%2C400italic%2C700italic%7CLato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A400%2C700&ver=1.0.0');
@import url('//fonts.googleapis.com/css?family=Roboto:300,500|Open+Sans:300,600,700|PT+Sans:regular,italic');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }
@font-face {
    font-family: TablePress;
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/tablepress.eot);
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/tablepress.eot?#ie) format('embedded-opentype'),
      url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(//www.emnify.com/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(//www.emnify.com/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'icomoon';
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.eot?mb3b1k);
    src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.eot?#iefixmb3b1k) format('embedded-opentype'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.woff?mb3b1k) format('woff'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.ttf?mb3b1k) format('truetype'), 
      url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.svg?mb3b1k#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'icomoon';
        src: url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Fonts/icomoon.svg?mb3b1k#icomoon) format('svg');
    }
}

.icon {
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon {
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
}

.vc-icons-selector .fip-icons-container .fip-box {
    width: 44px !important;
}

.vc-icons-selector .fip-icons-container .fip-box i.icon {
    margin-left: 0 !important;
    line-height: 36px !important;
}

.icon-album:before {
    content: "\e6aa";
}

.icon-arc:before {
    content: "\e6ab";
}

.icon-back-2:before {
    content: "\e6ac";
}

.icon-bandaid:before {
    content: "\e6ad";
}

.icon-car:before {
    content: "\e6ae";
}

.icon-diamond:before {
    content: "\e6af";
}

.icon-door-lock:before {
    content: "\e6b0";
}

.icon-eyedropper:before {
    content: "\e6b1";
}

.icon-female:before {
    content: "\e6b2";
}

.icon-gym:before {
    content: "\e6b3";
}

.icon-hammer:before {
    content: "\e6b4";
}

.icon-headphones:before {
    content: "\e6b5";
}

.icon-helm:before {
    content: "\e6b6";
}

.icon-hourglass:before {
    content: "\e6b7";
}

.icon-leaf:before {
    content: "\e6b8";
}

.icon-magic-wand:before {
    content: "\e6b9";
}

.icon-male:before {
    content: "\e6ba";
}

.icon-map-2:before {
    content: "\e6bb";
}

.icon-next-2:before {
    content: "\e6bc";
}

.icon-paint-bucket:before {
    content: "\e6bd";
}

.icon-pendrive:before {
    content: "\e6be";
}

.icon-photo:before {
    content: "\e6bf";
}

.icon-piggy:before {
    content: "\e6c0";
}

.icon-plugin:before {
    content: "\e6c1";
}

.icon-refresh-2:before {
    content: "\e6c2";
}

.icon-rocket:before {
    content: "\e6c3";
}

.icon-settings:before {
    content: "\e6c4";
}

.icon-shield:before {
    content: "\e6c5";
}

.icon-smile:before {
    content: "\e6c6";
}

.icon-usb:before {
    content: "\e6c7";
}

.icon-vector:before {
    content: "\e6c8";
}

.icon-wine:before {
    content: "\e6c9";
}

.icon-cloud-upload:before {
    content: "\e68a";
}

.icon-cash:before {
    content: "\e68c";
}

.icon-close:before {
    content: "\e680";
}

.icon-bluetooth:before {
    content: "\e68d";
}

.icon-cloud-download:before {
    content: "\e68b";
}

.icon-way:before {
    content: "\e68e";
}

.icon-close-circle:before {
    content: "\e681";
}

.icon-id:before {
    content: "\e68f";
}

.icon-angle-up:before {
    content: "\e682";
}

.icon-wristwatch:before {
    content: "\e690";
}

.icon-angle-up-circle:before {
    content: "\e683";
}

.icon-world:before {
    content: "\e691";
}

.icon-angle-right:before {
    content: "\e684";
}

.icon-volume:before {
    content: "\e692";
}

.icon-angle-right-circle:before {
    content: "\e685";
}

.icon-users:before {
    content: "\e693";
}

.icon-angle-left:before {
    content: "\e686";
}

.icon-user-female:before {
    content: "\e694";
}

.icon-angle-left-circle:before {
    content: "\e687";
}

.icon-up-arrow:before {
    content: "\e695";
}

.icon-angle-down:before {
    content: "\e688";
}

.icon-switch:before {
    content: "\e696";
}

.icon-angle-down-circle:before {
    content: "\e689";
}

.icon-scissors:before {
    content: "\e697";
}

.icon-wallet:before {
    content: "\e600";
}

.icon-safe:before {
    content: "\e698";
}

.icon-volume2:before {
    content: "\e601";
}

.icon-volume1:before {
    content: "\e602";
}

.icon-voicemail:before {
    content: "\e603";
}

.icon-video:before {
    content: "\e604";
}

.icon-user:before {
    content: "\e605";
}

.icon-upload:before {
    content: "\e606";
}

.icon-unlock:before {
    content: "\e607";
}

.icon-umbrella:before {
    content: "\e608";
}

.icon-trash:before {
    content: "\e609";
}

.icon-tools:before {
    content: "\e60a";
}

.icon-timer:before {
    content: "\e60b";
}

.icon-ticket:before {
    content: "\e60c";
}

.icon-target:before {
    content: "\e60d";
}

.icon-sun:before {
    content: "\e60e";
}

.icon-study:before {
    content: "\e60f";
}

.icon-stopwatch:before {
    content: "\e610";
}

.icon-star:before {
    content: "\e611";
}

.icon-speaker:before {
    content: "\e612";
}

.icon-signal:before {
    content: "\e613";
}

.icon-shuffle:before {
    content: "\e614";
}

.icon-shopbag:before {
    content: "\e615";
}

.icon-share:before {
    content: "\e616";
}

.icon-server:before {
    content: "\e617";
}

.icon-search:before {
    content: "\e618";
}

.icon-film:before {
    content: "\e6a5";
}

.icon-science:before {
    content: "\e619";
}

.icon-disk:before {
    content: "\e6a6";
}

.icon-ribbon:before {
    content: "\e61a";
}

.icon-repeat:before {
    content: "\e61b";
}

.icon-refresh:before {
    content: "\e61c";
}

.icon-add-user:before {
    content: "\e6a9";
}

.icon-refresh-cloud:before {
    content: "\e61d";
}

.icon-paperclip:before {
    content: "\e69c";
}

.icon-radio:before {
    content: "\e61e";
}

.icon-note2:before {
    content: "\e69d";
}

.icon-print:before {
    content: "\e61f";
}

.icon-network:before {
    content: "\e69e";
}

.icon-prev:before {
    content: "\e620";
}

.icon-mute:before {
    content: "\e69f";
}

.icon-power:before {
    content: "\e621";
}

.icon-medal:before {
    content: "\e6a0";
}

.icon-portfolio:before {
    content: "\e622";
}

.icon-like2:before {
    content: "\e6a1";
}

.icon-plus:before {
    content: "\e623";
}

.icon-left-arrow:before {
    content: "\e6a2";
}

.icon-play:before {
    content: "\e624";
}

.icon-key:before {
    content: "\e6a3";
}

.icon-plane:before {
    content: "\e625";
}

.icon-joy:before {
    content: "\e6a4";
}

.icon-photo-gallery:before {
    content: "\e626";
}

.icon-pin:before {
    content: "\e69b";
}

.icon-phone:before {
    content: "\e627";
}

.icon-plug:before {
    content: "\e69a";
}

.icon-pen:before {
    content: "\e628";
}

.icon-right-arrow:before {
    content: "\e699";
}

.icon-paper-plane:before {
    content: "\e629";
}

.icon-delete-user:before {
    content: "\e6a7";
}

.icon-paint:before {
    content: "\e62a";
}

.icon-bottom-arrow:before {
    content: "\e6a8";
}

.icon-notebook:before {
    content: "\e62b";
}

.icon-note:before {
    content: "\e62c";
}

.icon-next:before {
    content: "\e62d";
}

.icon-news-paper:before {
    content: "\e62e";
}

.icon-musiclist:before {
    content: "\e62f";
}

.icon-music:before {
    content: "\e630";
}

.icon-mouse:before {
    content: "\e631";
}

.icon-more:before {
    content: "\e632";
}

.icon-moon:before {
    content: "\e633";
}

.icon-monitor:before {
    content: "\e634";
}

.icon-micro:before {
    content: "\e635";
}

.icon-menu:before {
    content: "\e636";
}

.icon-map:before {
    content: "\e637";
}

.icon-map-marker:before {
    content: "\e638";
}

.icon-mail:before {
    content: "\e639";
}

.icon-mail-open:before {
    content: "\e63a";
}

.icon-mail-open-file:before {
    content: "\e63b";
}

.icon-magnet:before {
    content: "\e63c";
}

.icon-loop:before {
    content: "\e63d";
}

.icon-look:before {
    content: "\e63e";
}

.icon-lock:before {
    content: "\e63f";
}

.icon-lintern:before {
    content: "\e640";
}

.icon-link:before {
    content: "\e641";
}

.icon-like:before {
    content: "\e642";
}

.icon-light:before {
    content: "\e643";
}

.icon-less:before {
    content: "\e644";
}

.icon-keypad:before {
    content: "\e645";
}

.icon-junk:before {
    content: "\e646";
}

.icon-info:before {
    content: "\e647";
}

.icon-home:before {
    content: "\e648";
}

.icon-help2:before {
    content: "\e649";
}

.icon-help1:before {
    content: "\e64a";
}

.icon-graph3:before {
    content: "\e64b";
}

.icon-graph2:before {
    content: "\e64c";
}

.icon-graph1:before {
    content: "\e64d";
}

.icon-graph:before {
    content: "\e64e";
}

.icon-global:before {
    content: "\e64f";
}

.icon-gleam:before {
    content: "\e650";
}

.icon-glasses:before {
    content: "\e651";
}

.icon-gift:before {
    content: "\e652";
}

.icon-folder:before {
    content: "\e653";
}

.icon-flag:before {
    content: "\e654";
}

.icon-filter:before {
    content: "\e655";
}

.icon-file:before {
    content: "\e656";
}

.icon-expand1:before {
    content: "\e657";
}

.icon-exapnd2:before {
    content: "\e658";
}

.icon-edit:before {
    content: "\e659";
}

.icon-drop:before {
    content: "\e65a";
}

.icon-drawer:before {
    content: "\e65b";
}

.icon-download:before {
    content: "\e65c";
}

.icon-display2:before {
    content: "\e65d";
}

.icon-display1:before {
    content: "\e65e";
}

.icon-diskette:before {
    content: "\e65f";
}

.icon-date:before {
    content: "\e660";
}

.icon-cup:before {
    content: "\e661";
}

.icon-culture:before {
    content: "\e662";
}

.icon-crop:before {
    content: "\e663";
}

.icon-credit:before {
    content: "\e664";
}

.icon-copy-file:before {
    content: "\e665";
}

.icon-config:before {
    content: "\e666";
}

.icon-compass:before {
    content: "\e667";
}

.icon-comment:before {
    content: "\e668";
}

.icon-coffee:before {
    content: "\e669";
}

.icon-cloud:before {
    content: "\e66a";
}

.icon-clock:before {
    content: "\e66b";
}

.icon-check:before {
    content: "\e66c";
}

.icon-chat:before {
    content: "\e66d";
}

.icon-cart:before {
    content: "\e66e";
}

.icon-camera:before {
    content: "\e66f";
}

.icon-call:before {
    content: "\e670";
}

.icon-calculator:before {
    content: "\e671";
}

.icon-browser:before {
    content: "\e672";
}

.icon-box2:before {
    content: "\e673";
}

.icon-box1:before {
    content: "\e674";
}

.icon-bookmarks:before {
    content: "\e675";
}

.icon-bicycle:before {
    content: "\e676";
}

.icon-bell:before {
    content: "\e677";
}

.icon-battery:before {
    content: "\e678";
}

.icon-ball:before {
    content: "\e679";
}

.icon-back:before {
    content: "\e67a";
}

.icon-attention:before {
    content: "\e67b";
}

.icon-anchor:before {
    content: "\e67c";
}

.icon-albums:before {
    content: "\e67d";
}

.icon-alarm:before {
    content: "\e67e";
}

.icon-airplay:before {
    content: "\e67f";
}

.icon-mobile:before {
    content: "\e000";
}

.icon-laptop:before {
    content: "\e001";
}

.icon-desktop:before {
    content: "\e002";
}

.icon-tablet:before {
    content: "\e003";
}

.icon-phone5:before {
    content: "\e004";
}

.icon-document:before {
    content: "\e005";
}

.icon-documents:before {
    content: "\e006";
}

.icon-search5:before {
    content: "\e007";
}

.icon-clipboard:before {
    content: "\e008";
}

.icon-newspaper:before {
    content: "\e009";
}

.icon-notebook2:before {
    content: "\e00a";
}

.icon-book-open:before {
    content: "\e00b";
}

.icon-browser3:before {
    content: "\e00c";
}

.icon-calendar:before {
    content: "\e00d";
}

.icon-presentation:before {
    content: "\e00e";
}

.icon-picture:before {
    content: "\e00f";
}

.icon-pictures:before {
    content: "\e010";
}

.icon-video4:before {
    content: "\e011";
}

.icon-camera5:before {
    content: "\e012";
}

.icon-printer:before {
    content: "\e013";
}

.icon-toolbox:before {
    content: "\e014";
}

.icon-briefcase:before {
    content: "\e015";
}

.icon-wallet3:before {
    content: "\e016";
}

.icon-gift3:before {
    content: "\e017";
}

.icon-bargraph:before {
    content: "\e018";
}

.icon-grid:before {
    content: "\e019";
}

.icon-expand:before {
    content: "\e01a";
}

.icon-focus:before {
    content: "\e01b";
}

.icon-edit3:before {
    content: "\e01c";
}

.icon-adjustments:before {
    content: "\e01d";
}

.icon-ribbon2:before {
    content: "\e01e";
}

.icon-hourglass3:before {
    content: "\e01f";
}

.icon-lock5:before {
    content: "\e020";
}

.icon-megaphone:before {
    content: "\e021";
}

.icon-shield3:before {
    content: "\e022";
}

.icon-trophy:before {
    content: "\e023";
}

.icon-flag4:before {
    content: "\e024";
}

.icon-map3:before {
    content: "\e025";
}

.icon-puzzle:before {
    content: "\e026";
}

.icon-basket:before {
    content: "\e027";
}

.icon-envelope:before {
    content: "\e028";
}

.icon-streetsign:before {
    content: "\e029";
}

.icon-telescope:before {
    content: "\e02a";
}

.icon-gears:before {
    content: "\e02b";
}

.icon-key5:before {
    content: "\e02c";
}

.icon-paperclip4:before {
    content: "\e02d";
}

.icon-attachment:before {
    content: "\e02e";
}

.icon-pricetags:before {
    content: "\e02f";
}

.icon-lightbulb:before {
    content: "\e030";
}

.icon-layers:before {
    content: "\e031";
}

.icon-pencil:before {
    content: "\e032";
}

.icon-tools3:before {
    content: "\e033";
}

.icon-tools-2:before {
    content: "\e034";
}

.icon-scissors2:before {
    content: "\e035";
}

.icon-paintbrush:before {
    content: "\e036";
}

.icon-magnifying-glass:before {
    content: "\e037";
}

.icon-circle-compass:before {
    content: "\e038";
}

.icon-linegraph:before {
    content: "\e039";
}

.icon-mic:before {
    content: "\e03a";
}

.icon-strategy:before {
    content: "\e03b";
}

.icon-beaker:before {
    content: "\e03c";
}

.icon-caution:before {
    content: "\e03d";
}

.icon-recycle:before {
    content: "\e03e";
}

.icon-anchor3:before {
    content: "\e03f";
}

.icon-profile-male:before {
    content: "\e040";
}

.icon-profile-female:before {
    content: "\e041";
}

.icon-bike:before {
    content: "\e042";
}

.icon-wine2:before {
    content: "\e043";
}

.icon-hotairballoon:before {
    content: "\e044";
}

.icon-globe:before {
    content: "\e045";
}

.icon-genius:before {
    content: "\e046";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-dial:before {
    content: "\e048";
}

.icon-chat3:before {
    content: "\e049";
}

.icon-heart:before {
    content: "\e04a";
}

.icon-cloud5:before {
    content: "\e04b";
}

.icon-upload5:before {
    content: "\e04c";
}

.icon-download4:before {
    content: "\e04d";
}

.icon-target3:before {
    content: "\e04e";
}

.icon-hazardous:before {
    content: "\e04f";
}

.icon-piechart:before {
    content: "\e050";
}

.icon-speedometer:before {
    content: "\e051";
}

.icon-global2:before {
    content: "\e052";
}

.icon-compass4:before {
    content: "\e053";
}

.icon-lifesaver:before {
    content: "\e054";
}

.icon-clock4:before {
    content: "\e055";
}

.icon-aperture:before {
    content: "\e056";
}

.icon-quote:before {
    content: "\e057";
}

.icon-scope:before {
    content: "\e058";
}

.icon-alarmclock:before {
    content: "\e059";
}

.icon-refresh3:before {
    content: "\e05a";
}

.icon-happy:before {
    content: "\e05b";
}

.icon-sad:before {
    content: "\e05c";
}

.icon-facebook:before {
    content: "\e05d";
}

.icon-twitter:before {
    content: "\e05e";
}

.icon-googleplus:before {
    content: "\e05f";
}

.icon-rss:before {
    content: "\e060";
}

.icon-tumblr:before {
    content: "\e061";
}

.icon-linkedin:before {
    content: "\e062";
}

.icon-dribbble:before {
    content: "\e063";
}

.icon-heart2:before {
    content: "\e7e7";
}

.icon-cloud2:before {
    content: "\e7e8";
}

.icon-star5:before {
    content: "\e7e9";
}

.icon-tv:before {
    content: "\e7ea";
}

.icon-sound:before {
    content: "\e7eb";
}

.icon-video2:before {
    content: "\e7ec";
}

.icon-trash4:before {
    content: "\e7ed";
}

.icon-user4:before {
    content: "\e7ee";
}

.icon-key2:before {
    content: "\e7ef";
}

.icon-search2:before {
    content: "\e7f0";
}

.icon-settings2:before {
    content: "\e7f1";
}

.icon-camera2:before {
    content: "\e7f2";
}

.icon-tag:before {
    content: "\e7f3";
}

.icon-lock2:before {
    content: "\e7f4";
}

.icon-bulb:before {
    content: "\e7f5";
}

.icon-pen2:before {
    content: "\e7f6";
}

.icon-diamond2:before {
    content: "\e7f7";
}

.icon-display:before {
    content: "\e7f8";
}

.icon-location:before {
    content: "\e7f9";
}

.icon-eye:before {
    content: "\e7fa";
}

.icon-bubble:before {
    content: "\e7fb";
}

.icon-stack:before {
    content: "\e7fc";
}

.icon-cup3:before {
    content: "\e7fd";
}

.icon-phone2:before {
    content: "\e7fe";
}

.icon-news:before {
    content: "\e7ff";
}

.icon-mail3:before {
    content: "\e800";
}

.icon-like3:before {
    content: "\e801";
}

.icon-photo2:before {
    content: "\e802";
}

.icon-note3:before {
    content: "\e803";
}

.icon-clock2:before {
    content: "\e804";
}

.icon-paperplane:before {
    content: "\e805";
}

.icon-params:before {
    content: "\e806";
}

.icon-banknote:before {
    content: "\e807";
}

.icon-data:before {
    content: "\e808";
}

.icon-music6:before {
    content: "\e809";
}

.icon-megaphone2:before {
    content: "\e80a";
}

.icon-study2:before {
    content: "\e80b";
}

.icon-lab:before {
    content: "\e80c";
}

.icon-food:before {
    content: "\e80d";
}

.icon-t-shirt:before {
    content: "\e80e";
}

.icon-fire:before {
    content: "\e80f";
}

.icon-clip:before {
    content: "\e810";
}

.icon-shop:before {
    content: "\e811";
}

.icon-calendar2:before {
    content: "\e812";
}

.icon-wallet2:before {
    content: "\e813";
}

.icon-vynil:before {
    content: "\e814";
}

.icon-truck:before {
    content: "\e815";
}

.icon-world2:before {
    content: "\e816";
}

.icon-glass:before {
    content: "\f000";
}

.icon-music2:before {
    content: "\f001";
}

.icon-search3:before {
    content: "\f002";
}

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

.icon-heart3:before {
    content: "\f004";
}

.icon-star2:before {
    content: "\f005";
}

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

.icon-user2:before {
    content: "\f007";
}

.icon-film2:before {
    content: "\f008";
}

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

.icon-th:before {
    content: "\f00a";
}

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

.icon-check2:before {
    content: "\f00c";
}

.icon-close2:before {
    content: "\f00d";
}

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

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

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

.icon-signal3:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

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

.icon-home2:before {
    content: "\f015";
}

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

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

.icon-road:before {
    content: "\f018";
}

.icon-download2:before {
    content: "\f019";
}

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

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

.icon-inbox:before {
    content: "\f01c";
}

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

.icon-repeat2:before {
    content: "\f01e";
}

.icon-refresh2:before {
    content: "\f021";
}

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

.icon-lock3:before {
    content: "\f023";
}

.icon-flag2:before {
    content: "\f024";
}

.icon-headphones2:before {
    content: "\f025";
}

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

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

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

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag2:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print2:before {
    content: "\f02f";
}

.icon-camera3:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

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

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

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

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

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

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

.icon-list:before {
    content: "\f03a";
}

.icon-dedent:before {
    content: "\f03b";
}

.icon-indent:before {
    content: "\f03c";
}

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

.icon-image:before {
    content: "\f03e";
}

.icon-pencil2:before {
    content: "\f040";
}

.icon-map-marker2:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit2:before {
    content: "\f044";
}

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

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

.icon-arrows:before {
    content: "\f047";
}

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

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

.icon-backward:before {
    content: "\f04a";
}

.icon-play3:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

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

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

.icon-eject:before {
    content: "\f052";
}

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

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

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

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

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

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

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

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

.icon-crosshairs:before {
    content: "\f05b";
}

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

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

.icon-ban:before {
    content: "\f05e";
}

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

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

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

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

.icon-mail-forward:before {
    content: "\f064";
}

.icon-expand2:before {
    content: "\f065";
}

.icon-compress:before {
    content: "\f066";
}

.icon-plus5:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

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

.icon-gift2:before {
    content: "\f06b";
}

.icon-leaf3:before {
    content: "\f06c";
}

.icon-fire2:before {
    content: "\f06d";
}

.icon-eye2:before {
    content: "\f06e";
}

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

.icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-plane2:before {
    content: "\f072";
}

.icon-calendar3:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment3:before {
    content: "\f075";
}

.icon-magnet3:before {
    content: "\f076";
}

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

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

.icon-retweet:before {
    content: "\f079";
}

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

.icon-folder3:before {
    content: "\f07b";
}

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

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

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

.icon-bar-chart:before {
    content: "\f080";
}

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

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

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

.icon-key3:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

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

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

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

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

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

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

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

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

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

.icon-trophy2:before {
    content: "\f091";
}

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

.icon-upload2:before {
    content: "\f093";
}

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

.icon-phone3:before {
    content: "\f095";
}

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

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

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

.icon-twitter2:before {
    content: "\f099";
}

.icon-facebook2:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock2:before {
    content: "\f09c";
}

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

.icon-rss2:before {
    content: "\f09e";
}

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

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell-o:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

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

.icon-hand-o-left:before {
    content: "\f0a5";
}

.icon-hand-o-up:before {
    content: "\f0a6";
}

.icon-hand-o-down:before {
    content: "\f0a7";
}

.icon-arrow-circle-left:before {
    content: "\f0a8";
}

.icon-arrow-circle-right:before {
    content: "\f0a9";
}

.icon-arrow-circle-up:before {
    content: "\f0aa";
}

.icon-arrow-circle-down:before {
    content: "\f0ab";
}

.icon-globe2:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter2:before {
    content: "\f0b0";
}

.icon-briefcase2:before {
    content: "\f0b1";
}

.icon-arrows-alt:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-chain:before {
    content: "\f0c1";
}

.icon-cloud3:before {
    content: "\f0c2";
}

.icon-flask:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip2:before {
    content: "\f0c6";
}

.icon-floppy-o:before {
    content: "\f0c7";
}

.icon-square:before {
    content: "\f0c8";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck2:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-square:before {
    content: "\f0d3";
}

.icon-google-plus-square:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-desc:before {
    content: "\f0dd";
}

.icon-sort-asc:before {
    content: "\f0de";
}

.icon-envelope2:before {
    content: "\f0e0";
}

.icon-linkedin2:before {
    content: "\f0e1";
}

.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-gavel:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-o:before {
    content: "\f0e5";
}

.icon-comments-o:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella2:before {
    content: "\f0e9";
}

.icon-clipboard2:before {
    content: "\f0ea";
}

.icon-lightbulb-o:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download2:before {
    content: "\f0ed";
}

.icon-cloud-upload2:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell3:before {
    content: "\f0f3";
}

.icon-coffee2:before {
    content: "\f0f4";
}

.icon-cutlery:before {
    content: "\f0f5";
}

.icon-file-text-o:before {
    content: "\f0f6";
}

.icon-building-o:before {
    content: "\f0f7";
}

.icon-hospital-o:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-square:before {
    content: "\f0fd";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left2:before {
    content: "\f104";
}

.icon-angle-right2:before {
    content: "\f105";
}

.icon-angle-up2:before {
    content: "\f106";
}

.icon-angle-down2:before {
    content: "\f107";
}

.icon-desktop2:before {
    content: "\f108";
}

.icon-laptop2:before {
    content: "\f109";
}

.icon-tablet2:before {
    content: "\f10a";
}

.icon-mobile2:before {
    content: "\f10b";
}

.icon-circle-o:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-o:before {
    content: "\f114";
}

.icon-folder-open-o:before {
    content: "\f115";
}

.icon-smile-o:before {
    content: "\f118";
}

.icon-frown-o:before {
    content: "\f119";
}

.icon-meh-o:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard-o:before {
    content: "\f11c";
}

.icon-flag-o:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop2:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-chain-broken:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info4:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-slash:before {
    content: "\f131";
}

.icon-shield2:before {
    content: "\f132";
}

.icon-calendar-o:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket3:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-chevron-circle-up:before {
    content: "\f139";
}

.icon-chevron-circle-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor2:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-h:before {
    content: "\f141";
}

.icon-ellipsis-v:before {
    content: "\f142";
}

.icon-rss-square:before {
    content: "\f143";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-ticket3:before {
    content: "\f145";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-square:before {
    content: "\f14a";
}

.icon-pencil-square:before {
    content: "\f14b";
}

.icon-external-link-square:before {
    content: "\f14c";
}

.icon-share-square:before {
    content: "\f14d";
}

.icon-compass2:before {
    content: "\f14e";
}

.icon-caret-square-o-down:before {
    content: "\f150";
}

.icon-caret-square-o-up:before {
    content: "\f151";
}

.icon-caret-square-o-right:before {
    content: "\f152";
}

.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before {
    content: "\f155";
}

.icon-inr:before {
    content: "\f156";
}

.icon-cny:before {
    content: "\f157";
}

.icon-rouble:before {
    content: "\f158";
}

.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before {
    content: "\f15a";
}

.icon-file2:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-alpha-asc:before {
    content: "\f15d";
}

.icon-sort-alpha-desc:before {
    content: "\f15e";
}

.icon-sort-amount-asc:before {
    content: "\f160";
}

.icon-sort-amount-desc:before {
    content: "\f161";
}

.icon-sort-numeric-asc:before {
    content: "\f162";
}

.icon-sort-numeric-desc:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-square:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-square:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-square:before {
    content: "\f172";
}

.icon-tumblr2:before {
    content: "\f173";
}

.icon-tumblr-square:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble2:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female2:before {
    content: "\f182";
}

.icon-male2:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun-o:before {
    content: "\f185";
}

.icon-moon-o:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icon-pagelines:before {
    content: "\f18c";
}

.icon-stack-exchange:before {
    content: "\f18d";
}

.icon-arrow-circle-o-right:before {
    content: "\f18e";
}

.icon-arrow-circle-o-left:before {
    content: "\f190";
}

.icon-caret-square-o-left:before {
    content: "\f191";
}

.icon-dot-circle-o:before {
    content: "\f192";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-vimeo-square:before {
    content: "\f194";
}

.icon-try:before {
    content: "\f195";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-space-shuttle:before {
    content: "\f197";
}

.icon-slack:before {
    content: "\f198";
}

.icon-envelope-square:before {
    content: "\f199";
}

.icon-wordpress:before {
    content: "\f19a";
}

.icon-openid:before {
    content: "\f19b";
}

.icon-bank:before {
    content: "\f19c";
}

.icon-graduation-cap:before {
    content: "\f19d";
}

.icon-yahoo:before {
    content: "\f19e";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-reddit:before {
    content: "\f1a1";
}

.icon-reddit-square:before {
    content: "\f1a2";
}

.icon-stumbleupon-circle:before {
    content: "\f1a3";
}

.icon-stumbleupon:before {
    content: "\f1a4";
}

.icon-delicious:before {
    content: "\f1a5";
}

.icon-digg:before {
    content: "\f1a6";
}

.icon-pied-piper:before {
    content: "\f1a7";
}

.icon-pied-piper-alt:before {
    content: "\f1a8";
}

.icon-drupal:before {
    content: "\f1a9";
}

.icon-joomla:before {
    content: "\f1aa";
}

.icon-language:before {
    content: "\f1ab";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-building:before {
    content: "\f1ad";
}

.icon-child:before {
    content: "\f1ae";
}

.icon-paw:before {
    content: "\f1b0";
}

.icon-spoon:before {
    content: "\f1b1";
}

.icon-cube:before {
    content: "\f1b2";
}

.icon-cubes:before {
    content: "\f1b3";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-behance-square:before {
    content: "\f1b5";
}

.icon-steam:before {
    content: "\f1b6";
}

.icon-steam-square:before {
    content: "\f1b7";
}

.icon-recycle2:before {
    content: "\f1b8";
}

.icon-automobile:before {
    content: "\f1b9";
}

.icon-cab:before {
    content: "\f1ba";
}

.icon-tree:before {
    content: "\f1bb";
}

.icon-spotify:before {
    content: "\f1bc";
}

.icon-deviantart:before {
    content: "\f1bd";
}

.icon-soundcloud:before {
    content: "\f1be";
}

.icon-database:before {
    content: "\f1c0";
}

.icon-file-pdf-o:before {
    content: "\f1c1";
}

.icon-file-word-o:before {
    content: "\f1c2";
}

.icon-file-excel-o:before {
    content: "\f1c3";
}

.icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.icon-file-image-o:before {
    content: "\f1c5";
}

.icon-file-archive-o:before {
    content: "\f1c6";
}

.icon-file-audio-o:before {
    content: "\f1c7";
}

.icon-file-movie-o:before {
    content: "\f1c8";
}

.icon-file-code-o:before {
    content: "\f1c9";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-jsfiddle:before {
    content: "\f1cc";
}

.icon-life-bouy:before {
    content: "\f1cd";
}

.icon-circle-o-notch:before {
    content: "\f1ce";
}

.icon-ra:before {
    content: "\f1d0";
}

.icon-empire:before {
    content: "\f1d1";
}

.icon-git-square:before {
    content: "\f1d2";
}

.icon-git:before {
    content: "\f1d3";
}

.icon-hacker-news:before {
    content: "\f1d4";
}

.icon-tencent-weibo:before {
    content: "\f1d5";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before {
    content: "\f1d7";
}

.icon-paper-plane2:before {
    content: "\f1d8";
}

.icon-paper-plane-o:before {
    content: "\f1d9";
}

.icon-history:before {
    content: "\f1da";
}

.icon-circle-thin:before {
    content: "\f1db";
}

.icon-header:before {
    content: "\f1dc";
}

.icon-paragraph:before {
    content: "\f1dd";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-share-alt:before {
    content: "\f1e0";
}

.icon-share-alt-square:before {
    content: "\f1e1";
}

.icon-bomb:before {
    content: "\f1e2";
}

.icon-futbol-o:before {
    content: "\f1e3";
}

.icon-tty:before {
    content: "\f1e4";
}

.icon-binoculars:before {
    content: "\f1e5";
}

.icon-plug2:before {
    content: "\f1e6";
}

.icon-slideshare:before {
    content: "\f1e7";
}

.icon-twitch:before {
    content: "\f1e8";
}

.icon-yelp:before {
    content: "\f1e9";
}

.icon-newspaper-o:before {
    content: "\f1ea";
}

.icon-wifi:before {
    content: "\f1eb";
}

.icon-calculator2:before {
    content: "\f1ec";
}

.icon-paypal:before {
    content: "\f1ed";
}

.icon-google-wallet:before {
    content: "\f1ee";
}

.icon-cc-visa:before {
    content: "\f1f0";
}

.icon-cc-mastercard:before {
    content: "\f1f1";
}

.icon-cc-discover:before {
    content: "\f1f2";
}

.icon-cc-amex:before {
    content: "\f1f3";
}

.icon-cc-paypal:before {
    content: "\f1f4";
}

.icon-cc-stripe:before {
    content: "\f1f5";
}

.icon-bell-slash:before {
    content: "\f1f6";
}

.icon-bell-slash-o:before {
    content: "\f1f7";
}

.icon-trash2:before {
    content: "\f1f8";
}

.icon-copyright:before {
    content: "\f1f9";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-eyedropper2:before {
    content: "\f1fb";
}

.icon-paint-brush:before {
    content: "\f1fc";
}

.icon-birthday-cake:before {
    content: "\f1fd";
}

.icon-area-chart:before {
    content: "\f1fe";
}

.icon-pie-chart:before {
    content: "\f200";
}

.icon-line-chart:before {
    content: "\f201";
}

.icon-lastfm:before {
    content: "\f202";
}

.icon-lastfm-square:before {
    content: "\f203";
}

.icon-toggle-off:before {
    content: "\f204";
}

.icon-toggle-on:before {
    content: "\f205";
}

.icon-bicycle2:before {
    content: "\f206";
}

.icon-bus:before {
    content: "\f207";
}

.icon-ioxhost:before {
    content: "\f208";
}

.icon-angellist:before {
    content: "\f209";
}

.icon-cc:before {
    content: "\f20a";
}

.icon-ils:before {
    content: "\f20b";
}

.icon-meanpath:before {
    content: "\f20c";
}

.icon-phone4:before {
    content: "\e6ca";
}

.icon-mobile3:before {
    content: "\e6cb";
}

.icon-mouse2:before {
    content: "\e6cc";
}

.icon-directions:before {
    content: "\e6cd";
}

.icon-mail2:before {
    content: "\e6ce";
}

.icon-paperplane2:before {
    content: "\e6cf";
}

.icon-pencil3:before {
    content: "\e6d0";
}

.icon-feather:before {
    content: "\e6d1";
}

.icon-paperclip3:before {
    content: "\e6d2";
}

.icon-drawer2:before {
    content: "\e6d3";
}

.icon-reply:before {
    content: "\e6d4";
}

.icon-reply-all:before {
    content: "\e6d5";
}

.icon-forward2:before {
    content: "\e6d6";
}

.icon-user3:before {
    content: "\e6d7";
}

.icon-users2:before {
    content: "\e6d8";
}

.icon-user-add:before {
    content: "\e6d9";
}

.icon-vcard:before {
    content: "\e6da";
}

.icon-export:before {
    content: "\e6db";
}

.icon-location2:before {
    content: "\e6dc";
}

.icon-map2:before {
    content: "\e6dd";
}

.icon-compass3:before {
    content: "\e6de";
}

.icon-location3:before {
    content: "\e6df";
}

.icon-target2:before {
    content: "\e6e0";
}

.icon-share2:before {
    content: "\e6e1";
}

.icon-sharable:before {
    content: "\e7d3";
}

.icon-heart4:before {
    content: "\e7d4";
}

.icon-heart5:before {
    content: "\e6e2";
}

.icon-star3:before {
    content: "\e6e3";
}

.icon-star4:before {
    content: "\e6e4";
}

.icon-thumbsup:before {
    content: "\e6e5";
}

.icon-thumbsdown:before {
    content: "\e6e6";
}

.icon-chat2:before {
    content: "\e6e7";
}

.icon-comment2:before {
    content: "\e6e8";
}

.icon-quote2:before {
    content: "\e6e9";
}

.icon-house:before {
    content: "\e6ea";
}

.icon-popup:before {
    content: "\e6eb";
}

.icon-search4:before {
    content: "\e6ec";
}

.icon-flashlight:before {
    content: "\e6ed";
}

.icon-printer2:before {
    content: "\e6ee";
}

.icon-bell2:before {
    content: "\e6ef";
}

.icon-link2:before {
    content: "\e6f0";
}

.icon-flag3:before {
    content: "\e6f1";
}

.icon-cog2:before {
    content: "\e6f2";
}

.icon-tools2:before {
    content: "\e6f3";
}

.icon-trophy3:before {
    content: "\e6f4";
}

.icon-tag3:before {
    content: "\e6f5";
}

.icon-camera4:before {
    content: "\e6f6";
}

.icon-megaphone3:before {
    content: "\e6f7";
}

.icon-moon2:before {
    content: "\e6f8";
}

.icon-palette:before {
    content: "\e6f9";
}

.icon-leaf2:before {
    content: "\e7d5";
}

.icon-music3:before {
    content: "\e7d6";
}

.icon-music4:before {
    content: "\e6fa";
}

.icon-new:before {
    content: "\e6fb";
}

.icon-graduation:before {
    content: "\e6fc";
}

.icon-book2:before {
    content: "\e6fd";
}

.icon-newspaper2:before {
    content: "\e6fe";
}

.icon-bag:before {
    content: "\e6ff";
}

.icon-airplane:before {
    content: "\e700";
}

.icon-lifebuoy:before {
    content: "\e701";
}

.icon-eye3:before {
    content: "\e702";
}

.icon-clock3:before {
    content: "\e703";
}

.icon-microphone2:before {
    content: "\e704";
}

.icon-calendar4:before {
    content: "\e705";
}

.icon-bolt2:before {
    content: "\e706";
}

.icon-thunder:before {
    content: "\e707";
}

.icon-droplet:before {
    content: "\e708";
}

.icon-cd:before {
    content: "\e709";
}

.icon-briefcase3:before {
    content: "\e70a";
}

.icon-air:before {
    content: "\e70b";
}

.icon-hourglass2:before {
    content: "\e70c";
}

.icon-gauge:before {
    content: "\e70d";
}

.icon-language2:before {
    content: "\e70e";
}

.icon-network2:before {
    content: "\e70f";
}

.icon-key4:before {
    content: "\e710";
}

.icon-battery2:before {
    content: "\e711";
}

.icon-bucket:before {
    content: "\e7d7";
}

.icon-magnet2:before {
    content: "\e7d8";
}

.icon-drive:before {
    content: "\e712";
}

.icon-cup2:before {
    content: "\e713";
}

.icon-rocket2:before {
    content: "\e714";
}

.icon-brush:before {
    content: "\e715";
}

.icon-suitcase2:before {
    content: "\e716";
}

.icon-cone:before {
    content: "\e717";
}

.icon-earth:before {
    content: "\e718";
}

.icon-keyboard:before {
    content: "\e719";
}

.icon-browser2:before {
    content: "\e71a";
}

.icon-publish:before {
    content: "\e71b";
}

.icon-progress-3:before {
    content: "\e71c";
}

.icon-progress-2:before {
    content: "\e71d";
}

.icon-brogress-1:before {
    content: "\e71e";
}

.icon-progress-0:before {
    content: "\e71f";
}

.icon-sun2:before {
    content: "\e720";
}

.icon-sun22:before {
    content: "\e721";
}

.icon-adjust2:before {
    content: "\e722";
}

.icon-code2:before {
    content: "\e723";
}

.icon-screen:before {
    content: "\e724";
}

.icon-infinity:before {
    content: "\e725";
}

.icon-light-bulb:before {
    content: "\e726";
}

.icon-creditcard:before {
    content: "\e727";
}

.icon-database2:before {
    content: "\e728";
}

.icon-voicemail2:before {
    content: "\e729";
}

.icon-clipboard3:before {
    content: "\e7d9";
}

.icon-cart2:before {
    content: "\e7da";
}

.icon-box:before {
    content: "\e72a";
}

.icon-ticket2:before {
    content: "\e72b";
}

.icon-rss3:before {
    content: "\e72c";
}

.icon-signal2:before {
    content: "\e72d";
}

.icon-thermometer:before {
    content: "\e72e";
}

.icon-droplets:before {
    content: "\e72f";
}

.icon-uniE69E:before {
    content: "\e730";
}

.icon-statistics:before {
    content: "\e731";
}

.icon-pie:before {
    content: "\e732";
}

.icon-bars2:before {
    content: "\e733";
}

.icon-graph4:before {
    content: "\e734";
}

.icon-lock4:before {
    content: "\e735";
}

.icon-lock-open:before {
    content: "\e736";
}

.icon-logout:before {
    content: "\e737";
}

.icon-login:before {
    content: "\e738";
}

.icon-checkmark:before {
    content: "\e739";
}

.icon-cross2:before {
    content: "\e73a";
}

.icon-minus2:before {
    content: "\e73b";
}

.icon-plus2:before {
    content: "\e73c";
}

.icon-cross3:before {
    content: "\e73d";
}

.icon-minus3:before {
    content: "\e73e";
}

.icon-plus3:before {
    content: "\e73f";
}

.icon-cross4:before {
    content: "\e740";
}

.icon-minus4:before {
    content: "\e741";
}

.icon-plus4:before {
    content: "\e7db";
}

.icon-erase:before {
    content: "\e7dc";
}

.icon-blocked:before {
    content: "\e742";
}

.icon-info2:before {
    content: "\e743";
}

.icon-info3:before {
    content: "\e744";
}

.icon-question2:before {
    content: "\e745";
}

.icon-help:before {
    content: "\e746";
}

.icon-warning:before {
    content: "\e747";
}

.icon-cycle:before {
    content: "\e748";
}

.icon-cw:before {
    content: "\e749";
}

.icon-ccw:before {
    content: "\e74a";
}

.icon-shuffle2:before {
    content: "\e74b";
}

.icon-arrow:before {
    content: "\e74d";
}

.icon-arrow2:before {
    content: "\e74e";
}

.icon-retweet2:before {
    content: "\e74f";
}

.icon-loop2:before {
    content: "\e750";
}

.icon-history2:before {
    content: "\e751";
}

.icon-back2:before {
    content: "\e752";
}

.icon-switch2:before {
    content: "\e753";
}

.icon-list2:before {
    content: "\e754";
}

.icon-add-to-list:before {
    content: "\e755";
}

.icon-layout:before {
    content: "\e756";
}

.icon-list3:before {
    content: "\e757";
}

.icon-text:before {
    content: "\e758";
}

.icon-text2:before {
    content: "\e759";
}

.icon-document2:before {
    content: "\e75a";
}

.icon-docs:before {
    content: "\e7dd";
}

.icon-landscape:before {
    content: "\e7de";
}

.icon-pictures2:before {
    content: "\e75b";
}

.icon-video3:before {
    content: "\e75c";
}

.icon-music5:before {
    content: "\e75d";
}

.icon-folder2:before {
    content: "\e75e";
}

.icon-archive2:before {
    content: "\e75f";
}

.icon-trash3:before {
    content: "\e760";
}

.icon-upload3:before {
    content: "\e761";
}

.icon-download3:before {
    content: "\e762";
}

.icon-disk2:before {
    content: "\e763";
}

.icon-install:before {
    content: "\e764";
}

.icon-cloud4:before {
    content: "\e765";
}

.icon-upload4:before {
    content: "\e766";
}

.icon-bookmark2:before {
    content: "\e767";
}

.icon-bookmarks2:before {
    content: "\e768";
}

.icon-book3:before {
    content: "\e769";
}

.icon-play2:before {
    content: "\e76a";
}

.icon-pause2:before {
    content: "\e76b";
}

.icon-record:before {
    content: "\e76c";
}

.icon-stop2:before {
    content: "\e76d";
}

.icon-next2:before {
    content: "\e76e";
}

.icon-previous:before {
    content: "\e76f";
}

.icon-first:before {
    content: "\e770";
}

.icon-last:before {
    content: "\e771";
}

.icon-resize-enlarge:before {
    content: "\e772";
}

.icon-resize-shrink:before {
    content: "\e7df";
}

.icon-volume3:before {
    content: "\e7e0";
}

.icon-sound2:before {
    content: "\e773";
}

.icon-mute2:before {
    content: "\e774";
}

.icon-flow-cascade:before {
    content: "\e775";
}

.icon-flow-branch:before {
    content: "\e776";
}

.icon-flow-tree:before {
    content: "\e777";
}

.icon-flow-line:before {
    content: "\e778";
}

.icon-flow-parallel:before {
    content: "\e779";
}

.icon-arrow-left2:before {
    content: "\e77a";
}

.icon-arrow-down2:before {
    content: "\e77b";
}

.icon-arrow-up-upload:before {
    content: "\e77c";
}

.icon-arrow-right2:before {
    content: "\e77d";
}

.icon-arrow-left3:before {
    content: "\e77e";
}

.icon-arrow-down3:before {
    content: "\e77f";
}

.icon-arrow-up2:before {
    content: "\e780";
}

.icon-arrow-right3:before {
    content: "\e781";
}

.icon-arrow-left4:before {
    content: "\e782";
}

.icon-arrow-down4:before {
    content: "\e783";
}

.icon-arrow-up3:before {
    content: "\e784";
}

.icon-arrow-right4:before {
    content: "\e785";
}

.icon-arrow-left5:before {
    content: "\e786";
}

.icon-arrow-down5:before {
    content: "\e787";
}

.icon-arrow-up4:before {
    content: "\e788";
}

.icon-arrow-right5:before {
    content: "\e789";
}

.icon-arrow-left6:before {
    content: "\e78a";
}

.icon-arrow-down6:before {
    content: "\e7e1";
}

.icon-arrow-up5:before {
    content: "\e7e2";
}

.icon-arrow-right6:before {
    content: "\e78b";
}

.icon-arrow-left7:before {
    content: "\e78c";
}

.icon-arrow-down7:before {
    content: "\e78d";
}

.icon-arrow-up6:before {
    content: "\e78e";
}

.icon-arrow-right7:before {
    content: "\e78f";
}

.icon-arrow-left8:before {
    content: "\e790";
}

.icon-arrow-down8:before {
    content: "\e791";
}

.icon-arrow-up7:before {
    content: "\e792";
}

.icon-uniE708:before {
    content: "\e793";
}

.icon-arrow-left9:before {
    content: "\e794";
}

.icon-arrow-down9:before {
    content: "\e795";
}

.icon-arrow-up8:before {
    content: "\e796";
}

.icon-arrow-right8:before {
    content: "\e797";
}

.icon-menu2:before {
    content: "\e798";
}

.icon-ellipsis:before {
    content: "\e799";
}

.icon-dots:before {
    content: "\e79a";
}

.icon-dot:before {
    content: "\e79b";
}

.icon-cc2:before {
    content: "\e79c";
}

.icon-cc-by:before {
    content: "\e79d";
}

.icon-cc-nc:before {
    content: "\e79e";
}

.icon-cc-nc-eu:before {
    content: "\e79f";
}

.icon-cc-nc-jp:before {
    content: "\e7a0";
}

.icon-cc-sa:before {
    content: "\e7a1";
}

.icon-cc-nd:before {
    content: "\e7a2";
}

.icon-cc-pd:before {
    content: "\e7e3";
}

.icon-cc-zero:before {
    content: "\e7e4";
}

.icon-cc-share:before {
    content: "\e7a3";
}

.icon-cc-share2:before {
    content: "\e7a4";
}

.icon-danielbruce:before {
    content: "\e7a5";
}

.icon-danielbruce2:before {
    content: "\e7a6";
}

.icon-github2:before {
    content: "\e7a7";
}

.icon-github3:before {
    content: "\e7a8";
}

.icon-flickr2:before {
    content: "\e7a9";
}

.icon-flickr3:before {
    content: "\e7aa";
}

.icon-vimeo:before {
    content: "\e7ab";
}

.icon-vimeo2:before {
    content: "\e7ac";
}

.icon-twitter3:before {
    content: "\e7ad";
}

.icon-twitter4:before {
    content: "\e7ae";
}

.icon-facebook3:before {
    content: "\e7af";
}

.icon-facebook4:before {
    content: "\e7b0";
}

.icon-facebook5:before {
    content: "\e7b1";
}

.icon-googleplus2:before {
    content: "\e7b2";
}

.icon-googleplus3:before {
    content: "\e7b3";
}

.icon-pinterest2:before {
    content: "\e7b4";
}

.icon-pinterest3:before {
    content: "\e7b5";
}

.icon-tumblr3:before {
    content: "\e7b6";
}

.icon-tumblr4:before {
    content: "\e7b7";
}

.icon-linkedin3:before {
    content: "\e7b8";
}

.icon-linkedin4:before {
    content: "\e7b9";
}

.icon-dribbble3:before {
    content: "\e7ba";
}

.icon-dribbble4:before {
    content: "\e7e5";
}

.icon-stumbleupon2:before {
    content: "\e7e6";
}

.icon-stumbleupon3:before {
    content: "\e7bb";
}

.icon-lastfm2:before {
    content: "\e7bc";
}

.icon-lastfm3:before {
    content: "\e7bd";
}

.icon-rdio:before {
    content: "\e7be";
}

.icon-rdio2:before {
    content: "\e7bf";
}

.icon-spotify2:before {
    content: "\e7c0";
}

.icon-spotify3:before {
    content: "\e7c1";
}

.icon-qq2:before {
    content: "\e7c2";
}

.icon-instagram2:before {
    content: "\e7c3";
}

.icon-dropbox2:before {
    content: "\e7c4";
}

.icon-evernote:before {
    content: "\e7c5";
}

.icon-flattr:before {
    content: "\e7c6";
}

.icon-skype2:before {
    content: "\e7c7";
}

.icon-skype3:before {
    content: "\e7c8";
}

.icon-renren2:before {
    content: "\e7c9";
}

.icon-sina-weibo:before {
    content: "\e7ca";
}

.icon-paypal2:before {
    content: "\e7cb";
}

.icon-picasa:before {
    content: "\e7cc";
}

.icon-soundcloud2:before {
    content: "\e7cd";
}

.icon-mixi:before {
    content: "\e7ce";
}

.icon-behance2:before {
    content: "\e7cf";
}

.icon-circles:before {
    content: "\e7d0";
}

.icon-vk2:before {
    content: "\e7d1";
}

.icon-smashing:before {
    content: "\e7d2";
}

.icon-shopping631:before {
    content: "\e74c";
}

/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    font: 16px/1.7em 'Lato', arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    background: #fff;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
body.no-background {
    line-height: 1.5;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 12px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Open Sans', Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top:0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 55px;
    letter-spacing: -2px;
}
h2 {
    line-height: 1.3em;
    margin-bottom: 20px;
    font-size: 35px;
    letter-spacing: -1px;
}
h3 {
    font-size: 29px;
    letter-spacing: -1px;
}
h4 {

    font-size: 29px;
    letter-spacing: -1px;
    color: #9b9b9b;
}
h5 {

    font-size: 16px;
    font-weight: 600;
    color: #9b9b9b ;
    letter-spacing: 0.04em;
}
h6 {
    letter-spacing: 0.04em;
    font-size: 16px;
}

/* Anchor Links */
a {     
  color: #f7941e; 
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 0.14s linear;
  -moz-transition: color 0.14s linear;
  -ms-transition: color 0.14s linear;
  -o-transition: color 0.14s linear;
  transition: color 0.14s linear;
}
a:hover, a:focus { 
  color: #f7941e;
}

/* Lists */
ul, ol {
    margin-bottom: 20px;
    padding: 0;
}
ul.a{
    list-style-position: outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 24px;
}
li {
    line-height: 1.5em;
    margin-bottom: 6px;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {
		position: fixed !important;
    z-index: 200 !important;
    width: 100%;
}
.header-container {}
.small-header .cm-banner-area.type3 {
   padding-top: 200px;
   padding-bottom: 100px;
}
.small-header #sign-up {
    position: relative;
    margin-top: -153px!important;
  	z-index: 100;
}
.widget-span.custom-header {
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 499;
    -webkit-transition: top 0.1s ease-out, background-color 0.6s ease;
    -moz-transition: top 0.1s ease-out, background-color 0.6s ease;
    -ms-transition: top 0.1s ease-out, background-color 0.6s ease;
    -o-transition: top 0.1s ease-out, background-color 0.6s ease;
    transition: top 0.1s ease-out, background-color 0.6s ease;
}
.no-background .widget-span.custom-header {
		background-color: #fff;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0;
}
.header-logo a>img {
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: opacity 0.15s ease-out, top 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    -ms-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    -o-transition: opacity 0.15s ease-out, top 0.1s ease-out;
    transition: opacity 0.15s ease-out, top 0.1s ease-out;
}

#transparent_logo {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 100%;
    display: inline-block;
    margin-top: 11px;
}

#transparent_logo img{
    top: 0px;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
    transition: opacity 0.5s ease-out, top 0.5s ease-out;
}

.header-container-wrapper .page-center {
    position: relative;
}

.header-logo .hs_cos_wrapper_type_module {
    height: 62px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    -ms-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0;
}

.top-nav.light {
    display: block;
    padding-top: 4px;
    line-height: 86px;
    opacity: 1;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
    padding-left: 3px;
    margin-left: 0;
    position: absolute;
    right: 0;
    width: auto;
    padding-right: 72px;
}
.top-nav a {
    display: inline-block;
    color: #000;
    margin-right: 20px;
    font-size: 14px;
    border: 2px solid #000;
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 15px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    transition: 0.3s;
}
.top-nav.light a {
    color: #fff;
    border-color: #fff;
}
.top-nav a:hover {
    color: #f7941e;
    border-color: #f7941e;
}

.widget-span.header-search-group {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: visible!important;
    display: none;
    background-color: rgba(0,0,0,0.92);
}

.search-open .widget-span.header-search-group{
    display:block
}
.header-search-group label {
    display: none;
}

.header-search-group a.hs-button.primary {
    display: none;
}

.header-search-group .widget-type-google_search input[type="text"] {
    background: none;
    border: none;
    font-size: 38px;
    color: #fff;
    padding: 0;
    line-height: 98px;
    margin-bottom: 0;
    max-width: 100%;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20%;
}
.header-search-group.activated .widget-type-google_search input[type="text"] {
    width: 100%;
}

.scrolled .widget-type-google_search input[type="text"] {
    line-height: 64px;
}

.scrolled .widget-span.custom-header {
    border-bottom: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.97);
}

.scrolled .header-logo a>img {
    top: 0;
    opacity: 1;
}

.scrolled .header-logo .hs_cos_wrapper_type_module {
    height: 64px;
}
.no-background.scrolled .header-logo .hs_cos_wrapper_type_module {
    height: 92px!important;
}
.scrolled #transparent_logo img {
    top: -70px;
    opacity: 0;
    position: relative;
}


.scrolled .top-nav.light {
    line-height: 60px;
}

.scrolled .top-nav a {
    color: #3a3a3a;
    border-color: #3a3a3a;
}

i.icon.icon-search3 {
    margin-left: 0;
}

#boc_searchform_close {
    float: right;
    position: relative;
    top: 32px;
    left: -100px;
    opacity: 0;
    line-height: 100%;
    font-size: 32px;
    color: #fff;
    -webkit-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -moz-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -o-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -ms-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.1s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    cursor: pointer;
    margin-right: 2px;
}
.activated #boc_searchform_close {
    left: 0;
    opacity: 1;
}
#boc_searchform_close:hover {
    color: #f7941e;
}
.header-search-group form {
    width: 92%;
    float: left;
    margin: 0;
}
.scrolled #boc_searchform_close {
    -webkit-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -moz-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -o-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    -ms-transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    transition: left 0.3s 0.15s cubic-bezier(.09,.79,.25,.98), top 0.3s ease-out, color 0.3s ease-out, opacity 0.3s 0.15s ease-out;
    top: 18px;
}

/* =============== Content =============== */
  .visible_phone {
  		display: none!important;
  }
  .visible_desktop {
  		display: block!important;
  }

.body-container-wrapper {}
.body-container {}

.content-wrapper.page-center {
  padding-bottom: 60px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.cm-banner-area {
    min-height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 140px;
    margin-bottom: 80px;
}

.cm-banner-area .upb_bg_overlay_pattern {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}

.cm-banner-area .upb_bg_overlay {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
}

.cm-banner-area .title {
    padding-top: 35px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.cm-banner-area h1 {
    color: #ffffff;
    text-align: left;
}

.even-odd tr.even {
   background-color: #ccc;
}
.even-odd tr.odd {
   background-color: #ddd;
}
/*--------------------testimonials------------------*/
.arrow_box {
	position: relative;
	background: #fff;
	border: 3px solid #ccc;
  border-radius: 5px;
  padding: 25px;
  margin: 23px 0 30px 0;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #ccc;
	border-width: 24px;
	margin-left: -24px;
}
.testimonial-image {
  border-radius: 50%;
  overflow: hidden;
}

.zentriert {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.quote {
  font-style: italic;
}
.autor {
	font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
/*--------------------divider------------------*/
.boc_divider {
    position: relative;
    height: 1px;
    background: #eee;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.boc_divider i.icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    width: auto;
    height: auto;
    color: #bbbbbb;
    background: #fff;
    font-size: 14px;
    margin: 0;
    vertical-align: top !important;
    border-radius: 50%;
}

.boc_divider_holder {
    padding-top: 35px;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
    background: #222;
    font-size: 14px;
    color: #7B8887;
    padding-top: 52px;
}

.custom-footer a {
    color: #94A3A3;
}
.custom-footer a:hover {
    color: #f7941e;
}
.footer-bottom {
    padding: 20px 0px 20px;
    background: #121313;
    border-top: 1px solid #2a2a2a;
    margin-top: 16px;
}
.footer-copyright.widget-span {
    margin-top: 2px;
    margin-right: 10px;
    color: #748188;
    margin-left: 0;
}
.widget-span.footer-social-links {
    float: right;
}

.footer-copyright p {
    margin: 0;
}

span.icon {
    line-height: 18px;
    font-size: 18px;
}

.footer-top-row2 {
    padding: 0 0 10px;
    margin: 0px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}

a.footer_soc_icon {
    padding: 0px 6px 0;
    margin: 5px 0 0;
    display: inline-block;
    float: right;
}


.footer-top-row1 {
    margin-bottom: 30px;
}
.footer-contact-info {
    padding-bottom: 10px;
}
.custom-footer img {
    vertical-align: baseline;
    opacity: 0.85;
}
.custom-footer h3 {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 22px;
}
.boc_contact_icon {
    clear: both;
    margin-bottom: 2px;
}
.boc_contact_icon .icon {
    float: left;
    width: 18px;
    margin-right: 16px;
    line-height: 30px;
    font-size: 17px;
}
.boc_contact_icon .icon.bigger {
    font-size: 19px;
    position: relative;
    top: -1px;
    left: -1px;
}

.custom-footer .textwidget {
    padding: 0 0 10px;
}

.custom-footer ul {
    margin: 0px 0 0 0px;
    list-style: none;
    padding: 2px 0 0;
}
.custom-footer ul li {
    margin-bottom: 5px;
}
.custom-footer ul li a:before {
    font-family: 'icomoon';
    font-size: 14px;
    content: "\e78f";
    display: inline-block;
    position: relative;
    top: 1px;
    left: -2px;
    margin-right: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.custom-footer ul li a:hover:before {
    left: 0px;
    margin-right: 12px;
}
.footer-sitemap {
    padding-left: 31px;
}

.footer-newsletter .hs-button.primary {
    border-radius: 0;
    background-color: #333;
    padding: 11px 18px;
    line-height: normal;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    font-weight: bold;
}
.footer-newsletter .hs-button.primary:hover {
    color: #fff;
    background-color: #f7941e;
}

.footer-newsletter form {
  font: inherit;
}

.footer-newsletter label {
    line-height: normal;
    vertical-align: top;
    margin-bottom: 6px;
}

.footer-newsletter span.hs-form-required {
    display: none;
}

.footer-newsletter input[type="email"] {
    min-height: 36px;
    padding: 8px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.footer-logo-about {
    padding-bottom: 10px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
.widget-span.custom-menu-primary1 {
    margin: 0;
}
/* Parent List */
.custom-menu-primary1 .hs-menu-wrapper > ul {
    margin-left: -24px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li{
  margin:0px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
    line-height: 88px;
    text-decoration: none;
    display: block;
    padding: 4px 15px 0px 15px;
    z-index: 6;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    -ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
    transition: all 0.3s ease-out, line-height 0.1s ease-out;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 400;
}
.custom-menu-primary1 .hs-menu-wrapper > ul >li:nth-child(5) > ul> li> a,
.custom-menu-primary1 .hs-menu-wrapper > ul >li:nth-child(3) > ul> li> a {
    min-width: 270px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:before {
    display: block;
    content: "";
    width: 30%;
    height: 2px;
    background-color: #f7941e;
    position: absolute;
    bottom: 0;
    left: 35%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover:before {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\e78d";
    padding: 0px 0px 0px 7px;
    font-family: 'icomoon';
    font-size: 14px;
    position: relative;
    top: 2px;
    line-height: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a{
    color: #f7941e;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:before,
.custom-menu-primary1 .hs-menu-wrapper > ul > li.header_search_icon  > a:before{
display:none}
/* Child List */
.custom-menu-primary1 .hs-menu-wrapper > ul ul {
    background: rgba(255,255,255,0.97);
    border-top: 2px solid #f7941e;
    webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
    left: 2px !important;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li {
    margin-bottom: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
    display: block;
    position: relative;
    padding: 6px 13px 6px 15px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    min-width: 184px;
    font-size: 13px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    letter-spacing: -0.01em;
    padding-right: 30px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f7941e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    color: #fff;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:before {
    margin-left: -10px;
    width: 13px;
    font-family: 'icomoon';
    font-size: 13px;
    content: "\e78f";
    float: left;
    position: relative;
    left: -9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    color: #fff;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover:before {
    padding-left: 10px;
    left: -2px;
    opacity: 1;
    margin-right: 15px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul ul ul {
    top: -2px !important;
    min-width: 270px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:after {
    content: '\e78f';
    font-family: 'icomoon';
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:hover:after {
    opacity: 0;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.boc_search_toggle_li > a:before,
.custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    display: none;
}
/* Override max width on menu links */
.custom-menu-primary1 .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1281px) {
    .custom-menu-primary1 .hs-menu-wrapper,
    .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
        display:block !important;
    }

  .visible-1280 {
      display: none !important;
  }


  .scrolled .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
      line-height: 60px;
      color: #3a3a3a;
      padding-top: 4px;
  }
  .scrolled .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a {
      color: #f7941e;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger1, .child-trigger1{ display: none; }

@media (max-width: 1280px){

  /* Menu Reset */
  .custom-menu-primary1,
  .custom-menu-primary1 .hs-menu-wrapper > ul,
  .custom-menu-primary1 .hs-menu-wrapper > ul li,
  .custom-menu-primary1 .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

.mobile-trigger1 {
    display: none !important;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 6px;
    width: auto;
    height: auto;
    z-index: 111;
}




  /* Toggle Button Icon */
  .mobile-trigger1 i {
      display: inline;
      position: relative;
      top: -4px;
  }
  .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger1 i, .mobile-trigger1 i:before, .mobile-trigger1 i:after {
      width: 24px;
      height: 2px;
      background-color: #333;
      display: inline-block;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      transition-duration: 0.3s;
  }
    .mobile-trigger1 i:before {
      top: -7px;
  }
  .mobile-trigger1 i:after {
      top: 7px;
  }
  
  .mobile-open1 .mobile-trigger1 i {
      background: transparent;
  }
  .mobile-open1 .mobile-trigger1 i:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px;
}
  .mobile-open1 .mobile-trigger1 i:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px;
}
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger1 {
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 11px;
      right: 30px;
      padding: 0 !important;
      width: 32px;
      height: 32px;
      text-align: center;
      font-size: 10px;
      line-height: 30px;
      color: #ccc;
  }
  .child-trigger1:hover{
      color: #eee;
  }
  .child-open1.icon-chevron-down:before {
      content: "\f077";
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary1.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary1.js-enabled .hs-menu-wrapper,
  .custom-menu-primary1.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary1 ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper{
    background-color: #121212;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul {
      font-family: inherit;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:after,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:before {
      display: none !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul li a {
      background: #222;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      color: #ccc;
      font-size: 14px;
      line-height: 1.7em;
      display: block;
      padding: 12px 30px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      text-transform: none;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a{
      color: #ccc;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover {
      background: #2a2a2a;
      color: #eee;
  }

  /* Level 2 and Higher Menu List Styles */
.custom-menu-primary1 .hs-menu-wrapper > ul ul {
    border: none;
    background-color: transparent;
}

  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
      background: transparent;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      padding: 10px 50px;
      color: #ccc;
      font-family: inherit;
      font-size: 14px;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {
      background: #171717;
      color: #eee;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children> a:after,
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:before {
      display: none;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li a {
      text-indent: 0;
      padding-left: 70px;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul .child-trigger1 {
      right: 50px;
  }
  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .top-nav.light {
      padding-right: 35px;
      padding-top: 1px;
  }
  .hidden-1280 {
      display: none !important;
  }
  .scrolled .mobile-trigger1 {
      top: 19px;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */
.lp-left-col {
		width: 65%!important;
  	margin: 0!important;
  padding: 0!important;
}
.lp-right-col {
		width: 35%!important;
  	margin: 0!important;
}
.lp-form {
		background: rgba(40,41,54,1);
  	padding: 20px;
  	color: #fff;
}
.lp-form h3 {
		font-size: 26px;
}
.lp-form a:last-of-type {
		white-space: nowrap;
}
.troublemaker  {
}
.troublemaker h2, .troublemaker h3  {
		color: #282936;
  	margin-bottom: 0;
}
.form-header {
		background: #f7941e;;
 		position: relative;
  	padding: 20px;
}
.form-header h2 {
		color: #fff;
  	margin: 0!important;
}
.form-header:after {
  	content: " ";
  	position: absolute;
		width: 0px;
		height: 0px;
  	left: 30px;
  	bottom: -15px;
		-webkit-transform:rotate(360deg);
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #f7941e transparent transparent transparent;
}
.hs-button.primary, input[type="submit"], input[type="button"] {
		background-color: #f7941e !important;
    padding: 20px 22px!important;
}
/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
border: 1px solid #eee;
    padding: 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #555;
    margin: 0;
    width: 100%;
    max-width: 767px;
    display: block;
    margin-bottom: 20px;
    background: #f9f9f9;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 8px 2%;
    font-family: inherit;
    font-size: inherit;
}


.lp-form input[type="text"],
.lp-form input[type="password"], 
.lp-form input[type="datetime"], 
.lp-form input[type="datetime-local"], 
.lp-form input[type="date"], 
.lp-form input[type="month"], 
.lp-form input[type="time"], 
.lp-form input[type="week"], 
.lp-form input[type="number"], 
.lp-form input[type="email"], 
.lp-form input[type="url"], 
.lp-form input[type="search"], 
.lp-form input[type="tel"], 
.lp-form input[type="color"],
.lp-form input[type="file"],
.lp-form textarea,
.lp-form select {

		/*margin-bottom: 25px!important;*/
    font-size: 20px!important;
  	line-height: 28px!important;
  	/*padding: 10px 20px!important;*/
}



input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: #f6f6f6;
  color: #444;
  border-color: #333;
}

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

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {
}
input.error,
textarea.error,
select.error{
	border: 2px solid #e85c41;
}
input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

form {
    font: 14px Helvetica,Arial,sans-serif;
}

span.hs-form-required {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
    padding-left: 3px;
}

ul.hs-error-msgs label {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 0px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 5px; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    border-style: solid;
    border-width: 0;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
    background-repeat: repeat-x;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    clear: both;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #aaa;
    border-radius: 4px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #777;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: #777;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/*-----------------Three Column icon and content module-----------------*/
.side_icon_box {
    margin: 20px 0;
}
.side_icon_box .icon_feat {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 52px;
}
.side_icon_box .icon_feat i.icon {
    font-size: 34px;
    line-height: 40px;
    margin: 0;
    color: #f7941e;
}

.side_icon_box_content {
    margin: 0 12px 20px 66px;
    color: #777;
}
.side_icon_box h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

/*-----------------One Column icon and content module-----------------*/
.cm-one-col-icon-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
}

/*----------------Bottom Pane One Column Button and title -------------*/
.bottompane-one-column {
    background-color: #f7941e;
    padding-bottom: 120px;
    border-top-width: 120px;
    padding-top: 35px;
    text-align: center;
}

.bottompane-one-column h3 {
    margin-bottom: 20px;
    margin-top: 120px;
    color: #ffffff;
    padding-bottom: 40px;
}

a.button {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 14px;
    padding: 16px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -moz-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -ms-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    -o-transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
    transition: all 0.15s linear, transform 0.9s cubic-bezier(.26,.87,.44,1) 0.25s, opacity 0.6s ease 0.25s;
}

a.button {
    color: #fff;
    border: 2px solid #f8f8f8;
    background: transparent;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 35px;
    margin-bottom: 0;
}

a.button:hover {
    background-color: #f8f8f8;
    color: #333;
}
/*-----------------Full width bottom pane layout-----------------*/

.medium-width {
    padding-left: 16.66666667%;
    padding-right: 16.66666667%;    
  	margin-bottom: 35px;
}
.medium-width h2{
    color: #f7941e;
}
.medium-width p:last-child {
    margin-bottom: 0;
}
.medium-width .hs_cos_wrapper_type_custom_widget {
    padding-bottom: 60px;
}
.cm-list-content *:last-child,
.medium-width .hs_cos_wrapper_type_custom_widget *:last-child {
    margin-bottom: 0;
}

.cm-list-content {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.cm-list-content .top-content {
    padding-bottom: 35px;
}


.cm-list-content ul {
    margin: 0;
}
.cm-list-content ul{
    list-style: none;
}
.cm-list-content.one-column-list ul {
    padding-left: 39%;
    counter-reset: steps;  
}

.cm-list-content li {
    position: relative;
    margin-bottom: 5px;
}

.cm-list-content li:before {
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 26px;
    color: #f7941e;
    display: inline-block;
    content: "\f00c";
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.counted-list ol { 
    counter-reset: item;
    list-style-type: none;
  	margin-top: 30px;
}
.counted-list li { 
  	display: block;
  	margin-bottom: 25px;
  	padding-left: 50px;
  	position: relative;
}
.counted-list li:before { 
  	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  	font-size: 30px;
  	text-align: center;
  	line-height: 38px;
  	position: absolute;
  	left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  	color: #999;
    width: 40px;
    height: 40px;
  	border: 1px solid #999;
  	border-radius: 50%;
    content: counter(item) "  "; 
    counter-increment: item; 
}
.cm-list-content p {
    margin-bottom: 0;
}

.cm-list-content li span {
   /* display: inline-block; */
   /* max-width: calc(100% - 40px);*/
    vertical-align: top;
}
.cm-list-content.two-column-list ul {
    padding-left: 80px;
}


/*-----------------No Banner --------------------*/
.no-banner .header-container-wrapper {
   min-height: 91px;
}

.no-banner .header-logo a>img {
   opacity: 1;
   top: 0;
}
.no-banner span#transparent_logo {
   display: none;
}

.no-banner .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
   color: #3a3a3a;
   padding-top: 4px;
}
.no-banner .top-nav a {
   border-color: #000;
   color: #000;
}

.no-banner .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > a {
   color: #f7941e;
}
.no-banner .top-nav a:hover {
   color: #f7941e;
   border-color: #f7941e;
}
.no-background .header-container-wrapper {
  position: relative!important;
}


/*----------------contact-layout----------------*/

.contact-layout .cm-banner-area {
    margin-bottom: 0;
}

.contact-layout .grey-bar {
    background: rgb(243, 243, 243);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
}

.contact-layout .grey-bar h2 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 30px;
    padding-top: 35px;
}
.pt35 {
    padding-top: 35px;
}
.contact-layout .main-content h3 {
    color: #f7941e;
    padding: 40px 0;
}

.contact-layout .two-column-container {
    text-align: center;
    margin-top: 35px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 80px;
    margin-bottom: 100px;
}
.contact-layout .two-column-container .hs_cos_wrapper_type_module {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.cm-inquiry {
    padding: 0 16%;
    color: #737576;
}

.cm-inquiry img {
    margin-bottom: 55px;
}

.cm-contact-info .box {
    border: 1px solid #f29400;
    padding: 30px 20px;
    margin-bottom: 110px;
}

.boc_list_item {
    margin-bottom: 10px;
}

.boc_list_item .li_icon {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 40px;
}
.boc_list_item .li_icon.large {
    width: 32px;
    height: 32px;
}
.boc_list_item .li_icon.large i.icon {
    font-size: 23px;
    line-height: 32px;
    color: #f7941e;
}
.boc_list_item .boc_list_item_text.large {
    line-height: 32px;
    margin-left: 48px;
}

.cm-contact-info h3.boc_heading {
    padding-bottom: 45px;
}
/* .boc_divider_holder {
    padding-top: 0;
}
.boc_divider {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #e4e4e4;
} */
.map {
    padding-top: 20px;
}

.cm-two-col-map {
    padding-top: 35px;
    margin-bottom: 150px;
}

.center {
    text-align: center;
}

.cm-two-col-map strong {
    font-weight: inherit;
    color: #f7941e;
}
iframe {
    max-width: 100%;
}
.contact-bottom-left h3 {
    color: #f29400;
}

.cm-list-content.contact-bottom-left {
    padding-left: 0;
    padding-right: 0;
}
.cm-list-content.contact-bottom-left li {
    position: relative;
    margin-bottom: 3px;
}

.content-bottom-right-form {
    font-size: 14px;
}

.content-bottom-right-form h3 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
    letter-spacing: -1px;
}


/*------------------Home Layout---------------------*/
.home-layout .main-content{
	text-align:center;
}
.home-layout .main-content h1 {
    margin-bottom: 40px;
    margin-top: 40px;
    color: #0a0101;
    text-align: center;
    font-weight: 400;
    padding-bottom: 15px;
}

.home-layout .side_icon_box .icon_feat {
    float: none;
}

.home-layout .three-column-icon-content {
    text-align: center;
    color: #666;
}

.home-layout .side_icon_box .icon_feat i.icon {
    font-size: 46px;
    line-height: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home-layout .side_icon_box .icon_feat {
    pointer-events: none;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    /* border: 2px solid #f7941e; */
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 22px auto;
}

.home-layout .side_icon_box_content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    color: #9b9b9b;
}

.home-layout .side_icon_box h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-layout .side_icon_box h3 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 16px;
    line-height: 1.5em;
}

.home-layout .side_icon_box:hover .icon_feat i.icon {
    color: #fff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.home-layout .side_icon_box:hover .icon_feat {
    background-color: #f7941e;
}

.home-layout span.icon_feat:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 2px solid #f7941e;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-layout .side_icon_box:hover span.icon_feat:after {
    opacity: 1;
    z-index: 1;
    border: 2px solid #f7941e;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


a.button.btn-orange {
    background-color: #f7941e;
    font-size: 14px;
    padding: 16px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:none;
}

a.button.btn-orange:hover {
    color: #fff;
    background-color: #444444;
}


.main-content .slick-slide-inner-wrapper > img {
    display: none;
}

.home-layout .main-content .caption img {
    width: 106px !important;
    margin: 0 auto;
    border-radius: 106px;
    border: 3px solid white;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.06);
    padding-top: 14px;
    margin-top: 18px;
}

.home-layout .main-content .hs_cos_gallery {
    border-top: 1px solid #737576;
    margin-top: 130px;
    padding-top: 75px;
    border-bottom: 1px solid #737576;
    padding-bottom: 55px;
    margin-bottom: 100px;
}

.home-layout .main-content .caption p {
    font-size: 19px;
    line-height: 34px;
    font-family: Droid Serif, Georgia, serif;
    font-style: italic;
    color: #888;
    text-align: center;
    letter-spacing: 0.01em;
}

.home-layout .main-content h5 {
    font-size: 20px;
    color: inherit;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    padding-top: 14px;
}

.home-layout .main-content h6 {
    display: block;
    color: #aaa;
    font-size: 15px;
    font-family: Droid Serif, Georgia, serif;
    font-style: italic;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.home-layout .main-content ul.slick-dots {
    display: none !important;
}
.home-layout .main-content .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}

.home-layout .main-content .hs_cos_gallery_main .slick-slide {
    margin: 0 !important;
}
.home-layout .main-content .slick-prev, 
.home-layout .main-content .slick-next {
    width: 40px;
    height: 40px;
}
.home-layout .main-content .slick-prev:before,
.home-layout .main-content .slick-next:before {
    content: "\e685";
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    font-size: 40px;
    opacity: 1;
    display: block;
}
.home-layout .main-content .slick-prev:hover:before,
.home-layout .main-content .slick-next:hover:before {
    color: #f7941e;
}

.home-layout .main-content .slick-prev:before {
    content: "\e687";
}

.home-layout .main-content .hs_cos_gallery_main.slick-slider {
    padding: 0px 54px;
}
.home-layout .main-content button.slick-disabled:before {
    color: #aaa !important;
    opacity: 0.3;
    cursor: default;
    background: none;
}

.cm-fw-two-col h3 {
    margin-bottom: 40px;
}

.cm-fw-two-col a.button.btn-orange {
    font-size: 13px;
    padding: 14px 22px;
    margin-top: 20px;
}

.cm-fw-two-col .span8 {
    text-align: center;
}

.cm-fw-two-col.cm-list-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 60px;
}

.cm-fw-two-col.cm-list-content li {
    line-height: 26px;
}

.cm-fw-two-col.cm-list-content .row-fluid [class*="span"] {
    padding-top: 35px;
}

.home-layout .page-center.content-wrapper {
    padding-bottom: 0;
}

.cm-fw-two-col.cm-list-content.right .span8 {
    float: right;
}

.cm-fw-two-col.cm-list-content.right .span4 {
    margin-left: 0;
}
.home-layout .fw-flexi .hs_cos_wrapper_type_custom_widget:first-of-type .cm-fw-two-col.cm-list-content {
    padding-top: 20px;
}

.home-contact-info h2 {
    margin-bottom: 20px;
    margin-top: 60px;
    text-align: center;
}

.home-contact-info .row-fluid.box {
    border: 2px solid #f7941e;
    margin-bottom: 35px;
}

.home-contact-info .column-inner {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 40px;
}

.home-contact-info span.boc_icon.icon {
    font-size: 54px;
    color: #f7941e;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.home-contact-info .box h2 {
    margin-top: 0px;
    color: #f7941e;
}



.home-three-column-counter {
    position: relative;
    padding: 95px 0;    
    margin-bottom: 60px;
}

.home-three-column-counter .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.home-three-column-counter .counter-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.home-three-column-counter h2 {
    margin-bottom: 40px;
    color: #ffffff;
}

.home-three-column-counter h3 {
    color: #fff;
}

.home-three-column-counter .counter {
    padding-left: 0;
    border-left: 0px;
    text-align: center;
    width: 100%;
}
.home-three-column-counter .counter-digit {
    font-size: 46px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.cm-features h2.title {
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 35px;
}

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

.cm-features h5 {
    font-weight: 600;
    color: #9b9b9b;
    text-align: center;
}

.cm-features .col3 {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}


.three-column-wrapper {
    margin: 0 -15px;
}

.pic_info {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -moz-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -o-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    -ms-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
    transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.pic {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0.999;
}
a .pic_info .plus_overlay {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

a .pic_info .plus_overlay_icon {
    -webkit-transform: translate3d(0, 0, 0);
}

a .pic_info.type8 .plus_overlay_icon {
    z-index: 100;
}
.pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pic_info img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pic_info.type8 img {
    border-radius: 0;
}
a .img_overlay_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}
a:hover .img_overlay_icon {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}
a .pic_info.type8 .img_overlay_icon {
    display: none;
}
.icon_link {
    background: url(//www.emnify.com/wp-content/themes/fortuna/images/icon_plus.png) center center no-repeat;
}
a .pic_info.type8 .portfolio_icon {
    display: inline-block;
    color: #fff;
    opacity: 0;
    width: 34px;
    height: 34px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    top: -32px;
    position: relative;
    -webkit-transition: all 0.25s 0.1s ease-out;
    -moz-transition: all 0.25s 0.1s ease-out;
    -o-transition: all 0.25s 0.1s ease-out;
    -ms-transition: all 0.25s 0.1s ease-out;
    transition: all 0.35s 0.1s ease-out;
}
a:hover .pic_info.type8 .portfolio_icon {
    opacity: 1;
    top: -4px;
}
.pic_info .info_overlay {
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pic_info.type8 .info_overlay {
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 0;
}
a:hover .pic_info.type8 .info_overlay {
    opacity: 1;
}
.pic_info.type8 .info_overlay .info_desc {
    top: 50%;
    margin-top: -48px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.boc_image_box .info_overlay h3 {
    margin: 10px 30px 0 30px;
    font-size: 19px;
    line-height: 24px;
    color: #333;
    padding: 6px 0 0 0;
    position: relative;
}
.pic_info.type8 .info_overlay h3, .pic_info.type8 .info_overlay p {
    color: #333;
    -webkit-transition: all 0.1s 0 ease-out;
    -moz-transition: all 0.1s 0 ease-out;
    -o-transition: all 0.1s 0 ease-out;
    -ms-transition: all 0.1s 0 ease-out;
    transition: all 0.1s 0 ease-out;
    opacity: 0;
    top: 28px;
    position: relative;
}
a:hover .pic_info.type8 .info_overlay h3 {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.25s 0.2s ease-out;
    -moz-transition: all 0.25s 0.2s ease-out;
    -o-transition: all 0.25s 0.2s ease-out;
    -ms-transition: all 0.25s 0.2s ease-out;
    transition: all 0.25s 0.2s ease-out;
}

.post_item_block {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    padding: 20px;
    margin: 0 15px;
}

.post_item_block h4 a {
    color: #444;
}
.post_item_block h4 a:hover {
    color: #f7941e;
}

.recent-posts {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

.recent-posts h2.title {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #333;
    text-align: center;
}
.more-link1 {
    font-size: 13px;
    line-height: 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    color: #444;
}
.more-link1:before {
    content: "\e78f";
    font-family: 'icomoon';
    font-size: 17px;
    float: left;
    display: inline-block;
    color: #f7941e;
    border-radius: 12px;
    margin: 1px 10px 0 -4px;
    text-indent: 0;
    width: 12px;
}
.more-link1:hover {
    text-indent: 4px;
}

.recent-posts .slick-slide {
    outline: none;
}
.small_post_date {
    margin: -2px 0 12px;
    font-size: 12px;
    font-style: italic;
    font-family: Droid Serif, Georgia, serif;
    color: #999;
    padding-left: 1px;
}
.small_post_date span.icon {
    font-size: 1em;
    line-height: inherit;
}

.recent-posts .slick-dots li button {
    -webkit-backface-visibility: visible;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.recent-posts .slick-dots li button:before {
    display: none;
}

.recent-posts ul.slick-dots {
    margin-top: 40px;
    position: static;
}

.recent-posts .slick-dots li.slick-active button {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #f7941e;
}

.recent-posts .slick-dots li {
    margin: 0;
}
.recent-posts h4 {
    margin-bottom: 8px;
}

.new-archives .top-pane .hs_cos_wrapper_type_header,
.new-archives .bottom-pane .hs_cos_wrapper_type_header {
    text-align: center;
}

.new-archives .page-center.content-wrapper {
}

.new-archives .top-pane {
    border-bottom: 1px solid #bababa;
    padding-bottom: 70px;
    margin-bottom: 55px;
}

.new-archives .top-pane p {
    padding-bottom: 35px;
}

.new-archives .top-pane h2 {
    padding-bottom: 25px;
}

.new-archives .content-bottom-right-form h3 {
    margin-top: 0;
}

.new-archives .hs_cos_wrapper_type_header h4 {
    padding-bottom: 35px;
}

.new-archives .bottom-pane .span6 {
    margin-bottom: 20px;
}
.newsletter-lay .cm-banner-area,
.new-archives .cm-banner-area {
    min-height: 486px;
}
.newsletter-lay .cm-banner-area .title{
  padding:0px;
}
.newsletter-lay h2 {
    padding-bottom: 45px;
}
.cm-banner-area .page-center {
    position: relative;
}

.pt15 {
    padding-top: 15px;
}

.cm-banner-area.type3 .title {
    padding-top: 0;
    padding-bottom: 0;
}

.cm-banner-area.type3 {
    min-height: 0;
    padding-bottom: 126px;
}

.two-column-equal-form-lay .main-content {
    padding-top: 15px;
}


.two-column-equal-form-lay .main-content img {
    margin-top: 10px;
    margin-bottom: 25px;
}


.one-column-icon-title1 .boc_icon_holder {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 52px;
    width: 60px;
    height: 60px;
}


.one-column-icon-title1 span.boc_icon.icon{
    font-size: 48px;
    line-height: 60px;
}


.one-column-icon-title1 h3.boc_heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-left: 65px;
    margin-bottom: 12px;
    margin-left: 84px;
}

.one-column-icon-title1 .wpb_content_element {
    margin: 0 12px 20px 85px;
    color: #777;
}

.home-layout .widget-span.custom-header,
.two-column-equal-form-lay .widget-span.custom-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-layout.scrolled .widget-span.custom-header,
.two-column-equal-form-lay.scrolled .widget-span.custom-header {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}















/* Styles that do not fit into any of the available sections above can go here. */

.fwl .cm-banner-area {
    margin-bottom: 80px;
  }

  .fwl .content-wrapper {
    padding-top: 35px;
    padding-bottom:  35px;
    margin-bottom: 0!important;
  }

  .fwl .content-wrapper h4 {
    text-align: center;
    margin-bottom: 35px;
  }

  .fwl hr {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background: #b7b7b7;
  }

  .cm-three-col-module {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 80px;
  }
 .no-background .cm-three-col-module {
    padding-top: 0px;
    text-align: left;
    margin-bottom: 80px;
  }
  .cm-three-col-module .vc_single_image-wrapper {
    margin-bottom:35px;
    min-height: 143px;
  }

  .no-background .cm-three-col-module .vc_single_image-wrapper {
    margin-bottom: 5px;
    min-height: 143px;
  }
  .no-background .cm-three-col-module .wpb_content_element h3 {
    color: #f29400!important;
  }
  .fwl .content-wrapper h3 {
    text-align:center;
    margin:  0;
  }
  .fwl .content-wrapper h2 {
    text-align: center;
    margin:  40px  0 20px;
}

.cm-three-col-module-wth-icon {
    margin: 55px -15px 25px;
    width: auto;
}

.cm-three-col-module-wth-icon .span4 {
  padding:30px 30px 20px;
  border: 1px solid #eeeeee;
  margin:  0;
  float: none;
  display:  table-cell;
  width: 33.3%;
  text-align: center;
}

.cm-three-col-module-wth-icon  .row-fluid {
    display:  table;
}

.cm-three-col-module-wth-icon .span4:nth-child(2) {
    border-left-width:0px;
    border-right-width:0px;
}
.icon_holder {
    position: relative;
}

.icon_holder .icon_bgr {
    margin: 0px auto;
    text-align: center;
    height: 84px;
    position: relative;
}
.icon_center {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.icon_holder i {
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
    display: block;
    font-size: 56px;
    line-height: 72px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #f7941e;

}
 .icon_holder:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



.cm-three-col-module-wth-icon h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 16px!important;
    position: relative;
}

.cm-three-col-module-wth-icon h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cm-three-col-module-wth-icon p {
    position: relative;
    color: #666;
    margin-bottom: 40px;
}
.cm-three-col-module-simple {
    width: auto;
    margin: 45px -15px;
}

.cm-three-col-module-simple .row-fluid {
    display:  table;
}

.cm-three-col-module-simple .row-fluid .span4 {
    width: 33.3%;
    margin:  0;
    border: 1px solid #eeeeee;
    display:  table-cell;
    float: none;
    padding: 60px;
}

.cm-three-col-module-simple .row-fluid .span4:nth-child(2) {
    border-left-width: 0;
    border-right-width: 0;
}

.cm-three-col-module-simple .row-fluid .span4 h3 {
    text-align: left;
    margin:  0 0 20px;
}

.cm-three-col-module-simple .row-fluid ul {
    padding: 0;
    margin:  0;
    list-style: none;
}

.cm-three-col-module-simple .row-fluid ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 4px;
    padding-left: 40px;
}

.cm-three-col-module-simple .row-fluid ul li:before {
    position: relative;
    text-align: center;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    content: "\f00c";
    font-family: 'icomoon';
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7941e;
    font-size: 20px;
    line-height: 26px;
    left:  0;
    position: absolute;
}
.icon-title-group .top_icon_box.type4 {
    width: 16.66666667%;
    float: left;
    min-height: 1px;
    padding: 0 15px;
}



.icon-title-group  .icon_holder i {
    color: #808285;
}
 .icon-title-group .icon_holder .icon_bgr {
    margin: 0px auto 16px auto;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 140px;
    border: 3px solid transparent;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-title-group .top_icon_box h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 16px;
    position: relative;
}
.icon-title-group .top_icon_box h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0,0,0,0.07);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-title-group {
    margin: 85px -15px 130px;
    width: auto;
}
.icon-title-group .top_icon_box.type4:hover .icon_holder .icon_bgr {
    border: 2px solid #808285;
}

.icon-title-group .icon_holder i {
    line-height: 100px;
}
.icon-title-group .top_icon_box.type4 .icon_holder .icon_bgr:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 4px solid transparent;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.icon-title-group .top_icon_box.type4:hover .icon_holder .icon_bgr:after {
    opacity: 0;
    z-index: 1;
    border: 2px solid #08ada7;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
        border: 3px solid #808285;
}
  
  

.cm-three-col-module-simple .row-fluid p:last-child {
    margin:  0;
}
  
.icon-title-group .extra-space {
    width: 8.33333333%;
    float: left;
    min-height:  1px;
}
.icon-title-group .top_icon_box:hover h3:after {
    width: 100px;
    margin-left: -50px;
}
  

.fwl .content-wrapper  h2 {
    margin-bottom: 0;
}

.fwl .content-wrapper.page-center {
    padding-bottom: 35px;
}


.full_container_page_title {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    padding: 0px 0;
    margin-bottom: 56px;
    min-height: 58px;
    padding: 20px 0;
}
.breadcrumb_right {
    float: right;
    margin: 25px 0 0;
}
 .full_container_page_title .page_heading {
    margin: 24px 0 20px;
}
.full_container_page_title .page_heading h1 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}
.cm-team-member-group-mdl {
    text-align: center;
    margin: 112px  0 20px;
    width:  auto;
}
.team_block h4 {
    margin: 20px 0 4px!important;
    text-align: center;
    line-height: 22px;
}
.team_block {
    margin: 20px 0 0px;
    text-align: center;
}


.team_block p.teamdesc {
    color: #f7941e;
}
 .team_image.boxed.flat_img {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    max-width: 300px;
    display: inline-block;
    margin: 20px 3% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0.999;
    border-radius: 2px;
    box-shadow: none;
    border: 0;
}

.cm-two-col-left-img-cnt-mdl .span6.img-col {
   padding: 20px 80px;
   text-align: center;
}



.cm-two-col-left-img-cnt-mdl .span6.cnt-col h2 {
   margin-bottom: 20px;
   margin-top: 0px;
   color: #333333;
   font-size: 24px;
   text-align: left;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col {
   padding-top: 20px;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col  ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col ul li {
   position: relative;
   line-height: 26px;
   margin-bottom: 4px;
   padding-left: 34px;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col ul li:before {
   text-align: center;
   border-radius: 40px;
   content: "\f00c";
   font-family: 'icomoon';
   speak: none;
   font-size: 1em;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #f7941e;
   font-size: 17px;
   line-height: 26px;
   left: 0;
   position: absolute;
}

.cm-two-col-left-img-cnt-mdl .span6.cnt-col p {
   margin-bottom: 35px;
}
.icon-title-group.type2 .top_icon_box h3 {
   text-transform: none;
}



.icon-title-group.type2 .extra-space {
   display: none;
}



.icon-title-group.type2 {
   margin: 60px -15px 0;
}

.icon-title-group.has-3 {
   margin:  0 -15px 0;
   padding: 21px 0;
}

.icon-title-group.has-3 .top_icon_box h3 {
   text-transform:  none;
}



.top_icon_box p {
   position: relative;
   color: #666;
   margin-bottom: 40px;
   text-align: center;
}
.fwl .hs_cos_wrapper_type_linked_image img {
}
.bottompane-one-column.has-icon .boc_icon_size_large {
   font-size: 54px;
}
.bottompane-one-column.has-icon .icon.boc_icon {
   line-height: 1em;
   font-size:inherit;
}


.bottompane-one-column.has-icon h3 {
   margin:  0 0 20px;
   padding: 0;
}

.bottompane-one-column.has-icon a.button {
   margin:  0;
}

.bottompane-one-column.has-icon {
   padding: 135px 0 100px;
}

.cm-list-content.two-column-list.has-border {
   background-color: #f9f9f9;
   border-bottom: 1px solid #eee;
   border-top: 1px solid #eee;
   padding: 60px 0;
   margin-bottom: 60px
}

.cm-list-content.two-column-list.has-border .top-content {
   text-align: center;
   padding-bottom: 20px;
}



.cm-list-content.two-column-list.has-border .top-content p {
   margin: 0 0 12px
}

.cm-list-content.two-column-list.has-border li {
   margin-bottom: 2px;
   line-height: 26px;
}

.cm-list-content.two-column-list.has-border .span6 {
   padding-top: 35px
}

.cm-two-col-bg-img .row-fluid {
    display: table;
    width: 100%
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col {
    padding: 100px 130px;
    background-color: #253030;
    color: #fff;
    text-align: center
}

.cm-two-col-bg-img .row-fluid .span6 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    width: 50%;
    background-size: cover;
    background-position: top center
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h1 strong {
    font-weight: 300;
    color: #f7941e
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col p {
    text-align: center;
    margin-bottom: 35px
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h2 {
    color: #fff;
    font-weight: 300;
    text-align: left
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h3 {
    font-family: 'Droid Serif',Georgia,serif;
    font-style: italic;
    font-weight: 400;
    color: #777;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 60px;
    margin-top: 0;
    color: #fff;
    font-size: 35px;
    text-align: left
}

a.button.btn_medium.btn_white {
    padding: 12px 22px;
    line-height: 1;
    font-size: 13px;
    height: auto;
    margin-top: 0
}

.cm-two-col-bg-img .row-fluid .span6.cnt-col h1 {
    text-align: left
}

.button i.icon {
    font-size: 1.1em;
    margin: 0 .5em 0 -0.2em;
    top: .1em;
    position: relative;
    -webkit-transition: left .25s ease-out,opacity .1s ease-out;
    -moz-transition: left .25s ease-out,opacity .1s ease-out;
    -ms-transition: left .25s ease-out,opacity .1s ease-out;
    -o-transition: left .25s ease-out,opacity .1s ease-out;
    transition: left .25s ease-out,opacity .1s ease-out;
    display: inline;
    width: auto;
    height: auto;
    vertical-align: inherit;
    line-height: 0
}

.button i.icon {
    display: inline-block;
    -webkit-animation: sideBounce .85s linear infinite;
    animation: sideBounce .85s linear infinite
}

@-webkit-keyframes sideBounce {
    0,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2)
    }
}

@keyframes sideBounce {
    0,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.2)
    }
}

.sideBounce {
    -webkit-animation: sideBounce .85s linear infinite;
    animation: sideBounce .85s linear infinite
}

.side_bounce_icon i.icon {
    display: inline-block;
    -webkit-animation: sideBounce .85s linear infinite;
    animation: sideBounce .85s linear infinite
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

.cm-two-col-bg-img {
    margin-bottom: 150px;
    margin-top: 52px;
}

.one-column-icon-title {
    max-width: 50%;
    margin: 0 auto 130px;
    text-align: center;
    padding: 0 50px;
    font-weight: 300;
}

.one-column-icon-title span.boc_icon.icon {
    line-height: 1em;
    font-size: 32px;
}

.one-column-icon-title  h2.boc_heading.center {
    font-weight: 300;
}


.fwl.no-banner .body-container-wrapper {
    padding-top: 0px;
}
.fwl.no-background.no-banner .body-container-wrapper {
    padding-top: 25px;
}
.fwl.no-banner .body-container-wrapper h1{
  font-weight:300;
}
h1 + h2{
  font-size: 30px;
  margin-top: 30px;
}
.fwl.no-background.no-banner .body-container-wrapper h1 {
    color: #f29400;
}
h3 + hr {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #737677;
}

.cm-two-col-eql-btn {
    width: 66.66666667%;
    margin: 69px auto 42px;
    padding: 0 15px;
    text-align: center;
}

.cm-two-col-eql-btn .button-col {
    width: 33.33333333%;
    display: inline-block;
}

.cm-two-col-eql-btn a.button.btn-orange {
    border-radius: 4px;
    border-width: 0;
}


.cm-banner-area.has-subtitle h2 {
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.cm-banner-area.has-subtitle .title {
    padding-bottom: 0;
}



.product-wth-acor-group .top-cnt h2 {
    text-align: left!important;
    margin: 0 0 40px!important;
    color: #f7941e;
}
.product-wth-acor-group .top-cnt h4 {
    text-align: left!important;
    margin-top: 155px;
    margin-bottom: 40px!important;
  
}


.acc_control {
float: left;
background: #08ada7 url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/acc_bgr.png) center -17px no-repeat;
width: 20px;
height: 20px;
margin: 2px 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.acc_holder.with_bgr .acc_control {
background-color: #888;
margin: 4px 16px 0 10px;
background-position: center -19px;
width: 16px;
height: 16px;
}
.acc_holder.rounded .acc_item {
padding: 0px 0px 8px;
margin: 0px 0 8px;
}
.acc_holder.with_bgr .acc_item {
padding: 0px 0px 8px;
margin: 0px;
}
.acc_holder.rounded .acc_item .acc_control {
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
-khtml-border-radius: 17px;
border-radius: 17px;
}
.accordion:hover .acc_control{
background-color: #555;
}
.active_acc .acc_control {
background: #888 url(//cdn2.hubspot.net/hubfs/4374869/EMnify_April2018/Images/acc_bgr.png) center 1px no-repeat;	
}
.acc_holder.with_bgr .active_acc .acc_control{
background-color: #08ada7;
background-position: center -1px;
}
.acc_heading {
display: block;
margin-left: 34px;
}
.accordion {padding: 6px 0;margin: 0;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;font-size: 17px;line-height: 24px;cursor: pointer;text-align: left!important;}
.acc_holder.with_bgr .accordion {
border-radius: 4px;
font-size: 14px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;	 
background-color: #fcfcfc;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
border: 1px solid #e4e4e4;
}
.acc_holder.with_bgr .accordion:hover {
background-color: #f6f6f6;
}
.accordion_content {
display: none;
padding: 6px 10px 12px 34px;
overflow: hidden;
}
.acc_holder.with_bgr .accordion_content {
padding: 16px 12px 20px;
}
.acc_control, .active_acc .acc_control, .acc_holder.with_bgr .active_acc .acc_control {
    background-color: #f7941e;
}

.random-button-row {
    text-align:  center;
}

.product-wth-acor-group {
    border-bottom: 1px solid #eee;
    padding-bottom: 93px;
    margin-bottom: 144px;
}


.random-button-row .span6 {
    margin-bottom: 35px;
}

a.button.btn-transprent {
    background: transparent;
    color: #f7941e;
    border: 2px solid #f7941e;
    border-radius: 0;
}

a.button.btn-transprent:hover {
    background-color: #f7941e;
    color:  #fff;
}

.random-row {
    margin-bottom: 55px;
}

.product-wth-acor-group a.button.btn-orange {
    border-radius: 0;
}

.product-wth-acor-group.left.last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 36px;
}

.product-wth-acor-group.left.last {
    border:  none;
    margin-bottom:  0;
    padding-bottom: 36px;
}
.random-row .cnt-col {
    margin-bottom:  35px;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 8px 0 5px 30px;
}


ul.feature-links {
  padding: 0;
  margin: 0px -15px 130px;
  list-style: none;
  overflow: hidden;
}

ul.feature-links li {
    width: 33.33333333%;
    float: left;
    text-align:  center;
    padding: 35px 15px 0;
}

ul.feature-links li a.button.btn-orange {
    width:  90%;
    max-width: 350px;
    border-radius: 0;
    margin: 0 0 4px;
}

.has-feature .content-wrapper {
    padding-top: 10px;
}

.image_featured_text {
    padding: 15px 16px;
}
.image_featured_text > img {
    float: left;
    margin: 10px 16px 0px 0;
    
    top: 0;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.image_featured_text .text {
    margin: 0 12px 18px 140px;
    padding-top: 14px;
        margin-left: 80px;
}
.image_featured_text h3 {
    font-size: 18px;
    text-align: left!important;
    margin: -6px 0 20px!important;
}




.has-feature .feature-top-col h2 {
    margin: 0 0 20px!important;
}

.has-feature .feature-top-col  h3 {
    margin:  0 0 20px;
}

.feature-top-col {
    margin-bottom: 55px;
}

.feature-btn-col {
    text-align: center;
}

.feature-btn-col a.button.btn-transprent {
    padding: 12px 22px;
    font-size: 13px;
}

.cm-mangment-feature {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.cm-mangment-feature.last {
    padding-bottom: 0;
    border: none;
    margin-bottom: 90px;
}





/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media only screen and (max-width: 1280px){
  .container-fluid .row-fluid .page-center {
      max-width: 940px;
  }
  .contact-layout .grey-bar >div {
      margin: 0 auto;
      float: none;
      max-width: 940px;
  }
  li.hs-menu-item.hs-menu-depth-1.boc_search_toggle_li {
      display: none;
  }
  .header-search-group {
      display: none !important;
  }
}

@media(max-width:1100px){
	.cm-two-col-bg-img .row-fluid .span6.cnt-col {
  	  padding: 40px;
	}
  
}

@media only screen and (max-width: 1017px){
  .container-fluid .row-fluid .page-center {
      max-width: 720px;
  }
  .contact-layout .grey-bar >div {
      max-width: 720px;
  }
  .widget-span.custom-header {
      position: relative;
  }

  .span2.widget-span.widget-type-custom_widget.top-nav.light {
      display: none;
  }

  #transparent_logo {
      display: none;
  }
  .small-header #transparent_logo {
      display: inline-block;
  }


  .span2.widget-span.widget-type-cell.header-logo.has-menu {
      width: 100%;
  }

  .header-logo .hs_cos_wrapper_type_module {
      height: 62px;
  }

  .mobile-trigger1 {
      top: 19px;
    display:none;
  }
}
@media(max-width:991px){
  .autor {
			font-size: 12px;
  		font-weight: normal;
	}
 .cm-two-col-bg-img .row-fluid .span6 {
      width: 100%;
      display:  block;
  }

  .cm-two-col-bg-img .row-fluid .span6 img.visible-phone {
      display: block!important;
  }
  .cm-two-col-bg-img .row-fluid  .span6.img-col {
  	  background-image: none!important;
	}
  .medium-width {
      padding-left: 0;
      padding-right: 0;
  }
  .two-column-equal-form-lay .main-content form.hs-form fieldset .hs-form-field {
      width: 100% !important;
  }
  .recent-posts {
      display: none;
  }
	  .fw-flexi {
      padding-bottom: 100px;
  }
}


@media(min-width:768px){
   .icon-title-group.type2 .top_icon_box.type4:nth-child(-n+5) {
       width: 25%;
       margin-bottom: 23px;
   }
   .icon-title-group.type2 .top_icon_box.type4:not(:nth-child(-n+5)) {
       width: 33.33333333%;
   }
  .icon-title-group.has-3 .top_icon_box.type4 {
     width: 25%;
  }

  .icon-title-group.has-3 .extra-space {
     display: block!important;
     width: 16.66666667%;
  }
  .icon-title-group.has-3 .top_icon_box.type4:nth-child(3) {
     width: 16.66666667%;
  }


}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .visible_phone {
  		display: block!important;
  }
  .visible_desktop {
  		display: none!important;
  }
  .container-fluid .row-fluid .page-center {
      max-width: 440px;
  }
  .header-logo .hs_cos_wrapper_type_module {
      display: block;
    	text-align: center;
    	padding-top: 20px;
  }
  .scrolled .small-header .header-logo a>img {
      opacity: 1;
  }
  .fwl.no-background.no-banner .body-container-wrapper {
    	padding-top: 10px;
  }  
  .small-header .header-logo .hs_cos_wrapper_type_module {
    	padding-top: 5px;
  }
  .lp-right-col, .lp-left-col {
  		width:100%!important;
  }
  .testimonial-image {
      width: 60px!important;
      height: auto;
  }
  .zentriert {
    	left: 70px;
  }
  .no-background .widget-span.custom-header {
    	box-shadow: none;
  }
 .small-header #sign-up {
    margin-top: 30px!important;
	}
  .contact-layout .grey-bar >div {
      max-width: 440px;
  }
  .cm-three-col-module .span4 {
       margin-bottom: 40px;
  }
    .cm-three-col-module-wth-icon .span4 {
    display:  block;
    width: 100%;
	}
 .cm-three-col-module-wth-icon .row-fluid {
    display:  block;
  }   
  .no-background .cm-three-col-module {
    margin-bottom: 0px;
	}

 .cm-three-col-module-wth-icon .span4:nth-child(2),
  .cm-three-col-module-simple .row-fluid .span4:nth-child(2)  {
      border-left-width: 1px;
      border-right-width: 1px;
  }
    .cm-three-col-module-simple .row-fluid .span4 {
      width: 100%;
      display:  block;
       padding: 30px;
  }

  .cm-three-col-module-simple .row-fluid {
      display: block;
  }
      .icon-title-group .top_icon_box.type4 {
      width: 100%;
      float: none;
      margin-bottom: 30px;
  }

  .icon-title-group {
      margin: 97px -15px 0;
  }

  .icon-title-group .extra-space {
      display: none;
  }

  .icon-title-group .top_icon_box h3 {
      text-transform: uppercase;
  }
  .cm-two-col-left-img-cnt-mdl .span6.img-col {
    padding: 0 25px;
  }
  .cm-inquiry {
      padding: 0;
  }

  .contact-layout .two-column-container .hs_cos_wrapper_type_module {
      width: 100%;
  }

  .cm-contact-info .box {
      padding: 20px 10px;
  }
  .cm-contact-info .box .span4 {
      padding: 10px;
  }
  .cm-two-col-map .row-fluid [class*="span"]:first-child {
      margin-bottom: 80px;
  }  
   .contact-bottom-left.cm-list-content {
      padding-bottom: 10px;
  }
  .cm-two-col-map {
      margin-bottom: 120px;
  }
    .widget-span.footer-social-links {
      float: none;
      margin-bottom: 4px;
      text-align: right;
  }
  .footer-sitemap {
    padding-left: 0;
  }
  .footer-contact-info, 
  .footer-sitemap, 
  .footer-newsletter,
  .footer-logo-about {
      margin-bottom: 30px;
  }  
  .footer-top-row1 {
      margin-bottom: 28px;
  }
  .one-column-icon-title {
      max-width: 100%;
      padding-left:  70px;
      padding-right: 70px;
   }
  .new-archives .cm-banner-area .title {
      padding-top: 0;
      padding-bottom: 20px;
  }
  .cm-two-col-eql-btn .button-col {
    width: 100%;
  }
  .new-archives .bottom-pane .span6 {
      margin-bottom: 50px;
  }
  .new-archives .page-center.content-wrapper {
      padding-bottom: 0;
  }
  .cm-list-content.one-column-list ul {
      padding-left: 0;
  }  
  .side_icon_box .icon_feat {
      float: none;
      display: block;
      margin: 20px auto;
  }
  .side_icon_box_content {
      margin: 0;
      text-align: center;
  }
  .three-column-list .row-fluid [class*="span"], 
  .two-column-list .row-fluid [class*="span"] {
      margin-bottom: 10px;
  }
  .cm-list-content.two-column-list ul {
      padding-left: 0;
  }
  .one-column-icon-title1 .boc_icon_holder {
      float: none;
      display: block;
      margin: 20px auto;
  }

  .one-column-icon-title1 h3.boc_heading {
      margin-left: 0!important;
      text-align: center;
  }

  .one-column-icon-title1 .wpb_content_element {
      margin: 0!important;
      text-align: center;
  }
  .home-layout .side_icon_box_content {
      margin-bottom: 40px;
  }
  .home-layout .side_icon_box:hover h3:after {
      width: 100px;
      margin-left: -50px;
  }
  .home-layout .main-content .caption p {
      font-size: 16px;
      line-height: 28px;
  }
  .home-layout .main-content .hs_cos_gallery_main.slick-slider {
      padding: 0px 34px;
  }
  .cm-fw-two-col.cm-list-content.right .span8 {
      float: none;
  }
  .home-contact-info [class*="span"]:last-child .column-inner {
      margin-top: 20px;
  }
  .counter-content .row-fluid [class*="span"] {
      margin-bottom: 20px;
  }

  .counter-content .row-fluid [class*="span"]:last-child {
      margin-bottom: 0;
  }
  .cm-features .col3 {
      width: 100%;
      margin-right: 0;
  }
  .random-button-row .span6 {
    	margin-bottom: 0;
		}
  .cm-mangment-feature.last {
      padding-bottom: 0;
      border: none;
      margin-bottom: 90px;
  }

  ul.feature-links li {
      width: 100%;
      padding: 35px 0 0;
  }

  ul.feature-links {
      margin: 0 0 50px;
      overflow: hidden;
  }
  ul.feature-links li a.button.btn-orange {
      max-width: 100%;
  }
  .image_featured_text > img {
      float: none;
      margin: 0px;
  }
  .image_featured_text .text, .image_featured_text.img_small .text, .image_featured_text .author_position {
      margin: 12px 0 16px;
  }
  .image_featured_text, .row_img_featured_texts_border.last .vc_column_container .image_featured_text {
      padding: 20px 0;
      text-align: center;
  }




  .image_featured_text h3 {
      text-align: center!important;
  }

  .feature-btn-col a.button.btn-transprent {
      margin-top: 0;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  
  #banner-background-image {
    
    padding: 15% 0 25px !important;
    
    /* z-index: -1; */
	}
  .container-fluid .row-fluid .page-center {
      max-width: 330px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .contact-layout .grey-bar >div {
      max-width: 330px;
      padding-left: 15px;
      padding-right: 15px;
  }
  h1 {
      font-size: 45px;
  }
  .home-contact-info .column-inner h2 {
      font-size: 20px;
  }
  .hs-form-field{
  	width: 100% !important;
  }
  .scrolled .widget-span.custom-header {
    border-bottom: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.0) !important;
}
  .scrolled .small-header .widget-span.custom-header {
    background: rgba(255,255,255,1) !important;
}

}


















.top-gallery .slick-slide-inner-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.top-gallery .no-banner .header-container-wrapper {
    min-height: 0;
}

.top-gallery .hs_cos_gallery_main.slick-fixed-height-slider.slick-initialized.slick-slider {
    padding: 0;
    margin-bottom: 80px;
}

.top-gallery ul.slick-dots {
    display: none !important;
}

.top-gallery h2 {
    color: #fff;
    font-weight:700;
    font-size: 74px;
    line-height: 80px;
    font-family: "Open Sans";
    border-width:0px;
    border-style:none;
    text-shadow:0px 2px 5px rgba(0,0,0,0.25);
    margin:0px;
    letter-spacing:-1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-gallery p {
    color: #fff;
    font-weight:700;
    font-size: 32px;
    line-height: normal;
    font-family: "Open Sans";
    border-width:0px;
    border-style:none;
    text-shadow:0px 2px 5px rgba(0,0,0,0.4);
    text-align:center !important;
    font-weight: 400;
}

.top-gallery .caption.below {
    text-align: center !important;
    position: absolute;
    left: 0;
    width: 100%;
    top: 23%;
    max-width: 890px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.top-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}

.top-gallery a.button {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    padding: 16px 30px;
}

.top-gallery ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 26px;
    margin: 0 20px;
    color: #fff;
}

.top-gallery li a {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.top-gallery ul {
    margin-top: 45px;
}

.top-gallery ul li i {
    margin-right: 6px;
}

.top-gallery .slick-prev, 
.top-gallery .slick-next {
    z-index: 1;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.5);
}

.top-gallery button.slick-next.slick-arrow {
    border-radius: 4px 0 0 4px;
    right: 30px;
}

.top-gallery button.slick-prev.slick-arrow {
    border-radius: 0 4px 4px 0;
    left: 30px;
}

.top-gallery .slick-prev:hover, 
.top-gallery .slick-prev:focus, 
.top-gallery .slick-next:hover, 
.top-gallery .slick-next:focus {
    background: #000;
}

.top-gallery .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "f105";
    background: #ffffff;
    color: red;
    font-size: 30px !important;
}

.top-gallery .hs_cos_gallery_main .slick-next,
.top-gallery .hs_cos_gallery_main .slick-prev {
    opacity: 0;
    transition: all 0.3s ease;
}

.top-gallery .hs_cos_gallery_main:hover .slick-next ,
.top-gallery .hs_cos_gallery_main:hover .slick-prev {
    opacity: 1;
}

.top-gallery button.slick-arrow i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 30px !important;
    z-index: 1;
    color: #fff;
    line-height: 58px;
}

.top-gallery .slick-prev:before, 
.top-gallery .slick-next:before {
    display: none;
}


/* ==========================================================================
   10. Custom Styles                             
   ========================================================================== */
#banner-background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 8% 0 25px;
    min-height: 1200px !important;
    background-size: cover;
    /*z-index: -1;*/
}

.bg-grey {
  padding-top: 75px;
	background: #e3e3e3;
}
.bg-blue {
	background: rgba(37,156,167,1);
  color: #fff;
  margin: 45px 0;
}
.bg-blue h2, .bg-orange h2 {
  color: #fff;
  margin: 0!important;
  font-size: 50px;
}
.bg-orange {
	background: #f7941e;
  color: #fff;
  margin: 0;
}
.center {
    text-align: Center;
}

.column-35p {
  	padding-top: 35px;
    
}

.center-column {
  	padding-top: 35px;
    text-align: Center;
}

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */
.hs-form-field > label { 
	color:white;
}
/* Labels */
.hs-form-required {
   display: none;
}

.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {
    margin: 10px 0 5px;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 3px 10px;
    margin: 0 0 15px;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 3px 10px;
    margin: 0 0 15px;
}

/* Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea, textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px;
    margin: 5px 0 15px;
}
.hs_cos_wrapper_type_form textarea:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form ul.inputs-list {
    list-style-type: none;
    width: initial;
    padding-left: 0;
}
.hs_cos_wrapper_type_form input[type="checkbox"], input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: auto !important;
    margin: 0 5px 10px 0;
}
.hs_cos_wrapper_type_form input[type="radio"], input[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
    width: auto !important;
    margin: 0 5px 10px 0;
}

/* Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

select.hs-input {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(//cdn2.hubspot.net/hubfs/298849/Training/form-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #fff;
    
    width: 100% !important;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 3px 10px;
    margin: 0 0 15px;
}

/* Multiple Columns */
.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49.8% !important;
    padding: 0;
    margin: 0;
}
@media (max-width: 479px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
}
}
.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.3% !important;
    padding: 0;
}
.hs-form fieldset.form-columns-1 div.input > .hs-input {
    width: 100% !important;
}



