body {
    padding: 0px;
    margin: 0px;
    padding: 0px;
    background: #145392;
    font-size: 112% !important;
}

.pagination {
    opacity: 0.2;
    display: none;
}
.swiper-pagination-switch {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #ccc;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    opacity: 0.8;
    width: 8px;
}
.start-screen h1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}

h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0 0;
    margin-bottom: 0px;
}

.slide-white p.head {
	margin: 0;
	font-weight: bold;
	color: #000;
}

.slider {
    margin: 0px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.center-container {
    max-width: 600px;
    padding: 40px;
    margin: 0 auto;
}
.start-screen .center-container {
    margin-left: 0px;
    padding-top: 20px;
}

.storage {
    display: none;
}

#eq span {
    height:120px; float:left; margin:15px
}

.swiper-container {
    color: #fff;
    text-align: left;
}
.swiper-slide .title {
    margin-top: 0px;
}
.slider-form .title {
    font-size: 20px;
    text-align: left;
}
.title {
    text-align: center;
}
.content {
    margin: 0 auto;
    background-image: url('../img/vbi-logo-small.gif');
    background-position: right top;
    background-repeat: no-repeat;
}
.start-screen .content, .slider-form .content { background: none; }
.swiper-slide {
    position: relative;
    overflow: auto;
}
.swiper-slide p {
    font-size: 14.5667px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
}

.start-screen .content h1 {
    margin-bottom: 0px;
}

.result-slide {
    background: #fff;
}
.swiper-container .result-slide {
    color: #145392;
}

/* Buttons */
.buttons {
    max-width: 600px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 250px;
}
.buttons .button {
    border: 3px solid #fff;
    bottom: 40px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-left: 40px;
    min-width: 83px;
    padding: 12px;
    position: absolute;
    right: 40px;
    text-align: center;
    background: #145392;
}

.slide-white .buttons .button {
    border: 3px solid #145392;
    background: #fff;
}

/* Setting Swipers */
.slide-blue {
    background: url("../img/gradient-large.jpg") no-repeat scroll left top #004E8F;
    background-size: cover;
}

.slide-white {
    color: #145392;
    background: #fff;
}
.slide-white p {
    color: #666;
    margin-top: 0px;
}
.slide-white .blue-square {
    color: #fff;
}

.slider {
    background: #cccccc;
    border:0px;
    border-radius: 0px;
}
.ui-slider-range {
    background: #145392;
    border:0px;
    border-radius: 0px;
}
.slide-blue .ui-slider-range { background: #fff; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #4aafe8;
    background-image: none;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 39px;
    margin-top: -5px;
    width: 39px;
}

.ui-slider-horizontal {
    height: 18px;
}

/* Sliding */
.carousel-prev {
    height: 80px;
    overflow: hidden;
    position: absolute;
    text-indent: -2000px;
    top: 50%;
    margin-top: -80px;
    width: 38px;
    background: url("../img/carousel-nav.png") no-repeat scroll 0 0 transparent;
}
.start-screen .carousel-prev { display:none; }

.carousel-next {
    height: 80px;
    overflow: hidden;
    position: absolute;
    text-indent: -2000px;
    top: 50%;
    margin-top: -80px;
    width: 38px;
    background: url("../img/carousel-nav.png") no-repeat scroll -38px 0 transparent;
    right: 0px;
    z-index: 999;
}

.button-info {
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: 38px;
    background: #fff;
    color: #145392;
    padding: 10px;
    z-index: 888;
    border-radius: 3px;
}
.send-mail-but {
    overflow: hidden;
    background: #fff;
    color: #145392;
    padding: 10px;
    border-radius: 0px;
    float: right;
    cursor: pointer;
}
.slide-white .send-mail-but {
    background: #145392;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 30px;
}

/* Bar Styles */
.scorecard { margin: 0 auto; }
.indicator { width: 100%; background: #ccc; height: 40px; margin-bottom: 10px; }
.indicator .bar { height: 40px; background: #145392; }

.total_result .bar {
    background: #ff7800; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff7800 0%, #ff9700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7800), color-stop(100%,#ff9700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff7800 0%,#ff9700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff7800 0%,#ff9700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff7800 0%,#ff9700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff7800 0%,#ff9700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff9700',GradientType=0 ); /* IE6-9 */
}



.scorecard .result { margin-bottom: 20px; }
.scorecard h2, .scorecard p { margin: 0px; color: #666; }

/* Form */
.form .error { border-bottom: #ca4040 3px solid; }

input[type="text"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
    border: 0px;
    box-shadow: none;
    color: #145392;
    margin-bottom: 7px;
}

.vex input[type="submit"] { border-radius: 0px; }

/* Start screen */
.start-screen {
    background-image: url('../img/bg.jpg');
    background-size:cover;
}

.blue-square {
    height: 220px;
    max-width: 220px;
    padding: 15px;
    width: 90%;
    background-color: #004E8F;
}
.swiper-setting .blue-square, .result-slide .blue-square {
    padding-top: 6px;
}

.start-test {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #145392;
    text-align: center;
}
.start-test h1 {
    text-align: center;
    line-height: 1;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 13px;
    text-align: left;
}
.start-test {
    margin-left:0px;
}
.start-test .button {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: static;
    background: #fff;
}

.logos {
    width: 100%;
    height: 180px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.logo-flex-comfort {
    background-image: url('../img/logo-1-small.jpg');
    width: 87px;
    height: 129px;
    float: right;
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.swiper-slide .counter, .page-indicator {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 38px;
}
.counter {
    float: right;
}
.slide-white .counter {
    color: #fff;
    font-size: 14.5667px;
}


.result-slide .buttons .button, .slider-form .buttons .button {
    position: inherit;
}

/* NEW STYLE */
.introtext {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    bottom: 95px;
    line-height: 1.25;
    margin-right: 20px;
    max-width: 210px;
    padding: 20px;
    margin-top: 2px;
}
.introtext p {
    color: #666666;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14.5667px;
    line-height: 1.5;
}

.slider-data {
    color: #666;
    display: block;
    font-size: 12px;
    height: 50px;
    list-style: none outside none;
    margin-top: -20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    margin-top: -20px;
}
.slider-data li, .slider-data div { text-align: center; }
.swiper-setting .slider-data {
    margin-top: -30px;
}

.slide-blue .slider-data {
    color: #fff;
}

.slider-data li {
    position: absolute;
}
.connect-line {
    border-left: 1px solid #CCCCCC;
    display: block;
    height: 14.5667px;
    width: 1px;
    margin-left: 50%;
}
.row-2 .connect-line {
    height: 27px;
}


.next_line {
    display: block;
}


@media only screen and (max-width: 800px) /* and (orientation:landscape) */ {
    .blue-square {
        font-size: 19px;
        height: 100px;
        line-height: 1.4;
        margin-top: 0;
        width: 140px;
        height: 140px;
        min-width: 140px;
        padding-left: 12px;
    }
    .start-screen .blue-square {
        font-size: 27px;
        margin-top: 10px;
        font-weight: bold;
        line-height: 32px;
        padding-left: 15px;
    }
    .slider-form .title {
        font-size: 16px;
        line-height: normal;
    }
    .blue-square .page-indicator {
        padding-top: 12px;
        font-size: 12px;
        padding-top: 6px;
    }

    .swiper-slide .counter, .page-indicator {
        padding-top: 12px;
        font-size: 14.5667px;
        padding-top: 0px;
        line-height: 1;
    }
    .start-test {
        bottom: 300px;
        display: inline-block;
        font-size: 14.5667px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        width: 170px;
    }
    .start-test .button {
        padding: 0px;
    }
    .center-container {
        padding: 20px;
    }

    h1 {
        margin-top: 0px;
    }
    .start-test h1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .logos {
        height: 100px;
        position: absolute;
    }
    .logo-flex-comfort {
        background: url("../img/logo-1-smaller.jpg") no-repeat scroll 0 0 transparent;
        bottom: 20px;
        height: 60px;
        left: auto;
        right: 20px;
        width: 40px;
    }
    .logo-consolis {
        left: 20px;
        bottom: 20px;
    }

    .buttons .button {
        position: inherit;
    }

    .slider-data {
        height: 50px;
    }

    .slider-data li:first-child .connect-line {
        /* height: 35px; */
    }

    .scorecard p {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .slider-holder {
        padding-right: 0px !important;
        padding-left: 0px !important;
        float: left !important;
    }

    .total_result_holder p {
        padding-left: 21px;
    }

    .total_result_holder .slider-holder { padding-left: 21px !important; }

    .start-screen .block {
        position: absolute;
        z-index: 999;
    }

    /* NEW STYLE */
    .introtext {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 1px 1px 1px 1px;
        bottom: 95px;
        line-height: 1.25;
        margin-right: 20px;
        margin-top: 6px;
        padding: 12px;
        position: absolute;
        max-width: none;
    }
    .introtext p {
        color: #666666;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14.5667px;
    }

}

@media screen and (max-height:600px) {

    .blue-square {
        font-size: 19px;
        height: 100px;
        line-height: 1.4;
        margin-top: 0;
        width: 140px;
        height: 140px;
        min-width: 140px;
        padding-left: 12px;
    }
    .start-screen .blue-square {
        font-size: 27px;
        margin-top: 10px;
        font-weight: bold;
        line-height: 32px;
        padding-left: 15px;
    }
    .slider-form .title {
        font-size: 16px;
        line-height: normal;
    }
    .blue-square .page-indicator {
        padding-top: 12px;
        font-size: 12px;
        padding-top: 6px;
    }

    .swiper-slide .counter, .page-indicator {
        padding-top: 12px;
        font-size: 14.5667px;
        padding-top: 0px;
        line-height: 1;
    }
    .start-test {
        bottom: 300px;
        display: inline-block;
        font-size: 14.5667px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        width: 170px;
    }
    .start-test .button {
        padding: 0px;
    }
    .logos {
        height: 100px;
        position: absolute;
    }
    .logo-flex-comfort {
        background: url("../img/logo-1-smaller.jpg") no-repeat scroll 0 0 transparent;
        bottom: 20px;
        height: 60px;
        left: auto;
        right: 20px;
        width: 50px;
    }
    .logo-consolis {
        left: 20px;
        bottom: 20px;
    }

    .start-screen .block {
        position: absolute;
        z-index: 999;
    }

    /* NEW STYLE */
    .introtext {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 1px 1px 1px 1px;
        bottom: 95px;
        line-height: 1.25;
        margin-right: 20px;
        margin-top: 6px;
        padding: 12px;
        position: absolute;
        max-width: none;
    }
    .introtext p {
        color: #666666;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14.5667px;
    }

}

@media screen and (max-height:480px) {

    /* .logos { position: relative; } */

}

/* FOR IPHONE */
@media only screen and (max-width: 360px) {
    .total_result_holder .slider-holder {
        padding-left: 13px !important;
    }
    .scorecard .slider-holder {
        width: 100% !important;
    }
    .scorecard .slider-data div {
        margin-left: 0% !important;
    }
    .scorecard .slider-data li {
        margin-left: 0% !important;
    }
    .scorecard .slider-data li .connect-line {
        margin-left: 54% !important;
    }
    .total_result_holder .slider-holder .slider-data li {
        margin-left: 0% !important;
    }
    .total_result_holder .slider-holder .slider-data li .connect-line {
        margin-left: 54% !important;
    }


    .scorecard  .total_result_holder .slider-holder {
        width: 95% !important;
    }
    .scorecard .total_result_holder .slider-data li {
        margin-left: 1% !important;
    }
    .slider-data li:first-child {
        margin-left: -40px;
    }
    .slider-data li:first-child .connect-line {
        margin-left: 60%;
    }
}