@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);    
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css');
/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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












/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family: 'Raleway', sans-serif; font-size:16px; line-height:24px; font-weight:400; color:#4b4b4b; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#00205b; font-size:54px; line-height:64px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#00205b; font-size:30px; line-height:40px; font-weight:600; margin:0; padding:0; clear:both }
h3 { color:#00205b; font-size:28px; line-height:34px; font-weight:400; margin:0; padding:0; clear:both }
h4 { color:#00205b; font-size:26px; line-height:36px; font-weight:400; margin:0; padding:0; clear:both }
h5 { color:#00205b; font-size:22px; line-height:30px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#00205b; font-size:18px; line-height:24px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#0094d8; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#072252; }

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:transparent; border:1px solid #ffffff; border-radius:0 ; height:50px; padding:0 15px; font-family:'Lato',sans-serif; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:100px; min-width:100%; max-width:100%;  }
input[type=submit] , button { cursor:pointer; background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/blank.png') no-repeat left top #0094d8; border:0; height:auto; padding: 10px 15px; display:inline-block; color: #fff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; border-radius:6px; width:auto; font-family: 'Raleway', sans-serif; } 
input[type=submit]:hover , button:hover { background-color:#00205b; }

::-webkit-input-placeholder { color:#8d8c8c; font-size:14px !important; font-family: 'Raleway', sans-serif !important; }
::-moz-placeholder { color:#8d8c8c; font-size:14px !important; font-family: 'Raleway', sans-serif !important; }
:-ms-input-placeholder { color:#8d8c8c; font-size:14px !important; font-family: 'Raleway', sans-serif !important; }
:-moz-placeholder { color:#8d8c8c; font-size:14px !important; font-family: 'Raleway', sans-serif !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs_error_rollup { display:none; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:0; color:#fafafa; background:#ededed; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0;} 
.row-fluid .logo{
    padding: 26px 30px;
}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }    
.row-fluid .bg-img { display:none; }

.row-fluid .range-section { float:left; width:100%; padding:80px 0; position:relative; }
.row-fluid .range-section h1 { color:#fff; text-transform:uppercase; font-weight:600; font-size: 70px; line-height: normal; } 
.row-fluid .range-section h1 span {  font-weight:900; }
.row-fluid .range-form { float:right; width:300px; background:#208fd7; padding:25px 30px; }
.row-fluid .range-form .widget-type-rich_text { text-align:center; color:#fff;  float:left; width:100%; }  
.row-fluid .range-form .widget-type-rich_text h3 { color:#fff;  float:left; width:100%;  text-transform:uppercase; font-weight:700; }
.row-fluid .range-form .widget-type-rich_text h2 { color:#fff;  float:left; width:100%;  text-transform:uppercase; font-weight:900; font-size: 40px; margin:5px 0 10px; }
.row-fluid .range-form form { float:left; width:100%; }
.row-fluid .range-form form .hs-form-required { display:none; }
.row-fluid .range-form form .hs-input { background:#fff; float:left; width:100%; margin:2px 0; height:40px; text-transform:uppercase; font-weight:700; border-radius:2px; }
.row-fluid .range-form form .hs-button { background:#000; float:left; width:100%; color:#fff; text-align:center;font-weight:700; text-transform:uppercase; border-radius:2px; margin-top:15px; padding:0 10px; height:55px; line-height:55px; }
.row-fluid .range-section .wrapper .row-fluid { display: flex; align-items: center; position:relative; z-index:1; }
.row-fluid .range-section:after { position:absolute; left:0;  top:0; width:100%; height:100%; content:''; background:rgba(0,0,0,.6); }

.row-fluid .furniture-main { float:left; width:100%; padding:80px 0 60px; }
.row-fluid .furniture-main .furniture-txt > div { float:left; width:100%; }

/* System Pages */

.row-fluid .system-contentsec { padding:80px 0; text-align:center; background:#f9f9f9; float:left; width:100%; }
.row-fluid .system-contentsec h1 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h2 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h3 { font-size:26px; line-height:30px; color:#231f20; font-weight:700 !important; }
.row-fluid .system-contentsec form { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; }
.row-fluid .system-contentsec form input[type="text"], .row-fluid .system-contentsec form input[type="password"], .row-fluid .system-contentsec form input[type="email"] { border:1px solid #ccc; outline:0; height:50px !important; background:#fff; font-size:14px !important; color:#333; width:100% !important; margin:15px 0 !important; font-family: 'Montserrat', sans-serif; padding:0 15px !important; }
.row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { background:#fff; transition:all .5s; border:1px solid #00205b; color:#00205b; font-size:18px; font-weight:700; display:inline-block; max-width:100%; text-transform:uppercase; padding:15px 40px; cursor:pointer; }
.row-fluid .system-contentsec form a.hs-button:hover, .row-fluid .system-contentsec form input[type="submit"]:hover { color:#fff; background:#00205b; }
html body .system-contentsec .page-header { padding:0; }

.row-fluid .sub-preferencesec form { width:100%; }
.row-fluid .sub-preferencesec br { display:none; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item, .row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options { text-align:left; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:50px; line-height:54px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .sub-preferencesec.widget-type-email_simple_subscription h2 { font-size:34px; line-height:38px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options label { margin:0; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options input[type="checkbox"] { margin-left:0; top:2px; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec input[type="checkbox"] { position:relative; top:5px; height:auto; }  
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item p { padding:0; margin:0; } 

/* Note: Please do not add ".sub-preferencesec" class in Backup Unsubscribe Page */
/* Note: Add ".sub-preferencesec" this class in only 1.Unsubscribe Confirmation & 2.Subscription Preferences page. */






/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; } 
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:transparent; width:auto; height:auto; font-size:0; padding:0; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:36px; }
.slick-arrow.slick-prev { left:13px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:13px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }
.slick-arrow:hover { background:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 2px; }
ul.slick-dots li button { display:inline-block; background:#aab5c4;  width:10px; height:10px; border-radius:0; border:0; font-size:0; padding:0; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#00205b; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:10px 47px; background:#0094d8; display:inline-block; text-transform:capitalize; color:#fff; border-radius:6px; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#00205b; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .title-style h2 { position:relative; padding-bottom:7px; text-align:center; text-transform:uppercase; }
.row-fluid .title-style h2:after { position:absolute; content:""; height:2px; width:50px; background:#072252; left:50%; bottom:0; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }

.row-fluid .wrapper { margin:0 auto !important; width:1140px; padding:0; float:none !important; } 
.row-fluid .page-center{ margin:0 auto !important; width:1140px; padding:0px 15px; float:none !important;}
.row-fluid .new-menu-2018{padding:25px 0px}

/* Page Wise Css */
/* Hamburger Icon Style css */
.row-fluid .top-hamburger .menu { position:relative; height:44px; width:44px; background-color:#fff; border:1.5px solid #012369; left:30px; border-radius:100%; cursor:pointer; overflow:hidden; }
.row-fluid .top-hamburger .menu__icon { position:absolute; width:30px; height:20px; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); }
.row-fluid .top-hamburger .menu--close2 .menu__line--1 { -webkit-transition:top .2s ease-in-out .3s, -webkit-transform .3s ease-in-out; transition:top .2s ease-in-out .3s, -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out, top .2s ease-in-out .3s; transition: transform .3s ease-in-out, top .2s ease-in-out .3s, -webkit-transform .3s ease-in-out; }
.row-fluid .top-hamburger .menu__line--1 { top:0; }
.row-fluid .top-hamburger .menu__line { position:absolute; left:0; background-color:#012369; height:2px; width:20px; left:50%; border-radius:3px; pointer-events:none; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .top-hamburger .menu--close2 .menu__line--2 { -webkit-transition:opacity .0s ease-in-out .3s; transition:opacity .0s ease-in-out .3s; }
.row-fluid .top-hamburger .menu__line--2 { top:0; bottom:0; margin:auto; }
.row-fluid .top-hamburger .menu--close2 .menu__line--3 { -webkit-transition:opacity .0s ease-in-out .3s, bottom .2s ease-in-out .3s; transition: opacity .0s ease-in-out .3s, bottom .2s ease-in-out .3s; }
.row-fluid .top-hamburger .menu__line--3 { bottom:0; }
.row-fluid .top-hamburger .menu--close2.open .menu__line--1{ top: 8.5px; left:50%; -webkit-transform:translateX(-50%) rotate(135deg); transform:translateX(-50%) rotate(135deg); -webkit-transition:top .3s ease-in-out, -webkit-transform .3s linear .3s; transition:top .3s ease-in-out, -webkit-transform .3s linear .3s; transition:top .3s ease-in-out, transform .3s linear .3s; transition: top .3s ease-in-out, transform .3s linear .3s, -webkit-transform .3s linear .3s; }
.row-fluid .top-hamburger .menu--close2.open .menu__line--2 { opacity:0; -webkit-transition:opacity .0s ease-in-out .3s; transition:opacity .0s ease-in-out .3s; }
.row-fluid .top-hamburger .menu--close2.open .menu__line--3 { bottom:8.5px; opacity:0; -webkit-transition:bottom .3s ease-in-out, opacity .0s ease-in-out .3s; transition:bottom .3s ease-in-out, opacity .0s ease-in-out .3s; }
.row-fluid .top-hamburger .menu--close2 .menu__line--1:before { content:''; position:absolute; width:20px; left:0; height:2px; background-color:#012369; border-radius:3px; -webkit-transition:-webkit-transform .1s ease-in-out .2s; transition:-webkit-transform .1s ease-in-out .2s; transition:transform .1s ease-in-out .2s; transition: transform .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s; }
.row-fluid .top-hamburger .menu--close2.open .menu__line--1:before { -webkit-transform:rotate(90deg); transform:rotate(90deg); -webkit-transition:-webkit-transform .1s ease-in-out .3s; transition:-webkit-transform .1s ease-in-out .3s; transition:transform .1s ease-in-out .3s; transition: transform .1s ease-in-out .3s, -webkit-transform .1s ease-in-out .3s; }

/* Open Menu css */
.row-fluid .top-menusec { background:rgba(1,35,105,0.95); padding:47px 0 82px; opacity:0; visibility:hidden; position:absolute; height: 100vh; z-index:3; top:0; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .top-menusec a { color:#fff; text-transform:uppercase; }

.row-fluid .top-menusec a.close-icon { float:right; cursor:pointer; }
/*.row-fluid .top-menusec a.close-icon{*/
/*    margin-top: -37px;*/
/*    position: relative;*/
/*    left: 48px;*/
/*}*/

.row-fluid .top-mainmenu { border-bottom:1px solid rgba(255,255,255,0.2); }
.row-fluid .top-mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:22px; line-height:28px; font-weight:600; padding:28px 42px; }
.row-fluid .top-mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#0094d8; }
.row-fluid .top-mainmenu .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }
.row-fluid .top-mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding-right:0; }

.row-fluid .top-simplemenu { padding-top:16px; border-bottom:1px solid rgba(255,255,255,0.2);  }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul { float:left; width:100%; }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li { float:left; width:100%; }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li:first-child > a { font-size:18px; line-height:24px; font-weight:700; padding-bottom:10px; }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a { padding:8px 0; font-size:14px; line-height:20px; font-weight:300; }

.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li.bold-item > a { padding:8px 0; font-size:14px; line-height:20px; font-weight:700; }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a.bold-item { padding:8px 0; font-size:14px; line-height:20px; font-weight:700; }

.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li:hover > a { color:#0094d8; }
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a > span { position:relative; top:-1px; }

.row-fluid .top-menusec .social-icon { padding-top:30px; }
.row-fluid .top-menusec .social-icon a:hover { color:#0094d8; }

/*.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul{*/
/*    border-right: 1px solid #516692;*/
/*}*/
/*.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul:last-child ul{*/
/*    border-right: 1px solid transparent;*/
/*}*/
.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul li:first-child a{
    color: #208fd7;
    padding-top: 20px;
}

.row-fluid .top-simplemenu .row-fluid .span3{
    border-right: 1px solid #516692;
}

.row-fluid .top-simplemenu .row-fluid .span3:last-child{
    border-right: 1px solid transparent;
}
.row-fluid .top-simplemenu{
    padding-top: 0;
}

 body.nav-open .row-fluid .top-menusec { opacity:1; visibility:visible; } 

.row-fluid .top-right a { color:#394e75; }
.row-fluid .top-right a:hover { color:#0094d8; }
.row-fluid .social-icon a { margin:0 10px; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .call-box { font-weight:300; font-size:12px; line-height:16px; color:#0094d8; font-weight:bold; padding-right:15px; }
.row-fluid .call-box a { font-weight:700; font-family:'Open Sans', sans-serif; }
.row-fluid .download-center { padding-left:15px; }
.row-fluid .download-center a { font-size:12px; line-height:16px; color:#0094d8; font-weight:bold; letter-spacing:0.7px; }

.row-fluid .hero-sliderbox { 
    /*padding:21.23vh 0; */
    color:#3d3d3d; 
    min-height: 80vh;
    overflow: hidden;
}
.row-fluid .hero-slidertext { margin: 12% 0;float:left; width:370px; max-width:100%; }
.row-fluid .hero-slidertext h2 { margin-bottom:22px; color:#fff; }
/*#0094d8 = Blue*/
.row-fluid .hero-slidertext .richtext { font-weight:500; padding-bottom:40px; }
.row-fluid .hero-slidersec ul.slick-dots { position:absolute; bottom:25px; }

.row-fluid .about-eurosec { padding:70px 0; line-height:20px; color:#4b4b4b; }
.row-fluid .about-eurobox { float:none; display:inline-block; vertical-align:top; width:1500px; max-width:100%; }
.row-fluid .about-euroleft { width:43%; }
.row-fluid .about-euroright { width:57%; }
.row-fluid .about-euroleft, .row-fluid .about-euroright { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .about-eurorichtext { padding:40px 48px; }
.row-fluid .about-euroright .btn-style1 a { padding:7px 47px; }

.row-fluid .home-productsec { background:#f6f6f6; padding:67px 0 92px; }
.row-fluid .product-tablist ul { float:left; width:100%; padding:40px 0 0; margin:0; list-style-type:none; text-align:center; }
.row-fluid .product-tablist ul li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .product-tablist ul li a { float:none; display:inline-block; vertical-align:top; padding:14px 10px; border:1px solid #ececec; border-radius:6px; background:#fff; width:280px; max-width:100%; font-size:22px; line-height:25px; color:#00205b; font-weight:600; text-transform:uppercase; }
.row-fluid .product-tablist ul li a:hover, .row-fluid .product-tablist ul li.current a { background:#0094d8; color:#fff; }
.row-fluid .tab-content { display:none; }
.row-fluid #tab-1:not(.hs-tabs__item) { display:block; }

.row-fluid .home-productsec .product-tablist { padding-bottom:40px; }

.row-fluid .product-tabraw { float:left; width:100%; border-top:1px solid #f6f6f6; }
.row-fluid .product-tabraw .left-productbox { float:left; width:57%; }
.row-fluid .product-tabraw .left-productbox .product-tabimg { height:600px; }
.row-fluid .product-tabraw .right-productbox { float:left; width:43%; }
.row-fluid .product-tabraw .product-tabimgwrap { position:relative; overflow:hidden; }
.row-fluid .product-tabraw .product-tabimgwrap:hover .product-tabimg { -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; }
.row-fluid .product-tabraw .product-tabimg { height:300px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .product-tabraw .product-tabimgwrap .product-tabtitle { position:absolute; padding-left:30px; padding-bottom:22px; left:0; bottom:0; font-size:24px; line-height:28px; font-weight:900; }
.row-fluid .product-tabraw .product-tabbox a { color:	#ffffff; float:left; width:100%; }
/*.row-fluid .product-tabraw > span > div:nth-child(n+3) { float:left; width:33.33%; }*/
.row-fluid .product-tabraw > span > div { float:left; width:33.33%; } 

.row-fluid .product-listingraw .product-tabimgwrap .product-tabtitle { top:0; background:transparent !important; }
.row-fluid .product-listingraw .product-contentbox { position:absolute; bottom:0; left:0; padding:30px 30px; background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%); font-weight:500; font-size:17px; }
.row-fluid .product-listingraw > span > div { width:50%; }  
.row-fluid .product-listingraw .read-moretext { font-size:18px; position:relative; width:auto; padding-right:18px; margin-top:15px; }
.row-fluid .product-listingraw .read-moretext:after { position:absolute; content:"\f101"; font-family:FontAwesome; right:0; top:0; }
.row-fluid .product-listingraw .product-tabimg { height:330px !important; }

.row-fluid .our-stats_sec { padding:57px 0 95px; }
.row-fluid .our-stats_sec .title-style h2 { padding-bottom:17px; }
.row-fluid .stats-raw { float:left; width:100%; margin-top:54px; }
.row-fluid .stats-raw .stats-box { float:none; display:inline-block; vertical-align:top; width:212px; color:#fff; background:#0094d8; padding:23px 0; border-radius:6px; font-size:13px; line-height:19px; font-weight:300; }
.row-fluid .stats-raw .stats-box .number { font-size:40px; line-height:44px; font-weight:bold; padding-left:10px; font-family:'Open Sans', sans-serif; } 
.row-fluid .stats-raw .stats-box .number, .row-fluid .stats-raw .stats-box .icon { float:none; display:inline-block; vertical-align:top; width:auto; }
.row-fluid .stats-raw .stats-box .span12.widget-span.widget-type-text.text-uppercase { margin-top:10px; letter-spacing:0.7px; }

.row-fluid .home-partnersec { padding:65px 0; }
.row-fluid .home-partnersec .wrapper { width:940px; max-width:100%; }
.row-fluid .home-partnersec .title-style h2 { padding-bottom:13px; }
.row-fluid .home-partnersec .title-style h2:after { background:#fff; }
.row-fluid .partner-logoraw { float:left; width:100%; margin-top:35px; }

.row-fluid .partner-logoraw .logo-imgsec { padding:15px; }
.row-fluid .partner-logoraw .logo-imgwrap { background:#fff; height:125px; position:relative; overflow:hidden; }
.row-fluid .partner-logoraw .logo-imgwrap img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .partner-logoraw .logo-imgwrap img.hover { opacity:0; }
.row-fluid .partner-logoraw .logo-imgwrap:hover img.hover { opacity:1; }

.row-fluid .home-partnersec .slick-arrow.slick-prev { left:-50px; }
.row-fluid .home-partnersec .slick-arrow.slick-next { right:-50px; }

.row-fluid .home-news_sec { padding:60px 0 65px; font-size:16px; line-height:24px; font-weight:500; color:#072252; }
.row-fluid .home-news_sec .title-style h2 { margin-bottom:50px; } 
.row-fluid .home-news_sec .blog-feedboxwrap { float:left; width:50%; padding-right:14px; }  
.row-fluid .blog-feedboxwrap .post-image { height:320px; position:relative; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .blog-feedboxwrap .date { height:68px; width:59px; text-align:center; background:#0094d8; font-size:18px; line-height:20px; font-weight:bold; color:#fff; top:0; left:30px; position:absolute; }
.row-fluid .blog-feedboxwrap .date span { position:relative; top:14px; }
.row-fluid .blog-feedboxwrap .date:after { position:absolute; content:""; height:13px; width:48px; left:0; top:100%; background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/light-arrow.png') no-repeat; }
.row-fluid .blog-feedboxwrap .content-wrap { position:absolute; bottom:0; left:0; float:left; width:100%; padding:0 0 30px 30px; color:#fff; font-size:18px; line-height:24px; font-weight:400; }
.row-fluid .blog-feedboxwrap .content-wrap a { color:#fff; }
.row-fluid .blog-feedboxwrap .content-wrap a:hover { color:#0094d8; }
.row-fluid .blog-feedboxwrap .readmore-link { float:left; width:100%; margin-top:25px; }

.row-fluid .home-news_sec .blog-feedboxright { float:left; width:50%; padding-left:14px; }
.row-fluid .post-imagewrap { float:left; width:22%; }
.row-fluid .post-contentwrap { float:left; width:78%; padding-left:28px; }
.row-fluid .post-contentwrap .post-title a { font-weight:500; color:#072252; }
.row-fluid .post-contentwrap .post-title a:hover { color:#0094d8; }
.row-fluid .home-news_sec .post-imagewrap .post-image { height:70px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .blog-feedboxright .blog-feedbox { padding-bottom:30px; margin-bottom:25px; border-bottom:2px solid #e7e7e7; position:relative; }
.row-fluid .blog-feedboxright .blog-feedbox:last-child { padding:0; margin:0; border:0; }
.row-fluid .blog-feedboxright .post-title { padding-right:25px; padding-bottom:10px; }
.row-fluid .blog-feedboxright .custom_listing_comments { position:absolute; right:0; top:0; height:23px; width:21px; line-height:22px; background:#00205b; color:#fff; font-weight:700; text-align:center; border-bottom:1px solid #7788a8; }
.row-fluid .blog-feedboxright .custom_listing_comments:after { position:absolute; content:""; height:4px; width:17px; left:0; top:calc(100% + 1px); background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/dark-arrow.png') no-repeat; }

.row-fluid .home-news_sec .btn-style1 { margin-top:43px; }
.row-fluid .home-news_sec .btn-style1 a { float:none; display:inline-block; }

.row-fluid .home-blogsec { padding:75px 0; background:#f6f6f6; }
.row-fluid .home-blogsec .title-style h2 { margin-bottom:50px; }
.row-fluid .home-blogsec ul.slick-dots { padding:50px 0 0; }
.row-fluid .home-blogsec .blog-feedboxinner { padding:0 16px; } 
.row-fluid .home-blogsec .blog-feedboxwrap .date { background:#00205b; }
.row-fluid .home-blogsec .blog-feedboxwrap .date:after { background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/blue-arrow.png') no-repeat; }

.row-fluid .map-section { height:510px; }

/* Careers Page */
.row-fluid .inner-top .logo { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .inner-top .top-right { padding:0; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .inner-top .top-right > div.row-number-1 > div.row-fluid  { text-align:right; padding:13px 20px; }

.row-fluid .inner-heroslider { position:relative; }
.row-fluid .inner-heroslider:after { position:absolute; content:""; height:185px; width:100%; left:0; bottom:0; 
/*background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/gredient.png'); */
background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .inner-heroslider_raw > span .slick-track > div { height:70vh; width:100%; background-size:cover !important; background-position:center center !important; }
.row-fluid .inner-heroslider_raw > span .slick-track > div img { display:none; }
.row-fluid .inner-heroslider ul.slick-dots { position:absolute; bottom:30px; right:calc(50% - 610px); width:auto; z-index:2; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .inner-heroslider ul.slick-dots li button:hover, .row-fluid .inner-heroslider ul.slick-dots li.slick-active button { background:#0094d8; }

.row-fluid .hero-slider_caption { position:absolute; left:0; bottom:0; z-index:1; padding-bottom:20px; }
.row-fluid .hero-content p{color:#fff;}

.row-fluid .breadcrumb-menu .hs-breadcrumb-menu-divider:before { content:"/"; padding-left:5px; padding-right:5px; }
.row-fluid .breadcrumb-menu ul { float:left; width:100%; padding:0; margin:0; }
.row-fluid .breadcrumb-menu ul li { padding-left:0; text-transform:capitalize; padding-top:8px; }
.row-fluid .breadcrumb-menu ul li a { color:#fff; font-size:17px; text-transform:capitalize; }
.row-fluid .breadcrumb-menu ul li a:hover { color:#0094d8; }

.row-fluid .job-section { padding:35px 0; }
.row-fluid .job-raw > span { width:auto; display:block; margin:0 -15px; }
.row-fluid .job-raw > span > div { float:left; width:33.33%; padding:15px; } 
.row-fluid .career-jobwrap { background:#f3f3f3; position:relative; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .career-jobbox { padding:0 30px 30px; color:#4b4b4b; }
.row-fluid .career-jobdate { float:left; height:68px; width:59px; text-align:center; background:#00205b; font-size:18px; line-height:22px; font-weight:bold; color:#fff; top:0; left:0; position:relative; }
.row-fluid .career-jobdate span { position:relative; top:12px; }
.row-fluid .career-jobdate:after { position:absolute; content:""; height:13px; width:48px; left:0; top:100%; background:url("//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/blue-arrow.png") no-repeat; }
.row-fluid .career-jobbox .btn-style1 a { float:right; margin-top:30px; padding:10px 31px; }
.row-fluid .career-jobcontent { padding-top:22px; }
.row-fluid .career-jobcontent h5 { font-size:16px; line-height:20px; font-weight:600; color:#00205b; }
.row-fluid .career-jobcontent a.read-link { margin-top:5px; float:left; }
.row-fluid .career-jobwrap:hover { box-shadow:0px 8px 15px 0px rgba(0,0,0,0.3); }

.row-fluid .apply-nowformbox { padding:40px 24px 63px; background:rgba(0,62,123,0.83); }
.row-fluid .apply-nowformbox .title-style h2 { text-align:left; margin-bottom:27px; }
.row-fluid .apply-nowformbox .title-style h2:after { background:#fff; left:0; transform:none; }
.row-fluid .apply-nowformbox form input[type="text"], .row-fluid .apply-nowformbox form input[type="email"], .row-fluid .apply-nowformbox form input[type="tel"] { background:#fff; border:1px solid #8da8c2; height:41px; }
.row-fluid .apply-nowformbox form textarea { background:#fff; border:1px solid #8da8c2; height:111px; resize:none; }
.row-fluid .apply-nowformbox form .hs-form-required { display:none; }
.row-fluid .apply-nowformbox form.hs-form fieldset.form-columns-2 .field:first-child { padding:0 8px 8px 0; }
.row-fluid .apply-nowformbox form.hs-form fieldset.form-columns-2 .field { padding:0 0 8px 8px; }

.row-fluid .file-upload-wrapper { position:relative; }
.row-fluid .file-upload-button { position:absolute; top:4px; right:4px; width:33px; height:33px; background:#dadada !important; padding:0; border-radius:0; }
.row-fluid .file-upload-button img { left:9px; overflow:hidden; position:absolute; top:4px; width:15px; }

.row-fluid .apply-nowformbox form.hs-form .hs_recaptcha { float:left; width:auto;  } 
.row-fluid .apply-nowformbox form.hs-form .hs_submit { float:left; width:50%; padding-left:5px; }
.row-fluid .apply-nowformbox form.hs-form .hs_submit input[type="submit"] { padding:18px 63px; margin-top:12px; }

/* Careers Detail Page */
.row-fluid .inner-hero { height:40vh; position:relative; }
.row-fluid .inner-hero:after { position:absolute; content:""; height:185px; width:100%; left:0; bottom:0; background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/gredient.png'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

.row-fluid .career-detailsec { padding:40px 0 50px; }
.row-fluid .career-detailsec .btn1 a { margin-bottom:14px; }
.row-fluid .career-detailsec .btn2 a { margin-top:10px; }
.row-fluid .career-detailsec .richtext { font-weight:300; }
.row-fluid .career-detailsec .richtext p { float:left; width:100%; }
.row-fluid .career-detailsec .richtext p strong, .row-fluid .career-detailsec .richtext h6 { font-weight:600; color:#00205b; }
.row-fluid .career-detailsec .richtext h6 { padding:8px 0 18px 0; }
.row-fluid .career-detailsec .richtext ul { float:left; width:100%; padding:0 0 10px; margin:0; list-style-type:none; }
.row-fluid .career-detailsec .richtext ul li { float:left; width:100%; position:relative; padding-left:10px; }
.row-fluid .career-detailsec .richtext ul li:before { position:absolute; content:"-"; left:0; top:0; }

/* Contact Us Page */
.row-fluid .map-tablist ul { float:left; width:500px; padding:0; margin:0; list-style-type:none; border-bottom:1px solid #000000; }
.row-fluid .map-tablist ul li { float:left; width:auto; }
.row-fluid .map-tablist ul li a { float:left; padding:0 34px; width:100%; font-weight:bold; color:#00205b; }
.row-fluid .map-tablist ul li:first-child a { padding-left:0; }
.row-fluid .map-tablist ul li:last-child a { padding-right:0; }
.row-fluid .map-tablist ul li a:hover, .row-fluid .map-tablist ul li.current a { color:#0094d8; }

.row-fluid .map-left { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:56%; }
.row-fluid .map-right { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:44%; padding-left:35px; }
.row-fluid .map-tabbox { width:400px; max-width:100%; }
.row-fluid .contact-addcontent { padding-top:30px; font-size:13px; line-height:18px; font-weight:600; color:#000000; font-family:'Open Sans', sans-serif; }
.row-fluid .contact-addcontent h4 { font-size:18px; line-height:22px; color:#000000; font-weight:600; text-transform:uppercase; font-family:'Open Sans', sans-serif; }
.row-fluid .contact-addboxwrap i { color:#0077c0; margin-right:7px; }
.row-fluid .contact-addboxwrap a { color:#000000; font-size:13px; line-height:18px; font-weight:600; font-family:'Open Sans', sans-serif; }
.row-fluid .contact-addboxwrap a:hover { color:#0094d8; }

.row-fluid .commercial-formbox { float:left; width:56%; padding-right:30px; }
.row-fluid .residential-formbox { float:left; width:44%; margin:0; background:#ebf2f6; padding-left:30px; }
.row-fluid .contact-formsec .form-box { padding:50px 0 65px; float:left; width:100%; } 
.row-fluid .contact-formsec .form-box form { padding-top:25px; } 
.row-fluid .contact-formsec .form-box h3.form-title { font-size:24px; line-height:30px; color:#00205b; font-weight:600; text-transform:uppercase; position:relative; padding-bottom:12px; }
.row-fluid .contact-formsec .form-box h3.form-title:after { position:absolute; content:""; height:2px; width:50px; left:0; bottom:0; background:#00205b; }
.row-fluid .contact-formsec .form-box .hs-form-required { display:none; }

.row-fluid .commercial-formbox form input[type="text"], .row-fluid .commercial-formbox form input[type="email"], .row-fluid .commercial-formbox form textarea { background:#ededed; resize:none; height:41px; }
.row-fluid .commercial-formbox form textarea { height:90px; }
.row-fluid .commercial-formbox .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 10px 0; }
.row-fluid .commercial-formbox .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 5px; }
.row-fluid .commercial-formbox .hs-form ul.inputs-list.multi-container { float:left; width:100%; }
.row-fluid .commercial-formbox .hs-form ul.inputs-list.multi-container li { float:left; width:50%; font-size:14px; line-height:18px; color:#8d8c8c; }
.row-fluid .commercial-formbox .hs-form ul.inputs-list.multi-container li:nth-child(even) { padding-left:5px; }

.row-fluid .contact-formsec .form-box form.hs-form .hs_recaptcha { float:left; width:auto;  } 
.row-fluid .contact-formsec .form-box form.hs-form .hs_submit { float:left; width:auto; padding-left:5px; }
.row-fluid .contact-formsec .form-box form.hs-form .hs_submit input[type="submit"] { padding:18px 63px; margin-top:12px; }

.row-fluid .residential-formbox input[type="text"], .row-fluid .residential-formbox input[type="email"], .row-fluid .residential-formbox input[type="tel"], .row-fluid .residential-formbox textarea { background:#fff; border:1px solid #f6f9fb; resize:none; height:41px; }
.row-fluid .residential-formbox textarea { height:90px; }
.row-fluid .residential-formbox .hs-form .hs-form-field { padding:0 0 8px; }
.row-fluid .contact-formsec .residential-formbox .form-box form.hs-form .hs_submit input[type="submit"] { padding:18px 38px; }

/* Product Page */
.row-fluid .video-prosec { padding:90px 0; font-size:16px; line-height:30px; color:#4b4b4b; font-weight:300; } 
.row-fluid .product-videobox, .row-fluid .video-protext { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; overflow: hidden; }
.row-fluid .video-protext { padding:0 50px 0 65px; }
.row-fluid .video-prosec .video-galleryraw > span { margin:0; }
.row-fluid .video-prosec .video-galleryraw > span > div { width:100%; padding:0; }
.row-fluid .video-prosec .video-galleryraw .video-galleryimg { height:300px; }

.fancybox-wrap { overflow:visible !important; }
.row-fluid .product-videobox .widget-type-linked_image a { position:relative; float:left; width:100%; }
.row-fluid .video-prosec .product-videobox img { width:100% !important; }
.row-fluid .product-videobox .widget-type-linked_image a:before { background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/video-playicon.png') no-repeat; position:absolute; content:""; height:61px; width:61px; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);;  }

.row-fluid .download-section { background:#f6f6f6; padding:45px 0 56px; line-height:30px; color:#4b4b4b; }
.row-fluid .download-section .title-style h2 { text-align:left; margin-bottom:30px; margin-top:12px; }
.row-fluid .download-section .title-style h2:after { left:0; transform:none; }
.row-fluid .download-raw > span > div { float:left; width:100%; }
.row-fluid .download-colwrap { background:#f0f0f0; padding:17px 60px 17px 87px; line-height:25px; position:relative; color:#000000; font-weight:600; box-shadow:0px 2px 3px rgba(0,0,0,0.16); margin-bottom:15px; -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;; }
.row-fluid .download-colwrap:before { position:absolute; content:""; height:100%; width:60px; background-color:#e6e6e6; text-align:center; left:0; top:0; background-image:url('https://cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/pdf.png'); background-repeat:no-repeat; background-position:center center; -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;; }
.row-fluid .download-colwrap a { color:#000000; font-weight:600; }
.row-fluid .download-colwrap:hover { background:#00205b; }
.row-fluid .download-colwrap:hover:before { background-color:#0094d8; background-image:url('https://cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/pdf-hover.png'); }
.row-fluid .download-colwrap:hover a { color:#fff; }
.row-fluid .download-content { padding-left:35px; }

.row-fluid .key-featuresec { padding:70px 0 100px; color:#fff; position:relative; } 
.row-fluid .key-featuresec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(20,49,108,0.73); } 
.row-fluid .key-featuresec > div { position:relative; }
.row-fluid .key-featureraw { margin-top:60px; }
.row-fluid .key-featuresec .title-style h2 { padding-bottom:16px; }
.row-fluid .key-featuresec .title-style h2:after { background:#fff; }
.row-fluid .key-featureboxwrap { padding:0 30px; }
.row-fluid .key-featuretextbox h4 { font-size:22px; line-height:30px; margin:15px 0; }
.row-fluid .key-featuretext { font-weight:300; }

.row-fluid .similar-productsec { padding:58px 0 63px; }
.row-fluid .similar-productraw { margin-top:35px; }
.row-fluid .similar-productraw > span { display:block; width:auto; margin:0 -16.5px; }
.row-fluid .similar-productraw > span > div { float:left; width:50%; padding:16.5px; }
.row-fluid .similar-productimgwrap { position:relative; }
.row-fluid .similar-productimgwrap:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/similar-overlay.png') no-repeat; }
.row-fluid .similar-productimg { height:320px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .similar-producttext { position:absolute; bottom:30px; left:0; padding-left:30px; }
.row-fluid .similar-producttext a { color:#fff; }
.row-fluid .similar-producttext a:hover { color:#0094d8; }
.row-fluid .similar-productsec .btn-style1 { text-align:center; }
.row-fluid .similar-productsec .btn-style1 a { float:none; display:inline-block; margin-top:14px; }

.row-fluid .related-productraw { margin-top:10px; }
.row-fluid .related-productbox { padding-top:30px; }
.row-fluid .related-productbox .widget-type-header h3 { font-size:24px; line-height:30px; font-weight:bold; padding-left:15px; }
.row-fluid .related-productwrap { padding:15px 15px; }
.row-fluid .related-productinner { position:relative; }
.row-fluid .related-productimg { float:left; width:100%; height:220px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .related-producthover { position:absolute; top:0; left:0; opacity:0; background:rgba(255,255,255,0.9); border:1px solid #888888; height:100%; padding:30px 30px; -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;; }
.row-fluid .related-producthover .title { font-weight:bold; color:#000; margin-bottom:15px; font-size:20px; }
.row-fluid .related-producthover .text { padding-bottom:30px; }
.row-fluid .related-producthover .link a { font-weight:bold; } 
.row-fluid .related-producthover .link a i { font-size:14px; position:relative; margin-left:8px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; } 
.row-fluid .related-productwrap:hover .related-producthover { opacity:1; }
.row-fluid .related-producthover .link a:hover i { margin-left:20px; }
  
.row-fluid .related-productraw .slick-arrow { top:0; right:0; margin-top:-44px; }
.row-fluid .related-productraw .slick-arrow.slick-next { right:18px; }
.row-fluid .related-productraw .slick-arrow.slick-prev { right:45px; left:auto; }
.row-fluid .related-productraw .slick-arrow:before { color:#00205b; }

/* Media Center Gallery Page */
.row-fluid .media-cenhero { height:70vh; }

.row-fluid .video-gallerysec { padding:40px 0; }
.row-fluid .video-gallerysec .title-style h2 { margin-bottom:15px; text-align:left; }
.row-fluid .video-gallerysec .title-style h2:after { left:0; transform: translateX(0);}
.row-fluid .video-galleryraw > span { width:auto; display:block; margin:0 -15px; }
/*.row-fluid .video-galleryraw > span > div { float:left; width:33.33%; padding:15px; }*/


.row-fluid .video-galleryraw .galleryboxwrap {  float:left; width:33.33%; padding:15px; }
.row-fluid .video-galleryraw .galleryboxwrap .media-videocode { height:240px; }
.row-fluid .video-galleryraw .galleryboxwrap .media-videocode iframe { width:100% !important; }
.row-fluid .video-galleryimg { height:240px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .video-galleryboxwrap a.fancybox { float:left; width:100%; position:relative; } 
.row-fluid .video-galleryboxwrap a.fancybox:before { background:url('//cdn2.hubspot.net/hubfs/3017451/Euro%20Systems_2018/Image/video-playicon.png') no-repeat; position:absolute; content:""; height:61px; width:61px; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }

.row-fluid .photo-gallerysec { padding:40px 0; background:#f6f6f6; }
.row-fluid .photo-gallerysec .title-style h2 { margin-bottom:15px; }
.row-fluid .photo-galleryraw > span { width:auto; display:block; margin:0 -15px; }
.row-fluid .photo-galleryraw > span > div { float:left; width:33.33%; padding:15px; }
.row-fluid .photo-galleryimg { height:240px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
 
/* Media Center Page */
.row-fluid .media-centerhero ul.slick-dots li button { background:rgba(255,255,255,0.3); }

.row-fluid .galleryboxwrap a { float:left; width:100%; }
.row-fluid .galleryboxwrap a .title { color:#00205b; font-weight:600; margin-top:15px; }

.row-fluid .media-news_sec { padding:50px 0 45px; background:#f6f6f6; position:relative; }
.row-fluid .media-news_sec:after { position:absolute; content:""; height:175px; width:100%; left:0; bottom:0; background:#fff; }
.row-fluid .media-news_sec .title-style h2 { margin-bottom:15px; }
.row-fluid .media-newsbox_wrap { position:relative; z-index:1; }
.row-fluid .media-newscol { float:left; width:33.33%; padding:15px; }

.row-fluid .blog-feedboxwrap .media-newscol .post-image { height:240px; } 
.row-fluid .blog-feedboxwrap .media-newscol .blog-feedbox { float:left; width:100%; background:#f3f3f3; position:relative; }
.row-fluid .mediacontent-wrap { padding:30px; color:#4b4b4b; float:left; width:100%; }
.row-fluid .media-newsbox_wrap { float:none; width:auto; display:block; margin:0 -15px; }
.row-fluid .mediacontent-wrap .post-title a { color:#00205b; font-weight:600; float:left; width:100%; margin-bottom:10px; }
.row-fluid .mediacontent-wrap .post-title a:hover { color:#0094d8; }
.row-fluid .blog-feedboxwrap .mediacontent-wrap .readmore-link { margin-top:10px; }

.row-fluid .post-no-image { float:left; width:100%; padding-top:70px; }

.row-fluid .award-section { background:#f6f6f6; padding:50px 0; }
.row-fluid .award-section .title-style h2 { margin-bottom:18px; }
.row-fluid .award-raw > span { display:block; width:auto; margin:0 -5px; }
.row-fluid .award-raw > span > div { float:left; width:25%; padding:16px 5px; } 
.row-fluid .media-awardimg { height:183px; position:relative; background:#fff; }
.row-fluid .media-awardimg img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .media-awardtitle { font-weight:600; margin-top:15px; color:#00205b; } 

.row-fluid .case-studysec { padding:50px 0; } 
.row-fluid .case-studysec ul.tabs-menu { float:left; width:100%; padding:0; margin:0; text-align:center; list-style-type:none; margin-top:27px; margin-bottom:5px; }
.row-fluid .case-studysec ul.tabs-menu li { float:none; display:inline-block; width:auto; }  
.row-fluid .case-studysec ul.tabs-menu li a { float:left; width:100%; padding:15px 44px; font-size:22px; line-height:23px; color:#00205b; background:#fff; font-weight:600; border:1px solid #ececec; border-radius:4px; text-transform:uppercase; }
.row-fluid .case-studysec ul.tabs-menu li.current a, .row-fluid .case-studysec ul.tabs-menu li a:hover { background:#0094d8; color:#fff; }
 
.row-fluid .case-tabraw > span { display:block; width:auto; margin:0 -18px; } 
.row-fluid .case-tabraw > span > div { float:left; width:50%; padding:18px; } 


/* Footer */
.row-fluid .footer-sec1 { padding:45px 0 0; background:#00205b; }
.row-fluid .footer-sec1 a { color:#fff; }
.row-fluid .footer-sec1 a:hover { color:#0094d8; }
.row-fluid .footer-sec1 i.fa { color:#0094d8; }

.row-fluid .footer-sec1 .footerbox1 h2 { margin-bottom:28px; letter-spacing:2px; }
.row-fluid .footer-sec1 .footerbox1 h5 { text-transform:uppercase; font-size:18px; line-height:24px; letter-spacing:1px; margin-bottom:5px; }
.row-fluid .footer-sec1 .footerbox1 ul { float:left; width:100%; padding:10px 0 0; margin:0; list-style-type:none; }
.row-fluid .footer-sec1 .footerbox1 ul li { float:left; width:100%; margin-bottom:10px; }
.row-fluid .footer-sec1 .footerbox1 ul li i { margin-right:7px; }

.row-fluid .footer-sec1 .footerbox2 h3.form-title { font-size:19px; line-height:24px; text-transform:uppercase; margin-bottom:15px; letter-spacing:1px; }
.row-fluid .footer-sec1 .footerbox2 form .hs-form-required { display:none; }
.row-fluid .footer-sec1 .footerbox2 form input[type="text"], .row-fluid .footer-sec1 .footerbox2 form input[type="email"], .row-fluid .footer-sec1 .footerbox2 form textarea, .row-fluid .footer-sec1 .footerbox2 form input { background:#fff; border:1px solid #7e8da9; height:41px; }
.row-fluid .footer-sec1 .footerbox2 form textarea { height:81px; resize:none; padding:15px; }
.row-fluid fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .footer-sec1 .footerbox2 form.hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 33px 0; }
.row-fluid .footer-sec1 .footerbox2 form.hs-form .hs-form-field { padding-bottom:28px; }
.row-fluid .footer-sec1 .footerbox2 .hs_recaptcha { float:left; width:50%; }
.row-fluid .footer-sec1 .footerbox2 .hs_submit { float:left; width:50%; }
.row-fluid .footer-sec1 .footerbox2 input[type="submit"] { float:right; padding:13px 90px; letter-spacing:1px; color: #00205b; font-weight:500; border:1px solid transparent; margin-top:13px; font-family:'Raleway', sans-serif; }
.row-fluid .footer-sec1 .footerbox2 input[type="submit"]:hover { border-color:#0094d8; color:#fff; background:#0094d8; font-weight:500; }

.row-fluid .footer-logosec { border-top:1px solid rgba(255,255,255,0.15); padding:18px 0; text-align:center; margin-top:17px; background:#fff; }
.row-fluid .footer-logo { float:none; width:20%; display:inline-block; vertical-align:middle; position:relative; margin:0 -2px; }
.row-fluid .footer-logo1 { text-align:left; }
.row-fluid .footer-logo5 { text-align:right; }


.row-fluid .footer-sec2 { padding:17px 0; background:#041128; font-size:12px; line-height:17px; }
.row-fluid .footer-sec2 .design-tag { text-align:right; font-weight:300; }
.row-fluid .footer-sec2 .design-tag a { color:#e29c04; }
.row-fluid .footer-sec2 .design-tag a:hover { color:#0094d8; }

.row-fluid .footer-logo { position:relative; }
.row-fluid .footer-logo .color_img { opacity:0; transition:all .6s ease; position:absolute; left:0; top:0; width:100%; text-align:center; }
.row-fluid .footer-logo .white_img { transition:all .6s ease; }
 
.row-fluid .footer-logo:hover .white_img { opacity:0; transition:all .6s ease;}
.row-fluid .footer-logo:hover .color_img { opacity:1; transition:all .6s ease;}

.row-fluid .country_box {  }
.row-fluid .select_country { width:200px; position:relative; float:right; text-align:center; }
.row-fluid .country_box ul { padding:0; margin:0; width:100%; float:left; list-style:none; max-width:200px; position:absolute; left:0; top:100%; display:none; border-top:1px solid rgba(255,255,255,0.3); z-index:99; }   
.row-fluid .country_box ul li { width:100%; float:left; }
.row-fluid .country_box ul li a { width:100%; float:left; background:#0094d8; color:#fff; padding:10px 20px; border-bottom:1px solid rgba(255,255,255,0.3); }
.row-fluid .country_box ul li a:hover { background:#00205b; color:#fff; }
.row-fluid .select_drop { width:100%; float:left; background:#0094d8; color:#fff; padding:10px 20px; cursor:pointer; }
 
.resource-search-dowload a{ position:relative; padding-left:17px; }
.resource-search-dowload a:before{ content:"\f01a"; font-family:'fontawesome';  position: absolute;  left: 0;  }

/* New Header 2019 css */
.row-fluid .top-menusec-new { background:#141618; padding:25px 30px; position:fixed; right:0; top:0; width:300px; height:100%; z-index:2; overflow-x:auto; transform:translateX(300px); -webkit-transform:translateX(300px); -ms-transform:translateX(300px); -webkit-transition: -webkit-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -moz-transition: -moz-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -o-transition: -o-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); transition: transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); } 
.row-fluid .main-navigationsec .hs-menu-wrapper ul li { float:left; width:100%; }
.row-fluid .main-navigationsec .hs-menu-wrapper ul li a { color:#fff; float:left; width:100%; font-size:12px; line-height:16px; padding:7px 0; min-width:1px; max-width:100%; text-transform:uppercase; font-weight:600; letter-spacing:0.5px; }
.row-fluid .main-navigationsec .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility:visible; opacity:1; -webkit-transition:none; }
.row-fluid .main-navigationsec .hs-menu-wrapper ul li > ul { position:relative !important; float:left; width:100%; left:0 !important; display:none; }
.row-fluid .main-navigationsec .hs-menu-wrapper ul li a:hover { color:rgba(255,255,255,.5); }

.row-fluid .main-navigationsec .hs-menu-wrapper ul > li > ul > li > a { text-transform:none; }
.row-fluid .main-navigationsec .hs-menu-wrapper ul > li > ul { padding-left:20px; }

/* body.nav-open { transform:translateX(-300px); -webkit-transform:translateX(-300px); -ms-transform:translateX(-300px); -webkit-transition: -webkit-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -moz-transition: -moz-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -o-transition: -o-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); transition: transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); } */
body.homepage-body { -webkit-transition: -webkit-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -moz-transition: -moz-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); -o-transition: -o-transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); transition: transform 600ms cubic-bezier(.785,.135,.15,.86),width 600ms cubic-bezier(.785,.135,.15,.86); overflow-x:hidden !important; }

.row-fluid .mobile-menu-button { position:relative; padding:27px 36px 27px 36px; cursor:pointer; }
.row-fluid .mobile-menu-button .lines { position:relative; }
.row-fluid .mobile-menu-button .lines, .row-fluid .mobile-menu-button .lines:before, .row-fluid .mobile-menu-button .lines:after { display:inline-block; width:20px; height:2px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#303133; }
.row-fluid .mobile-menu-button .lines:before, .row-fluid .mobile-menu-button .lines:after { position:absolute; content:""; left:0; -webkit-transform-origin:10px center; transform-origin:10px center; }
.row-fluid .mobile-menu-button .lines:before { top:6px; }
.row-fluid .mobile-menu-button .lines:after { top:-6px; }
.row-fluid .mobile-menu-button.close .lines, .row-fluid .mobile-menu-button.close .lines:before, .row-fluid .mobile-menu-button.close .lines:after { -webkit-transition:top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out; -moz-transition:top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out; -o-transition: top 0.3s ease-in-out,-o-transform 0.3s 0.5s ease-in-out; transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out; top: 0; width: 20px; }
.row-fluid .mobile-menu-button.close .lines { transition:background 0.3s 0s ease-in-out; background:transparent!important; }
.row-fluid .mobile-menu-button.close .lines:before { -webkit-transform:rotate3d(0,0,1,45deg); -moz-transform:rotate3d(0,0,1,45deg); -o-transform:rotate3d(0,0,1,45deg); -ms-transform:rotate3d(0,0,1,45deg); transform:rotate3d(0,0,1,45deg); }
.row-fluid .mobile-menu-button.close .lines:after { -webkit-transform:rotate3d(0,0,1,-45deg); -moz-transform:rotate3d(0,0,1,-45deg); -o-transform:rotate3d(0,0,1,-45deg); -ms-transform:rotate3d(0,0,1,-45deg); transform:rotate3d(0,0,1,-45deg); }

/* ============================= */
.row-fluid .main-navigationsec span.child-triggerm { position:absolute; right:0; top:0; height:30px; width:30px; cursor:pointer; }
.row-fluid .main-navigationsec span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:18px; transform:translateY(-50%); }
.row-fluid .main-navigationsec span.child-triggerm.child-open:after { content:"\f103"; }

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




/*CUSTOM CSS BY NEXA*/
p{
    font-weight: 500;
}
.row-fluid .product-tabraw .right-productbox{
    border: 10px solid #f6f6f6;
    border-left: none;
    border-right: none;
    border-bottom:none;
}

.row-fluid .product-tabraw .right-productbox .product-tabbox.fl100{
    border-left:0;
}

.row-fluid .product-tabbox.fl100{
    border:10px solid #f6f6f6;
}

.row-fluid .product-tabraw .left-productbox{
    border: 10px solid #f6f6f6;
    border-bottom:none;
}
.row-fluid .product-tabraw .left-productbox .product-tabbox.fl100{
    border-left:none;
}
.row-fluid .product-tablist ul{
    margin-bottom:30px;
}
.row-fluid .product-tabraw .product-tabimg{
    height: 298px;
}
.row-fluid .product-tabraw .left-productbox .product-tabimg{
    height: 616px;
}
.row-fluid .product-tabraw .product-tabimgwrap .product-tabtitle{
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);*/
    padding: 20px 30px;
}

.download-list-categories .download-category{
    background-color: #00205b;
    color: white;
    position: relative;
    text-align:center;
    margin: 0px 0;
    height: 210px;
    /*display: flex;*/
    /*align-items:center;*/
    /*justify-content: center;*/
}

.download-category img{
    margin: auto;
    text-align:center;
}
.download-category h4{
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 10px;
}
.download-category a{
    padding:50px 20px;
    display:block;
}
.download-list-categories{
    /*display: flex;*/
    list-style: none;
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/ 
    padding-left: 0;
    float: left;
    width: calc(100% / 4 - 40px); 
    margin: 15px 20px;
    position: static !important;
}

.data-listings > span{margin: 0 -20px;}

/* 4-7-18 */
.srch-drop{border-bottom:1px solid #eaebec; padding:50px 0 20px 0;}
.srch-drop:after{display:table; clear:both; content:'';}
.srch-drop .cat-drop{position:relative; float:left; width:280px;}
.srch-drop .cat-drop h3{position:relative; z-index:2; background-color:#0094d8; border-radius:6px 0 0 6px; cursor: pointer; color:#fff; font-size:16px; padding:4px 20px; background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%),linear-gradient(to right,#0094d8,#0094d8);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;background-size:5px 5px,5px 5px,2.5em 2.5em;background-repeat:no-repeat}
.srch-drop .cat-drop ul{background-color:#fff; left:0; min-width:300px; padding:0; opacity: 0; visibility: hidden; position:absolute; top:100%; z-index:1; list-style:none; margin: 0; border:1px solid #e6e6e6; padding: 15px; transition: all 400ms ease 0s; transform: translateY(-20px);}
.srch-drop .cat-drop ul li{color:#0094d8; cursor:pointer;}
.srch-drop .cat-drop ul li:hover{color:#4b4b4b;}
.srch-drop .cat-drop ul li:not(:last-child){margin:0 0 10px; }
.srch-drop .cat-drop ul.slideIt{opacity:1; visibility:visible; transform:translateY(0px);}
.srch-drop .cat-search{float:left; width:500px;}
.srch-drop .cat-search input {border: 1px solid #eaebec;border-radius: 0 5px 5px 0;height: auto;padding: 11.5px 14px;}


.main-wrapper{padding:50px 0 20px 0;}
.main-wrapper .left-column{border: 1px solid #e2e3e3;}
.main-wrapper .left-column .title h2{background-color:#f1f1f1; font-size:16px; padding:6px 20px; border-bottom: 1px solid #e2e3e3;}
.main-wrapper .left-column .cat-select{padding:20px;}
.main-wrapper .left-column .cat-select ul{padding:0; margin:0; list-style:none;}
.main-wrapper .left-column .cat-select ul li{margin:0 0 10px; padding:0 0 0 15px; position:relative; color:#0094d8; cursor:pointer;}
.main-wrapper .left-column .cat-select ul li:hover{color:#4b4b4b;}
.main-wrapper .left-column .cat-select ul li:last-child{margin:0;}
.main-wrapper .left-column .cat-select ul li:first-child a{font-weight: 700;}
.main-wrapper .left-column .cat-select ul li:after{background-color:#012369; border-radius: 100%;content: "";height: 5px;left: 0;position: absolute;top: 10px;width: 5px;}
.main-wrapper .right-dv{}
.main-wrapper .right-dv .resource-search-filter-row{border-bottom:1px solid #dcdcdc; border-top: 1px solid #dcdcdc; display:flex; padding: 10px 0;}
.main-wrapper .right-dv .resource-search-filter-row .columns{padding-left:10px; padding-right:10px; font-weight:700;}
.main-wrapper .right-dv .resource-search-filter-row .columns:nth-child(1){width: 50%; flex: 0 0 50%;}
.main-wrapper .right-dv .resource-search-filter-row .columns:nth-child(2){width: 30%; flex: 0 0 30%;}
.main-wrapper .right-dv .resource-search-filter-row .columns:nth-child(3){width: 20%; flex: 0 0 20%;}

.isotope-wrapper > span{display:block;}
.main-wrapper .right-dv .data-listing{}
.main-wrapper .right-dv .data-listing .cat-list{display:flex; border-bottom:1px solid #dcdcdc; float:left; width:100%;}
.main-wrapper .right-dv .data-listing .cat-list > div{padding:15px 10px;}
.main-wrapper .right-dv .data-listing .cat-list > div:nth-child(1){width: 50%; flex: 0 0 50%;}
.main-wrapper .right-dv .data-listing .cat-list > div:nth-child(2){width: 30%; flex: 0 0 30%;}
.main-wrapper .right-dv .data-listing .cat-list > div:nth-child(3){width: 20%; flex: 0 0 20%;}
.cat-list .resource-search-cat{}

/*31.07.2018*/
.newoffset {
    background: #0071bc;
    padding: 80px 0;
}

.newoffset h2 {
     font-size: 26px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.newoffset h2 span {
  display: block;
  font-size: 26px;
  line-height: normal;
}
.newoffset h6 {
    font-weight:normal;
    font-size:12px;
}
.newoffset .title h2,
.newoffset h4,
.newoffset p,
.newoffset div{
    color:#ffffff !important;
}

.profile-content h2, .profile-content h6{
    color: #ffffff !important;
}
.newoffset h2{
    color: white;
}

.strength {
    background:url('https://cdn2.hubspot.net/hubfs/3017451/euro.jpg') no-repeat center top;
    background-size:cover;
    color:#fff;
    text-align:center;
    font-size:13px;
    padding: 80px 0;
}
.strength p,.strength ul,.strength ol,.strength a {
    color:#fff;
}

.mission-box {
    background:#efefef;
    
}

.mission-box .taboo{
    padding:30px;
}

.mission-box img {
    width:100% !important;
    height:auto  !important;
}

.taboo .nav {
    text-align:center;
    list-style:none;
    margin: 0 0 20px 0;
    border-bottom:1px solid #ccc;
}

.taboo .nav li {
    display:inline-block;
    padding:0;
    margin:0 0;
}

.taboo .nav li a {
    color:#000;
    text-transform:uppercase;
    display:block;
    padding:0 15px;
}

.taboo .nav li.active a {
    color:;
    border-bottom:2px solid #000;
}

.taboo .tab-pane {
    font-size:13px;
    color:#000;
    display:none;
    text-align:center;
}

.row-fluid .taboo .tab-content{
    display: block;
}

.taboo .tab-pane.active {
    display:block;
}

.taboo .tab-pane h4 {
    font-size:20px;
    text-transform:uppercase;
}



.row-fluid .download-raw.scroll { max-height: 433px; }






.row-fluid .res_box_lnk { position:absolute; top:0; left:0; width:100%; height:100%; }





@media (min-width: 1300px){
   .row-fluid .contact-hero { height:42vh; }
}

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

    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .logo { padding:30px 15px !important; width:22% !important; }
    .row-fluid .top-right { width:78% !important; padding:30px 0 !important; }
    .row-fluid .top-hamburger .menu { left:10px; }
    
    /* Careers Page */
    .row-fluid .inner-heroslider ul.slick-dots { right:calc(50% - 480px); }
    .row-fluid .job-raw > span > div { padding:10px; }
    .row-fluid .career-jobbox { padding:0 20px 30px; }
    .download-category a{padding: 50px 10px;}
  
    .row-fluid .range-section h1 { font-size:50px; }

}

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

    .row-fluid .wrapper {  width:720px; }
    
    .row-fluid .logo { padding:20px 15px !important; width:20% !important; }
    .row-fluid .social-icon a { margin:0 5px; }
    .row-fluid .social-icon a:first-child { margin-left:0; }
    .row-fluid .top-right { padding:19px 0 !important; width:80% !important; } 
    .row-fluid .top-hamburger .menu { left:0; }
    .row-fluid .call-box { padding-right:0; }
    .row-fluid .top-hamburger .menu { height:35px; width:35px; } 
    .row-fluid .top-hamburger .menu--close2 .menu__line--1:before, .row-fluid .top-hamburger .menu__line { width:15px; }
    
    /* Careers Page */
    .row-fluid .inner-heroslider ul.slick-dots { right:calc(50% - 380px); }
    .row-fluid .job-raw > span > div { width:50%; } 
  
    .row-fluid .range-section h1 { font-size:35px; }  
    .row-fluid .furniture-box h3 { font-size: 22px; }
    .row-fluid .furniture-box h5 { font-size: 20px; } 
  
}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:44px; line-height:54px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    /* Homepage */
    .row-fluid .top-mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:16px; padding:28px 20px; }
    .row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li:first-child > a { font-size:12px; line-height:18px; }
    .row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a { font-size:12px; padding:5px 0; }
    
    .row-fluid .hero-sliderbox { padding:12vh 0; }
    .row-fluid .stats-raw .stats-box { width:160px; }
    .row-fluid .stats-raw .stats-box .number { font-size:34px; }
    
    .row-fluid .partner-logoraw { padding:0 50px; }
    .row-fluid .home-partnersec .slick-arrow.slick-prev { left:-30px; }
    .row-fluid .home-partnersec .slick-arrow.slick-next { right:-30px; }
    
    /* Careers Page */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:12px !important; padding:15px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after { font-size:14px !important; right:5px !important; top:15px !important; }
    .row-fluid .inner-top .top-right { padding:0 !important; }
    .row-fluid .inner-top .logo { padding:36px 15px !important; }
    
    .row-fluid .inner-heroslider_raw > span .slick-track > div { height:45vh; }
    
    /* Contact Us Page */
    .row-fluid .map-tablist ul li a { padding:0 18px; }
    
    /* Product Page */
    .row-fluid .video-prosec { padding:50px 0; }
    .row-fluid .video-protext { padding:0 0 0 30px; }
    
    .row-fluid .download-colwrap { padding:17px 15px 17px 75px; font-size:14px; line-height:20px; }
    .row-fluid .download-content { padding-left:20px; }
    
    .row-fluid .key-featuresec { padding:50px 0 70px; }
    .row-fluid .key-featureboxwrap { font-size:14px; padding:0 20px; }
    
    .row-fluid .similar-productsec { padding:50px 0; }
    .row-fluid .similar-productimg { height:280px; }
    
    /* Media Center Gallery Page */
    .row-fluid .media-cenhero { height:50vh; }
    
    
    /*.row-fluid .video-galleryraw > span > div { padding:10px; }*/
     
    .row-fluid .photo-galleryraw > span { margin:0 -10px; }
    .row-fluid .photo-galleryraw > span > div { padding:10px; }
    
    /* Media Center Page */
    .row-fluid .media-newscol { padding:15px 10px; }
    .row-fluid .mediacontent-wrap { padding:20px 15px; }
    
      .row-fluid .footer-logo .color_img { padding:0 15px; }
    /* Footer */
    .row-fluid .footer-logo { padding:0 15px; }
    .row-fluid .footer-sec1 .footerbox2 .hs_recaptcha { width:100%; }
    .row-fluid .footer-sec1 .footerbox2 .hs_submit { width:100%; }
    .row-fluid .footer-sec1 .footerbox2 input[type="submit"] { float:left; }
    .download-category a{padding: 50px 10px;}
    .download-list-categories{width: calc(100% / 3 - 40px);}
    
 
    
}

@media (min-width:768px){
    
    .row-fluid .logo { border-right:1px solid #eaebec; border-left:1px solid #eaebec; text-align:center; width:29%; padding:26px 30px; } 
    .row-fluid .top-right { margin:0; width:71%; border-right:1px solid #eaebec; padding:43px 0; text-align:center; }
    .row-fluid .top-rightcol { float:none; display:inline-block; width:auto; vertical-align:middle; }
    
    .row-fluid .mainmenu { border-top:1px solid #eaebec; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:28px 28px; font-size:14px; line-height:20px; color:#072252; text-transform:uppercase; font-weight:600; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#0094d8; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover >  a:after { content:"\f106"; color:#0094d8; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {  position:absolute; color:#072252; content:"\f107"; display:inline-block; vertical-align:middle; font-family:"fontawesome"; top:28px; right:10px; font-size:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }
    
    .row-fluid .mainmenu ul > li > ul { background:#004990; width:180px; }
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; border-bottom:1px solid #6994be; background:#00205b; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:#0094d8; }
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#fff; font-size:13px; text-align:left; font-weight:bold; text-transform:none; padding:10px; line-height:18px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { color:#fff; } 
        
    
}

.submitted-message , .row-fluid .range-form form .hs-error-msgs  { color:#fff; }

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:36px; line-height:46px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }    
    
  .row-fluid .furniture-box { width:100%; margin:10px 0 !important; }  
  .row-fluid .range-form .widget-type-rich_text h3 { font-size:20px; }
  .row-fluid .range-form .widget-type-rich_text h2 { font-size: 30px; }
  .row-fluid .range-section h1 { font-size:30px; }
  .row-fluid .furniture-main { padding: 50px 0 50px; }
  .row-fluid .furniture-main .hs_cos_wrapper_widget , .row-fluid .range-section .wrapper .row-fluid { display:block; text-align:center; } 
  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
  .row-fluid .range-form { float:left; width:100%; margin-top:30px; }
	
	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }
  .row-fluid .range-section { padding:50px 0; }
	
	/* Mobile Responsive */
.row-fluid .system-contentsec h1, .row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:35px; line-height:40px; }
.row-fluid .system-contentsec h2 { font-size:30px; line-height:34px; }	
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .widget-type-email_simple_subscription h2 { font-size:26px; line-height:30px; }    
.row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { font-size:15px; padding:12px 30px; white-space:normal; }
.row-fluid .system-contentsec .email-prefs .item .item-inner { padding:10px 8px; }    
.row-fluid .system-contentsec .checkbox-row span.fakelabel span { font-size:12px; }   
	
	/* Homepage */
	.row-fluid .top { padding:15px 0; }
	.row-fluid .logo { max-width:150px; padding:0; }
	.row-fluid .social-icon.top-rightcol { display:none; }
	.row-fluid .call-box { padding:0; }
	.row-fluid .download-center { padding:0; }
	.row-fluid .top-hamburger .menu { left:auto; position:absolute; right:20px; top:15px; }
	
	.row-fluid .top-menusec { padding:15px 0 30px; height: auto;}
	.row-fluid .top-mainmenu { padding-bottom:15px; }
	.row-fluid .top-mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { width:100%; }
	.row-fluid .top-mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:18px; padding:10px 0; }
	.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a > span { display:inline-block; width:auto; }
	.row-fluid .top-menusec .social-icon { padding-top:10px; }
	.row-fluid .top-menusec .social-icon a:first-child { margin-left:0; }
	.row-fluid .call-box { padding:15px 0; color:#fff; }
	.row-fluid .call-box a, .row-fluid .download-center a { color:#fff; } 
	.row-fluid .call-box a:hover, .row-fluid .download-center a:hover { color:#0094d8; } 
	.row-fluid .top-simplemenu .widget-type-simple_menu .hs-menu-wrapper > ul > li > a { padding:5px; font-size:12px; line-height:18px; }
	
	.row-fluid .hero-sliderbox { padding:80px 0 120px; }
	
	.row-fluid .about-eurosec { padding:50px 0; }
	.row-fluid .about-euroleft, .row-fluid .about-euroright { width:100%; margin:0; float:left; }
	.row-fluid .about-euroleft { margin-bottom:30px; }
	.row-fluid .about-eurorichtext { padding:25px 0; }
	
	.row-fluid .home-productsec { padding:40px 0 60px; }
	.row-fluid .product-tablist ul li a { font-size:14px; line-height:20px; padding:14px 20px; width:auto; }
	.row-fluid .product-tabraw .left-productbox { width:100%; }
	.row-fluid .product-tabraw .right-productbox { width:100%; }
	.row-fluid .product-tabraw .left-productbox .product-tabimg { height:250px; }
	.row-fluid .product-tabraw .product-tabimg { height:250px; }
	.row-fluid .product-tabraw > span > div{ width:100%; }
	
	.row-fluid .our-stats_sec { padding:40px 0; }
	.row-fluid .stats-raw .stats-box { margin:0 0 20px 10px; width:200px; } 
	
	
	.row-fluid .home-partnersec { padding:50px 0; }  
	.row-fluid .partner-logoraw { padding:0 30px; margin-top:20px; }
	.row-fluid .home-partnersec .slick-arrow.slick-prev { left:-30px; }
	.row-fluid .home-partnersec .slick-arrow.slick-next { right:-30px; }
	
	.row-fluid .home-news_sec { padding:50px 0; }
	.row-fluid .home-news_sec .title-style h2 { margin-bottom:40px; }
	.row-fluid .home-news_sec .blog-feedboxwrap { width:100%; padding:0 0 20px; }
	.row-fluid .home-news_sec .blog-feedboxright { width:100%; padding:0; }
	
	.row-fluid .blog-feedboxwrap .post-image { height:300px; }
	.row-fluid .blog-feedboxwrap .content-wrap { font-size:16px; line-height:20px; }
	.row-fluid .home-news_sec { font-size:14px; line-height:20px; }
	.row-fluid .home-blogsec .blog-feedboxinner { padding:10px; }
	.row-fluid .post-contentwrap { padding-left:14px; }
	
	.row-fluid .home-blogsec { padding:40px 0; } 
	.row-fluid .home-blogsec ul.slick-dots { padding:20px 0 0; }
	
	/* Careers Page */
	.row-fluid .inner-top .social-icon.top-rightcol { display:block; }
	
	.row-fluid .inner-top .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child { border-top:0; }
	.row-fluid .inner-top .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child { border-bottom:1px dotted rgba(255, 255, 255, 0.35); }
	.row-fluid .inner-top .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:link, .row-fluid .inner-top .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:visited { color:#fff; font-size:16px; font-weight:600; text-transform:capitalize; }
	.row-fluid .inner-top .social-icon { padding:12px 0; border-bottom:1px dotted rgba(255, 255, 255, 0.35); }
	.row-fluid .inner-top .social-icon a { width:auto; font-size:20px; }
	
	.row-fluid .inner-top .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li > a { color:#fff; font-size:14px; font-weight:600; text-transform:capitalize; }
	.row-fluid .inner-top .call-box { border-bottom:1px dotted rgba(255, 255, 255, 0.35); font-size:16px; font-weight:600; font-family:'Raleway', sans-serif; padding:15px 10px; text-transform:capitalize;  }
	.row-fluid .inner-top .call-box > div > span { font-weight:600; } 
	.row-fluid .inner-top .call-box a { display:inline; }
	.row-fluid .inner-top .call-box a, .row-fluid .inner-top .download-center a { font-size:16px; font-weight:600; font-family:'Raleway', sans-serif; text-transform:capitalize; }
	.row-fluid .inner-top .download-center { padding:15px 10px; }
	
	.row-fluid .inner-heroslider_raw > span .slick-track > div { height:450px; }
	.row-fluid .hero-slider_captionbox h2 { font-size:22px; line-height:30px; }
	.row-fluid .inner-heroslider ul.slick-dots { right:0; }
	
	.row-fluid .job-raw > span { margin:0 -10px; }
	.row-fluid .job-raw > span > div { float:left; width:50%; padding:15px 10px; }
	.row-fluid .career-jobbox { padding:0 15px 30px; }
	
	/* Contact Us Page */
	.row-fluid .inner-hero.contact-hero { height:30vh; }  
	.row-fluid .map-left { float:left; width:100%; margin:0; }
	.row-fluid .map-right { float:left; width:100%; margin:0; padding-top:30px; padding-left:20px; }
	.row-fluid .map-tablist ul li a { padding:0 20px; }
	
	.row-fluid .contact-formsec .form-box h3.form-title { font-size:18px; line-height:26px; }
	.row-fluid .commercial-formbox { float:left; width:100%; padding-right:20px; } 
	.row-fluid .residential-formbox { float:left; width:100%; padding-left:20px; } 
	.row-fluid .commercial-formbox .hs-form ul.inputs-list.multi-container li { width:100%; } 
	.row-fluid .commercial-formbox .hs-form ul.inputs-list.multi-container li:nth-child(2n) { padding-left:0; }
	
	/* Product Page */
	.row-fluid .video-prosec { padding:50px 0; }
	.row-fluid .video-protext { padding:30px 0 0; }
	
	.row-fluid .download-colwrap { padding:17px 15px 17px 75px; font-size:14px; line-height:20px; }
	.row-fluid .download-content { padding-top:20px; padding-left:0; }
	
	.row-fluid .key-featuresec { padding:50px 0 70px; }
	.row-fluid .key-featureboxwrap { font-size:14px; padding:0 20px; } 
	.row-fluid .key-featuresec .slick-arrow.slick-prev { left:-10px; }
	.row-fluid .key-featuresec .slick-arrow.slick-next { right:-10px; }
	
	.row-fluid .similar-productsec { padding:40px 0; }
	.row-fluid .similar-productraw > span { margin:0; }
	.row-fluid .similar-productraw > span > div { padding:0 0 30px; width:100%; }
	.row-fluid .similar-productimg { height:250px; } 
	
	.row-fluid .product-videobox, .row-fluid .video-protext { float:left; width:100%; margin:0; }
	
	/* Media Center Gallery Page */
	.row-fluid .media-cenhero { height:40vh; }
	
	/*.row-fluid .video-galleryraw > span > div { width:50%; padding:10px; }*/
 /*   .row-fluid .video-galleryraw > span > div:last-child { padding-bottom:0; }*/
    
    .row-fluid .photo-galleryraw > span { margin:0 -10px; }
    .row-fluid .photo-galleryraw > span > div { width:50%; padding:10px; }
    .row-fluid .photo-galleryraw > span > div:last-child { padding-bottom:0; }
    
    /* Media Center Page */
    .row-fluid .media-newsbox_wrap { margin:0 -10px; }
    .row-fluid .media-newscol { width:50%; padding:10px; }
    .row-fluid .mediacontent-wrap { padding:20px 15px; }
    
    .row-fluid .award-raw > span > div { width:50%; } 
    
    .row-fluid .case-studysec ul.tabs-menu li a { padding:10px 20px; font-size:18px; line-height:24px; }
    .row-fluid .case-tabraw > span { margin:0 -10px; }
    .row-fluid .case-tabraw > span > div { padding:18px 10px; } 
    .row-fluid .case-tabraw > span > div br { display:none; }
    .row-fluid .case-tabraw .similar-producttext { padding-right:15px; } 
    
    /* Related Product Section */
    .row-fluid .related-productraw .slick-arrow.slick-next { right:0; }
    .row-fluid .related-productraw .slick-arrow.slick-prev { right:25px; }
    
    .row-fluid .related-producthover { padding:15px; }
	
	/* Footer */
	.row-fluid .footer-sec1 .footerbox2 .hs_recaptcha { width:100%; }
	.row-fluid .footer-sec1 .footerbox2 .hs_submit { width:100%; } 
	.row-fluid .footer-sec1 .footerbox2 input[type="submit"] { float:left; }
	
	.row-fluid .footer-logo { padding:0 10px; width:40%; margin-bottom:10px; }
    .row-fluid .footer-logo .color_img { padding:0 10px; }
	
	.row-fluid .footer-sec2 { text-align:center; }
    .row-fluid .footer-sec2 .design-tag { text-align:center; padding-top:5px; } 
    
    .row-fluid .video-galleryraw .galleryboxwrap { width:100%; }
    .row-fluid .video-gallerysec .title-style h2 { text-align:center; }
    .row-fluid .video-gallerysec .title-style h2:after { left: 50%; transform: translateX(-50%);}
    .row-fluid .select_country { float:none; display:inline-block; }
    .row-fluid .country_box { text-align:center; margin-top:15px; }
    .row-fluid .galleryboxwrap a .title { text-align:center; }
    
    .row-fluid .hero-slidertext { padding:0 10px; }
    .slick-arrow.slick-prev { left:5px; }
    
    .slick-arrow.slick-next { right:5px; }
    
    .srch-drop{border-bottom:none;}
    .srch-drop .cat-drop{float: none; width: auto;}
    .srch-drop .cat-search{float: none; width: auto;}
    .srch-drop .cat-search input{border-radius: 5px;}
    .srch-drop .cat-drop h3{border-radius: 5px; margin: 0 0 20px;}
    .srch-drop .cat-drop ul{width:100%; min-width:auto;}
    .main-wrapper .left-column{display: none;}
    .main-wrapper .right-dv .resource-search-filter-row{display: none;}
    
    .main-wrapper{padding: 20px 0;}
    .main-wrapper .right-dv .data-listing .cat-list{display: block; float: none; margin: 0 0 20px; padding: 0 0 20px;}
    .main-wrapper .right-dv .data-listing .cat-list > div{padding:5px 10px;}
    .main-wrapper .right-dv .data-listing .cat-list > div:nth-child(1),
    .main-wrapper .right-dv .data-listing .cat-list > div:nth-child(2),
    .main-wrapper .right-dv .data-listing .cat-list > div:nth-child(3),
    .main-wrapper .right-dv .data-listing .cat-list > div:nth-child(4){width:auto;}
    .data-listing.isotope-wrapper > span{margin:0 -10px;}
    .download-list-categories{width:calc(100% / 2 - 20px); margin:0 10px;}
    
    .download-category a{padding:20px 10px;}
    .download-category h4{font-size: 14px; line-height: 17px; min-height: 35px;}
    .download-category img{max-width: 25px;}
    
    .taboo .nav{
        padding: 0;
    }
    .taboo .nav li{
        display: block;
        margin: 15px 0;
    }
    
    .row-fluid .map-tablist ul{
        width: auto;
        display : flex;
        float: none;
    }
    
    .row-fluid .map-tablist ul li a{
        padding: 0 10px;
    }
}

@media (max-width: 600px){
    /* Careers Page */
    .row-fluid .job-raw > span { margin:0; }
    .row-fluid .job-raw > span > div { width:100%; padding-right:0; padding-left:0; }
}

@media (max-width: 500px){
    .row-fluid .footer-logo { width:100%; margin-bottom:20px; padding:0; }
    .row-fluid .footer-logo1 { text-align:center; }
    .row-fluid .footer-logo5 { margin:0; text-align:center; }
    
    /*.row-fluid .video-galleryraw > span { margin:0; }*/
    /*.row-fluid .video-galleryraw > span > div { width:100%; padding:15px 0; }*/
    /*.row-fluid .video-galleryraw > span > div:last-child { padding-bottom:0; }*/
    
    .row-fluid .photo-galleryraw > span { margin:0; }
    .row-fluid .photo-galleryraw > span > div { width:100%; padding:15px 0; }
    .row-fluid .photo-galleryraw > span > div:last-child { padding-bottom:0; }
    
    /* Media Center Page */
    .row-fluid .media-newsbox_wrap { margin:0; }
    .row-fluid .media-newscol { width:100%; padding:10px 0; }
    
    .row-fluid .award-raw > span { margin:0; }
    .row-fluid .award-raw > span > div { width:100%; }
    
    .row-fluid .case-studysec ul.tabs-menu li a { padding:10px 8px; font-size:12px; line-height:18px; }
    .row-fluid .case-tabraw > span { margin:0; }
    .row-fluid .case-tabraw > span > div { width:100%; padding:15px 0; }
    .row-fluid .case-tabraw .similar-producttext { padding-right:0; } 
    .row-fluid .footer-logo .color_img { padding:0 ; }
    
    .row-fluid .related-productwrap { padding:0; }
    .row-fluid .related-productbox .widget-type-header h3 { padding-left:0; font-size:18px; }
       
}

@media (max-width: 480px){
    .row-fluid .home-blogsec .blog-feedboxinner { padding:0; }
    
    /* Footer */
	.row-fluid .footer-sec1 .footerbox2 form.hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 15px; }
	.row-fluid .footer-sec1 .footerbox2 form.hs-form .hs-form-field { padding-bottom:15px; }
	.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px; }
	
	.row-fluid .footerbox1 br { display:none; }
    
    .row-fluid form.hs-form fieldset.form-columns-2 .field { width:100%; }
    .row-fluid .apply-nowformbox form.hs-form fieldset.form-columns-2 .field { width:100%; padding-left:0; }
    .row-fluid .apply-nowformbox form.hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
    
    .row-fluid .commercial-formbox .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
    .row-fluid .commercial-formbox .hs-form fieldset.form-columns-2 .field { padding-left:0; }
    
    
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .main-navigationsec a.mobile-trigger, .row-fluid .main-navigationsec span.child-triggerm { display:block !important;  }
  .row-fluid .main-navigationsec .hs-menu-wrapper { display:block !important; }

}




@media (max-width: 991px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    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;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 13px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #00205b; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      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: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 73px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: #00205b; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  
  
}