/*******************************************************
 *
 * 1. Reset
 *
 *******************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
area,
img,
map {
    outline: none;
}
/* Helpers */

.clearfix,
.clear {
    clear: both;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body {
    -webkit-text-size-adjust: none;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    
    opacity: 1;
    color: inherit;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    opacity: 1;
    color: inherit;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    opacity: 1;
    color: inherit;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    opacity: 1;
    color: inherit;
}
input,
textarea,
button,
select {
    border-radius: 0;
    font-family: inherit;
}
textarea {
    resize: vertical;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: #edeff0;
    font-size: 16px;
}


/*******************************************************
 *
 * 2. Custom Style
 *
 *******************************************************/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.aios-starter-theme-hide-title {
    display: none;
}
.orange-radius-144 {
    display: block;
    background: #fb7a03;
    border-radius: 50px;
    max-width: 144px;
    width: 100%;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 11px 0 !important;
    transition: all 0.3s linear;
    line-height: 15px;
}

.text-center {
    text-align: center;
}

a:focus, a:active {
    text-decoration: none;
}


/* Mobile Header */
#mobile-header a {
    color: inherit;
}

#mobile-header {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 0 5px 5px rgba( 0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

#mobile-header .row {
    position: relative;
}

#mobile-header .mhr-burger {
    display: block;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -12.5px;
    padding: 10px 0;
    cursor: pointer;
}

#mobile-header .mhr-burger .mhr-center {
    display: block;
    background: #777;
    width: 100%;
    height: 3px;
    transition: all 0.1s linear;
}

#mobile-header .mhr-burger:before, #mobile-header .mhr-burger:after {
    content: '';
    display: inline-block;
    background: #777;
    position: absolute;
    width: 100%;
    height: 3px;
    transition: all 0.1s linear;
}

#mobile-header .mhr-burger:before {
    top: 0;
}

#mobile-header .mhr-burger:after {
    bottom: 0;
}

#mobile-header .mhr-burger.mhr-burger-active:before {
    transform: translateY(10px) rotate(135deg);
    -moz-transform: translateY(10px) rotate(135deg);
    -webkit-transform: translateY(10px) rotate(135deg);
    border-radius: 10px;
}

#mobile-header .mhr-burger.mhr-burger-active:after {
    transform: translateY(-10px) rotate(-135deg);
    -moz-transform: translateY(-10px) rotate(-135deg);
    -webkit-transform: translateY(-10px) rotate(-135deg);
    border-radius: 10px;
}

#mobile-header .mhr-burger.mhr-burger-active .mhr-center {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

#mobile-header .hd-logo-font {
    font-size: 52px;
    color: #009bbb;
}

#mobile-header .mhr-call {
    border-radius: 50%;
    display: inline-block;
    background: #fb7a03;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
    text-align: center;
}

#mobile-header .mhr-call i {
    font-size: 18px;
    line-height: 40px;
}

#mobile-header .nav-mobile {
    display: none;
    background: #FFF;
    padding: 15px 0;
}

#mobile-header .nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-header .nav-mobile ul li {
    display: block;
}

#mobile-header .nav-mobile ul li a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 600;
    font-size: 1em;
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-2814 a {
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-has-children>a {
    font-weight: 600;
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-has-children li a {
    font-weight: normal;
    color: #666;
}

#mobile-header .nav-mobile ul ul li.menu-item-has-children li a {
    color: #fb7a03;
}

#mobile-header .nav-mobile ul ul li a {
    padding: 8px 35px;
}

#mobile-header .nav-mobile ul ul ul li a {
    padding: 8px 55px;
}

#mobile-header .nav-mobile ul ul ul li:hover a, #mobile-header .nav-mobile ul ul li:hover a, #mobile-header .nav-mobile ul li:hover a {
    color: #009bba;
}


/* Header */


#headerwrapper a {
    color: inherit;
    text-decoration: none!important;
}

#headerwrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /*background: url('assets/images/header-gradient.png');
    background-position: 0 -17px;*/
}

#headerwrapper.onscroll {
    background: white;
    -webkit-box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    padding-bottom: 7px;
}

@media only screen and (max-width: 1200px) {
    #headerwrapper.onscroll nav .menu-main-menu-container>ul {
        margin-left: 0px;
        text-align: right;
        margin-top: 4px;
    }

    #headerwrapper.onscroll nav .menu-main-menu-container>ul>li {
        padding: 0 0 0 20px;
        font-size: 14px;
    }
}

#headerwrapper {
    padding-top: 5px;
}

body.logged-in.admin-bar #headerwrapper.hd-absolute {
    top: 32px;
}

#headerwrapper a:hover {
    text-decoration: none !important;
}

#headerwrapper .hd-logo {
    padding-top: 12px;
}

#headerwrapper .hd-logo-font {
    font-size: 49px;
    color: #009bbb;
}

#headerwrapper .hd-logo-sub {
    position: absolute;
    top: 55px;
    left: 77px;
    font: 300 0.550em 'Nunito Sans', Sans-serif;
    color: #d3d3d3;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

#headerwrapper .hd-contact-details {
    display: block;
    font-weight: 300;
    font-size: 1.250em;
    color: #FFF;
    line-height: 30px;
    text-align: right;
    padding-top: 6px;
}

#headerwrapper .hd-contact-details .sales-a {
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: 500;
    font-size: 1.250em;
    color: #00a4c1;
}

#headerwrapper .hd-contact-details .cd-gap {
    display: inline-block;
    width: 30px;
}

#headerwrapper .hd-contact-details .support-a {
    display: inline-block;
    background: #ff9737;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 0.900em;
    margin: 0 0 0 20px;
    transition: all 0.3s linear;
}

#headerwrapper .hd-contact-details .support-a:hover {}

#headerwrapper .hd-contact-details a {
    background: #fb7a03;
    display: inline-block;
    vertical-align: top;
    padding: 6px 13px;
    border-radius: 20px;
    transition: all 0.3s linear;
    line-height: 20px;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}

#headerwrapper .hd-contact-details a.ai-num-dark {
    background: #009bbb
}

#headerwrapper .hd-contact-details a:hover {
    background: #FFF;
    color: #fb7a03;
}

#headerwrapper .hd-contact-details a.ai-num-dark:hover {
    color: #009bbb
}

#headerwrapper .hd-contact-details i {
    display: inline-block;
    transform: rotate(12deg);
    font-size: 0.722em;
}

#headerwrapper nav {
    display: block;
    padding: 3px 0 0;
}

#headerwrapper nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: right;
}

#headerwrapper.onscroll nav ul#nav {
    margin-left: -60px;
}

#headerwrapper nav ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 40px;
    vertical-align: middle;
}

#headerwrapper.onscroll nav ul li {
    padding: 0 0 0 15px;
}

#headerwrapper nav ul>li {
    letter-spacing: -0.2px;
}

#headerwrapper nav ul li:first-child {
    padding: 0 !important;
}

#headerwrapper nav ul li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 0.875em;
    color: #FFF;
    padding: 17px 0px;
}

#headerwrapper.onscroll nav ul li a {
    padding: 17px 0px;
    color: #000;
}

#headerwrapper nav ul li a:after {
    content: '';
    display: block;
    background: #21a7c5;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#headerwrapper nav ul li>a:hover:after, #headerwrapper nav ul li:hover>a:after {
    opacity: 1;
}

#headerwrapper .sub-custom-menu {
    display: none;
    background: rgba( 244, 244, 244, 1);
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 30px 20px 38px;
    border-radius: 3px;
    border-top: solid 3px #21a7c5;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
}

    #headerwrapper.onscroll .sub-custom-menu{
            top: 110%;
    }
#headerwrapper .sub-custom-menu:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

#headerwrapper .sub-custom-menu img {
    max-width: 100%;
    display: block;
}

#headerwrapper .sub-custom-menu .row {
    margin-left: -10px;
    margin-right: -10px;
}

#headerwrapper .sub-custom-menu [class^="col-"], #headerwrapper .sub-custom-menu [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

#headerwrapper .sub-custom-menu .scsr-link ul {
    display: block;
    text-align: left;
}

#headerwrapper .sub-custom-menu .scsr-link ul li {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

#headerwrapper .sub-custom-menu .scsr-link ul li a {
    display: block;
    font-weight: 300;
    font-size: 0.875em;
    color: #000;
    letter-spacing: -0.2px;
    padding: 14px 0;
    border-bottom: solid 1px #d2d2d1;
}

#headerwrapper .sub-custom-menu .scsr-link ul li:last-child a {
    /* border: none; */
}

#headerwrapper .sub-custom-menu .scsr-link ul li a:hover {
    color: #049ec0;
}

#headerwrapper .sub-custom-menu .scsr-link ul li a:hover:after {
    display: none !important;
}

#headerwrapper .sub-custom-menu .scsr-product {
    text-align: left;
}

#headerwrapper .sub-custom-menu .scsr-product .scsr-product-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 11px 0;
}

#headerwrapper .sub-custom-menu .scsr-product .scsr-product-image:before {
    width: 100%;
    height: 100%;
    background: url(../images/ipad-black-vector.png) center center no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#headerwrapper .sub-custom-menu .scsr-p-title {
    margin: -6px 0 0;
    font-weight: 700;
    font-size: 1.250em;
    color: #0095b6;
}

#headerwrapper .sub-custom-menu .scsr-p-title a {
    color: #0095b6;
    font-weight: 700;
}

#headerwrapper .sub-custom-menu .scsr-product ul {
    margin: 17px 0 17px 18px;
    font-size: 16px;
    text-align: left;
    list-style-type: disc;
}

#headerwrapper .sub-custom-menu .scsr-product ul li {
    display: list-item;
    font-size: 0.875em;
    color: #494949;
    padding: 3px 0;
}

#headerwrapper .sub-custom-menu .scsr-p-learnmore {
    display: block;
    background: #fb7a03;
    border-radius: 50px;
    max-width: 144px;
    width: 100%;
    font-weight: 700;
    font-size: 0.938em;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    margin: 0 auto;
    transition: all 0.3s linear;
}

#headerwrapper .sub-custom-menu .scsr-p-learnmore:hover {
    background: #ff9737;
}

#headerwrapper .sub-rewd {
    width: 916px;
    left: -186px;
}

#headerwrapper .sub-idx {
    width: 355px;
    text-align: left;
    left: -120px;
}

#headerwrapper .sub-reim {
    width: 355px;
    text-align: left;
}

#headerwrapper .sub-blog {
    width: 419px;
    text-align: left;
    left: -178px;
}

#headerwrapper..onscroll .sub-blog {
    left: -178px;
}

a.cfeed-link {
    border: 1px solid #b7b9b9;
    padding: 0 !important;
    margin: 17px 0;
}

.cfeed-link .ai-blog-title {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 8px 7px;
}

#headerwrapper .sub-mma {
    width: 395px;
    text-align: left;
    right: 0;
}

#headerwrapper .sub-reim .orange-radius-144, #headerwrapper .sub-idx .orange-radius-144, #headerwrapper .sub-mma .orange-radius-144 {
    margin: 13px 0 0;
}

#headerwrapper .sub-reim .sub-reim-links, #headerwrapper .sub-idx .sub-idx-links, #headerwrapper .sub-mma .sub-mma-links {
    position: relative;
    margin-top: 20px;
}

#headerwrapper .sub-reim .sub-reim-links:before, #headerwrapper .sub-idx .sub-idx-links:before, #headerwrapper .sub-mma .sub-mma-links:before {
    content: '';
    display: block;
    background: #d2d2d1;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

#headerwrapper .support-number {
    display: none;
    font-weight: 300;
    font-size: 1.250em;
    color: #FFF;
    text-align: right;
    margin-top: 6px;
}

#headerwrapper .support-number .support-a {
    display: inline-block;
    background: white;
    border: 1px solid #ff9737;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 0.900em;
    margin: 0 0 0 0;
    transition: all 0.3s linear;
    color: #ff9737;
    font-weight: 600;
}

#headerwrapper .support-number .support-a i {
    margin-right: 7px;
    transform: rotate(12deg);
    font-size: 0.722em;
    color: #ff9737;
}
/* Blog Feed Nav */
.sub-blog .scsr-p-title a {
    text-align: center;
    padding-bottom: 0!important;
}

.blog-feed-nav-btn-wrap {
    clear: both;
    padding-bottom: 10px;
   /* padding-top: 30px;*/
}

.blog-feed-nav-btn-wrap a {
    max-width: 436px;
    padding: 11px 4px !important;
}



/** Banner **/

#banner-top {
    display: block;
    position: relative;
    background: url(../images/banner-background.jpg) no-repeat center center;
    background-color: #009bbb;
    background-size: cover;
    padding-top: 120px;
}

#banner-top .banner-photo img {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
#banner-top .banner-title h1 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}
#banner-top .banner-title h1 strong {
    display: block;
    font-weight: 400;
    padding-top: 10px;
    line-height: 0.760em;
    color: #fff !important;
    text-shadow: 2px 2px 0 rgba( 0, 0, 0, 0.1);
    letter-spacing: -1.2px;
    margin: 0;
    text-align: left;
}
#banner-top .banner-title h1 span {
    font-weight: 300;
    font-size: 0.6em;
    color: #FFF;
}
/** Banner **/


/** Welcome Text **/

#welcome-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#welcome-text p {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    max-width: 80%;
    margin: 0 auto;
}
#welcome-text p span {
    display: block;
    color: #000000;
}
/** Welcome Text **/


/* Footer Form */
.products-fq-styles {
    width: 100%;
    background-size: cover !important;
    padding: 65px 0 50px;
    margin-top: 40px;
}
    
    .bot-form-1{
        background: url(../images/bottom-form-bg-1.jpg) top center no-repeat;
    }


    .products-fq-styles h4 {
            font-family: 'Open Sans';
            text-align: center;
            color: #fff;
            margin-bottom: 25px;
            font-weight: normal;
            font-size: 31px;
            letter-spacing: -0.02em;
        }

    .products-fq-styles h4 strong{
        font-weight: 600;
        font-size: 41px;
        display: block;
    }
    .products-fq-styles #fsSection45725223,
    .products-fq-styles #fsSection45725070{
        float: left;
        width: 50%;
    }
    .products-fq-styles .fsCell{
        float: left;
        width: 48.79%;
        margin: 0 0.6%;
    } 
        .products-fq-styles .fsCell label{
            display: none;
        }

    .products-fq-styles input[type=text],
    .products-fq-styles input[type=email],
    .products-fq-styles input[type=tel] {
            width: 100%;
            border: 1px solid #a2968d;
            background: #fff;
            color: #393939;
            font: 400 13px 'Open Sans';
            height: 35px;
            padding: 0 8px;
            margin-bottom: 6px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 5px !important;
    }
    .products-fq-styles .fs1Col .fsCell{
        width: 100% !important;
        margin: 0 0 15px;
        padding: 0.3%;
    }
        .products-fq-styles .fs1Col .fsCell textarea{
            width: 100%;
            height: 60px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-color: #fff;
            border: solid 1px rgba(115,115,115,.8);
            background: #fff;
            color: #393939;
            font: 400 13px 'Open Sans';
            padding: 10px;
        }

    .products-fq-styles #fsSubmit2474871{
        text-align: center;
    }
    .products-fq-styles input[type="submit"]{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        color: #fff;
        font: 400 16px/37px 'Open Sans';
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        position: relative;
        z-index: 5;
        font-weight: bold;
        background: #ea7901;
        width: 150px;
        height: 37px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;           
        display: block;
        margin: 0 auto;
        transition: all 0.3s linear;
    }
        .products-fq-styles input[type="submit"]:hover{
            background: #ff9737 !important;
        }
    .form-phone{
        display: block;
        color: #fff;
        font-size: 24px;
        padding: 5px 0;
        margin-left: 13px;
        margin-top: 15px;
    }

    .products-fq-styles-2 .fsForm div[role="alert"], .products-fq-styles .fsForm div[role="alert"] {
        display: block;
        background: #fd6f6f;
        width: 99%;
        bottom: 100%;
        font-size: 11px;
        color: #fff;
        padding: 5px 0px;
        margin: 0 auto 5px;
        text-align: center;
    }

    .products-fq-styles-2 .fsValidationError input, .products-fq-styles .fsValidationError input {
        background: #f3c2c2 !important;
    }


/* Footer */
#footer-site a {
    color: inherit; 
    text-decoration: none!important;
}

#footer-site img {
    max-width: 100%;
}

#footer-nav {
    background: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-nav .free-consultation-title {
    display: block;
    font-size: 1.625em;
    color: #076e83;
}

#footer-nav .free-consultation-title strong {
    display: block;
    font-weight: 600;
    font-size: 1.077em;
    color: #fb7a03;
}

#footer-nav .link-title {
    display: block;
    margin: 0 0 6px;
    font-weight: 300;
    font-size: 1.250em;
    color: #202020;
}

#footer-nav .fls-nav .link-title {
    margin-top: 32px;
}

#footer-nav .footer-links {
    float: left;
    width: 25.702%;
    padding-right: 30px;
}

#footer-nav .fls-nav {
    width: 34.211%;
}

#footer-nav .fls-resources {
    width: 14.383%;
    padding-right: 0;
}

#footer-nav .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-nav .footer-links ul li {
    display: block;
    padding: 5px 0;
}

#footer-nav .footer-links ul li a {
    display: inline-block;
    font-weight: 300;
    font-size: 0.938em;
    color: #595858;
}

#footer-nav .fls-nav ul li a {
    color: #076e83;
}

#footer-nav .fls-nav ul li:hover a, #footer-nav .footer-links ul li:hover a {
    text-shadow: 0px 0px 0.5px #076e83;
    color: #076e83;
}

.menu-footer-nav-left-container {
    float: left;
    padding-right: 30px;
}

.menu-footer-nav-right-container {
    float: left;
}

a#bbblink {
    display: inline-block !important;
    margin: 18px 0 !important;
    width: 137px !important;
}

a#bbblink img {
    width: 200% !important;
}

a#bbblink.sehzbam:hover img, a#bbblink.rbhzbam:hover img, a#bbblink.ruhzbam:hover img, a#bbblink.sehzbum:hover img, a#bbblink.rbhzbum:hover img, a#bbblink.ruhzbum:hover img {
    margin-left: -100% !important;
}

#connect-w-us {
    background: #076e83;
    padding-top: 33px;
    padding-bottom: 26px;
}

#connect-w-us .monologo {
    display: inline-block;
    padding: 8px 5px;
    border: solid 2px #FFF;
    font-size: 4.47em;
    line-height: 1px;
    color: #FFF;
    border-radius: 3px;
    margin-top: 19px;
    transition: all 0.3s ease-in;
}

#connect-w-us .monologo:hover {
    background: #fff;
    color: #076e83;
    border-color: transparent;
}

#connect-w-us .cws-title {
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

#connect-w-us .cws-title span {
    display: inline-block;
    position: relative;
    font-size: 0.625em;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 11px;
}

#connect-w-us .cws-title span:before, #connect-w-us .cws-title span:after {
    content: '';
    display: inline-block;
    background: #329db3;
    width: 1140px;
    height: 1px;
    position: absolute;
    top: 50%;
}

#connect-w-us .cws-title span:before {
    right: 100%;
}

#connect-w-us .cws-title span:after {
    left: 100%;
}

#connect-w-us .cws-media {
    margin: 12px 0 22px;
}

#connect-w-us .cws-media a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#connect-w-us .cws-media a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid white;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    opacity: 0;
}

#connect-w-us .cws-media a:hover::after {
    transform: scale(1.2);
    opacity: 1;
}

#connect-w-us .cws-media a.cws-facebook {
    background: #4d6baa;
}

#connect-w-us .cws-media a.cws-facebook:after {
    border-color: #4d6baa;
}

#connect-w-us .cws-media a.cws-twitter {
    background: #4fc6f8;
}

#connect-w-us .cws-media a.cws-twitter:after {
    border-color: #4fc6f8;
}

#connect-w-us .cws-media a.cws-google-plus {
    background: #dc4e41;
}

#connect-w-us .cws-media a.cws-google-plus:after {
    border-color: #dc4e41;
}

#connect-w-us .cws-media a.cws-linkedin {
    background: #007bb6;
}

#connect-w-us .cws-media a.cws-linkedin:after {
    border-color: #007bb6;
}

#connect-w-us .cws-media a.cws-pinterest {
    background: #cb2027;
}

#connect-w-us .cws-media a.cws-pinterest:after {
    border-color: #cb2027;
}

#connect-w-us .cws-media a.cws-instagram {
    background: #3f729b;
}

#connect-w-us .cws-media a.cws-instagram:after {
    border-color: #3f729b;
}

#connect-w-us .cws-media a.cws-yelp {
    background: #be2f25;
}

#connect-w-us .cws-media a.cws-yelp:after {
    border-color: #be2f25;
}

#connect-w-us .cws-media a.cws-youtube {
    background: #f00;
}

#connect-w-us .cws-media a.cws-youtube:after {
    border-color: #f00;
}

#connect-w-us .cws-media a i {
    font-size: 23px;
    color: #FFF;
    line-height: 40px;
}

#connect-w-us .cws-contact {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #FFF;
}

#connect-w-us .cws-contact span {
    display: block;
}

#connect-w-us .cws-contact em {
    font-style: normal;
    color: #68e0f9;
}

#connect-w-us .cws-btt {}

#connect-w-us .f-back-to-top {
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #FFF;
    max-width: 178px;
    width: 100%;
    padding: 10px 5px;
    margin-top: 15px;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in;
}

#connect-w-us .f-back-to-top:hover {
    background: #fff;
    color: #1789a0;
}

#connect-w-us .bbb-acc {
    margin-top: 19px;
}

#connect-w-us .bbb-acc .bb-cc-wrap {
    border: 2px solid #fff;
    width: 55%;
    max-width: 92px;
    height: auto;
    margin: 0 auto;
    border-radius: 3px;
}

#connect-w-us .bbb-acc img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

#connect-w-us .bbb-acc span {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #FFF;
}

#foo-copyright {
    background: #099fb8;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.813em;
    color: #FFF;
}





/* Media Query */
@media (max-width: 1260px) {

    #headerwrapper .sub-rewd {
        left: -190px;
    }
    #headerwrapper nav ul li {
        padding: 0 0 0 29px;
    }
}

@media (max-width: 1200px) {

    #headerwrapper.onscroll .hd-logo-font {
        font-size: 39px !important;
    }

    #headerwrapper nav ul li {
        padding: 0 0 0 15px;
    }
    #headerwrapper nav ul li a {
        font-size: 0.813em;
    }
    #headerwrapper .sub-rewd {
        left: -320px;
    }
}

@media only screen and (max-width: 1024px) {
    #banner-top .banner-title h1 {
         
         text-align: center;
         margin-bottom: 40px;
     }

     #banner-top .banner-title h1 strong {
         text-align: center;
     }
}



@media only screen and (max-width: 991px) {
    /* Header */
    #mobile-header {
        display: block;
    }

    #mobile-header .hd-logo-font {
        font-size: 2.2em;
    }

    #headerwrapper {
        display: none;
    }


    /* Banner */
    #banner-top {
        padding-top: 120px;
    }
    
    .banner-title h1 {
        text-align: center;
    }


    /* Footer Form */
    .products-fq-styles #fsSection45725223, .products-fq-styles #fsSection45725070 {
        float: left;
        width: 100%;
    }


    /* Footer */
    #connect-w-us .monologo {
        margin-bottom: 12px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {

    #banner-top {
        padding-top: 98px;
    }

    #banner-top .banner-title h1 strong {
        line-height: 50px;
    }

    #banner-top .banner-title h1 span {
        line-height: 1.2em;
        margin-top: 10px;
        display: block;
    }


}

@media only screen and (max-width: 400px) {

    #banner-top .banner-title h1 strong {
        font-size: 40px;
        line-height: 40px;
    }

    #banner-top .banner-title h1 span { 
        font-size: 20px;
        line-height: 1.1em;

    }

    #welcome-text p {
        padding: 0 15px;
    }
}