/* Helper comments */
/* 0.625rem = 10px */

/* Bootstrap override */
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

/* Reset */
a,
button,
button:focus {
    outline: 0;
}

/* HTML */
html {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

/* Body */
body {
    font-family: "Century Gothic", "sans-serif";
    overflow-x: hidden;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    opacity: 1;
}

body.menu-open {
    overflow: hidden;
}

body.initializing {
    opacity: 0;
}

/* Container */
@media only screen and (max-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

/*  */
#header::before,
#highlights::before,
#highlights .block::after,
#content::before,
#news::before,
#news .block::after,
#testimonials::before,
#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

/* Main slider */
#mainSlider {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body.editing #mainSlider {
    top: 43px;
}

body.following-page #mainSlider {
    height: 525px;
}

@media only screen and (max-width: 576px) {
    body.following-page #mainSlider {
        height: 100%;
    }
}

#mainSlider .slider,
#mainSlider .slider .slide {
    width: 100%;
    height: 100%;
}

#mainSlider .slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#mainSlider .slick-list,
#mainSlider .slick-track,
#mainSlider .slick-track .slick-slide > div{
    height: 100%;
}

/* Menu*/
#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 10;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-style: solid;
}

body.sticky-menu-enabled #menu {
    position: fixed;
}

body.menu-open #menu {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

@media only screen and (max-width: 576px) {
    #menu,
    body.sticky-menu-enabled.scrolled #menu {
        padding-top: 0;
    }
}

body.sticky-menu-enabled.scrolled #menu {
    padding: 20px 0;
}

#menu .logo-wrapper {
    display: flex;
    align-items: center;
    max-width: 18.75rem;
}

@media only screen and (max-width: 768px) {
    #menu .logo-wrapper {
        max-width: 14.5rem;
    }
}

@media only screen and (max-width: 576px) {
    body.menu-open #menu .logo-wrapper {
        display: none;
    }
}

#menu .logo-wrapper img {
    display: block;
    max-width: 18.75rem;
    width: 100%;
}

#menu .navigation,
#menu .navigation .site-tools {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    opacity: 1;
}

@media only screen and (max-width: 576px) {
    body.menu-open #menu .navigation {
        justify-content: space-between;
    }
}

#menu .navigation .site-tools {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (max-width: 576px) {
    #menu .navigation .site-tools {
        display: none;
    }

    body.menu-open #menu .navigation .site-tools {
        display: inline-block;
    }
}

#menu .navigation .site-tools .search {
    padding: .375rem .75rem;
    color: #ffffff;
    border: 0 solid black;
    margin-right: .2rem;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#menu .navigation .site-tools .language-select {
    padding: 0 2.1875rem 0 0;
}

@media only screen and (max-width: 576px) {
    body.menu-open #menu .navigation .site-tools .language-select {
        padding-right: 0;
        display: inline-block;
    }
}

#menu .navigation .site-tools .language-select .dropdown-toggle {
    color: #ffffff;
}

#menu .navigation .site-tools .separator {
    display: none;
    width: 1px;
    height: .875rem;
    margin: 0 .5rem 0 0;
    background-color: #ffffff;
}

body.menu-open #menu .navigation .site-tools {
    opacity: .4;
}

@media only screen and (max-width: 576px) {
    body.menu-open #menu .navigation .site-tools {
        opacity: 1;
    }
}

#menu .navigation .leadgenerator,
#menu .leadgenerator.mobile {
    padding: 0.8rem 1.5rem 0.8rem 1rem;
    margin: 0 0.65rem;
    font-weight: bold;
    background-color: #0098a6;
    border: 0.2rem solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 1.2rem;
    color: #ffffff;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu .navigation .leadgenerator {
    width: 240px;
    height: 60px;
}

@media only screen and (max-width: 576px) {
    #menu .navigation .leadgenerator {
        display: none;
    }
}

#menu .leadgenerator.mobile {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    display: none;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 576px) {
    #menu .leadgenerator.mobile {
        display: flex;
    }
}

#menu .navigation .leadgenerator:hover {
    text-decoration: none;
}

#menu .navigation .leadgenerator .fa {
    font-size: 1.5rem;
}

#menu .navigation .menu-toggle {
    padding: 0 1.25rem 0 1.25rem;
    margin: 0 0 0 .9375rem;
    line-height: 3.125rem;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#menu .navigation .menu-toggle .close-menu-text {
    display: none;
}

#menu .navigation .menu-toggle.open .open-menu-text {
    display: none;
}

#menu .navigation .menu-toggle.open .close-menu-text {
    display: inline-block;
}

#menu .navigation .menu-toggle .hamburger {
    padding: 5px 15px 4px 0;
}

#menu .navigation .menu-toggle .hamburger .hamburger-box {
    height: 12px;
}

#menu .navigation .menu-toggle .hamburger .hamburger-box,
#menu .navigation .menu-toggle .hamburger .hamburger-inner,
#menu .navigation .menu-toggle .hamburger .hamburger-inner::after,
#menu .navigation .menu-toggle .hamburger .hamburger-inner::before {
    width: 2rem;
}

#menu .navigation .menu-toggle .hamburger .hamburger-inner,
#menu .navigation .menu-toggle .hamburger .hamburger-inner::after,
#menu .navigation .menu-toggle .hamburger .hamburger-inner::before {
    background-color: white;
    height: .35rem;
}

#menu .navigation .menu-toggle .hamburger .hamburger-inner {
    background-color: transparent;
}

#menu .navigation .menu-toggle .hamburger .hamburger-inner::after {
    bottom: -5px;
}

#menu .navigation .menu-toggle .hamburger .hamburger-inner::before {
    top: -5px;
}

@media only screen and (max-width: 992px) {
    #menu .navigation .menu-toggle .hamburger .hamburger-inner::after {
        bottom: -6px;
    }

    #menu .navigation .menu-toggle .hamburger .hamburger-inner::before {
        top: -2px;
    }
}

#menu .navigation .menu-toggle .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
}

#menu .navigation .menu-toggle .hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 1;
}

#menu .overlay-menu {
    display: none;
    padding: 60px 0;
}

body.menu-open #menu .overlay-menu {
    display: block;
}

#menu .overlay-menu ul {
    width: 350px;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu ul {
        width: 100%;
    }
}

#menu .overlay-menu > ul li {
    position: relative;
}

#menu .overlay-menu > ul > li {
    display: none;
}

#menu .overlay-menu > ul > li.animated {
    display: block;
}

#menu .overlay-menu > ul > li a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#menu .overlay-menu > ul > li > a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.75rem;
    padding: .5rem 0.9375rem;
    color: #ffffff;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li > a {
        justify-content: center;
    }
}

#menu .overlay-menu > ul > li.active > a,
#menu .overlay-menu > ul > li:hover > a {
    color: #0098a6;
    text-decoration: none;
}

/* 1st menu layer */
#menu .overlay-menu > ul > li > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 350px;
    width: 0;
    margin: .5rem 0 0 0;
    list-style: none;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#menu .overlay-menu > ul > li:hover > ul {
    overflow: visible;
    width: 200px;
    opacity: 1;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li > ul {
        position: relative;
        top: unset;
        left: unset;
        padding: .5rem 0.9375rem;
        display: none;
    }

    #menu .overlay-menu > ul > li:hover > ul {
        display: block;
        width: 100%;
        opacity: 1;
    }
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li:hover > ul {
        width: 100%;
    }
}

#menu .overlay-menu > ul > li > ul > li > a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .3125rem 0 .3125rem 0;
    color: #ffffff;
    white-space: nowrap;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li > ul > li > a {
        justify-content: center;
        font-size: 1.4rem;
    }
}

#menu .overlay-menu > ul > li > ul > li.active > a,
#menu .overlay-menu > ul > li > ul > li:hover > a {
    color: #0098a6;
    text-decoration: none;
}

/* 2nd menulayer */
#menu .overlay-menu > ul > li > ul > li > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 160px;
    width: 0;
    /*margin: 8px 0 0 0;*/
    list-style: none;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#menu .overlay-menu > ul > li > ul > li:hover > ul {
    width: 200px;
    opacity: 1;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li > ul > li > ul {
        position: relative;
        display: none;
        top: unset;
        left: unset;
        padding: .5rem 0.9375rem;
    }

    #menu .overlay-menu > ul > li > ul > li:hover > ul {
        display: block;
        width: 100%;
        opacity: 1;
    }
}

#menu .overlay-menu > ul > li > ul > li > ul > li > a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    padding: .3125rem 0 .3125rem 0;
    color: #ffffff;
    white-space: nowrap;
}

@media only screen and (max-width: 576px) {
    #menu .overlay-menu > ul > li > ul > li > ul > li > a {
        justify-content: center;
    }
}

#menu .overlay-menu > ul > li > ul > li > ul > li.active > a,
#menu .overlay-menu > ul > li > ul > li > ul > li:hover > a {
    color: #0098a6;
    text-decoration: none;
}

/* Header */
#header {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

@media only screen and (max-width: 576px) {
    #header {
        margin-top: 180px;
        height: auto;
    }
}

body.following-page #header {
    height: 525px;
}

@media only screen and (max-width: 576px) {
    body.following-page #header {
        min-height: 300px;
        height: auto;
    }
}

#header .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 550px;
    z-index: 2;
}

body.following-page #header .container {
    height: 100%;
    min-height: 0;
    padding: 150px 15px 40px;
}

@media only screen and (max-width: 576px) {
    #header .container {
        min-height: 450px;
        height: auto;
    }
}

#header .container .slider-text {
    display: block;
    width: 50%;
    color: #ffffff;
}

body.following-page #header .container .slider-text {
    width: 75%;
}

@media only screen and (max-width: 576px) {
    body.following-page #header .container .slider-text {
        width: 100%;
    }
}

#header .container .slider-text .slick-slide .text {
    display: block;
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

#header .container .slider-text .slick-slide.slick-current .text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (max-width: 576px) {
    #header .container .slider-text {
        width: 80%;
    }
}

#header .container .slider-text h2 {
    font-size: 4rem;
    line-height: 4rem;
    margin: 0 0 2rem 0;
}

#header .container .slider-text p {
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 0 0 2rem 0;
}

#header .container .slider-text a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0.88rem 1.8rem 1.08rem 1rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .6);
    border: 0 solid transparent;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    border-radius: 1.8rem;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
}

#header .container .slider-text a .fa {
    font-size: 1.5rem;
    margin-right: 1rem;
}

#header .container .slider-button {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#header .container .scroll-down {
    position: absolute;
    bottom: 0.9375rem;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #ffffff;
    cursor: pointer;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 0 solid transparent;
    line-height: 2;
    z-index: 3;
}

body.following-page #header .scroll-down {
    display: none;
}

/* Highlights */
#highlights {
    position: relative;
    display: block;
    padding: 1.875rem 0;
    z-index: 2;
}

#highlights .block {
    position: relative;
    height: 100%;
    padding: 2.8rem 2.2rem;
    background-color: rgba(0, 0, 0, 0.6);
    border: .125rem solid #ffffff;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#highlights .block h3 a {
    font-size: 2rem;
}

#highlights .block h3,
#highlights .block a {
    position: relative;
    z-index: 2;
}

#highlights .block a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}

/* Content */
#content {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 3.75rem 0;
    text-align: center;
    z-index: 2;
}

body.following-page #content {
    text-align: left;
}

#content .container {
    position: relative;
    z-index: 2;
}

#content h1 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
}

#content h2 {
    font-size: 2.2rem;
}

#content p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}



#content li,
#content tr {
    font-size: 1rem;
    line-height: 1.625rem;
}

#content li {
    list-style: inside;
}

#content a.content-button {
    display: inline-block;
    padding: 0.8rem 1.5rem 0.8rem 1rem;
    margin: 0 0.65rem;
    border: 0.2rem solid #007984;
    font-weight: bold;
    background-color: #0098a6;
    font-size: 1.2rem;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000;
    text-decoration: none;
}

#content table {
    width: 100%;
    margin-bottom: 1.25rem;
}

/* News */
#news {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    padding: 3.75rem 0 2rem;
    text-align: center;
    z-index: 2;
    overflow-x: hidden;
}

@media only screen and (max-width: 576px) {
    #news {
        padding-bottom: 2rem;
    }
}

#news .container {
    position: relative;
    z-index: 2;
}

#news .block {
    position: relative;
    display: flex;
    width: 100%;
    height: 280px;
    margin: 1.25rem 0 5rem 0;
    padding: 0 1.875rem 0 0;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
}

#news .block:nth-child(2) {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1200px) {
    #news .block {
        height: 250px;
        margin: 1.25rem 0 2rem 0;
    }
}

@media only screen and (max-width: 576px) {
    #news .block {
        flex-direction: column;
        padding: 0;
        height: 400px;
        margin-bottom: 4rem;
    }

    #news .block:nth-child(2) {
        margin-bottom: 2rem;
    }
}

#news .block .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

#news .block .image {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 0;
    padding-bottom: 22%;
    margin-left: -15px;
    -webkit-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

@media only screen and (max-width: 1200px) {
    #news .block .image {
        margin-left: -6px;
    }
}

@media only screen and (max-width: 576px) {
    #news .block .image {
        position: relative;
        width: 90%;
        height: 300px;
        margin: -1.875rem 0 0;
        background-size: contain;
    }
}


#news .block .content {
    padding-left: calc(30% + 3.75rem);
    text-align: left;
    z-index: 2;
}

#news .block .content h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}

#news .block .content p {
    line-height: 1.8rem;
}

@media only screen and (max-width: 576px) {
    #news .block .content {
        padding: 0;
        text-align: center;
    }

    #news .block .content h3 {
        padding: 1.8rem 1.2rem 0;
    }

    #news .block .content p {
        padding: 0 1.2rem;
        margin-bottom: 1.4rem;
    }
}

#news .block .content a {
    position: absolute;
    display: block;
    bottom: 2px;
    right: 2px;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.5rem;
    color: #000000;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 3.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (max-width: 576px) {
    #news .block .content a {
        position: relative;
        /*width: 100%;*/
        bottom: unset;
        right: unset;
        text-align: right;
    }
}

#news .more-news {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 0.8rem 1.4rem;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#news .more-news .fa {
    display: none;
}

/* Testimonials */
#testimonials {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 3.75rem 0 5.3125rem;
    text-align: center;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    #testimonials {
        padding-top: 20px;
    }
}

#testimonials .container {
    position: relative;
    z-index: 2;
}

#testimonials .image {
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

#testimonials .slick-active .image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    #testimonials .image {
        width: 250px;
        height: 250px;
        margin: 0 auto 20px;
    }
}

#testimonials .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 5rem;
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

#testimonials .slick-active .content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    #testimonials .content {
        margin-bottom: 20px;
    }
}

#testimonials .content h3 {
    font-size: 3.4rem;
    margin: 0 0 1.25rem 0;
    line-height: 3.4rem;
}

@media only screen and (max-width: 768px) {
    #testimonials .content h3 {
        font-size: 2.2rem;
    }
}

#testimonials .content p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}

#testimonials .content a {
    color: #000000;
    display: inline-block;
    padding: 0.8rem 1.4rem;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 0 solid transparent;
    align-self: center;
}

#testimonials .content a:hover {
    text-decoration: none;
}

#testimonials .quote-left,
#testimonials .quote-right {
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    #testimonials .quote-left,
    #testimonials .quote-right {
        width: 2.5rem;
        height: 2.5rem;
    }
}

#testimonials .quote-left {
    background-image: url('../../images/templates/13/quote-left.png');
    top: 2.5rem;
    left: 2.5rem;
}

@media only screen and (max-width: 576px) {
    #testimonials .quote-left {
        top: 0;
    }
}

#testimonials .quote-right {
    background-image: url('../../images/templates/13/quote-right.png');
    bottom: 2.5rem;
    right: 2.5rem;
}

@media only screen and (max-width: 576px) {
    #testimonials .quote-right {
        bottom: 0;
    }
}

#testimonials .testimonial-slider-controls {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

@media only screen and (max-width: 768px) {
    #testimonials .testimonial-slider-controls {
        position: relative;
        bottom: unset;
        right: unset;
        width: 100%;
    }
}

#testimonials .testimonial-slider-controls button {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    font-size: 3.2rem;
    color: #000000;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 3.5rem;
    border: 0 solid transparent;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#testimonials .testimonial-slider-controls button:first-child {
    margin-right: .5rem;
}

/* Footer */
#footer {
    position: relative;
    display: block;
    padding: 5.3125rem 0 3.75rem 0;
    background-color: #303030;
    z-index: 2;
}

#footer .container {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 577px) {
    #footer .social {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}

@media only screen and (max-width: 576px) {
    #footer .social {
        position: relative;
        margin-top: -82px;
        margin-bottom: 30px;
        text-align: center;
        z-index: 2;
    }
}

#footer .social a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #303030;
    text-align: center;
    line-height: 4rem;
    font-size: 1.625rem;
}

#footer .content {
    color: #ffffff;
}

#footer .content h3 {
    margin: 0 0 1.25rem 0;
}

#footer .content p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 0 0 0;
}

#footer .content .links h3 {
    opacity: 0;
}

#footer .content .links a {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
}

#footer .content .links .signature {
    white-space: nowrap;
}

#footer .content .links .signature img {
    max-height: 30px;
}

/* Template editor modifications */
body.editing #menu,
body.editing #header {
    margin-top: 43px;
}

body.editing #header .container .scroll-down {
    bottom: 68px;
}

/* Search field */
#searchOverlay {
    z-index: 8000;
    display: none;
}

#searchOverlay:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
}

#searchOverlay .searchForm {
    z-index: 8001;
}

#searchOverlay .searchForm form {
    width: 100%;
    display: flex;
    justify-content: center;
}

#searchOverlay .searchForm .input-group {
    width: 75%;
    flex-basis: 75%;
    max-width: 750px;
}

#searchOverlay .searchForm button {
    cursor: pointer;
}

#searchOverlay .searchClose {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#searchOverlay .searchClose .fa {
    display: inline-block;
    font-size: 24px;
}

#searchOverlay .searchClose:hover {
    text-decoration: none;
}

/* Fonts import */
/* Century Gothic */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/CenturyGothic.woff2') format('woff2'),
    url('../fonts/century-gothic/CenturyGothic.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('../fonts/century-gothic/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/century-gothic/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/century-gothic/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/CenturyGothic-Italic.woff2') format('woff2'),
    url('../fonts/century-gothic/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}