﻿#livechat-compact-container {
    display: none !important;
}

body {
    font-size: 18px;
    font-family: Open Sans;
    color: #555555;
    margin: 0px;
    padding: 0px;
    line-height: 1.6em;
    background: url('../Images/header-blue-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a:link, a:visited {
    color: blue;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

a:active {
    color: blue;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}

.main-wrapper {
}

.top-bar-wrapper {
    background-color: #283340;
}

.top-bar {
    position: relative;
    width: 1200px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 25px 0;
}

.top-bar-logo {
}

.top-bar-login {
    position: absolute;
    right: 0;
    bottom: 22px;
    font-size: 14px;
    color: #ffffff;
}

    .top-bar-login a {
        color: #ffffff;
    }

#video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
}

    #video .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
    }

    #video #video-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }

        #video #video-wrapper .buttons-wrapper {
            text-align: center;
            margin-top: 10px;
        }

a.button-big {
    display: inline-block;
    margin-right: 10px;
    padding: 20px 40px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    border: 2px solid #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    min-width: 260px;
}

    a.button-big.action {
        background: #02CB00;
    }

    a.button-big:hover {
        text-decoration: underline;
    }

.header-wrapper {
    background-color: #eff4f5;
    background: url('../Images/header-background-8.jpg');
    background: url('../Images/clouds_vector2.jpg');
    background: url('../Images/perfectwave3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 620px;
    position: relative;
}

    .header .headline {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }

    .header h1 {
        display: block;
        margin: 0;
        font-size: 40px;
        font-weight: 300;
        line-height: 1.3em;
        color: #FFF;
        text-align: center;
    }

        .header h1 i.fa {
            display: block;
            font-size: 160px;
            line-height: 1em;
            padding-bottom: 25px;
        }

    .header .buttons-wrapper {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

        .header .buttons-wrapper a.button-big:last-child {
            margin-right: 0 !important;
        }

    .header .balloon {
        position: absolute;
        top: 30%;
        right: -10%;
        animation-duration: 10s;
        animation-name: balloon1;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        display: none;
    }

        .header .balloon img {
            position: relative;
            top: 0%;
            animation-duration: 3s;
            animation-name: balloon1;
            animation-direction: alternate;
            animation-iteration-count: infinite;
        }

.header-left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.header-left-headline {
    display: none;
}

.header-left-video {
    position: relative;
}

.watch-video-arrow {
    position: absolute;
    top: 330px;
}

.header-left-video img {
    width: 90%;
    height: auto;
}

.header-right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    /*background: rgba(23, 38, 54, 0.6);*/
    padding: 30px;
}

.header-right-headline {
    font-weight: bold;
    font-size: 29px;
    color: #ffffff;
    line-height: 1.3em;
}

.header-right-subheadline {
    margin-top: 25px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3em;
}

.header-right-button {
    margin-top: 30px;
    margin-bottom: 20px;
}

.navigation-bar-wrapper {
    width: 100%;
    z-index: 100;
    background-color: #eff4f5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: none !important;
}

.navigation-bar {
    display: table;
    height: 90px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navigation-bar-item {
    display: table-cell;
    width: 25%;
    border-left: solid 1px #cccccc;
    text-align: center;
    vertical-align: middle;
    color: #777777;
    font-size: 18px;
}

    .navigation-bar-item i {
        font-size: 30px;
    }

    .navigation-bar-item:last-child {
        border-right: solid 1px #cccccc;
    }

    .navigation-bar-item:hover {
        cursor: pointer;
        background-color: #dddddd;
    }

.section-wrapper {
    padding: 80px 0 80px 0;
    background: #FFF;
}

    .section-wrapper .buttons-wrapper a.button-big {
        margin-right: 10px;
        padding: 8px 15px;
        text-align: center;
        font-size: 16px;
        color: #555555;
        text-decoration: none;
        text-transform: capitalize;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        min-width: 160px;
    }

        .section-wrapper .buttons-wrapper a.button-big.action {
            color: #FFF;
        }

        .section-wrapper .buttons-wrapper a.button-big:hover {
            text-decoration: underline;
        }

.section-1 {
}

.section-2 {
    background-color: #F9F9F9;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.section-3 {
}

.section-4 {
    background-color: #F9F9F9;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.section {
    display: table;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section-left {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.section-alternate {
    text-align: right;
}

.section-left-image {
}

    .section-left-image img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 1px solid #dddddd;
    }

.section-right {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}

.section-right-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

    .section-right-title i {
        border: 2px solid #555555;
        padding: 2px;
        border-radius: 5px;
        width: 40px;
        text-align: center;
        margin-right: 15px;
    }

.section-right-description {
    margin-bottom: 25px;
}

.section-right-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section-right-links li:first-child {
    display: inline;
    padding-right: 15px;
}

.section-right-links li:last-child {
    display: inline;
    padding-left: 18px;
    border-left: 1px solid #666666;
}

.section-right-links li i {
    margin-right: 8px;
    font-size: .92em;
}

.section-right-links li span {
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
}

.section-details-wrapper {
    position: relative;
    /*background-color: #2e3e51;
    background: rgba(46, 62, 81, 0.8);
    background: rgba(40, 51, 64, .7);*/
    display: none;
    /*background: url('../Images/section-details-background.png');*/
}

.section-details {
    width: 1200px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}

.section-details-title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-details-content {
    display: table;
    width: 100%;
}

.section-details-left {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.section-details-right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.section-details-item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.section-details-item-left {
    display: table-cell;
    width: 15%;
    vertical-align: top;
    text-align: center;
    padding-right: 15px;
}

    .section-details-item-left img {
        width: 60px;
        height: auto;
    }

.section-details-item-right {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    padding-right: 30px;
}

    .section-details-item-right a {
        color: #ffffff;
    }

    .section-details-item-right p:first-child {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.2em;
    }

    .section-details-item-right p:last-child {
        font-size: 1em;
        line-height: 1.4em;
        margin-top: 0;
    }

.section-details-button {
    text-align: center;
    padding: 15px;
}

    .section-details-button a {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
    }

.section-details-close {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    /*background-color: #1F2D3E;*/
}

.testimonials-wrapper {
    padding: 80px 0;
    background: #FFF;
}

.testimonials {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-images {
    display: table;
    width: 100%;
    height: 185px;
}

.testimonials-images-item {
    display: table-cell;
    width: 16.6%;
    text-align: center;
    vertical-align: middle;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .testimonials-images-item:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    .testimonials-images-item img {
        border-radius: 50%; /* border: 2px solid #555555; */
        width: 70%;
        height: auto;
        border: 1px solid #dddddd;
    }

.testimonials-text {
    position: relative;
    margin-top: 30px;
    text-align: center;
    width: 85%;
    width: 85%;
    height: 195px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-text-item {
    position: absolute;
}

    .testimonials-text-item strong {
        font-size: 1.3em;
    }

    .testimonials-text-item i {
        font-size: 1.4em;
    }

        .testimonials-text-item i:first-child {
            margin-right: 15px;
        }

        .testimonials-text-item i:last-child {
            margin-left: 15px;
        }

.bottom-button-wrapper {
    background-color: #F9F9F9;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.bottom-button {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    text-align: center;
}

    .bottom-button a.button-big {
        color: #333333;
        border: 1px solid #555555;
    }

.footer-wrapper {
    background-color: #283340;
}

.footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    color: #ffffff;
    font-size: .7em;
}

    .footer a {
        color: #ffffff;
        text-decoration: none;
    }

.footer-logo {
    margin-bottom: 10px;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer li {
    display: inline;
    padding-right: 15px;
    padding-left: 18px;
    border-right: 1px solid #666666;
}

    .footer li:first-child {
        padding-left: 0;
    }

    .footer li:last-child {
        padding-right: 0;
        border-right: 0px;
    }

.header-button .btnStyle {
    height: 75px;
    line-height: 77px;
    width: 100%;
}

.bottom-button .btnStyle {
    height: 75px;
    line-height: 77px;
    width: 600px;
}

.header-button .btnStyle, .bottom-button .btnStyle {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce397;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce397;
    box-shadow: inset 0px 1px 0px 0px #fce397;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5d03d), color-stop(1, #ff9b05) );
    background: -moz-linear-gradient( center top, #f5d03d 5%, #ff9b05 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d03d', endColorstr='#ff9b05');
    background-color: #f5d03d;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    text-indent: 0;
    border: 1px solid #ffa200;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ff7700;
}

    .header-button .btnStyle:hover, .bottom-button .btnStyle:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9b05), color-stop(1, #f5d03d) );
        background: -moz-linear-gradient( center top, #ff9b05 5%, #f5d03d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b05', endColorstr='#f5d03d');
        background-color: #ff9b05;
        color: #ffffff;
        border: 1px solid #ffa200;
        text-decoration: none;
    }

    .header-button .btnStyle:active, .bottom-button .btnStyle:active {
        position: relative;
        top: 1px;
    }

.hideme {
    opacity: .1;
    filter: alpha(opacity=10);
}

.video-js, .header-video {
    width: 570px;
    height: 320px;
}

.timer-numbers {
    border-style: ridge;
    border-width: 2px;
    border-color: #ffffff;
    padding: 2px 0px;
    width: 55px;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.timer-title-top {
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
}

.timer-title {
    border: none;
    padding: 0px;
    width: 55px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background: transparent;
}

#timer-table {
    width: 400px;
    border: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Exit Offer */
.div-exit-offer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.offer-exit-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.45);
}

    .offer-exit-wrapper a.btn-close {
        display: block;
        position: absolute;
        top: 0%;
        right: 0%;
        color: #000;
        text-decoration: none;
        background: #FFF;
        padding: 6px 10px;
        border: 1px solid #333;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        transform: translateX(50%) translateY(-50%);
        -moz-transform: translateX(50%) translateY(-50%);
        -webkit-transform: translateX(50%) translateY(-50%);
        -o-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
    }

        .offer-exit-wrapper a.btn-close i.fa {
            font-size: 24px;
        }

.offer-title {
    background: #535353;
    text-align: center;
    padding: 10px 0;
    min-width: 500px;
}

    .offer-title img {
        max-height: 40px;
        margin: 0 auto;
    }

.offer-exit {
    /*position: absolute;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);*/
    background: #f4f6f8;
    background: -moz-linear-gradient(top, rgba(244,246,248,1) 0%, rgba(225,228,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,246,248,1)), color-stop(100%,rgba(225,228,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,246,248,1) 0%,rgba(225,228,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,246,248,1) 0%,rgba(225,228,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,246,248,1) 0%,rgba(225,228,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,246,248,1) 0%,rgba(225,228,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f8', endColorstr='#e1e4e6',GradientType=0 ); /* IE6-9 */
    padding: 30px 15px;
}

.offer-content .offer-buttons-wrapper {
    display: table;
    width: 95%;
    table-layout: fixed;
    margin: 0 auto;
}

    .offer-content .offer-buttons-wrapper .button-left, .offer-content .offer-buttons-wrapper .button-right {
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle;
    }

    .offer-content .offer-buttons-wrapper a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
        margin: 0 auto;
        padding: 30px 20px;
        width: 96%;
        text-align: center;
        font-size: 20px;
        color: #303030;
        border: 2px solid #303030;
        text-decoration: none;
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: bold;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
    }

        .offer-content .offer-buttons-wrapper a.yes {
            background: #02CB00;
            margin-left: 0;
        }

        .offer-content .offer-buttons-wrapper a.no {
            background: #d5d4d4;
            margin-right: 0;
        }

        .offer-content .offer-buttons-wrapper a span {
            display: block;
            line-height: 1.3em;
        }

            .offer-content .offer-buttons-wrapper a span span {
                font-size: 50px;
            }

        .offer-content .offer-buttons-wrapper a.yes:hover {
            background: #3be139;
        }

        .offer-content .offer-buttons-wrapper a.no:hover {
            background: #e5e5e5;
        }

.offer-exit-image {
    max-width: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}



@media (max-width: 1239px) {
    body {
        font-size: 15px; /*max-width: 960px;*/
    }

    .top-bar-login {
        font-size: 16px;
    }

    .top-bar, .header, .navigation-bar, .section, .section-details, .bottom-button, .testimonials, .footer {
        max-width: 940px;
    }

        .header .headline {
            position: static;
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            -o-transform: none;
            -ms-transform: none;
        }

    .section-left {
        width: 35%;
    }

    .section-right {
        width: 65%;
    }

    .header-right-headline {
        font-size: 28px;
    }

    .header-right-subheadline {
        font-size: 17px;
    }

    .header-button .btnStyle {
        font-size: 22px;
    }

    .navigation-bar-item {
        font-size: 15px;
    }

        .navigation-bar-item i {
            font-size: 24px;
        }

    .section-right-title {
        font-size: 26px;
    }

    .video-js, .header-video {
        width: 580px;
        height: 326px;
    }
}

@media (max-width: 959px) {
    body {
        font-size: 18px;
    }

    .top-bar-login {
        font-size: 16px;
        bottom: 17px;
    }

    .section-wrapper .buttons-wrapper a.button-big {
        font-size: 20px;
    }

    .watch-video-arrow {
        display: none;
    }

    .top-bar, .header, .navigation-bar, .section, .section-details, .bottom-button, .testimonials, .footer {
        width: 580px;
        width: 780px;
    }

    .header-wrapper {
        background-color: #2e3e51;
    }

    .header {
        display: block;
        padding: 30px;
        height: auto !important;
    }

    .header-left {
        display: block;
        width: 100%;
        background: none;
        padding: 30px;
        padding-bottom: 20px;
        padding: 0;
    }

    .header-right {
        display: block;
        width: 100%;
        padding-top: 0;
        padding: 0;
        background: none;
    }

    .header-left-headline {
        display: block;
        font-weight: bold;
        font-size: 28px;
        color: #ffffff;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    .header-left-video {
        text-align: center;
    }

    .header-right-headline {
        display: none;
    }

    .header-right-subheadline {
        font-size: 18px;
        margin-top: 30px;
    }

    .header-right-button {
        margin-top: 30px;
    }

    .header-button .btnStyle {
        font-size: 22px;
    }

    .bottom-button .btnStyle {
        font-size: 22px;
        width: 90%;
    }

    .navigation-bar-wrapper {
        display: none;
    }

    .section-wrapper {
        padding: 50px 0 50px 0;
    }

    .section {
        display: block;
    }

    .section-left {
        display: none;
    }

    .section-right {
        display: block;
        width: 100%;
    }

    .section-right-title {
        font-size: 26px;
        line-height: 1.4em;
    }

    .section-details-title {
        font-size: 20px;
        line-height: 1.4em;
    }

    .section-details-content {
        display: block;
    }

    .section-details-left {
        display: block;
        width: 100%;
    }

    .section-details-right {
        display: block;
        width: 100%;
    }

    .testimonials-wrapper {
        padding: 30px 0 60px 0;
    }

    .testimonials-images {
        display: none;
    }
}

@media (max-width: 800px) {
    .top-bar, .header, .navigation-bar, .section, .section-details, .bottom-button, .testimonials, .footer {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 95%;
        padding: 30px 15px;
    }

    a.button-big {
        min-width: 26%;
        font-size: 20px;
    }

    .top-bar {
        padding: 15px;
        height: auto;
    }

    .header {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 95%;
        padding: 30px 15px;
    }

    .header-left-headline, .section-right-title {
        font-size: 28px;
    }

    .header-right-subheadline {
        font-size: 18px;
        margin-top: 30px;
    }

    .header-button .btnStyle {
        width: 100%;
        margin: 0 auto;
    }

    .testimonials-text {
        height: 240px;
    }

    .video-js, .header-video {
        width: 380px;
        height: 214px;
    }
}

@media (max-width: 600px) {
    .header h1 {
        font-size: 30px;
    }

        .header h1 i.fa {
            font-size: 130px;
        }

    .header .buttons-wrapper {
        margin-top: 30px;
    }

    a.button-big {
        display: block;
        min-width: 40%;
        max-width: 40%;
        font-size: 20px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-wrapper .buttons-wrapper a.button-big {
        margin-left: auto;
        margin-right: auto;
    }

        .section-wrapper .buttons-wrapper a.button-big.learn-more {
            display: none;
        }

    .section-details-wrapper {
        display: none !important;
    }

    .section-right-links li {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

        .section-right-links li:first-child {
            display: none;
        }
}

@keyframes balloon1 {
    0% {
        top: 30%;
    }

    100% {
        top: 50%;
    }
}





/* RADWINDOW STYLING */
.rwCorner, .rwTitlebar {
    background: #252d34 !important;
    color: #FFF !important;
}

.rwTopResize {
    background: #252d34 !important;
    color: #FFF !important;
    height: 8px !important;
}

.rwBodyRight, .rwBodyLeft, .rwFooterCenter {
    background: #242c32 !important;
}

.rwWindowContent {
    border: 0 !important;
}

/*.rwTitlebarControls {
    height: 27px !important;
}*/

.rwTitlebarControls td em {
    color: #FFF !important;
    text-transform: capitalize !important;
    padding-top: 3px !important;
    text-align: left !important;
}

.rwControlButtons {
    text-align: right !important;
    position: relative !important;
    top: -2px !important;
}

    .rwControlButtons li {
        margin-bottom: 0px !important;
    }

.rwTitlebarControls td ul li a.rwReloadButton {
    background: #343e47 url(../../../images/icons/icon_refresh.png) no-repeat center !important;
    border: 1px solid #1b2127 !important;
    margin-right: 5px !important;
    background-size: 16px !important;
    padding: 2px !important;
}

.rwTitlebarControls td ul li a.rwCloseButton {
    background: #343e47 url(../../../images/icons/icon_close_radwindow.png) no-repeat center !important;
    border: 1px solid #1b2127 !important;
    background-size: 14px !important;
    padding: 2px !important;
}

.rwTitlebarControls td ul li a:hover {
    background-color: #242c32 !important;
}

.rwShadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80) !important;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80) !important;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80) !important;
}

.TelerikModalOverlay {
    background-color: #000 !important;
}

.rwIcon {
    display: none !important;
}

.RadWindow .rwShadow .rwBodyLeft, .RadWindow .rwShadow .rwBodyRight {
    width: 7px !important;
}

.rwLoading {
    background-image: url(../../../images/spinner_v4.gif) !important;
}

.rwSupportDialog {
    z-index: 200000 !important;
}

.rwUpgradeDialog {
    z-index: 200001 !important;
}


/* Google iframe conversion height fix */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
