/* dotWrapper */
.dotWrapper {
    height: 14.28%;
    position: relative;
    width: auto;
}
.dotWrapper .after {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 10px;
    opacity: 0.8;
    top: -100%;
    padding-top: 22px;
    padding-bottom: 0;
    overflow: hidden;
}
.dotWrapper .after span {
    display: block;
    height: 100%;
    width: 2px;
    background: #fff;
}
.dotWrapper:first-child .after {
    display: none;
}

.whiteBorder{
    border-left: 2px solid white;
    position: relative;
    left: 10px;
    height: 35px;
}

.smallDot {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    background-size: cover;
}

.detailDot{
    display: block;
    top: 11px;
    left: 11px;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.detailDot > span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.menuDescript {
    display: block;
    position: absolute;
    color: white;
    font-family: 'PT Sans', sans-serif;
    top: -11px;
    left: 91px;
    margin-left: -1000px;
    font-weight: 600;
    font-size: 15px;
    opacity: 0;
    cursor: default;
    width: 450px;
    text-shadow: 0 0 30px rgba(0,0,0,.6);
    letter-spacing: .2px;
}
.dotWrapper:hover .menuDescript,
#menuContainer:not(:hover) .dotWrapper.dotActive .menuDescript
{
    margin-left: 0;
}

#menuContainer:not(:hover) > .dotActive > .smallDot,
#menuContainer > .dotWrapper:hover > .smallDot
{opacity: 0;}

#menuContainer:not(:hover) > .dotWrapper.dotActive .after,
#menuContainer > .dotWrapper:hover .after
{
    padding-bottom: 22px;
}

#menuContainer:not(:hover) > .dotWrapper.dotActive + .dotWrapper .after,
#menuContainer > .dotWrapper:hover + .dotWrapper .after
{
    padding-top: 46px;
}

#menuContainer:not(:hover) > .dotActive > .detailDot,
#menuContainer > .dotWrapper:hover > .detailDot {
    opacity: 1;
    width: 70px;
    height: 70px;
    top: -23px;
    left: -23px;
}

#menuContainer:not(:hover) > .dotActive > .detailDot,
#menuContainer > .dotWrapper:hover > .detailDot {
    opacity: 1;
}

#menuContainer:not(:hover) > .dotActive > .detailDot > span,
#menuContainer > .dotWrapper:hover > .detailDot > span {
    opacity: 1;
}

#menuContainer:not(:hover) > .dotActive > .menuDescript,
#menuContainer > .dotWrapper:hover > .menuDescript
{opacity: 1;}

.transitSetup {
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    transition-property: height, width, top, left, opacity;
}
.dotWrapper .after, .dotWrapper .after span {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    transition-property: margin, padding, top, height;
}

#menuContainer:not(:hover) > .dotActive.dotWrapper .after,
#menuContainer > .dotWrapper:hover .after,
#menuContainer:not(:hover) > .dotActive.dotWrapper + .dotWrapper .after,
#menuContainer > .dotWrapper:hover + .dotWrapper .after,

#menuContainer:not(:hover) > .dotActive.dotWrapper .after span,
#menuContainer > .dotWrapper:hover .after span,
#menuContainer:not(:hover) > .dotActive.dotWrapper + .dotWrapper .after span,
#menuContainer > .dotWrapper:hover + .dotWrapper .after  span
{
    transition-delay: .15s;
}

/* end dotWrapper */

html, body {
    min-width: 1000px;
    min-height: 580px;
    user-select: none;
    background: rgba(1, 13, 23, 0.76);
}
p{
    margin: 0;
    padding : 0;
}
.sectionContainer > img{height: 966px;width: 100%;z-index: -1;position: relative;}

.sectionContainer{
    position: relative;
    background: radial-gradient(circle, rgba(255,0,0,0),rgba(39, 40, 51, 0.71));
    background-repeat: no-repeat;
    background-size: 140% 110%;
    background-position-x: -77px;
    background-position-y: -7px;
    height: 100%;
}

#seventhSection{
    padding-top: 8%;
    background: no-repeat center transparent;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}
#test-drive-section .fp-tableCell {
    background: no-repeat center rgba(1, 13, 23, 0.76);
}

#seventhSection > img{position: absolute;height: 100%;top: 0;left: 0;z-index: -1;display: block;}

#seventhSection h1{text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: white;z-index: 1;margin: 0;letter-spacing: 3px;padding-left: 10px;cursor: default;}

#desktopWiev header.navbar-fixed-top {padding-left: 46px;padding-top: 27px;}

#desktopWiev header.navbar-fixed-top a img {width: 255px;}

#leftMenu{
    position: fixed;top: 95px;z-index: 1100;padding-left: 156px;width: 220px;bottom: 20px;
    min-height: 580px;
}
#menuContainer{
    position: absolute;
    right: 62px;
    top: 21%;
    bottom: 91px;
}

.scroll-downs {
    position: absolute;
    top: 0;
    right: 41px;
    width: 23px;
    height: 21%;
}
.scroll-downs-icon {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 27px;
    height: 63px;
}
.mousey {
    width: 23px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 12px;
    opacity: 0.75;
    box-sizing: content-box;
    position: relative;
    left: -2px;
}
.scrollArrow {
    margin-top: 4px;
}
.scrollArrow > img{width: 18px;height: auto;position: relative;left: 3px;}
.scroller {
    position: relative;
    left: 9px;
    top: 4px;
    width: 5px;
    height: 11px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    /* animation-timing-function: cubic-bezier(.15,.41,.69,.94); */
    /* animation-iteration-count: infinite; */
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

.enroll {
    border: 2px solid white;
    height: 51px;
    line-height: 51px;
    width: 261px;
    position: absolute;
    left: 46px;
    bottom: 0;
    cursor: pointer;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s linear;
    transition-property: border-color;
}

.enroll > p {
    color: white;
    position: relative;
    margin: auto;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s linear;
    transition-property: color;
}

.enrolDisabled {
    border: 2px solid #565656;
}

.enrolDisabled > p{
    color: #565656;
}

@media (max-height:690px) {
    .enroll {
        position: fixed;
        top: 20px;
        left: auto;
        right: 20px;
    }
}

.bottomLine{
    border-bottom: 2px solid white;
}

.rightLine {position: relative;top: -5px;}
.leftLine{
    padding-top: 8px;
    width: 100%;
    position: relative;
    top: 30px;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: transparent;
    border: none;
    border-bottom: 2px solid #b6b9bc;
    border-radius: 0;
}

.enrolSelect{padding-right: 20px;}
.enrolSelect > img{
    float: right;
    position: absolute;
    right: 30px;
    top: 23px;
}

.enrolSelectRight > img{
    position: absolute;
    float: right;
    right: 27px;
    top: 23px;
    z-index: 50;
}
.secondEnrolSelect.enrolSelectRight > img {
    top: 50px;
}

.secondEnrolSelect-title {
    position: absolute;
    top: 12px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    cursor: default;
}

.enrolSelectRight{padding-left: 21px;padding-right: 15px;}

.enrolSelect > select{
    /* z-index: 500; */
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: white;
    width: 100%;
    border: 0;
    border-bottom: 2px solid white;
    background: transparent;
    /* padding: 0 0 10px 0; */
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.enrolSelect > select:focus{
    /* border: 0; */
    box-shadow: none;
    outline-color: transparent;
    cursor: pointer;
}

.enrolSelect > select:focus > option:hover{
    color : red;
}

.enrolSelect > select > option{
    color: white;
    background-color: #56595e;
    box-shadow: none;
    outline-color: transparent;
    cursor: pointer;
    padding-left: 50px;
}
.enrolSelect > select > option:hover{

}

.secondEnrolSelect{
    padding-top: 32px;
}

.buffer{
    padding-bottom: 60px;
}

.buffer2{padding-bottom: 43px;}

#date-container{
    display: inline-block;
    float: left;
    width: 50%;
}

#date-container .date .input-group-addon{background: transparent;border: 0;/* padding-left: 8px; */}

/*#date-container .date .input-group-addon img{height: 26px;width: auto;}*/

#date-container img{height: 26px;width: auto;position: absolute;right: -15px;top: 5px;}

#dateInput{
    background: transparent;
    border: 0;
    height: 40px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

#dateInput, #telNumInput:focus, #nameInput:focus{
    border: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

#dateInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
    font-size: 20px;
}
#dateInput::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}
#dateInput:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}
#dateInput:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

#comTime{
    position: absolute;
    top: 12px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    cursor: default;
}

#date-container .date{
    width: 100%;
    /* padding-bottom: 20px; */
}

#timeContainer{display: inline-block;/* top: -10px; */position: relative;float: right;width: 50%;}

#timeInput{
    width: 100%;
    background: transparent;
    border: 0;
    height: 40px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding-left: 25%;
    padding-right: 0;
    cursor: pointer;
    z-index: 10;
    position: relative;
    outline: none;
}

#timeInput:focus{
    border: 0;
    box-shadow: none;
    outline-color: transparent;
}

#timeImg{position: absolute;top: 6px;right: 0;height: 27px;width: auto;}

#telNumInput,
#nameInput
{background: transparent;width: 220px;border: 0;/* position: relative; */height: 43px;color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;/* padding-left: 80px; */padding-right: 0;cursor: pointer;z-index: 10;position: relative;padding-bottom: 10px;box-shadow: none;}

#telNumInput::-webkit-input-placeholder,
#nameInput::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
    color: white;
    font-size: 19px;
}

.col-md-3.enrolSelect.secondEnrolSelect.enrolSelectRight {
    padding-top: 40px;
}

.buffer3{padding-bottom: 60px;}

.niceCheck{
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 3px;
    vertical-align: middle;
}

.niceCheck input{
    display: none;
}

.notChek{
    background-image: none;
}

.isCheck{
    background: url(../static/images/checkMark.png) no-repeat;
    background-position: center;
    background-size: 16px;
}

.checkDes{
    color: #3d87c1;
    display: inline-block;
    max-width: 300px;
    font-size: 12px;
    padding-left: 16px;
    font-family: 'PT Sans', sans-serif;
    white-space: normal;
    vertical-align: middle;
}
.checkDes a {
    color: rgb(61,135,193) !important;
    text-decoration: none !important;
}
.checkDes a:hover {
    border-bottom: 1px solid rgba(61,135,193, .3);
}

#disclaimer {
    white-space: nowrap;
    vertical-align: middle;
}

#submitBtn{
    background-color: transparent;
    height: 50px;
    width: 260px;
    border-radius: 4px;
    border: 1px solid white;
    display: inline-block;
    position: relative;
    float: right;
    cursor: pointer;
}

#submitBtn > p{color: white;font-family: 'PT Sans', sans-serif;font-size: 16px;position: relative;top: 13px;left: 83px;letter-spacing: 1px;}

.enrollSubmit{
    /* padding-bottom: 100px; */
}

.enrollSubmitLeft{padding-top: 11px;}

.enrollSubmitRight{
    padding-right: 12px;
}

.videoWrapper{
    background-color: rgba(0, 58, 103, 0);
    height: 100%;position: relative;overflow: hidden;
    transition: background-color 1s linear;
}

.videoItems{z-index : 0;/* width: 100%; *//* height: auto; */position: absolute;/* top: 185px; *//* left: -2px; *//* vertical-align: top; */bottom:0;right:0}
.enrolSelect > .niceSelect{background-color: transparent;border: 0;border-radius: 0;border-bottom: 2px solid white;width: 100%;padding-left: 0px;/* padding-right: 20px; */}

.enrolSelect > .niceSelect:focus{border-bottom-color: #3c84bd;}

.enrolSelect > .niceSelect > span{font-family: 'PT Sans', sans-serif;font-size: 20px;color: white;}

.enrolSelect > .niceSelect > ul{width: 100%;z-index: 32;border-radius: 0;background-color: #3d464e;/* height: 430px; *//* overflow: auto; */}

.enrolSelect > .niceSelect > ul > li{    font-family: 'PT Sans', sans-serif;font-size: 18px;color: white;overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s linear;
    transition-property: background-color;
}

.enrolSelect > .niceSelect > ul > li:hover{
    background-color: #3d87c1!important;
}

.enrolSelect > .niceSelect > ul > .focus{

}

.enrolSelect > .niceSelect > ul > .focus:hover{background-color: #3d464e!important;/* border-bottom: 2px solid #3d87c1; */}

.enrolSelect > .niceCities > ul{height: 430px;overflow: auto;}

.videoWrapper.isLoading {
    background-color: rgba(0, 58, 103, 0.55);
}

.videoWrapper.isLoading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 5%;
    width: auto;
    display: block;
    opacity: 1;
    animation: rotation 3s infinite linear;
    /*z-index: -1;*/


}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.videoWrapper.isLoading > video {
    z-index: -1;
}

.videoWrapper > video {
    z-index: 0;
    transition: z-index 1s linear;
    min-height: 100%;
    min-width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .videoWrapper > video {
        width: 100%;
        height: 100%;
    }
}

.videoWrapper > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 5%;
    width: auto;
    display: block;
    opacity: 0;
}

.popover{
    width: 45% !important;
    max-width: 45% !important;
    z-index: 1300;
}

#xvSection {
    background: url(../static/images/xv_background.jpg) no-repeat 50% 40%;
    background-size: cover;
}

.xvSection {
    color: #fff;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    width: 680px;
    margin: 100px auto 0;
}
.xvSection-title {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}
.xvSection-text {
    text-align: center;
    line-height: 1.8;
}
.xvSection-btn {
    margin-top: 30px;
    text-align: center;
}

.btn-def {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid white;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    padding: 0 35px;
    background: rgba(0,0,0,.3);
    font-size: 13px;
    text-decoration: none !important;
    color: #fff !important;
}

.niceCities.-error, .niceDealers.-error, .enrolSelect.-error .bottomLine, .niceCheck.-error, .-error .niceCheck {
    border-color: #920808 !important;
}
#messages-success, #messages-error  {
    display: none;
    color: #008200;
    text-align: center;
    width: 600px;
    margin: 0 auto 35px;
}
#messages-error {
    color: #920808;
}

.section-content {
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s linear;
    transition-property: opacity;
}
#seventhSection .section-content {
    max-width: 1400px;
}
.has-dot-hover #seventhSection .section-content {
    opacity: .3;
}
.section {
    background: no-repeat center;
    background-size: cover;
}
.section-content {
    padding-left: 360px;
}

#test-drive-section .fp-tableCell {
    vertical-align: top;
}
