/*
#e43c5c
*/
a.btn-banner {
    letter-spacing: 3px;
    font-weight: 900;
}
a:hover {
    text-decoration: none;
}
nav.navbar .hs-menu-wrapper ul li a {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
nav.navbar .hs-menu-wrapper ul li:hover {
    background: transparent;
}
nav.navbar .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    display: none !important;
}
.navbar {
    border: none !important;
}
hr {
    border-top: 0px solid transparent;
}
a:focus, a:hover, a {
    color: inherit;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
}
h5 {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 62px;
}
h1 b {
    font-weight: 900;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 25px;
}
h5 {
    letter-spacing: 2px;
}
.servic-icon-container {
    float: left;
    width: 100%;
    text-align: center;
}
.servic-icon-container .service-icon {
    float: none;
    margin:auto;
    margin-bottom: 20px;
}
.service-text-full {
    text-align: center;
}
section.navbar-top {
    height: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 99999;
}
.hs-form input[type=date], .hs-form input[type=datetime], .hs-form input[type=datetime-local], .hs-form input[type=email], .hs-form input[type=month], input[type=number], .hs-form input[type=password], .hs-form input[type=range], .hs-form input[type=search], .hs-form input[type=tel], .hs-form input[type=text], .hs-form input[type=time], .hs-form input[type=url], .hs-form input[type=week], .hs-form textarea.hs-input, .hs-form .input select {
    border-radius: 0;
}
.hs-form button, .hs-form input[type=button], .hs-form input[type=reset], .hs-form input[type=submit] {
    margin-left: 0 !important;
}
.hs-form {
    margin-top: 20px;
}
.social-menu-container {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
}
.social-menu-container ul li {
    float: left;
    padding: 5px 20px;
    text-align: center;
}
.social-menu-container ul {
    list-style: none;
    text-align: center;
    width: auto;
    margin: auto;
    display: inline-block;
}
.tight-gallery-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gallery-img {
    width:100%;
    height:100%;
    background-size:cover !important;
    background-position: center center !important;
}
.gallery-row .gallery-item {
    padding: 0;
    overflow: hidden;
}
.gallery-row .gal-content {
    position: absolute;
    z-index: 3;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:15px;
}
.gallery-row .gal-content .flex-box {
    height: 100%;
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    display:box;
    box-pack:center;
    box-align:center;
}
.gallery-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.gallery-row .gal-content .content-padding {
    padding: 20px;
    width: 100%;
}
.gallery-row .gallery-item .gallery-img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -kthtml-transition: all .2s linear;
}
.gallery-row .gallery-item:hover .gallery-img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    border: 1px solid;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.fbox-effect .fbox-icon i {
    z-index: 1;
}
.feature-box .fbox-icon i {
    font-style: normal;
    text-align: center;
    line-height: 64px;
}
.fbox-icon {
    border-radius: 50%;
    margin-top: 23px;
}
.team-info {
    border-color: transparent;
}
.team-img-wrapper {
    width: 100%;
    float: left;
    clear: both;
    height: auto;
    padding: 0 20px;
}
.fig-caption {
    width: 100%;
}

@media screen and (max-width: 768px) {
    body h1 {
        font-size: 30px;
    }
    h1 b {
        font-weight: 900;
    }
    body h2 {
        font-size: 26px;
    }
    body h3 {
        font-size: 22px;
    }
    body h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 16px;
    }

}
