

/* start of custom CSS */

.customButton{
    display: inline-block;
    position: relative;
    padding: 13px 10px;
    border-radius: 5px;
    background: #72bf44;
    font-size: 15px!important;
    color: #fff;
    font-weight: 400;
}

.blueText{
    color: #226bb8;
    font-size: 17px;
}

.stylingTitle{
    padding-left:20px!important;
}.badge-slider-wrapper {
    position: absolute;
}

/* end of custom CSS */




/* TYPOGRAPHY STYLES */
#wpadminbar {
    display: none !important;
}
body {
    font-family: 'Nunito Sans', sans-serif;
}h1, h1 a {
    color: #123d6a;
    font-family: 'Halant', serif;
    font-size: 44px;
    line-height: 1.1;
    margin: 25px 0;
    font-weight: 500;
}h2 {
    color: #123d6a;
    font-family: 'Halant', serif;
    font-size: 38px;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 500;
}h3 {
    color: #123d6a;
    font-family: 'Halant', serif;
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 500;
}h4 {
    font-family: 'Halant', serif;
    color: #123d6a;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    margin: 20px 0;
}p {
    font-family: 'Nunito Sans', sans-serif;
    color: #111111;
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0;
    font-weight: 600;
}p strong {
    color: #ab3b61;
}ul {
    list-style-type: none;
}.content-wrapper ul li {
    font-size: 15px;
    color: #111111;
    margin-bottom: 5px;
    padding-left: .9375em;
    padding-right: 0;
    position: relative;
    font-weight: 600;
}.content-wrapper ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 7px;
    height: 10px;
    width: 4px;
    background: #ab3b61;
    border-radius: 2px;
}.bg-section ul li {
    color: #ffffff;
}.bg-section ul li::before {
    background: #ede2dc;
}span.accent1 {
    color: #ede2dc !important;
}span.accent2 {
    color: #123d6a !important;
}h1.big-title {
    font-size: 60px;
}h1 span.sub-heading {
    display: block;
    font-size: 30px;
    color: #ab3b61;
}h2 span.sub-heading {
    display: block;
    font-size: 24px;
    color: #ab3b61;
}.dark h1,.dark h2,.dark h3,.dark p,.dark ul li {
    color: #ffffff;
}.dark span.sub-heading {
    color: #ede2dc;
}.dark ul li::before {
    background: #ecc8ba;
}.blue-bg {
    background: #123d6a;
}.separator {
    display: block;
    width: 50px;
    height: 4px;
    background: #bbb2b5;
    margin: 20px 0 25px;
}.text-center .separator {
    margin-left: auto;
    margin-right: auto;
}h2.faq-question {
    font-size: 26px;
    position: relative;
    line-height: 1.3;
}h2.faq-question::before {
    content: "Q:";
    margin-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #ab3b61;
    color: #ab3b61;
    font-weight: 500;
}

/* HEADER STYLES */

.header-wrapper {
    width: 100%;
    background:#ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.header-wrapper.sticky-active,.header-wrapper.header-inner {
    box-shadow: 0px 5px 15px 0px rgba(28, 28, 28, 0.1); 
}.header-wrapper .logo-wrapper {
    display: inline-block;
    padding: 30px 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.header-wrapper .logo-wrapper img {
    max-height: 40px;
 -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}.header-wrapper .company-info {
    display: inline-block;
    max-width: calc(100% - 165px);
    padding: 15px 10px 0;
    width: 100%;
    vertical-align: middle;
}h1.header-company-title {
    color: #ab3b61;
    font-family: 'Halant', serif;
    font-size: 26px;
    margin: 0 0 5px;
    font-weight: 500;
}p.header-company-serviceorder {
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}.header-phone a.click-to-call {
    background: #ab3b61;
    color: #ffffff !important;
    font-size: 1.3vw !important;
    font-weight: bold !important;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
    border-radius: 15px;
    line-height: initial;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}p.call-us a.click-to-call {
    background: #ab3b61;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 20px 35px;
    display: inline-block;
    border-radius: 15px;
    line-height: initial;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.header-phone a.click-to-call:hover, p.call-us a.click-to-call:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}.header-phone a.click-to-call:focus, .header-phone a.click-to-call:active, p.call-us a.click-to-call:focus, p.call-us a.click-to-call:active {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}.header-wrapper .header-phone {
    padding-top: 12.5px;
     -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/* NAVIGATION STYLES */

.navigation-wrapper .top-bar {
    background: none;
    display: inline-block;
    height:auto;
}.top-bar-section ul:not(.dropdown) li:not(:last-child) {
    margin-right: 0;
}.top-bar-section li:not(.has-form) a:not(.button) {
    background: #ffffff;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    padding: 27.5px 15px 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.top-bar-section li:not(.has-form) a:not(.button):hover, 
.top-bar-section li.active:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
    background:#ffffff;
    color: #000000;
    padding: 27.5px 15px 0;
}.top-bar-section ul li:not(.has-form) a:not(.button)::before {
    content: " ";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #123d6a;
    opacity:0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.top-bar-section li:not(.has-form) a:not(.button):hover::before, .top-bar-section li.active:not(.has-form) a:not(.button)::before, .top-bar-section li.active:not(.has-form) a:not(.button):hover::before {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
    display: none;
}.top-bar-section .has-dropdown>a:after {
    border-color: #ab3b61 transparent transparent transparent;
    top: 50px;
     -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.top-bar-section .dropdown {
    background: #123d6a;    
    box-shadow: 0px 20px 45px 0px rgba(28, 28, 28, 0.45);    
}.top-bar-section .dropdown li {
    background: none;
    margin: 0 !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #ffffff;
    background: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 35px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    color: #ffffff;
    background: #ab3b61;
    padding: 0 15px;
}

/* SLIDER STYLES */

.slider-wrapper {
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2); 
}.slider-inner-wrapper {
    max-height: 443px;
    overflow: hidden;
}.slider-caption-wrapper {
    padding: 5% 0;
}.slick-text-slider p {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    color: #bdc7d2;
}.slick-text-slider p span.red {
    color: #ab3b61;
}.slick-text-slider p .fa {
    color: #ffffff;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    margin-left: 25px;
    background: #123d6a;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;    
}.slick-text-slider p .fa:hover {
    box-shadow: 0px 5px 15px 0px rgba(28, 28, 28, 0.25);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}.slick-text-slider p .fa:active,
.slick-text-slider p .fa:focus {
    box-shadow: 0px 5px 15px 0px rgba(28, 28, 28, 0.25);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}.small-slider-wrapper {
    width: calc(100% + 66px);
    max-width: 600px;
    position: absolute;
    right: 0;
    box-shadow: -40px 0px 60px 0px rgba(28, 28, 28, 0.45);
}.slider-wrapper .tagline {
    background: #123d6a;
    position: relative;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 10px 11px 40px 0px rgba(28, 28, 28, 0.1);
}.slider-wrapper .tagline p {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

/* GENERAL STYLES */

.row {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}.row.wide {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
}.row.full {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}.content-wrapper {
    position:relative;
    overflow: hidden;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.accent-bar {
    display:inline-block;
}.white {
    color: #ffffff;
}.blue-left::before {
    content: " ";
    width: 17px;
    height: 215px;
    background: #123d6a;
    position: absolute;
    left: 0;
}.red-right::before {
    content: " ";
    width: 17px;
    height: 215px;
    background: #ab3b61;
    position: absolute;
    right: 0;
}.blue-left-md::before {
    content: " ";
    width: 17px;
    height: 175px;
    background: #123d6a;
    position: absolute;
    left: 0;
}.red-right-md::before {
    content: " ";
    width: 17px;
    height: 175px;
    background: #ab3b61;
    position: absolute;
    right: 0;
}.blue-left-sm::before {
    content: " ";
    width: 17px;
    height: 130px;
    background: #123d6a;
    position: absolute;
    left: 0;
}.red-right-sm::before {
    content: " ";
    width: 17px;
    height: 130px;
    background: #ab3b61;
    position: absolute;
    right: 0;
}.red-left::before {
    content: " ";
    width: 17px;
    height: 130px;
    background: #ab3b61;
    position: absolute;
    left: 0;
}.red-left-sm::before {
    content: " ";
    width: 17px;
    height: 95px;
    background: #ab3b61;
    position: absolute;
    left: 0;
}.home-bg-1 {
    background: center / cover url(https://havelfloors.com/wp-content/themes/cfl3/images/com-home-bg-1.jpg);
}.home-bg-2 {
    background: center / cover url(https://havelfloors.com/wp-content/themes/cfl3/images/res-home-bg-2.jpg);
}.inner-intro {
    background: center / cover url(https://havelfloors.com/wp-content/themes/cfl3/images/inner-bg.jpg);
}a.cta-btn {
    display: inline-block;
    min-width: 280px;
    text-align: center;
    padding: 25px 0;
    border-radius: 15px;
    background: #ab3b61;
    color: #ffffff !important;
    font-size: 16px;
    margin: 10px 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}a.cta-btn.alt {
    background: #123d6a;
}a.cta-btn:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}.a.cta-btn:focus, a.cta-btn:active {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}.dark-overlay {
    background: rgba(0,0,0,0.75);
}.bg-section {
    padding: 140px 0 200px;
}.bg-section h2,.bg-section h3 {
    color: #ede2dc;
}.bg-section p {
    color: #ffffff;
}.cta-buttons {
    padding-top: 25px;
}.cta-buttons span {
    color: #ede2dc;
    font-family: 'Halant', serif;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
}img.shadow {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.1);
}.will-fade {
    opacity: 0;
}.cta-wrapper {
    padding: 150px 0 200px;
}.cta-wrapper h3 {
    color: #ede2dc;
    font-size: 42px;
}.cta-wrapper p {
    color: #ffffff;
    font-size: 20px;
}p.call-us {
    font-size: 24px;
    font-weight: bold;
}p.call-us a {
    margin-top:20px;
}button, .button {
    border: none;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    letter-spacing:1px;
    line-height: normal;
    margin: 15px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 16px;
    background-color: #ab3b61;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}button:hover, .button:hover  {
    background-color: #ab3b61;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}button:focus, .button:focus {
    background-color: #ab3b61;
}.svc-btn::before {
    content: "\f061";
    font-family: fontAwesome;
    font-size: 12px;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #123d6a;
    border-radius: 15px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-transform: translateX(5px) translateY(-3px);
    -webkit-transform: translateX(5px) translateY(-3px);
    -o-transform: translateX(5px) translateY(-3px);
    -ms-transform: translateX(5px) translateY(-3px);
    transform: translateX(5px) translateY(-3px);
    opacity: 0;
}.svc-btn:hover::before {
    box-shadow: 0px 12px 20px 0px rgba(28, 28, 28, 0.2);
    opacity: 1;
    -moz-transform: translateX(0px) translateY(0);
    -webkit-transform: translateX(0px) translateY(0);
    -o-transform: translateX(0px) translateY(0);
    -ms-transform: translateX(0px) translateY(0);
    transform: translateX(0px) translateY(0);
}.gallery-image {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.gallery-image:hover {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.5);
}.footer-wrapper {
    width: 100%;
    background: #1f2831;
    position: relative;
}.footer-wrapper .toTop {
    position: absolute;
    right: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 25px 15px;
    border-right: 15px solid #ab3b61;
    bottom: 0;
    cursor: pointer;
}.toTop .fa {
    display: block;
    color: #ab3b61;
    font-size: 30px;
    line-height: normal;
    height: auto;
}.footer-wrapper .toTop span {
    display: block;
    font-size: 27px;
}.footer-logo {
    position: absolute;
    top: 0;
    left: calc(50% - 157.5px);
    top: -75px;
}.social-icons {
    padding: 20px 0 0;
}.footer-wrapper .social-icons .fa {
    font-size: 24px;
    color: #ffffff;
    width: 65px;
    text-align: center;
    position: relative;
    line-height: 1.1;
}.footer-wrapper .social-icons a {
    position: relative;
    display: inline-block;
    float: left;
}.footer-wrapper .social-icons .fa:hover {
    color: #ab3b61;
}.footer-widget {
    padding: 55px .9375rem;
}.footer-widget h3 {
    color: #ede2dc;
    font-size: 28px;
}.footer-widget p {
    margin: 0 0 10px;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
}.footer-widget p strong {
    color: #ede2dc;
}.disclaimer {
    padding-bottom: 20px;
}.disclaimer p {
    font-size: 11px;
    color: #ffffff;
}a.lnm-image img {
    max-width: 120px;
    margin-top: 15px;
    opacity: 0.5;
}.contact-details p {
    padding-left: 25px;
}.contact-details p::before {
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #ede2dc;
}p.contact-address.address::before {
    content: "\f041";
}p.contact-phone.phone::before {
    content: "\f095";
}p.contact-email.email::before {
    content: "\f003";
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contact-form-wrapper {
    padding-bottom: 50px;
}input.fancyInput[type="text"] {
    border-radius: 15px;
    padding: 27px 25px;
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0px 25px 60px 0px rgba(28, 28, 28, 0.2) !important;
    background: #ffffff;
    color: #123d6a;
    font-weight: bold;
}input[type="text"]::placeholder, .contactForm textarea::placeholder {
    color: #123d6a;
}.contactForm textarea {
    width: 100%;
    border-radius: 15px;
    padding: 27px 25px;
    font-size: 18px;
    line-height: 1.4;
    height: 189px;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0px 25px 60px 0px rgba(28, 28, 28, 0.2) !important;
    background: #ffffff;
    color: #123d6a;
    font-weight: bold;
}.contactForm .captchaWrapper {
    margin: 0 0 30px;
    border-radius: 15px;
    padding: 17.5px 25px;
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: 0px 25px 60px 0px rgba(28, 28, 28, 0.2) !important;
    background: #ffffff;
    color: #123d6a;
    font-weight: bold;
    min-height: 79px;
}.contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 18px;
    padding: 0;
    margin: 0 0 0 30px;
    color: #123d6a;
}.contactForm .captchaWrapper img {
    max-width: 25%;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    color: #ffffff;
    font-weight: normal;
    background: #ab3b61;
    border: none;
    border-radius: 15px;
    padding: 26px;
    text-align: center;
    min-width: 300px;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.contactForm .submitWrapper span.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}.contactForm .formError {
    z-index: 99;
}.emailConfirmation {
    margin: 0 auto;
    position:absolute;
    top: 0;
    z-index:99;
}.emailConfirmation h1 {
    color: #00CC00;
}.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.top-padding-xs {
    padding-top: 25px;
}.vertical-padding-xs {
    padding-top: 25px;
    padding-bottom: 25px;
}.vertical-padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}.vertical-padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}.vertical-padding-large {
  padding-top: 100px;
  padding-bottom: 100px;
}.padded-right {
    padding-right: 5%;
}.mgn-top-sm {
    margin-top: 15px;
}

/* SLIDE OUT FORM */

.slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #123d6a;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-content span {
    margin: 0 0 25px;
      color: #ffffff;
    font-family: 'Halant', serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}.slide-out-form form {
    margin: 0;
}.slide-out-form input.fancyInput[type="text"] {
    padding: 10px 25px;
    margin-bottom: 10px;
}.slide-out-form .contactForm textarea {
    padding: 10px 15px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.slide-out-form .contactForm .captchaWrapper {
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
}.slide-out-form .contactForm .captchaWrapper input {
    margin: 0 0 0 30px;
    padding:  0 15px;
}.slide-out-form .contactForm .submitWrapper span.submit {
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
}.slide-out-form .contactForm .submitWrapper {
    margin-top: 20px;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#ab3b61;
    border-radius: 40px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}.slide-out-form label{
    display: none;
}
.landing-page-wrapper #primary, .row.service-areas-wrapper .clearfix {
    padding: 50px 0 60px;
}.landing-page-button-wrapper a {
    background: #ab3b61;
}.landing-page-wrapper li {
    color: #111111;
}


/* ANIMATIONS */

.scrollfade, .animated {
    opacity: 0;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}.scrollfade.complete,.animated.complete{
    opacity:1;
}.from-bottom.scrollfade {
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}.from-top.animated {
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}.from-bottom.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.from-top.animated.complete {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.from-top.scrollfade {
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}.from-top.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.from-left.scrollfade {
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}.from-left.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}.from-right.scrollfade {
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}.from-right.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}


@media only screen and (min-width: 1026px) and (max-width: 1700px) {
.row.wide {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}.accent-bar::before {
    width: 10px;
}.header-wrapper .logo-wrapper {
    margin-left: 0;
    margin-right: 10px;
}h1.header-company-title {
    font-size: 20px;
}p.header-company-serviceorder {
    font-size: 14px;
}.top-bar-section li:not(.has-form) a:not(.button),.top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section ul li:hover:not(.has-form)>a {
    padding: 40px 5px 0;
    font-size: 12px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
}.top-bar-section .dropdown {
    min-width: 200%;
}.top-bar-section .dropdown li {
    width: 100%;
}.top-bar-section .has-dropdown>a:after {
    top: 60px;
}.header-wrapper .logo-wrapper img {
    max-height: 40px;
}
}

@media only screen and (min-width: 1026px) and (max-width: 1440px) {
.slick-text-slider p {
    font-size: 30px;
}.slider-inner-wrapper {
    max-height: 375px;
}h1.big-title {
    font-size: 44px;
}.green-left::before {
    height: 200px;
}h2 {
    font-size: 30px;
}.padded-right {
    padding-right: .9375rem;
}.footer-wrapper .social-icons .fa {
    width: 50px;
}
}

@media only screen and (min-width: 1026px) and (max-width: 1300px) {
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section ul li:hover:not(.has-form)>a {
    font-size: 12px;
}
}

@media only screen and (max-width: 1025px) {
.row.wide, .row.full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}h1.big-title {
    font-size: 44px;
}.green-left::before {
    height: 200px;
}h2 {
    font-size: 30px;
}.padded-right {
    padding-right: .9375rem;
}.header-wrapper {
    position: relative;
}header.header-wrapper .navigation-wrapper {
    opacity: 1;
    position: absolute;
    width: 100%;
}.row.full.header-inner-wrapper {
    padding: 0;
}.header-wrapper .logo-wrapper {
    margin-left: 0;
}.mobile-navigation {
    display: block;
    font-size: 18px;
    right: 0px;
    line-height: 58px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    vertical-align: top;
    width: auto;
    z-index: 999;
}.mobile-navigation .fa {
    color: #ab3b61;
    font-size: 32px;
    line-height: 58px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 58px;
}.fullwidth-navigation {
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: 997;
}.fullwidth-navigation .top-bar {
    padding-top: 10%;
    height: 100%;
    display: block;
}.fullwidth-navigation .title-area {
    display: none !important;
}.top-bar-section {
    background: #ffffff;
}.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100%;
    z-index: 997;
    padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 65px;
    text-align: center;
    padding: 0;
    font-size: 20px;
}.top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section ul li:hover:not(.has-form)>a {
    padding: 0;
    color: #111111;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
    display: none !important;
}.top-bar-section .has-dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #ab3b61 !important;
    border-top-style: solid;
    margin-top: 0px;
    left: auto;
    right: 0;
    top: 44%;
    margin-right: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow: none;
    left: 100%;
    border-radius: 0;
    background: #ffffff;
    padding-bottom: 40px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #111111;
    line-height: 35px !important;
}.top-bar .top-bar-section ul.dropdown li:not(.dropdown) {
    height: 35px;
}.row.wide.slider-area {
    padding: 0;
}.slider-inner-wrapper {
    max-height: none;
}.slick-text-slider p {
    text-align: center;
}.slick-text-slider p .fa {
    display: block;
    margin: 15px auto;
}.slider-caption-wrapper {
    padding-bottom: 0;
}.tagline-mobile {
    margin-bottom: 0;
}.tagline-mobile p {
    font-size: 24px;
    line-height: 1.4;
}.mobile-cta a {
    text-align: center;
    font-size: 18px !important;
    padding: 15px 0;
    color: #ffffff !important;
    background: #ab3b61;
}.accent-bar::before {
    width: 10px;
}span.accent-bar.green-left-sm {
    position: absolute;
}span.accent-bar.green-left-sm::before {
    top: 15px;
}.green-right-md::before {
    height:130px;
}.bg-section {
    padding: 100px 0 160px;
}.parallax {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}.footer-wrapper {
    padding-top: 60px;
}.footer-widget {
    padding: 0 .9375rem;
}.footer-wrapper .social-icons a {
    float: none;
}.social-icons {
    text-align: center;
    padding: 40px 0 0;
}.vertical-padding-small {
  padding-top: 20px;
  padding-bottom: 20px;
}.vertical-padding-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}.vertical-padding-large {
  padding-top: 50px;
  padding-bottom: 50px;
}.footer-wrapper .toTop {
    bottom:0;
    top: unset;
}
}
@media only screen and (max-width: 1025px) and (orientation: landscape) {
.slider-inner-wrapper {
    max-height: 317px;
}.img-wrapper img {
    max-width: 50%;
}
}
@media only screen and (max-width: 767px) {

.header-wrapper .company-info {
    display: inline-block;
    max-width: calc(100% - 0px);
    padding: 15px 10px 0;
    width: 100%;
    vertical-align: middle;
}
.row.wide, .row.full {
    padding-left: 1rem;
    padding-right: 1rem;
}.header-wrapper .logo-wrapper img {
    height: 30px;
}h1.header-company-title {
    font-size: 20px;
}p.header-company-serviceorder {
    font-size: 14px;
}.slick-text-slider p {
    font-size: 20px;
}.slider-caption-wrapper {
    padding-top: 0;
}.tagline-mobile p {
    font-size: 20px;
}h1.big-title, h1, h1 a {
    font-size: 36px;
}span.accent-bar::before {
    top: 25px;
    max-height: 130px;
}.green-left::before {
    height: 130px;
}.bg-section {
    padding: 60px 0 120px;
}.cta-buttons {
    text-align: center;
}a.cta-btn {
    display: block;
    max-width: 30px;
    margin: 10px 0;
}.cta-buttons span {
    margin: 15px;
}.footer-widget {
    padding: 15px .9375rem;
}.mobile-cta {
    position: fixed;
    bottom: 0;
    z-index: 99;
}p.contact-phone.phone {
    color: #ffffff !important;
}.contact-details a[href^="tel"] {
    color: #ffffff !important;
}.contactForm .submitWrapper span.submit {
    width: 100%;
    min-width: 0;
}.footer-wrapper {
    margin-bottom: 54px;
}.blueText {
    font-size: 14px;
    line-height: 20px;
}.vertical-padding-medium {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
.slider-inner-wrapper {
    max-height: 200px;
}
}
@media only screen and (max-width: 500px){
    .tagline-mobile p {
    display: none;
}.home-section .columns {
    padding: 0 3px;
}.header-phone a.click-to-call {
    background: #ab3b61;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 17px 10px;
    width: 100%;
    display: inline-block;
    border-radius: 0;
}.header-phone {
    position: fixed;
    bottom: 0;
    z-index: 99;
}a.lnm-image img {
    margin-bottom: 55px;
}
}
