body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    background: #fffcf4;
}
h1 {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom:  20px;
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 100;
    text-transform: uppercase;
    overflow-x:  hidden;
    margin-bottom:  20px;
}

@media (min-width: 768px) {
    h1 {
        margin-top: 50px;
    }
    h2 {
        margin-top:  50px;
        margin-bottom:  30px;
    }
    .content h2:after {
        content: '';
        border-bottom: 1px solid;
        display: block;
        width: 200px;
        margin: 20px auto 0;
    }
}

@media (min-width: 1200px) {
    h2 {
        margin-top:  50px;
        margin-bottom: 30px;
    }
}

.container {
}

.form-group {
    margin-bottom: 20px;
}
.form-control {
    border-radius: 0;
    height: 40px;
    border: 0 !important;
    padding: 6px 12px !important;
}

.btn-default {
    background: #FFF !important;
    border-radius: 0;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 18px !important;
}
.btn-primary {
    background: #1e2c3a !important;
    border-radius: 0;
    border: 0  !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 18px !important;
}

.content,
.form {
    padding-bottom: 40px;
}

.form {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.form h2 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.form h2 span {
    font-size: 80%;
    line-height: 80%;
}

.form p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}

/* ----------------------------------------------
 * NAVBAR
 */

.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: #fffcf4;
    border: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #1e2c3a;
    border-radius: 0;
    color: #FFF;
    margin-top: 13px;
    border: 0;
    padding: 7px 15px;
}
.navbar-brand {
    height: inherit;
    z-index: 5;
    position: relative;
}
.navbar .logo {
    width: 140px;
}
.navbar .contact {
    float: left;
}
.navbar .social {
    float: right;
    width: 1%;
    margin-top: 5px;
    margin-right: 20px;
}
.navbar .social .fab {
    font-size: 25px;
    line-height: 36px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .navbar .logo {
        width: 180px;
    }
    .navbar .sitedescription {
        text-align: right;
        margin-bottom: 10px;
    }
    .navbar .social .fab {
        font-size: 20px;
        line-height: 30px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .navbar {
        font-size: 18px;
    }
    .navbar .logo {
        width: 220px;
    }
    .navbar .sitedescription {
        font-size: 17px;
        width: 80%;
        text-align: center;
        margin-top: 17px;
    }
    .navbar-nav {
        margin-top: 6px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding: 2px 15px;
    }
    .navbar .social .fab {
        font-size: 25px;
        line-height: 36px;
        margin-right: 10px;
    }
}

/* ----------------------------------------------
 * FOOTER
 */

footer {
    background-color: #2f3d4d;
    color: #FFF;
    padding: 40px 0 20px;
}
footer h2 {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
}
footer .logo {
    width: 220px;
    margin-left: -15px;
    margin-bottom: 25px;
}
footer p {
    margin-bottom: 25px;
    font-size: 15px;
}

@media (min-width: 992px) {
    footer h2 {
        margin-top: 0;
    }
    footer .logo {
        margin-top: 5px;
    }
}


/* ----------------------------------------------
 * SLIDESHOW
 */

.slideshow-wrapper {
    position: relative;
}

.slideshow {
    background: url(../img/slideshow.jpg);
    background-size: cover;
    position: relative;
}

.slideshow .sitetitle,
.slideshow .sitedescription,
.slideshow .sitemission {
    position: relative;
    color: #FFF;
    z-index: 1;
}

.slideshow .sitedescription {
    list-style: none;
    padding-left: 0;
}

.slideshow-form {
    background-color: #ed1d24;
    color: #FFF;
}

.slideshow .overlay {
    position: absolute;
    height: 100%;
    top: 0;
}

.slideshow-form .container {
    width: 90%;
}

@media (max-width: 767px) {
    .slideshow {
        background-position-x: 1135px;
        min-height: 92vh;
    }
    .slideshow .sitetitle,
    .slideshow .sitedescription,
    .slideshow .sitemission {
        padding-right: 50px;
    }
    .slideshow .sitetitle {
        line-height: 48px;
        margin-top: 85px;
        margin-bottom: 25px;
    }
    .slideshow .sitedescription {
        font-size: 18px;
        font-weight: 100;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .slideshow .sitemission {
        font-size: 15px;
        font-weight: 100;
        line-height: 24px;
    }
    .slideshow .overlay {
        width: 85%;
        background-color: rgba(30, 44, 58, 0.9);
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .slideshow {
        min-height: 485px;
        background-position-x: 0;
    }
    .slideshow .container {
        padding-right: 400px;
    }
    .slideshow .sitetitle {
        line-height: 48px;
        margin-top: 48px;
        margin-bottom: 25px;
    }
    .slideshow .sitedescription {
        font-size: 18px;
        font-weight: 100;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .slideshow .sitemission {
        font-size: 15px;
        font-weight: 100;
        line-height: 24px;
    }
    .slideshow .overlay {
        width: 100%;
        background-color: rgba(30, 44, 58, 0.9);
        left: 0;
        top: 0;
    }
    .slideshow-form {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media (min-width: 992px) {
    .slideshow {
        min-height: 600px;
        text-align: center;
    }
    .slideshow .container {
        padding-left: 450px;
        padding-right:  0;
        position: relative;
    }
    .slideshow .sitetitle {
        font-size: 50px;
        line-height: 55px;
        margin-top: 120px;
        padding: 20px 30px;
        background-color: rgba(30, 44, 58, 0.9);
    }
    .slideshow .sitedescription {
        font-size: 20px;
        line-height: 32px;
        margin-top: 120px;
    }
    .slideshow .sitedescription li {
        display: inline;
    }
    .slideshow .sitedescription li:nth-child(3):after {
        content: '\A';
        white-space:pre;
    }
    .slideshow .sitedescription li:nth-child(1):after,
    .slideshow .sitedescription li:nth-child(2):after,
    .slideshow .sitedescription li:nth-child(4):after {
        content: ' \002022';
    }
    .slideshow .sitemission {
        font-size: 18px;
        line-height: 30px;
    }
    .slideshow .sitemission span {
        font-size: 22px;
        font-weight: normal;
    }
    .slideshow .overlay {
        width: 100%;
        background: url(../img/slideshow-overlay.png) repeat-x;
        background-position-y: 20px;
        opacity: 0.9;
        top: 0;
        display: block;
    }
    .slideshow-form {
        -webkit-transform: translate(-455px, -50%);
        -moz-transform: translate(-455px, -50%);
        -o-transform: translate(-455px, -50%);
        -ms-transform: translate(-455px, -50%);
        transform: translate(-455px, -50%);
        width: 390px;
    }
}

@media (min-width: 1200px) {
    .slideshow .sitetitle {
        margin-top: 170px;
    }
    .slideshow-form {
        -webkit-transform: translate(-555px, -50%);
        -moz-transform: translate(-555px, -50%);
        -o-transform: translate(-555px, -50%);
        -ms-transform: translate(-555px, -50%);
        transform: translate(-555px, -50%);
    }
}

/* ----------------------------------------------
 * OFFER
 */

.offer-wrapper {
    position: relative;
}
.offer {
    background: url(../img/offer-bg.jpg) bottom;
    background-size: cover;
    background-position-x: right;
    overflow-x:  hidden;
}
.offer:after {
    content: '';
    display: block;
    background-image: url(../img/measuretape.jpg);
    background-size: cover;
    background-position-x: center;
    height: 65px;
    width: 100%;
    margin-top: 25px;
}

.offer-form {
    background-color: #00c0f4;
}

.offer h2 {
    text-align: left;
}

.offer1 h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom:  20px;
}
.offer1 .accent {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: red;
    font-weight:  400;
    margin: 20px 0 30px;
}

.offer2:after {
    margin-top: 65px;
}

.flip-clock-wrapper {
    margin: 0 -2px;
}

.flip-clock-label {
    display: none;
}

.clock {
    transform-origin: 0 0;
    transform: scale(.47);
    -ms-transform: scale(.47);
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.47);
    -o-transform-origin: 0 0;
    -o-transform: scale(.47);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(.47);
    width: 220%;
}
.offer3 {
    height: 600px;
    background: url(../img/offer-bg2.jpg);
}
.offer3:after {
    display: none;
}

@media (max-width: 767px) {
    .offer3 {
        display: none;
    }   
}

@media (min-width: 768px) {
    .offer-form .container {
        width: 90%;
    }
    .offer-form3 {
        width: 100%;
        left: 0;
        transform: none;
        position: relative;
    }
    .clock {
        transform: scale(.7);
        -ms-transform: scale(.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(.7);
        -moz-transform: scale(.7);
    }
    .offer3 {
        /*height: 300px;*/
    }
}

@media (min-width: 992px) {
    .offer .container {
        padding-right: 370px;
    }
    .offer-form {
        position: absolute;
        width: 390px;
        top: 50%;
        left: 50%;
        z-index: 5;
        -webkit-transform: translate(135px, -50%);
        -moz-transform: translate(135px, -50%);
        -o-transform: translate(135px, -50%);
        -ms-transform: translate(135px, -50%);
        transform: translate(135px, -50%);
    }
    .offer1 {
        background-position-x: -350px;
    }
    .offer1 p {
        font-weight: normal;
    }
    .offer-form1 h2 {
        line-height: 42px;
    }
    .offer2 {
        background-position-y: -90px;
        min-height: 380px;
    }
    .offer2 .container {
        padding-right: 570px;
    }
    .offer-form3 {
        width: 450px;
        -webkit-transform: translate(225px, -50%);
        -moz-transform: translate(225px, -50%);
        -o-transform: translate(225px, -50%);
        -ms-transform: translate(225px, -50%);
        transform: translate(-225px, -50%);
    }
}

@media (min-width: 1200px) {
    .offer .container {
        padding-right: 385px;
    }
    .offer-form {
        -webkit-transform: translate(195px, -50%);
        -moz-transform: translate(195px, -50%);
        -o-transform: translate(195px, -50%);
        -ms-transform: translate(195px, -50%);
        transform: translate(195px, -50%);
    }
    .offer-form3 {
        width: 500px;
        -webkit-transform: translate(-250px, -50%);
        -moz-transform: translate(-250px, -50%);
        -o-transform: translate(-250px, -50%);
        -ms-transform: translate(-250px, -50%);
        transform: translate(-250px, -50%);

    }
}

/* ----------------------------------------------
 * CONTENTS
 */

.content h2 {
    text-align: center;
}

.content2 img {
    max-width: 100%;
}

@media (min-width: 991px) {
    .content1 .block1,
    .content1 .block2,
    .content1 .block3 {
        text-align: right;
        margin-right: -40px;
    }
    .content1 .block4,
    .content1 .block5 {
        margin-left: -40px;
    }
}

.content4 h2 {
    text-align: center;
    margin-top: 80px;
}
.content4 h3 {
    /* margin-bottom: 20px; */
}
.content4 img {
    margin: 20px 0;
    width: 100%;
}

@media (min-width: 768px) {
    .content5 .btn {
        display: inline;
    }
}

@media (min-width: 768px) {
}

.content6 {
    text-align: center;
}
.content6 h2 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.content6 img {
    width: 70%;
    margin: auto;
}
.content6 .price {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400
}

@media (min-width: 768px) {
    .content6 img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .content6 {
        padding-bottom: 0;
    }
    .content6 img {
        width: 500px;
        margin-top:  -60px;
        margin-bottom: 20px;
    }
    .content6 .price {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .content6 .price {
        margin-top: 20px;
    }
}

.content8 {
    text-align: center;
    /* margin-top: 60px; */
}
.content8 img {
    width: 60%;
    margin: auto;
}

@media (min-width: 768px) {
    .content8 h2 {
        margin-top: 20px;
    }
    .content8 img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .content8 {
        margin-top: 50px;
    }
    .content8 img {
        width: 400px;
        margin-top: 20px;
    }
    .content8 h2 {
        margin-top: 45px;
        line-height: 42px;
    }
    .content8 p {
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .content8 h2 {
        margin-top: 50px;
        line-height: 42px;
    }
}

.content9 {
    text-align: center;
}
.content9 h2 {
}
.content9 img {
    margin-bottom: 30px;
}

.content10 {
    background-color: #FFF;
    text-align: center;
}
.content10 h2 {
    margin-bottom: 0;
}
.content10 img {
    max-width: 120px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 190px;
    display: table-cell;
}
.content10 .name {
    font-weight: 400;
}

.content11 {
    text-align: center;
}
.content11 p {
    text-align: left;
}
.content11 .about {
    text-transform: uppercase;
    font-size: 20px;
}
.content11 .about span {
    display: block;
    font-size: 72px;
    line-height: 72px;
    margin-top: 40px
}

@media (min-width: 768px) {
    .content11 p {
        text-align: justify;
    }
}
@media (min-width: 992px) {
    .content11 {
        margin-top: 30px;
    }
    .content11 .about {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

/* ----------------------------------------------
 * SCROLL TOP BOTTOM
 */

.scrollToTop,
.scrollToBottom {
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    color: #2f3d4d;
    background-color: #fffcf4;
    position: fixed;
    right: 20px;
    border-radius: 10%;
    cursor: pointer;
    padding: 5px;
}

.scrollToTop {
    bottom: 80px;
}

.scrollToBottom {
    bottom: 20px;
}

/* ----------------------------------------------
 * Vis Form
 */

.visCSSlabel {
    display: none;
}

.visCSSinput, .editor,
.visBtnCon {
    margin: 0;
}

.visCSSinput, .editor {
    background-color: white !important;
}

.visBtnCon {
    text-align: inherit !important;
}

.vis_mandatory {
    display: none;
}

.visforms-form label.error {
    margin: 0;
    width: 100%;
    font-size: 13px;
    max-width: 100%;
}

.visforms-form p {
    margin: 0;
}

footer .visforms-form input.form-control {
    width: 70%;
}

footer .visforms-form input,
footer .visforms-form textarea
{
    margin-bottom: 20px;
}

/* ----------------------------------------------
 * Simple Image Gallery
 */

.sigFreeThumb {
    width: 24.8%;
}

@media (max-width: 767px) {
    .sigFreeThumb {
        width: 49.5%;
    }
}

@media (min-width: 768px) {
    .sigFreeThumb {
        width: 24.8%;
    }
}

.sigFreeThumb a {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.sigFreeThumb img {
    width: 100% !important;
    height: auto !important;
}

/* ----------------------------------------------
 * Language switcher
 */

.mod-languages {
    position: absolute;
    top: 5px;
    z-index: 1;
}

@media (min-width: 768px) {
    .mod-languages {
        top: -40px;
        margin-left: 25px;
    }
}

@media (min-width: 992px) {
    .mod-languages {
        top: 5px;
        right: 25px;
    }
}

/* ----------------------------------------------
 * MODAL
 */

.modal .form-control {
    border: 1px solid lightgrey !important;
    margin-bottom: 20px;
}

.modal {
    text-align: center;
}

.modal form {
    margin-top: 30px;
}