/* ==========================================================================
   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
   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=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.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; }


/* ==========================================================================
   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 {
    background: #e8e8e8;
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

#site-wrapper1 {
    margin: 0 auto;
    max-width: 1480px;
    position: relative;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
}
.with-banner #site-wrapper1{
    transform: translateY(-80px);
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

/* Responsive Image */
.img-fluid {
    max-width: 100%;
    height: auto;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin-top: 0;
    margin-bottom: 1rem; 
} 
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 {
    margin-top: 0;    
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.5rem;    
}
h2 {
    font-size: 2rem;    
}
h3 {
    font-size: 1.75rem;    
}
h4 {
    font-size: 1.5rem;    
}
h5 {
    font-size: 1.25rem;    
}
h6 {
    font-size: 1rem;    
}

/* Anchor Links */
a { 
    color: #006CB7;
   text-decoration:none;
}
a:hover, a:focus { 
    color: #218DDB;
   text-decoration:none; 
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* 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 {}
.header-container {}


.custom-header-group {
    background: #fff;    
}

.scroll-header .custom-header-background{
    position: fixed;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.18);
}
.custom-header-group {
    min-height: 77px !important;
    background: #fff;    
}
.custom-header-background {
    position: absolute;
    top: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100% !important;
    z-index: 9999;
    
}
.scroll-header .custom-header-group,
.hs-home.scroll-header1 .custom-header-group{
    min-height: 57px !important;
}
.scroll-header .cm-support-link{
    padding-top: 10px;
}
.scroll-header .custom-scroll-logo{
    display: block;
}/*
.scroll-header .custom-logo,
.hs-home.scroll-header1 .custom-logo{
    display: none;
}*/
.scroll-header .custom-logo-group{
    padding-bottom: 5px;
}

.custom-header-background {
    background: #fff;
}

.custom-logo-group {
    padding: 10px 0;
}
.custom-logo {
    width: 160px;
}
.custom-scroll-logo {
    display: none;
}



.cm-support-link {
    text-align: right;
    padding-top: 20px;
}
.cm-support-link a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #006CB7;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #006CB7;
    padding-right: 30px;
    padding-left: 30px;
}
.cm-support-link a:hover {
    color: #fff;
    background-color: #0C7AAF;
    border-color: #0C7AAF;
}



.banner-background {
    padding: 4% 10px 7% 10px;
    text-align: center;
    background: #1F2758;
    color: #fff;
}
.banner-background h1 {
    font-size: 7vw;
    font-weight: 800;
    display: block;
    line-height:70%;
    color: #fff;
    font-weight: 800;
}
.banner-background h1 span {
    font-size: 4vw;
    font-weight: 800;
    color: #fff;
    display: block;
}
.banner-background p {
    font-size: 1.8vw;
    font-weight: 400;
    color: #fff;
    line-height: 130%;
    margin-bottom: 30px;
}

.background-image.banner-background { min-height: 40vw; display:flex; width:100%; align-items: center; position: relative; background-size: cover; background-position: center center;}
.background-image.banner-background:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.8;
background: #1F2758; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1F2758 0%, #00a5ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1F2758 0%,#00a5ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1F2758 0%,#00a5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F2758', endColorstr='#00a5ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.background-image.banner-background .ContentCenter {display:block; margin: 0 auto; position: relative; z-index: 100; max-width: 1140px;}




/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    padding: 20px 0px;
    background: #fff;
}

/*.body-container .page-center {
    position: relative;
    z-index: 12;
}*/

.body-container-wrapper a:hover {
    text-decoration:underline;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}



.SuperheroWrap { display: block;  position: relative; z-index: 10; perspective: 950px; margin: 0;  padding: 0px;}
.SuperheroWrap .ManWrap { position: absolute; display: block; right: 0px;z-index: 1;}


/* LS_SliderWrap */
li.LS_SliderWrap { padding: 0px; margin: 0px; list-style: none; position: absolute; right: -30%; top: 10%; z-index: 0; width: 140%; display: block;
	    -webkit-transition: all 6.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96);
	    transition: all 6.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96);
}

/* CAROUSEL */
li.LS_SliderWrap .carousel-inner {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(152px) rotateX(35deg) rotateY(2deg) rotateZ(-13deg);
    transform: translateX(0%) translateY(0%) translateZ(152px) rotateX(35deg) rotateY(2deg) rotateZ(-13deg);
}
li.LS_SliderWrap .carousel-inner .carousel-item {
    -webkit-transition: all 6.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96);
    transition: all 6.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96);
}
li.LS_SliderWrap .carousel-inner .carousel-item img { margin: 0 auto; padding-left: 10%; display: block;
    -webkit-transition: all 1.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96); 
    transition: all 1.2s 0s cubic-bezier(0.07, 0.77, 0.19, 0.96); 
}


li.LS_SliderWrap .carousel-inner .carousel-item.carousel-item-left img { opacity: 0!important;}
li.LS_SliderWrap .carousel-inner .carousel-item img { opacity: 0}
li.LS_SliderWrap .carousel-inner .carousel-item.active img { opacity: 0.5;}

li.LS_SliderWrap .carousel-inner .carousel-item.active.carousel-item-left { 
    -webkit-transition:all 1.2s 0s cubic-bezier(0.77, 0.1, 0.92, 0.32);
    transition:all 1.2s 0s cubic-bezier(0.77, 0.1, 0.92, 0.32);
}





/* Email Marketing Style */
.hs-email-marketing .custom-footer-background{
    margin-top:80px;
}

.hs-email-marketing .body-container .page-center {
    padding: 80px 0 1px;
}

.hs-email-marketing .body-container {
    padding: 0;
}

.advanced-banner-area-wrapper.left,
.advanced-banner-area-wrapper.right{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advanced-banner-area-wrapper{
    margin-bottom:-80px;
}

.advanced-banner-area-wrapper .banner-area-content,
.advanced-banner-area-wrapper .banner-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.advanced-banner-area-wrapper.right .banner-area-content {
    -ms-flex-order: -1;
    order: -1;
}

.advanced-banner-area-wrapper .content{
    background: #1F2758;
    display: block;
    padding: 120px 60px 180px 100px;
}
.advanced-banner-area-wrapper .content span.Headings,
.advanced-banner-area-wrapper .content span.Headings h1 {   
    display: block;
    font-size: 4vw;
    font-weight: 800;
    color: #fff;
    line-height: 100%;
}
.advanced-banner-area-wrapper .content h1 {
    font-size: 120px;
    font-size: 7vw;
    font-weight: 800;
    color: #fff;
    line-height: 70%;
}
.advanced-banner-area-wrapper .content h1 span {
    font-size: 4vw;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 83%;
    padding-top: 20px;
}
.advanced-banner-area-wrapper .content p {
    font-size: 36px;
    font-size: 1.8vw;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 130%;
    margin-bottom: 30px;
}
.advanced-banner-area-wrapper.left .banner-area-image,
.advanced-banner-area-wrapper.right .banner-area-image{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.advanced-banner-area-wrapper .btn-success {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #28a745;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    font-weight: 400;
    font-size: 1.3vw;
    text-align: center;
    white-space: nowrap;
    padding: 10px 30px;
    vertical-align: middle;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.advanced-banner-area-wrapper .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.custom-top-section-header .hs_cos_wrapper_type_section_header,
.custom-top-section-header .widget-type-section_header {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
    margin: 0 auto !important;
    display: block;
    -ms-flex: 0 0 calc(66.666667% - 40px);
    flex: calc(67.666667% - 40px);
    max-width: calc(67.666667% - 40px);
}
.custom-top-section-header h1 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    text-align: center;
}
.custom-top-section-header h2 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    text-align: center;
}
.custom-top-section-header p {
    font-size: 20px;
    font-weight: 400;
    color: #3E3D39;
    text-align: center;
}

.two-column-with-left-image-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-column-with-left-image-inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.two-column-with-left-image-inner2{
    display: block;
    margin:2% 0px;
}
.two-column-with-left-image-inner-center{
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two-column-with-left-image-wrapper .image, 
.two-column-with-left-image-wrapper .content-box-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 0px;
}
.two-column-with-left-image-wrapper .image {
    position: relative;
    z-index:0;
}
.two-column-with-left-image-wrapper .image img {
    max-width: 100%;
    height: ;
    vertical-align: middle;
    border-style: none;
    margin: 0 auto;
    display: block;
}

.two-column-with-left-image-wrapper.right .content-box-group{
    -ms-flex-order: -1;
    order: -1;
  z-index:1;
}
.two-column-with-left-image-wrapper .content-box {
    background: #006CB7;
    display: block;
    padding: 50px 60px;
    margin-left: -50px;
    margin-right: -50px;
    color: #fff;
    position: relative;
}
.two-column-with-left-image-wrapper .content-box h2,
.two-column-with-left-image-wrapper .content-box h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.two-column-with-left-image-wrapper .content-box p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
}



/* Web Development */

.custom-web-development .image-01 img {
    position: absolute;
}

.custom-web-development .image-01 {
    display: block;
    position: relative;
    left: 50px;
    z-index: -1;
}

.custom-web-development .img-3d-box {
    height: 500px;
    width: 100%;
    max-width: 800px;
    position: relative;
    -webkit-perspective: 950px;
    perspective: 950px;
}
.custom-web-development .img-3d-box img {
    position: static;
}

.custom-web-development .two-column-with-left-image-wrapper .image2{
    position: absolute;
    opacity: 0;
    display: inline-block;
    transition: all 4.2s 0.8s cubic-bezier(0.07, 0.77, 0.19, 0.96);
    box-shadow: -55px 41px 54px 0px rgba(0, 0, 0, 0.5);
    transform: translateX(100%) translateY(70px) translateZ(192px) rotateX(35deg) rotateY(42deg) rotateZ(-13deg);
}
.custom-web-development .two-column-with-left-image-wrapper .image2.wow.animated {
	opacity: 1;
	transform: translateX(44%) translateY(70px) translateZ(192px) rotateX(35deg) rotateY(42deg) rotateZ(-13deg);
}
.custom-web-development .two-column-with-left-image-wrapper .image3{
    position: absolute;
    opacity: 0;
    display: inline-block;
    transition: all 3.2s 2s cubic-bezier(0.07, 0.77, 0.19, 0.96);
    box-shadow: -55px 41px 54px 0px rgba(0, 0, 0, 0.5);
    transform: translateX(100%) translateY(50px) translateZ(192px) rotateX(35deg) rotateY(42deg) rotateZ(-13deg);
}
.custom-web-development .two-column-with-left-image-wrapper .image3.wow.animated {
    opacity: 1;
    transform: translateX(68%) translateY(50px) translateZ(192px) rotateX(35deg) rotateY(42deg) rotateZ(-13deg);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 0.1s;
}

.custom-web-development .two-column-with-left-image-wrapper .image2.wow.image-blur {
    position: static;
    transform: none !important;
    box-shadow: none !important;
    visibility: visible;
    opacity:1;
  /*
    animation-duration: initial !important;
    animation-delay: initial !important;
    transition: initial !important;*/
}
.custom-web-development .two-column-with-left-image-wrapper .image2.wow.image-blur img {
    filter: blur(0px); transition: all 6.2s 0.1s cubic-bezier(0.07, 0.77, 0.19, 0.96);    
}
.custom-web-development .two-column-with-left-image-wrapper .image2.wow.animated.image-blur img {
    filter: blur(8px);
}

.custom-web-development .two-column-with-left-image-wrapper .image3.wow.image-blur.animated {
    visibility: visible;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 80px;
    transition: none !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    transform: none !important;
    box-shadow: none !important;
    animation-duration: 1s !important;
    animation-delay: 1.1s !important;
    animation-name: fadeinrightsmall !important;
}
.custom-web-development .two-column-with-left-image-wrapper .image3.wow.image-bluar.animated [data-wow-offset="538"] {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 1.1s;
    animation-name: fadeinrightsmall;
}
.custom-web-development .two-column-with-left-image-wrapper.background-image .img-3d-box {
    height: auto;
    -webkit-perspective: initial !important;
    perspective: initial !important;
    max-width: none;
}
.custom-web-development .two-column-with-left-image-wrapper.background-image .image-01 img{
    position:static;
}

.custom-web-development .two-column-with-left-image-wrapper.right.background-image .image3.wow{
    transform: none !important;
    /*opacity: 1 !important;*/
    /*transition: none !important;*/
    right:40px;
    box-shadow: none;
    overflow: hidden;
    top: 62px;
}
.custom-web-development .two-column-with-left-image-wrapper.right .image3.wow img {
    margin: 0 auto;
    display: block;
}

.custom-web-development .background-image .image-01{
    left:0;
}




.hs-email-marketing .body-container .web-development-row2-group .page-center {
    padding-top: 0;
}

.web-development-row2-group .hs_cos_wrapper_type_rich_text{
    margin-left: 16.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding:0 15px;
}

.web-development-row2-top-content .hs_cos_wrapper_type_rich_text:first-child {
    padding: 0;
}

.custom-web-development {
    margin-bottom: 3rem;
}

.web-development-row2-group {
    padding-bottom: 0;
}

.web-development-row2-top-content {
    text-align: center;
    color: #fff;
    background: #1F2758;
    padding: 4.9% 10px;
    padding-bottom: 12%;
    margin-top: -1px;
}
.web-development-row2-top-content h2 {
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 4%;
}
.web-development-row2-top-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}
.web-development-row2-top-content p:last-of-type {
    margin-bottom: 12px;
}
.web-development-row2-content {
    margin: 0px;
    margin-top: -7.88%;
    padding: 0px 5%;
    margin-bottom: 5%;
}

/*.web-development-row2-content {
    display: block;
    margin: 5% 0px;
}*/

.web-development-row2-content .hs_cos_wrapper_type_widget_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.web-development-row2-content .hs_cos_wrapper_type_custom_widget {
    -ms-flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 3rem;
    padding: 0 15px;
}

.four-column-equal {
    display: block;
    background: #fff;
    box-shadow: 1px 1px 21px 1px rgba(0, 0, 0, 0.10);
    min-height: 200px;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 0px; height:100%;
}

.four-column-equal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

a.btn.btn-primary.mb-3.mx-auto.d-table {
    color: #fff;
    background-color: #006CB7;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #006CB7;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-decoration:none;
    line-height: 1.5;
    margin-bottom: 1rem;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
}
a.btn.btn-primary.mb-3.mx-auto.d-table:hover {
    color: #fff;
    background-color: #0C7AAF;
    text-decoration:none;
    border-color: #0C7AAF;
}
.web-development-row2-content .hs_cos_wrapper_type_rich_text {
    display: block;
    width: 100%;
}
a.btn.btn-green.btn-lg.mx-auto.d-table{
    padding: 10px 30px;
    color: #fff;
    background-color: #27B162;
    border-color: #27B162;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-weight: 400;
    text-align: center;
    text-decoration:none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid transparent;
    display: inline-block;
}

a.btn.btn-green.btn-lg.mx-auto.d-table:hover{
    color: #fff;
    background-color: #269957;
    border-color: #269957;
    text-decoration:none;
}

.web-development-row2-bottom-content {
    padding-bottom:20px;
}

.web-development-row2-bottom-content img {
    text-align: center;
    display: block;
    margin: 0 auto; padding: 0px 30px;
}
.web-development-row2-bottom-content h1{
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 4%;
    text-align: center;
}

.web-development-row3-content h2,
.web-development-row2-bottom-content h2{
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 4%;
    text-align: center;
}
.web-development-row3-content p,
.web-development-row2-bottom-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
}
.web-development-row2-bottom-content ul,
.web-development-row3-content ul{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    padding: 0;
    margin-bottom:0;
    margin-top:0;
}
.web-development-row2-bottom-content ul li,
.web-development-row3-content ul li{
    padding: 30px 0px;
    color: #686764;
    height: 190px;
    width: 190px;
    border: 6px solid #006CB7;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    line-height: 1.2em;
    margin: 20px 2%;
}
.web-development-row2-bottom-content ul li span,
.web-development-row3-content ul li span{
    font-size: 50px;
    font-weight: 800;
    display: block;
    line-height: 1.5;
}

.web-development-row2-bottom-content .hs_cos_wrapper_type_rich_text:first-child {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-left: 16.666667%;
}

.web-development-row3-content .hs_cos_wrapper_type_rich_text:last-child h2 {
    padding-bottom: 0.5rem;
}

.web-development-row3-content a.btn.btn-green.btn-lg.mx-auto.d-table {
    margin-top: 1rem;
}
.web-development-row3-content .hs_cos_wrapper_type_rich_text:first-child {
    padding-bottom: 3rem!important;
    margin-bottom: 3rem!important;
}
.web-development-row3-content .hs_cos_wrapper_type_rich_text:last-child {
    margin-left: 16.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
    text-align: center;
}

.web-development-row3-content {
    padding: 0 10px 0px;
    margin-bottom: 5%;
}


/** Alfred Added - 12022018  **/


/* Animation for 3rd pocket */
.hs-web-development {}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) {}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2 {box-shadow:none; transform: translateX(10px) translateY(-5px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:0!important; left: 0px; right:0; z-index: 1;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:1!important; }

.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3 {box-shadow:none; transform: translateX(10px) translateY(-5px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:0!important; 
top:0px; right: 0px; left: 0; transition: all 6.2s 2s cubic-bezier(0.07, 0.77, 0.19, 0.96)!important;
}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:1!important; }




/* Animation for 4th pocket */
.hs-web-development {}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) {}

.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2 {box-shadow:none; transform: translateX(-30px) translateY(27px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); opacity:0; left: 0px;right: 0px; }
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); opacity:1; }

.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3 {box-shadow:none; transform: translateX(30px) translateY(27px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); opacity:0; left: 0px;right: 0px; }
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(4) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); opacity:1; }



/* Animation for 5th pocket */
.hs-web-development {}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) {}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2 {box-shadow:none; transform: translateX(-30px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:0!important; left: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box .image2.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:1!important; }

.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box { position: absolute; top: 0px;}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3 {box-shadow:none; transform: translateX(30px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:0!important; 
top:0px; right: 0px; transition: all 3.2s 2s cubic-bezier(0.07, 0.77, 0.19, 0.96)!important;
}
.hs-web-development .hs_cos_wrapper_type_custom_widget:nth-child(5) .two-column-with-left-image-wrapper.background-image .img-3d-box .image3.animated {transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important; opacity:1!important; }










/* Contact Us */

.custom-contact-form .hs-error-msgs.inputs-list {
   padding-left: 20px;
}

.hs-contact-page .body-container {
    padding: 0;
}
.custom-contact-row1 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 25px;
    color: #5B5A55;
}
.hs-contact-page small {
    font-size: 80%;
    font-weight: 400;
}
.custom-contact-row1 .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    margin: 0 -15px;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.custom-contact-row1 .hs_cos_wrapper_type_rich_text ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.hs-contact-page .hs_cos_wrapper_type_form{
    padding-left:15px;
    padding-right:15px;
}
.one-column.hs-contact-page .hs_cos_wrapper_type_form {
    width: 100% !important;
}
.custom-contact-form .hs_cos_wrapper_type_form {
    width: 100%;
    text-align: center;
}  
.custom-contact-form .hs_cos_wrapper_type_form h3 {
    display: none;
}
.hs-contact-page form.hs-form fieldset .hs-form-field {
    padding: 0 15px;
}
.hs-contact-page .hs_message.field.hs-form-field {
    margin-top: 4px;
}
.custom-contact-form textarea {
    min-height: 86px;
}
.custom-contact-form .hs-form-required {
    display: none;
}

.custom-contact-map .hs_cos_wrapper_type_raw_html {
    margin: 0 -15px;
    display: block;
}


/* Form 2 */
.custom-form2-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 60px;
}



/* Home */
.hs-home #site-wrapper1 {
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hs-home .custom-header-group {
    background: transparent;
    position: absolute;
    width:100% !important;
}
.hs-home .custom-header-background {
    background: transparent;
}
.hs-home .custom-header-background:before {
    content: "";
    background: url(//cdn2.hubspot.net/hubfs/4016276/Weblite%20December2017/js/dummie_header_bg.png) top;
    width: 100%;
    height: 168px;
    display: block;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.custom-home-banner {
    background-repeat: no-repeat;
    background-position: top center;
    display: table;
    width: 100%;
    overflow: hidden;
}
.custom-home-banner-inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-top: 40px;
}
.custom-home-left-content {
    position: absolute;
    z-index: 11;
    top: 50%;
    margin-top: -10%;
    margin-left: 2%;
    display: block;
}
.custom-home-left-content h1 {
    font-size: 90px;
    font-weight: 800;
    color: #2E2C2B;
    line-height: 110%;
    margin-bottom: 3%;
}
.custom-home-left-content h1 span {
    font-size: 120px;
    font-weight: 800;
    color: #2E2C2B;
    display: block;
    clear: both;
}
.custom-home-left-content h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #2E2C2B;
    margin-bottom: .5rem;
}
.custom-home-left-content a {
    font-size: 76px;
    font-weight: 800;
    color: #1F2758;
    text-decoration:none;
}
.custom-home-left-content a:hover {
    color: #006CB7;
    text-decoration:none;
}

.super-herowrap {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem;
    height: 100vh;
}


@-webkit-keyframes flap_02 {
	0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
	50% {
    -webkit-transform: rotate(-3deg) scaleX(1); 
    -ms-transform: rotate(-3deg) scaleX(1); 
    transform: rotate(-3deg) scaleX(1); 
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes flap_02 {
	0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
	50% {
    -webkit-transform: rotate(-3deg) scaleX(1); 
    transform: rotate(-3deg) scaleX(1); 
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.flap_02 {	
  -webkit-animation-duration: 1s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
	
  -webkit-animation-name: flap_02;
  animation-name: flap_02;
  -webkit-transform-origin: 100% top;
  -ms-transform-origin: 70% top;
  transform-origin: 100% top;
}


@-webkit-keyframes flap_03 {
	0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
	50% {
    -webkit-transform: rotate(-7deg) translateX(10px); 
    transform: rotate(-7deg) translateX(10px); 
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes flap_03 {
	0% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
	50% {
    -webkit-transform: rotate(-7deg) translateX(10px); 
    -ms-transform: rotate(-7deg) translateX(10px); 
    transform: rotate(-7deg) translateX(10px); 
  }
  100% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}


.hs-home .body-container {
    padding: 0;
    background: transparent;
}

.hs-home .home-row1-group .page-center{
    padding-left:0;
    padding-right:0;
}
.home-row1-group .page-center {
    max-width: 100% !important;
}
.service-wrapper{
    height: 100%;
    display: flex;
    width: 100%;
    margin-bottom: 66px;
}
.service-wrapper .services-wrapper-inner {
    align-items: stretch;
    width: 100%;
}
.service-inner {
    align-items: stretch;
    width: 100%;
}
.service-inner-box {
    padding: 20px;
    margin-top: 0px;
    display: block;
    width: 100%;
    height: calc(100vh - 40px);
    position: relative;
}

.service-image-icon{
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.service-wrapper .title{
    color: #ffffff;
    margin: 0 auto;
    display: table;
    text-align: center;
    white-space: nowrap;
    background: #006CB7;
    padding: 8px 40px 2px 40px;
    position: relative;
    top: 20%;
}
.service-wrapper .title h2 {
    font-weight: 500;
    font-size: 38px;
}

.service-wrapper .box {
    padding: 20px;
    padding-top: 10%;
    display: inline-block;
    float: left;
    height: 100%;
    overflow: hidden;
}
.service-wrapper .service-content-left {
    background: #ffffff;
    width: 50%;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
}
.service-wrapper .service-content-left .content{
    padding-right: 90px;
}
.service-wrapper .content {
    display: flex;
    height: 100%;
    position: relative;
    bottom: 3%;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
}

.service-wrapper .service-wrapper .content .text_01,
.service-wrapper .service-wrapper .content .text_02,
.service-wrapper .service-wrapper .content .text_02{
    text-align:right;
}

.service-wrapper .service-content-left .content .text_03 p{
    float:right;
}

.service-wrapper .content .text_01 {
    color: #2E2C2B;
    text-align: right;
    display: block;
    font-size: 120px;
    font-weight: 800;
    width: 100%;
    line-height: 80px;
}

.service-wrapper .content .text_02 {
    color: #2E2C2B;
    text-align: right;
    display: block;
    font-size: 50px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 10px;
    line-height:100%;
    margin-top: 20px;
}
.service-wrapper .content .text_03 {
    color: #3E3D3B;
    text-align: right;
    display: block;
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 10px;
}
.service-wrapper .content .text_03 p {
    font-size: 18px;
    max-width: 480px;
    font-weight: 300;
    color: #3E3D3B;
}
.service-wrapper .content .button{
    display: block;
    width: 100%;
}
.service-wrapper .content .button .btn-green {
    color: #fff;
    background-color: #27B162;
    border-color: #27B162;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.service-wrapper .content .button .btn-green:hover {
    color: #fff;
    text-decoration: none;
    background-color: #269957;
    border-color: #269957;
}

.service-wrapper .service-content-right{
    background: #1F2758;
    width: 50%;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
}
.service-wrapper .service-content-right .content{
    padding-left: 90px;
}
.service-wrapper .service-content-right .content .text_01,
.service-wrapper .service-content-right .content .text_02,
.service-wrapper .service-content-right .content .text_03{
    color: #fff;
    text-align: left;
}

.service-wrapper .service-content-right .content .text_03 p {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 100;
}

a.btn.btn-green.btn-lg.float-right {
    float: right;
}
.service-wrapper .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hs-home .home-row2-group{
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;

}

.hs-home .home-row2-group .page-center {
    display: block;
    padding:8% 5.9%;


    margin-top:20.6%;
    background: #fff;
    position: relative;
    z-index: 9999;
    max-width: 1480px !important;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
}

.why-chose-us-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why-chose-us-wrapper .why-chose-us-inner {
    width: 100%;
}

.why-chose-us-inner-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 -15px;
}

.why-chose-us-left, 
.why-chose-us-left-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.why-chose-us-left-content .text_01 {
    display: block;
    color: #2E2C2B;
    font-size: 120px;
    font-weight: 900;
    line-height: 100px;
}

.why-chose-us-left-content .text_02 {
    display: block;
    color: #2E2C2B;
    font-size: 96px;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 20px;
}
.why-chose-us-left-content .text_03{
    margin-bottom: 20px;
}

.why-chose-us-left-content .text_03 p {
    font-weight: 300;
    max-width: 480px;
    margin-bottom:20px;
    color: #3E3D3B;
}

.why-chose-us-left-content .btn-green {
    color: #fff;
    background-color: #27B162;
    border: 1px solid #27B162;
    padding: 10px 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration:none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.why-chose-us-left-content .btn-green:hover {
    color: #fff;
    background-color: #269957;
    border-color: #269957;
    text-decoration:none;
}


/* yy added 02/Feb/2018 */
.hs-home .slick-slider.hs_cos_gallery_main { display: block; padding:0px; margin-bottom:0px;}
.hs-home .slick-slider.hs_cos_gallery_main .slick-list { flex:0 0 80%; max-width:80%; margin:0 auto!important; float:none!important; }
.hs-home .hs_cos_gallery_slide.slick-slide { padding:10px 20px;}

.hs-home .slick-track { display:flex; align-items:center; }





/* Home Page Scroll Header */

.Mobile.scroll-header .custom-header-background,
.Mobile.scroll-header1 .custom-header-background{
    display: none;
}

.hs-home.scroll-header .custom-header-background,
.hs-home.scroll-header1 .custom-header-background{
    position: fixed;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
/*    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.18);*/
}
.hs-home .custom-header-background{
    z-index: 999999;
}
.hs-home.scroll-header .cm-support-link,
.hs-home.scroll-header1 .cm-support-link{
    padding-top: 10px;
}
.hs-home.scroll-header .custom-scroll-logo,
.hs-home.scroll-header1 .custom-scroll-logo{
    display: block;
}
.scroll-header .custom-logo,
.scroll-header1 .custom-logo{
    display: none;
}
.hs-home.scroll-header .custom-logo-group,
.hs-home.scroll-header1 .custom-logo-group{
    padding-bottom: 5px;
}
.hs-home.scroll-header .custom-header-background:before, 
.hs-home.scroll-header1 .custom-header-background:before {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 56px;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.18);
}

/* About */

/* added - alfred - 30012018 */
.custom-about-row {
	flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 25px;
}
.custom-about-row h2 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    text-align: center;
}
.custom-about-row p {
    font-size: 20px;
    font-weight: 400;
    color: #3E3D39;
    text-align: center;
}








/**/
.hs-abouts .body-container {
        padding-bottom: 0;   
    }
    .custom-row1-abouts .two-column-equal-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 3rem!important;
}
.custom-row1-abouts .two-column-equal-left-content,
.custom-row1-abouts .two-column-equal-right-content  {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-row1-abouts .introbox {
    display: block;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 10%;
}
.custom-row1-abouts .introbox h2 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
}
.custom-row1-abouts .introbox p {
    font-size: 20px;
    font-weight: 400;
    color: #3E3D39;
    text-align: justify;
}

.two-column-equal-right-content {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.two-column-equal-right-content img {
    padding-top: 1rem!important;
    vertical-align: middle;
    width:auto !important;
}
.one-column-with-background-image-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    color: #fff;
    padding: 20px;
    margin-bottom: 3rem;
}
.custom-row2-abouts  .one-column-with-background-image-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #006CB7;
    opacity: 0.8;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.one-column-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}
.one-column-content-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    z-index: 6;
}
.one-column-content .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.one-column-content .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.one-column-content .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.one-column-content .btn:focus, 
.one-column-content .btn:hover {
    text-decoration: none;
}
.custom-row3-abouts {
    /*border-bottom: 1px solid #ccc;*/
    text-align: center;
}
.custom-row3-abouts .two-column-equal-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-row3-abouts .two-column-equal-left-content, .custom-row3-abouts .two-column-equal-right-content {
    padding:0 15px;
}
.custom-row3-abouts .two-column-equal-right-content p {
    font-size: 20px;
    font-weight: 400;
    color: #3E3D39;
    text-align: left;
}
.custom-row3-abouts h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #000;
}
.custom-row3-abouts img {
    padding: 0 15px;
    margin-bottom: -1px;
}
.custom-row5-abouts .hs_cos_wrapper_type_linked_image {
    max-width: 66.666667%;
    margin: 0 auto;
}
.custom-row5-abouts .one-column-with-background-image-wrapper {
    display: block;
    background: #006CB7;
    margin-bottom: 0;    
}
.custom-row5-abouts .one-column-with-background-image-wrapper:after {
    display: none;
}
.custom-row5-abouts .one-column-content-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin:0 auto;
}
.custom-row3-abouts {
    padding-top: 5.8%;    
} 

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-background {
    background: #fff;
    padding: 40px;
    margin-top: 60px;
    border-bottom: 13px solid #1F2758;
}

.custom-footer-background .page-center > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    float: none !important;
    width: auto !important;
}

.custom-copyright-group p {
    color: #5B5A55;
    font-size: 12px;
    line-height: 28px;
    position:relative;
}
.custom-copyright-group p small {
    font-size: 80%;
    font-weight: 400;
    display:inline-block;
}
.custom-copyright-group p:before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background: #2D3A8A;
    margin: 20px 0px;
    margin-left: 4px;    
}
.custom-copyright-group > div {
    display: block;
    padding: 0px 6%;
}


.custom-footer-menu > div {
    display: block;
    padding: 0px 5%;
    position: relative;
}
.custom-copyright-group {
    position: relative;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px;
    padding-left: 15px;
}    
.custom-footer-menu {
    margin-left: 0 !important;
    width: 100% !important;
    min-height: 1px !important;
}  
.custom-social-icon {
    -ms-flex-item-align: center!important;
    align-self: center!important;
    margin-left: 0 !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px;
    padding-left: 15px;
}  


.custom-footer-menu {}
.custom-footer-menu .hs-menu-wrapper > ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    padding: 0 15px;
    margin-top: 18px;
    float: none !important;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;  
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    cursor: text;
    margin-bottom: 13px;
    display: block;
    color: #2D3A8A;
    font-size: 16px;
    font-weight: 700;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-footer-menu .hs-menu-wrapper > ul ul{
    position:static !important;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li{
    display: block;
    padding-bottom: 8px;  
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{
    display: block;
    color: #5B5A55;
    font-size: 18px;
    font-weight: 300;  
    white-space: normal !important;    
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    color: #006CB7;    
}

.custom-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    padding: 0px 5%;
    text-align: center;
}
.custom-social-icon ul li {
    display: inline-block;
}
.custom-social-icon ul li a {
    display: block;
    color: #2D3A8A;
    font-size: 36px;
    padding: 5px;
}
.custom-social-icon ul li a:hover {
    color: #006CB7;
}



/* Added by Alfred - 16/07/2018 */

/* ZENDESK BUTTON */
.zEWidget-launcher.zEWidget-launcher--active,
.zEWidget-webWidget.zEWidget-webWidget--active { left:0px; right:auto; bottom:17px!important;}






/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
    margin-top: 20px;
    text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%; 
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    color: #006CB7;
    font-size: 16px;
    font-weight: 500;
    padding: 6px;    
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #2D3A8A;
    text-decoration: none;    
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    padding:10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}



/* Override max width on menu links */
.custom-menu-primary .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:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    
    .scroll-header .custom-menu-primary,
    .hs-home.scroll-header1 .custom-menu-primary{
        margin-top: 10px;
    }
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li,
    .hs-home .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding-left: 1%;
        padding-right: 1%;
    }
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .hs-home.scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
    }
    
    @keyframes fadeInDownSmall {
        0% {
            opacity: 0;
            transform: translate3d(0px, -10%, 0px);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px) {


  /* Menu Reset */
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .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-trigger{
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /**************************************/
        top: -60px;
        right: 0;       /**************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */      
        padding: 7px 10px 8px 10px;
        background: #ffffff; /* Background color */
        border: 1px solid #006CB7;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #254b7b; 
    }
    .scroll-header .mobile-trigger,
    .hs-home.scroll-header1 .mobile-trigger{
       top: -42px;
    }
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        border-color: #006CB7;
    }
    
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        color: #fff;
        background-color: #fff; 
        border-color: #006CB7;
    }

    /* Toggle Button Icon */
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 22px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #006CB7; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{ top: -6px; } /* Position top line */
    .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color:#006CB7; /* Icon color */
    }

    /* ===== Mobile Child Toggle Buttons ===== */
    
    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #fff; /* Icon color */
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }  
    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
 
    /* ===== Mobile Menu Styles ===== */  
     
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 0;
        margin: 0;
        text-align: center;   
    }
    
    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color: #fff;
        width: 100%; /* Full screen width */
    }

   /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
        overflow-y: auto !important;
        max-height: calc(100vh - 141px);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a {

        font-size: 16px; /* Font size of top level list items */
        line-height: 45px;
        overflow: visible;
        text-align:center;
    }
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35);
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a {
        padding: 8px;
        color: #254b7b;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #006CB7;
    }
    
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 16px; /* Font size of child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
    
    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {}
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


.blog .body-container {
    background: #fff;
    padding: 0;
}
.hs-blog-listing .body-container .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* =============== 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 h3 {
    color: #3E3D3B;
    font-size: 26px;
    font-weight: 300;    
}
.post-header h3 a {
    text-decoration: none;
}
.post-header h3 a:hover {
    text-decoration: none;
}
.post-header {
margin-bottom: 18px;
}

.post-header h2 {
    color: #3E3D3B;
    font-size: 30px;
    font-weight: 600;    
}

/* 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 */
.hs-blog-listing .post-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.custom-form-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.blog-listing-wrapper .post-listing .post-item {
    padding: 1.5rem;
    margin:0;
    border-bottom:none;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    display: block;
    margin-bottom: 0;
}
.hs-blog-listing .post-body p {
    color: #3E3D3B;
    font-size: 17px;
    font-weight: 700;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    display: block;
    margin-bottom: 50px;
    position: relative; max-height: 210px; overflow: hidden;
}
.hs-blog-listing .hs-featured-image-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    /*background: rgb(15,155,220);
    background: -moz-linear-gradient(left, rgba(15,155,220,1) 0%, rgba(0,73,147,1) 100%);
    background: -webkit-linear-gradient(left, rgba(15,155,220,1) 0%,rgba(0,73,147,1) 100%);
    background: linear-gradient(to right, rgba(15,155,220,1) 0%,rgba(0,73,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006CB7', endColorstr='#1F2758',GradientType=1 );*/
}
.hs-featured-image-wrapper-in {
    overflow: hidden; height: 150px;
}

.hs-blog-listing .hs-featured-image-wrapper-in {
    position: relative;
    padding-bottom: 65%;
}

.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
    transform: scale(1,1);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
    -moz-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
    transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
 
}

.hs-blog-listing .hs-featured-image {
    top: -2px;
    left: 0;
    position: absolute;  
}

.post-item-inner:hover .hs-featured-image {
    transform:scale(1.1,1.1);
}

.custom-date {
    display: block;
    width: 82px;
    height: 82px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    bottom: -32px;
    left: 50%;
    margin-left: -41px;
    border-radius: 100px;
    background: #006CB7;
    text-align: center;
    line-height: 20px;
}
.custom-date .month {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}
.custom-date .day {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: block;
}
.custom-date .year {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 0;
}

.post-item-inner a {
    text-decoration: none;
    display: block;
}
.post-item-inner a:hover {
    text-decoration: none;
    opacity: 0.8;
}



/* Read More Link */
a.more-link {
    display:inline-block;
    margin:5px 0;
}
a.more-link:hover {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin: 20px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/* Blog Commments */
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
   margin:15px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments-listing.no-comments {
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom:20px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}

/* Pagination */
.blog-pagination {
    clear: both;
    display: table;
    margin: 10px auto 40px auto;
}
.blog-pagination a {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    padding: 6px 20px;
    background: #eaeaea;
    border-radius: 10px;
    color: #333;
}



.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 {
    margin:0 0 20px;
}


/* =============== 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 {}


/* ==========================================================================
   Blog Listing Page
   ========================================================================== */
body.hs-blog-listing {}

/* added - Alfred */
/*body.delete .custom-subscribe-form-group { display: none;}*/

.custom-subscribe-form-group {
    background: #f5f0e4;
    border: 1px solid #e2e0db;
    padding: 30px;
    display: flex;
    text-align: center;
}
.custom-subscribe-form-group .hs_cos_wrapper_type_form {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.custom-subscribe-form-group form {
    margin-top: 1.5rem;
}
.custom-subscribe-form-group form {
    margin-top: 1.5rem;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;    
}
.custom-subscribe-form-group .hs-form-field {
    /*float: left;*/
}
.custom-subscribe-form-group .hs_submit {
    display: inline-block;
    /*float: left!IMPORTANT;*/
    margin-left: 10px;
}
.custom-subscribe-form-group .hs_cos_wrapper_type_form .hs-button.primary {
    display: inline-block;
    float: none !IMPORTANT;
    margin-top: 0;
    color: #fff;
    background-color: #006CB7;
    border-color: #006CB7; 
    margin-bottom: 1rem;    
}
.custom-subscribe-form-group .hs_cos_wrapper_type_form .hs-button.primary:hover {
    color: #fff;
    background-color: #0C7AAF;
    border-color: #0C7AAF;    
}
.custom-subscribe-form-group .hs-form-field > label {
    display: inline-block;
}
.custom-subscribe-form-group .input {
    display: inline-block;
    margin-left: 10px;
}
.custom-subscribe-form-group h6 {
    color: #868e96;
    margin: 0;
    font-size: 80%;
    font-weight: 400;
    display: block;
    margin-top: .25rem;
}
.custom-subscribe-form-group .hs_error_rollup .hs-error-msgs.inputs-list {
    /* yy 06/Feb/2018
    position: absolute;
    left: 10%;
    top: 60px;
    */
    display:none!important;
}
.custom-subscribe-form-group .hs-error-msgs label {
    margin-top: 10px !important; text-align:center;
}
.blog-listing-wrapper .post-listing .post-item.full-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}


.one-column-with-background-image-wrapper {
    background: #006CB7;
    padding-right: 15px;
    padding-left: 15px;
}
.one-column-with-background-image-wrapper .page-center {
    background: #006CB7;
    box-shadow: none;
    padding: 0 !IMPORTANT;
}
.one-column-with-background-image-wrapper .page-center {
    background: #006CB7;
    box-shadow: none;
    padding: 0 !IMPORTANT;
    text-align: center;
}
.one-column-content {
/*    padding: 40px 20px;*/
    color: #fff;
}
.one-column-with-background-image-wrapper .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.one-column-with-background-image-wrapper .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.one-column-with-background-image-wrapper .btn:focus, 
.one-column-with-background-image-wrapper .btn:hover {
    text-decoration: none;
}
.one-column-with-background-image-wrapper .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}


/* ==========================================================================
   Blog Post Page
   ========================================================================== */
body.hs-blog-post {}

.post-left-content {
    width: 150px;
    float: left;
    position: absolute;
    left: -135px;
}
.post-right-content {
    overflow: hidden;
}

.hs-blog-post .body-container .page-center {
    padding-top: 6%;
    padding-bottom: 6%;
}
.hs-blog-post .hs-blog-social-share {
    margin:68px 0 0 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    height: auto;
}

.hs-blog-post #hs_cos_wrapper_post_body p {
    color: #3E3D3B;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
}

.hs-blog-post #hs_cos_wrapper_post_body li {
    color: #3E3D3B;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
    /*     
     * padding-bottom: 1rem;
     * margin-bottom: 1rem;
    */
    text-align: justify;
}

.hs-blog-post .post-body {}

p.column-count {
    margin: 0 -15px;
    float: left;
}
p.column-count span {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.hs-blog-post .hs-featured-image-wrapper,
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-wrapper-in {max-height:inherit; overflow:inherit; height: inherit;}

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin-bottom: 1rem;    
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

label {
    display: block;
    margin-bottom: .5rem; 
    color: #5B5A55;
    font-size: 16px;   
    text-align:left;
}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
    width: 100%;
    font-family: 'Roboto', sans-serif;    
    background-color: #ffffff;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border-radius: .25rem;
    display: inline-block;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;         
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);   
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
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:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder { color:#868e96 ;opacity:1;} /* Webkit Browsers */
:-moz-placeholder {color:#868e96 ;opacity:1;} /* Firefox 18- */
::-moz-placeholder {color:#868e96 ;opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder {color:#868e96 ;opacity:1;} /* 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 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
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%; }
  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"] {
    width:auto;
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    padding: .375rem .75rem;
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #27B162;
    border: 1px solid #27B162;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    white-space: normal !important; 
    text-decoration: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #269957;
    border-color: #269957;   
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);  
}


/* =============== 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                                      
   ========================================================================== */
.hs-content-gap .body-container{
    padding:0 15px;
}
   
.hs-content-gap .body-container .page-center {
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 25px;
}
   
.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
}

.hs-blog-listing .one-column-with-background-image-wrapper,
.hs-blog-post .one-column-with-background-image-wrapper{
    padding: 40px 20px;
    margin-bottom: 0;
}
.hs-blog-listing .one-column-content h2,
.hs-blog-post .one-column-content h2{
    width: 100%;
}
.hs-blog-listing .one-column-content p,
.hs-blog-post .one-column-content p{
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    display: block;
}

.hs-blog-listing .one-column-with-background-image-wrapper .btn,
.hs-blog-post .one-column-with-background-image-wrapper .btn{
    margin:0 auto;
}

.hs-content-gap .custom-footer-background{
    margin-top:0;
}   

.error-template .custom-footer-background,
.password-template .custom-footer-background,
.subscription-template .custom-footer-background{
    margin-top:60px;
}

#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
}
   
.all-posts-page .body-container .page-center {
    padding: 3rem;
}   
.all-posts-page .custom-form-wrapper {
    padding: 0;
}
h2.post-listing-simple a {
    color: #3E3D3B;
}

h2.post-listing-simple {
    color: #3E3D3B;
    font-size: 30px;
    font-weight: 600;
}
   
   
.widget-type-global_group {
    min-height: 0 !important;
}
.slick-prev, .slick-next {
    /*display: none !important;*/
}
 .all-posts-page .custom-single-post-group {
   width: 100% !IMPORTANT;
}
.all-posts-page .custom-subscribe-form-group {
   display: none !IMPORTANT;
}
.all-posts-page .post-item-inner {
   margin-bottom: 25px;
}

.related-post-slider{
    padding:0 15px;
}
.related-post-slider-inner {
    display: block;
    padding: 7% 6%;
    background: #fff;
    margin: 0%;
    margin-top: 6%;
    margin-bottom: 8%;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.05);
}
.hs-home .related-post-slider-inner {
    margin-bottom: 40px;
}
.related-post-slider .blog-list-recent-post-wrapper {
    margin-bottom: 60px;
    margin-top: 50px;
}
.hs-home .related-post-slider .blog-list-recent-post-wrapper {
    margin-top: 54px;
}
.hs-home .related-post-slider .blog-list-recent-post-wrapper .slick-track {
    align-items: start;
}
.hs-home .related-post-slider .blog-list-recent-post-wrapper .hs-featured-image-wrapper { overflow:inherit; }

.related-post-slider .post-body {
   display: block;
   margin-bottom: 0;
}
.related-post-slider .post-body p {
    color: #3E3D3B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:20px;
}
h1.recent-title {
    font-size: 80px;
    font-weight: 800;
    color: #2E2C2B;
    text-align: center;
}
.related-post-slider .post-item-inner a {
    text-decoration: none;
    color: #006CB7;
    font-size: 16px;
    font-weight: 400;
}
.related-post-slider .post-item-inner a:hover{
    opacity:1;
    color: #1F2758;
    text-decoration: none;
}

.hs-featured-image-wrapper-in a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    /*background: rgb(15,155,220);
    background: -moz-linear-gradient(left, rgba(15,155,220,1) 0%, rgba(0,73,147,1) 100%);
    background: -webkit-linear-gradient(left, rgba(15,155,220,1) 0%,rgba(0,73,147,1) 100%);
    background: linear-gradient(to right, rgba(15,155,220,1) 0%,rgba(0,73,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006CB7', endColorstr='#1F2758',GradientType=1 );*/
}

.related-post-slider a.recent-more-link:before {
    color: #006CB7;
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #006CB7;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.related-post-slider a.recent-more-link:hover:before {
    transform: scaleX(0.5);
    transform-origin: right;
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
    -moz-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
    transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
}

.related-post-slider .read-more {
    text-align: center;
}
.related-post-slider .read-more a {
    color: #fff;
    background-color: #27B162;
    border: 1px solid #27B162;
    padding: 10px 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-weight: 400;
    text-align: center;
    text-decoration:none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.related-post-slider .read-more a:hover {
    color: #fff;
    background-color: #269957;
    border-color: #269957;
}
.hs-home .slick-list.draggable {
    margin: 0 -25px;
}
.hs-home .slick-slide {
    margin: 0 25px;
    outline: none;
}

.hs-abouts .related-post-slider {
    margin-top: 3rem;
    margin-bottom: 48px;
}
.hs-abouts h1.recent-title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    min-height: 65px;
}
.hs-abouts .related-post-slider .widget-type-raw_jinja {
    margin-left: 16.666667% !important;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: none !important;
    padding:0 15px;
}
.related-post-slider .widget-type-raw_jinja{
    overflow: visible;
}
.hs-abouts .related-post-slider,
.hs-abouts .related-post-slider .page-center{
    padding-left: 0;
    padding-right: 0;
}

.hs-abouts .slick-slide {
    margin: 0 25px;
}
.hs-abouts .slick-list.draggable {
    margin: 0 -25px;
}


/* Added - Alfred */ 
.PartnerWrap .slick-slider.hs_cos_gallery_main { display: block;}
.PartnerWrap .hs_cos_gallery_slide.slick-slide { padding:10px 20px;}

.PartnerWrap .slick-track {
	display: flex;
    align-items: center;
}
.related-post-slider .widget-type-raw_jinja .slick-prev {left: -55px;}
.related-post-slider .widget-type-raw_jinja .slick-next {right: -55px;}
.related-post-slider .widget-type-raw_jinja .slick-prev, 
.related-post-slider .widget-type-raw_jinja .slick-next {
    width: 40px;
    height: 50px;
}

.related-post-slider .widget-type-raw_jinja .slick-prev:before, 
.related-post-slider .widget-type-raw_jinja .slick-next:before {
    color:#333; font-size: 40px;
}



/* yy added 05/Feb/2018 */
.hs_recaptcha {
    margin-top:4px;
    padding:0 15px;
}


/**/












.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }


  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}


@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



@-webkit-keyframes fadeinleftsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeinleftsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeinleftsmall {
  -webkit-animation-name: fadeinleftsmall;
  animation-name: fadeinleftsmall;
}





@-webkit-keyframes fadeinleftbig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeinrightsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@keyframes fadeinrightsmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeinrightsmall {
  -webkit-animation-name: fadeinrightsmall;
  animation-name: fadeinrightsmall;
}





@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}






@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}






@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;

  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}




@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInCustom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInCustom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}





.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomInCustom {
  -webkit-animation-name: zoomInCustom;
  animation-name: zoomInCustom;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
 
 
.body-container ul li {}
.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription form, 
.hs_cos_wrapper_type_password_prompt  {
    background: #eaeaea;
    color: #5B5A55;
    padding: 30px 30px;
    border-radius: 7px;
	float:left;
	width:100%;
}

.hs-content-gap .body-container .hs_cos_wrapper.hs_cos_wrapper_widget {
    display: block;
    margin-bottom: 20px;
}

.hs-contact-page .body-container .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-bottom: 0;
}

.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
    width: 50%;
}

.widget-type-google_search input[type="text"] {
   display:block;
}
#hs-pwd-widget-password {
   display: block;
}

.hs-error-msgs.inputs-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.hs-error-msgs.inputs-list label {
    font-weight: normal;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}  
.hs-input.invalid.error {
    border-color: #dc3545;
}

.subscription-template.one-column #email-prefs-form .subscribe-options label span {
     font-size: 16px;
     color: #444;
     line-height: 24px;
}






/* =============== Screen sizes smaller than .page-center =============== */



@media (min-width: 576px) {
    .container-fluid .row-fluid .page-center {
        /*
        max-width: 540px
        */
    }    
}

@media (min-width: 768px) {
    .container-fluid .row-fluid .page-center {
       max-width: 720px;
    }  
    /* Blog */
    .blog-listing-wrapper .post-listing .post-item {
        padding: 1rem;    
    }  
    .one-column-with-background-image-wrapper .page-center {
        max-width: 66.666667% !important;
    }
    
    /* About */
    .two-column-equal-left-content, .two-column-equal-right-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .two-column-equal-right-content img {
        padding-left: 3rem!important;
    }
    .one-column-content-inner {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: 16.666667%;
        padding-left: 15px;
        padding-right: 15px;    
    }
    .custom-row3-abouts .two-column-equal-left-content, .custom-row3-abouts .two-column-equal-right-content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-item-align: center!important;
        align-self: center!important;    
    }
    .custom-row3-abouts .two-column-equal-wrapper {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin-left: 16.666667%;
    }    
    .custom-row3-abouts .two-column-equal-left-content h3 {
        text-align: right;
    }
    .custom-row3-abouts div#hs_cos_wrapper_widget_1514356434273 {
        max-width: 66.666667%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }    
    .blog-listing-wrapper .post-listing .post-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 33%;
        padding: 1.5rem;    
    } 
    .hs-blog-post .body-container .page-center {
        max-width: 50% !important;
        box-shadow: none;
        position: relative;
    }
    .custom-subscribe-form-group {
        padding-top: 7%;
        padding-bottom: 7%;
    }
    
    /* About */
    .custom-row3-abouts {
        margin-bottom: 3rem;   
    }
    
}


@media (min-width: 1200px) {
    .container-fluid .row-fluid .page-center {
        max-width: 1510px;
    }      
    p {
        font-size: 18px;
    }  
    h2 {
        font-size: 3rem;
    }
    .custom-copyright-group > div {
        display: block;
        padding: 0px 5%;
    }
    .custom-copyright-group {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;

        max-width: 25%;
        margin-left: 8.333333% !important;
    }    
    .custom-footer-menu {
        -ms-flex: 0 0 48.666667%;
        flex: 0 0 48.666667%;
        max-width: 48.666667%;
    }  
    .custom-social-icon {
        -ms-flex: 0 0 9.666667%;
        flex: 0 0 9.666667%;
        max-width: 9.666667%;
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }  
    .custom-footer-menu > div:before {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background: #E5E5E5;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .custom-footer-menu > div:after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background: #E5E5E5;
        position: absolute;
        right: 0px;
        top: 0px;
    }   
    .custom-footer-menu > div {
        min-height: 183px;
    }
    .blog .body-container {
       margin-bottom: -60px;
    }
    .hs-contact-page .body-container {
        margin-bottom: -60px;
    }
    .custom-form-wrapper {
       padding-right: 2.1rem;
    }

    /* Blog */
    .blog-listing-wrapper .post-listing .post-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 3rem;    
    }  
    /* About */
    .two-column-equal-left-content, .two-column-equal-right-content {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .two-column-equal-left-content {
        margin-left: 8.333333%;
    }
    .custom-row3-abouts .two-column-equal-left-content, .custom-row3-abouts .two-column-equal-right-content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-row3-abouts .two-column-equal-left-content {
        margin-left: 0;
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .custom-row3-abouts h1 {
        margin-bottom: 1.5rem;
    }
    .hs-abouts .body-container {
        margin-bottom: -60px;    
    }
    
}
@media (min-width: 1400px) {
    .custom-subscribe-form-group form {
       width: 61%;
    }
    @-moz-document url-prefix() {
        .custom-subscribe-form-group form {
            width: 66%;
        }	
        .hs-blog-listing .custom-footer-background {
            margin-top: 0;
        }
    }
}

@media (max-width:1567px) {
    .two-column-with-left-image-inner .content-box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .custom-form-wrapper > .row-fluid-wrapper > .row-fluid {
        display: flex;
        flex-direction: row-reverse;
    }
    .custom-single-post-group {
       width: 36.17094% !important;
       margin-left: 0 !important;
       padding-left: 1.5rem;
    }
    
    
    .custom-subscribe-form-group .hs-error-msgs.inputs-list {
        position: relative;
        left: 9%;
    }
    .custom-subscribe-form-group .hs-error-msgs label {
       margin-top: 0 !IMPORTANT;
       text-align: center;
    }
    
    /* Blog */
    .custom-subscribe-form-group {
       width: 50% !important;
       margin-left: 0 !important;
    }
    .custom-subscribe-form-group .hs-form-field {
        width: 100%;
    }
    .custom-subscribe-form-group .hs_submit {
        float: none!IMPORTANT;
        margin-left: 0;
    }
    .post-left-content {
        position: absolute;
        left: -121px;
        top: 12%;
    }
   
}

@media (min-width:768px) and (max-width: 1199px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li,
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li,
    .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding-left: 0.8%;
        padding-right: 0.8%;
    }  
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
    }
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .hs-home.scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 14px;
    }

}

@media (min-width:768px) and (max-width: 991px) {
    .cm-support-link a {
        font-size: 0.9rem;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul > li, 
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li,
    .hs-home.scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding-left: 2px;
        padding-right: 2px;
    }    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-left: 1px;
        padding-right: 2px;
    } 
    .scroll-header .custom-menu-primary,
    .hs-home.scroll-header1 .custom-menu-primary{
        padding-left: 0;
    }
    .custom-logo-group {
        padding: 21px 0;
    }
    .scroll-header .custom-logo-group,
    .hs-home.scroll-header1 .custom-logo-group{
        padding: 10px 0;
    }
}

@media (max-width: 1199px) {

    .banner-background {
        padding: 6% 10px 6% 10px;
    } 

    .with-banner #site-wrapper1 {
        transform: translateY(0px);
    }  
    .custom-footer-background {
        text-align: center;
        padding: 5% 0%;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: 33.33%;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li > a {
        margin-bottom: 13px;
    }
    .custom-copyright-group p:before {
        margin: 20px auto;
    }
    
    /* Body Style */
    .body-container .page-center {
        max-width: 100% !important;
    }  
    
    .body-container {
        padding: 0;
    }
    .hs-email-marketing .body-container .page-center {
        padding-left:0;
        padding-right:0;
    }
    
    /* Email Marketing */
    .hs-email-marketing .body-container .page-center {
        padding: 4% 0px;
    }
    
    .custom-top-section-header .hs_cos_wrapper_type_section_header,
    .custom-top-section-header .widget-type-section_header {
        padding: 20px;
        padding-bottom: 30px;
        padding-top: 50px;
        margin: 0 auto !important;
        display: block;
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }
    
    .advanced-banner-area-wrapper {
        margin-bottom: 0;
    }
    .advanced-banner-area-wrapper .banner-area-content, 
    .advanced-banner-area-wrapper .banner-image-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; min-height: 0px;
    }
    .advanced-banner-area-wrapper .content {
        padding: 10%;
    }
    
    .advanced-banner-area-wrapper .content p { margin-bottom: 10px;}
    
    
    .custom-top-section-header p {
        padding: 0;
    }
    
    .two-column-with-left-image-inner .image img{
        margin: 0 auto;
    }
    
    .two-column-with-left-image-inner.right .content-box-group {
        -ms-flex-order: 0;
        order: 0;
    }
    .two-column-with-left-image-wrapper .image, 
    .two-column-with-left-image-wrapper .content-box-group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .two-column-with-left-image-wrapper .content-box{
        padding-left: 25px;
        padding-right: 25px;
    }
    .two-column-with-left-image-wrapper .content-box-group {
        padding-left: 0;
        padding-right: 0;
    }
    .two-column-with-left-image-wrapper.right .content-box-group {
        -ms-flex-order: 0;
        order: 0;
    }
    
    /* Web Development */
    .custom-web-development .image-01{
        left:0;
    }
    
    /* Contact Us */
    .custom-contact-row1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-contact-row1 p {
        font-size: 18px;
    }
    
    /* Form 2 */
    .custom-form2-row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-form2-row p {
        font-size: 18px;
    }
    
    
    
    /* Footer Style */
    .custom-footer-background {
        margin-top: 0;
    }
    
    .hs-abouts h1.recent-title {
        font-size: 2rem;
    }
    
    /* Home Style */
    .super-herowrap {
        transform: scale(0.8);
        transform-origin: bottom;
    }
    .custom-home-left-content h1 {
        font-size: 6vw;
    }
    .custom-home-left-content h1 span {
        font-size: 8vw;
    }
    .custom-home-left-content a {
        font-size: 56px;
    }
    .custom-home-left-content h2 {
        font-size: 2.5vw;
    }
    .service-wrapper .service-content-left,
    .service-wrapper .service-content-right{
        width: 100%;
    }
    .service-wrapper .content .text_01 {
        font-size: 70px;
        line-height: 60px;
        text-align: center;
    }
    .service-wrapper .title {
        top: 40px;
    }
    .service-wrapper .content .text_02{
        font-size: 30px;
        text-align: center;
    }
    .service-wrapper .content .text_03{
        text-align: center;
    }
    .service-wrapper .service-content-left .content .text_03 p {
        float: none;
        margin:0 auto;
    }
    a.btn.btn-green.btn-lg.float-right {
        float: none;
    }
    .service-wrapper .box {
        height: auto;
        padding-bottom: 130px;
    }
    .service-wrapper .service-content-right .content .text_01, 
    .service-wrapper .service-content-right .content .text_02, 
    .service-wrapper .service-content-right .content .text_03 {
        color: #fff;
        text-align: center;
    }
    .service-inner-box {
        width: 100%;
        height: 100%;
    }
    .service-image-icon {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    .service-wrapper .service-content-right .content {
        padding-left: 0;
    }
    .service-wrapper .service-content-right .content .text_03 p {
        margin-bottom: 0;
        margin:0 auto;
    }
    .service-wrapper {
        /* yy 06/Feb/2018
        margin-bottom: 130px;
        */
    }
    .hs-home .home-row2-group {
        padding: 0 15px;
    }
    .why-chose-us-left-content .text_01 {
        font-size: 70px;
        line-height: 90%;
    }
    .why-chose-us-left-right {
        display: none;
    }
    .why-chose-us-left, .why-chose-us-left-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .why-chose-us-left-content .text_02 {
        font-size: 50px;
        line-height: 90%;
    }
    .why-chose-us-left-content .text_03 p {
        font-size: 18px;
    }
    h1.recent-title {
        font-size: 60px;
    }
    .hs-home .related-post-slider .blog-list-recent-post-wrapper {
        margin-top: 60px;
    }
    .hs-home .related-post-slider-inner {
        margin-bottom: 100px;
    }
    .service-wrapper .service-content-left .content {
        padding-right: 0;
    }
    .service-wrapper .content .button {
        text-align: center;
    }
    
    .custom-web-development .two-column-with-left-image-wrapper.background-image .image-01 img {
        margin: 0 auto;
    }
    .hs-email-marketing .body-container .page-center {
        padding-bottom: 0;
    }
    .custom-web-development {
        margin-bottom: 1rem;
    }
    .web-development-row2-content .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 1rem;
    }
    .web-development-row2-bottom-content .hs_cos_wrapper_type_rich_text:first-child {
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    .web-development-row3-content .hs_cos_wrapper_type_rich_text:first-child {
        padding-bottom: 1rem!important;
        margin-bottom: 0rem!important;
    }
    .web-development-row2-bottom-content a.btn.btn-green.btn-lg.mx-auto.d-table {
        margin-top: 1rem;
    }
    .web-development-row3-content a.btn.btn-green.btn-lg.mx-auto.d-table {

        margin-top: 1rem;
    }
    .web-development-row3-content{
        padding-bottom:6%;
    }
    .custom-top-section-header p {
        padding: 0;
    }
    .web-development-row2-group {
        padding-bottom: 0;
    }
    .web-development-row2-bottom-content ul, .web-development-row3-content ul {
        margin-top: 0;
    }
    .hs-blog-post .body-container .page-center {
        max-width: 66.66% !important;
    }
    /* aBOUT */
    .hs-abouts .body-container {
        padding-top: 20px;
    }  
    .web-development-row2-top-content .hs_cos_wrapper_type_rich_text:first-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .one-column-with-background-image-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .hs-abouts h1.recent-title {
        min-height: auto;
    }
    .related-post-slider .blog-list-recent-post-wrapper {
        margin-top: 60px;
    }
    .hs-blog-listing .hs-featured-image{
        width:100%;
    }
    .hs-content-gap .body-container .page-center {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1199px){
    .service-image-icon {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    .hs-blog-post .blog-content {
        position: relative;
    }
    .post-left-content {
        position: absolute;
        left: -150px;
        top: 0;
    }
    @-moz-document url-prefix() {
        .custom-subscribe-form-group form {
            width: 78%;
        }
    }
    
    
    
}

@media (max-width: 991px) {
    .custom-menu-primary {
        padding-left: 0;
    }    
    .custom-subscribe-form-group {
       margin-bottom: 1.5rem;
    }
    .hs-abouts .related-post-slider {
        margin-top: 1rem;
    }
    
    /* Blog */
    .post-left-content {
        display:none !important;
    }
    .post-right-content {
        overflow: visible;
        width: 100% !important;
    }
    .custom-single-post-group {
        width: 100% !important;
    }
    .custom-subscribe-form-group {
        width: 100% !important;
        margin-left: 0 !IMPORTANT;
    }
    .blog .banner-background {
        padding-bottom: 4%;
    }
    .hs-abouts .related-post-slider {
        margin-bottom: 0;
    }
    .hs-blog-post .blog-content {
        padding-right: 0;
    }
    .web-development-row2-content .hs_cos_wrapper_type_custom_widget {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hs-blog-listing .hs-featured-image-wrapper-in {
        padding-bottom: 49.5%;
    }
    .hs-featured-image{
        width: auto;
    }
    .hs-blog-post .body-container .page-center {
        max-width: 100% !important;
    }
    
    /* About */
    .custom-row3-abouts img {
        margin-bottom: 0;
    }
    .one-column-content-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .one-column-with-background-image-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
    .hs-blog-listing .one-column-content,
    .hs-blog-post .one-column-content{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .banner-background h1 {
        font-size: 9vw;
    } 
    .banner-background h1 span {
        font-size: 6vw;
    }
    .banner-background p {
        font-size: 3.8vw;
        margin-bottom: 0px;
    }    

    
    /* Email Marketing */
    .advanced-banner-area-wrapper .content h1 {
        font-size: 9vw;
    }
    .advanced-banner-area-wrapper .content h1 span {
        font-size: 6vw;
    }
    .advanced-banner-area-wrapper .content p {
        font-size: 3.8vw;
    }
    .advanced-banner-area-wrapper .btn-success {
        font-size: 2.3vw;
    }
    .custom-top-section-header .hs_cos_wrapper_type_section_header,
    .custom-top-section-header .widget-type-section_header {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
  
    .custom-top-section-header h1,
    .custom-top-section-header h2 {
        line-height: 98%;
        font-size: 7vw;
    }

    /* Contact Us */
    .custom-contact-row1 {
        padding-left:20px;
        padding-right:20px;
    }
    .banner-background h1 {
        line-height: 70%;
    }
    .custom-contact-row1 p {
        font-size: 17px;
    }
    .custom-contact-row1 .hs_cos_wrapper_type_rich_text ul {
        font-size: 17px;
    }
    .hs-contact-page form.hs-form fieldset .hs-form-field {
        width: 100%;
    }
    label {
        font-size: 17px;
    }
    
    
    /* Form 2 */
    .custom-form2-row {
        padding-left:20px;
        padding-right:20px;
    }
    
    
    
    /* Home Style */
    .custom-home-banner-inner {
        padding-top: 80px;
        position: relative;
    }
    .super-herowrap {
        transform: scale(0.3);
        transform-origin: top;
        float: right;
        height: auto!important;
        min-height: 210px;
    }
    .custom-home-left-content a {
        
    }
    .custom-home-left-content h1 {
        font-size: 7vw;
    }
    .custom-home-left-content h1 span {
        font-size: 9vw;
    }
    .custom-home-left-content h2 {
        font-size: 3.5vw;
    }
    .service-wrapper .title {
        top: 20px;
        padding: 8px 30px 2px 30px;
    }
    .service-wrapper .title h2 {
        font-size: 18px;
    }
    .service-wrapper .box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hs-home .home-row2-group .page-center {
        margin-top: 20.8%;
    }
    .hs-home .home-row2-group .page-center {
        padding: 8.1% 6%;
    }
    .hs-home .related-post-slider .blog-list-recent-post-wrapper {
        margin-top: 38px;
        margin-bottom: 30px;
    }
    
    
    .related-post-slider { overflow:hidden;}
    .related-post-slider .widget-type-raw_jinja .slick-prev {left: -30px; }
    .related-post-slider .widget-type-raw_jinja .slick-next {right: -30px; }
.related-post-slider .widget-type-raw_jinja .slick-prev, 
.related-post-slider .widget-type-raw_jinja .slick-next {
    width: 30px;
    height: 40px;
}

.related-post-slider .widget-type-raw_jinja .slick-prev:before, 
.related-post-slider .widget-type-raw_jinja .slick-next:before {font-size: 30px;}
    
    
    .hs-home .slick-slider.hs_cos_gallery_main .slick-list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .custom-home-left-content {
        
    }
    .super-herowrap .man-wrap img {
        max-width: none;
    }
    .service-inner-box {
        height: 100%;
    }
    .service-image-icon {
        margin-top: -65px;
        transform: scale(0.5);
    }
    
    /* About */
    .custom-row1-abouts .introbox h2 {
        line-height: 98%;
        font-size: 7vw;
    }
    .custom-row1-abouts .introbox p {
        font-size: 18px;
    }
    .one-column-content-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-row3-abouts .two-column-equal-right-content p {
        text-align: center;
    }
    .custom-row3-abouts {
        padding-top: 9%;
    }
    
    /* Added - Alfred */
    .custom-about-row {
	    flex: 0 0 100%;
        max-width: 100%;
        padding: 8% 25px;
    }
    .custom-about-row h2 { font-size: 7vw; }
    .custom-about-row h3 { font-size: 6vw; }
    .custom-about-row p { font-size: 16px;}
    
    .custom-top-section-header p {font-size: 16px;}
    .two-column-with-left-image-wrapper .content-box h2,
    .two-column-with-left-image-wrapper .content-box h3 {font-size: 26px;}
    .two-column-with-left-image-wrapper .content-box p {font-size: 16px;}
    
    
    
    

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .one-column .hs_cos_wrapper_type_form, 
    .one-column .hs_cos_wrapper_type_blog_subscribe, 
    .one-column .hs_cos_wrapper_type_google_search, 
    .one-column .hs_cos_wrapper_type_email_simple_subscription form, 
    .one-column .hs_cos_wrapper_type_password_prompt  {
        width: 100%;
    }
    #email-prefs-form .email-edit {
       max-width: 100% !important;
    }  
    .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {
        width: 85%;
    }  
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: 100%;
    }
    .custom-logo-group {
        text-align: left;
    }
    .cm-support-link {
        text-align: center;
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .cm-support-link {
       text-align: center;
       padding-top: 10px;
       margin-bottom: 15px;
       display: none !important;
    }
    .mobile-open .cm-support-link {
       display: block !important;
    }

    
    /* Footer Style */
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-listing-wrapper .post-listing .post-item.full-width {
       padding-top: 1.5rem;
       padding-bottom: 1.5rem;
    }
    /* Blog */
    .custom-subscribe-form-group .hs-form-field {
        float: none;
    }
    .custom-subscribe-form-group form {
        width: 100%;
    }
    .custom-subscribe-form-group .hs_submit {
        display: block;
        float: none!IMPORTANT;
        margin-left: 0;
    }
    .custom-subscribe-form-group .hs-form-field > label {
        display: block;
        text-align: center;
    }
    .custom-subscribe-form-group .input {
        display: block;
        margin-left: 0;
    }
    .custom-subscribe-form-group .hs-error-msgs.inputs-list {
        position: relative;
        left:0;
    }
    .custom-subscribe-form-group .hs-error-msgs label {
       margin-top: 0 !important;
    }
    .hs-abouts .related-post-slider .widget-type-raw_jinja {
        margin-left: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        float: none !important;
    }
    .hs-abouts .slick-slide {
        margin:0 25px;
    }
    .hs-home .custom-header-background {
        background: #fff;
    }
    .hs-home .custom-header-background:before{
        display:none !important;
    }
    @-moz-document url-prefix() {
        .custom-subscribe-form-group form {
            width: 100%;
        }
        .custom-subscribe-form-group .hs-form-field {
            float: none;
        }
        .custom-subscribe-form-group .hs-form-field > label {
            display: block;
            text-align: center;
        }
        .custom-subscribe-form-group .input {
            display: block;
            margin-left: 0;
        }
        .custom-subscribe-form-group .hs_submit {
            display: block;
            float: none !important;
            margin-left: 0;
        }
    }
    
    p.column-count{
        margin-left:0;
        margin-right:0;
    }
    
    p.column-count span {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        padding-left:0;
        padding-right:0;
        display: block;
        width:100%;
    }
    .why-chose-us-inner-box {
        margin-left:0;
        margin-right:0;
    }
    .web-development-row2-content .hs_cos_wrapper_type_custom_widget {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .web-development-row2-group .hs_cos_wrapper_type_rich_text {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .custom-web-development .two-column-with-left-image-wrapper .image-01 img { height: auto;}
    .custom-web-development .two-column-with-left-image-wrapper.right.background-image .image3.wow{
        right:0; top:30px;
    }
    .custom-web-development .two-column-with-left-image-wrapper .image2,
    .custom-web-development .two-column-with-left-image-wrapper .image3{
        transform: translateX(0) translateY(10px) translateZ(0) rotateX(35deg) rotateY(43deg) rotateZ(-13deg);
    }
    .custom-web-development .two-column-with-left-image-wrapper .image2.wow.animated {
        opacity: 1;
        transform: translateX(47px) translateY(28px) translateZ(0) rotateX(35deg) rotateY(43deg) rotateZ(-13deg);
    }
    .custom-web-development .two-column-with-left-image-wrapper .image3.wow.animated {
        opacity: 1;
        transform: translateX(131px) translateY(14px) translateZ(21px) rotateX(32deg) rotateY(46deg) rotateZ(-15deg);
    }
    .custom-web-development .img-3d-box {
        /*overflow: hidden;*/
    }
    
    /* Alfred Added - 06022018 */
    
    .custom-logo {width: 130px;}
    
    .custom-web-development  { overflow: hidden;}
    .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2) .two-column-with-left-image-wrapper .image .Img_01 { top: 36px;  margin-bottom: -30px;}
    .custom-web-development .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2) .two-column-with-left-image-wrapper .image img { height:90%; width:auto;}
    
    
    
    .web-development-row2-content .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 30;   
    }
    a.btn.btn-green.btn-lg.mx-auto.d-table {
        margin-top: 1rem;
    }
    .web-development-row2-bottom-content .hs_cos_wrapper_type_rich_text:first-child {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .web-development-row2-bottom-content .hs_cos_wrapper_type_rich_text:first-child {
        margin-left: 0;
    }
    .hs-blog-listing .one-column-content,
    .hs-blog-post .one-column-content{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .related-post-slider-inner {
        margin-top: 10%;
    }
}  


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 599px) {
    .slick-slide {
        margin-right: 0;
    }
    .mobile-trigger {
        top: -49px;
    }
}

@media (max-width: 500px) {
    
    /* Contact Us */
    .custom-contact-row1{
        padding:30px 10px;
    }
    .custom-contact-row1 p,
    .custom-contact-row1 .hs_cos_wrapper_type_rich_text ul,
    label{
        font-size: 15px;
    }
    .hs-contact-page .hs_cos_wrapper_type_form {
        padding: 20px 10px;
    }
    .hs-contact-page form.hs-form fieldset .hs-form-field {
        padding: 0;
    }
    .hs-contact-page form.hs-form fieldset .hs-form-field input {
        width: 100% !important;
    }
    .custom-home-left-content {
        bottom: 10%;
        text-align: center; left: 0px;  width: 100%;
    }
    .service-image-icon {
        margin-top: -49px;
        transform: scale(0.5);
    }
    .service-wrapper .content .text_02 {
        font-size: 30px;
        text-align: center;
        height: 60px;
    }
    .service-wrapper .content .text_03 {
        text-align: center;
        height: 190px;
    }
    
    .hs-content-gap .body-container .page-center {
        padding: 30px 10px;
    }
    
    
    /* Form 2 */
    .custom-form2-row {
        padding:30px 10px;
    }
    
    
    
    .web-development-row3-content h2,
    .web-development-row2-top-content h2{
        font-size: 26px;
    }
    .web-development-row2-top-content p {font-size: 18px;}
  
    .web-development-row2-bottom-content h1 {font-size: 26px;}
  
    .web-development-row3-content h2,
    .web-development-row2-bottom-content h2 {font-size: 26px;}
    
    .web-development-row3-content p,
    .web-development-row2-bottom-content p {font-size: 18px;}
    
}
@media (max-width: 479px) {
    .one-column-content-inner {
        padding-left: 0;
        padding-right: 0;
    }

}


@media (min-width: 1280px) {
    .row-fluid .span5 {
        width:33.17094%;
    }
    .span7.widget-span.widget-type-cell.custom-subscribe-form-group {
        margin-left:51px;   
        width:62.264957%;
}
}

@media (max-width: 992px) {
    .row-fluid .span5 {
        width:33.17094%;
    }
    .span7.widget-span.widget-type-cell.custom-subscribe-form-group {
        margin-left:51px;   
        width:62.264957%;
}
    .custom-single-post-group {
        width:50.17094% !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    
}



/**/
/* Safari 6.1-10.0 (not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .web-development-row2-content .hs_cos_wrapper_type_widget_container {display: -webkit-inline-box;}
}}