﻿.jumbotron {
    position: relative;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#jumbo-background {
    width: 100%;
}

#jumbo-phone {
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 105%;
}

#phone-image {
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 105%;
}

#player {
    background-color: #FE6A00;
    z-index: 1;
    border-radius: 8px;
    font-size: 32px;
    padding: 1%;
    cursor: pointer;
    color: white;
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    display: table;
    text-align: center;
}

#jumbo-title-container {
    position: absolute;
    top: 55%;
    background-color: rgba(66, 139, 202, 0.6);
    border-radius: 8px;
    padding: 5px;
    right: 2%;
}


#jumbo-title {
    display: block;
    color: #fff;
    font-size: 40px;
}

#jumbo-sub-title {
    display: block;
    color: #fff;
    font-size: 24px;
}


#jumbo-movie-mobile {
    width: 20%;
    height: 20%;
    margin-left: 20%;
    margin-right: 20%;
}


@media screen and (max-width: 1200px) {
    #jumbo-title-container {
        top: 55%;
        padding: 5px !important;
    }

     .jumbotron h1, .jumbotron .h1 {
        font-size: 28px !important;
    }

    #player {
        font-size: 28px !important;
        width: 65%;
        margin-left: 17%;
        margin-right: 17%; 
        margin-top: -20px;
    }

    .modalDialog > div {
        width: 680px !important;
        height: 387px !important;
    }
    .videoIframe {
        width: 670px !important;
        height: 381px !important;
    }
}

@media screen and (max-width: 768px) {
    #jumbo-title-container {
        top: 46%;
    }

     .jumbotron h1, .jumbotron .h1 {
        font-size: 22px !important;
    }
    
    .modalDialog > div {
        width: 680px !important;
        height: 387px !important;
    }

    .videoIframe {
        width: 670px !important;
        height: 381px !important;
    }
}

@media screen and (max-width: 568px) {
    #jumbo-title-container {
        top: 50%;
    }

    #jumbo-title {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 5px;
    }

    #jumbo-sub-title {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 2px;
        padding-top: 0px;
    }

     .jumbotron h1, .jumbotron .h1 {
        font-size: 13px !important;
    }
    
}

@media screen and (max-height: 700px) {
    .modalDialog > div {
        margin-top : 5px !important;
    }

    /*#jumbo-title-container {
        top: 65%;
    }*/
}

#jumbo-arrow {
    position: absolute;
    right: 20%;
    top: 99.8%;
}

.subtitle {
    color: #00aeef;
    font-size: 30px;
    font-weight: bold;
}

    .subtitle.on-page {
        margin-top: 15px;
        margin-left: 50px;
    }

#bulletsContainer {
    padding: 25px 30px 0 50px;
}

.mainBullets {
    list-style-image: url('../../images/website/v.png');
    padding-left: 25px;
    padding-top: 20px;
}

    .mainBullets li {
        padding-bottom: 10px;
    }

        .mainBullets li span {
            position: relative;
            top: -3px;
            font-size: 18px;
            color: #555555;
        }

.form-group {
    margin-bottom: 8px !important;
}

.contact-form-holder {
    padding-top: 40px;
}

    .contact-form-holder input {
        background: #ebebeb;
        color: #959595;
    }

    .contact-form-holder select {
        background: #ebebeb;
        color: #959595;
    }

    .contact-form-holder-terms {
        padding-right: 0px;
    }

    .contact-form-holder .form-approve {
        font-size: x-small;
        padding-top: 10px;
        padding-left: 2px;
    }

    .contact-form-holder button {
        width: 100%;
        background: #00aeef;
        border: 0;
        color: #fff;
        font-size: 18px;
    }

.form-control_phone {
    width:49% !important; 
    height: 34px !important; 
    font-size: 13px;
    display: inline;
}

.error-msg {
    color: red !important;
}



    

.cust-strip {
	min-height: 130px;
	padding: 10px 50px 10px 50px;
	color: #959595;
	font-size: 16px;
}

.cust-strip.odd {
	background-color: #f5f5f5;
	border-top: solid 1px #b7b7b7;
	border-bottom: solid 1px #d1d1d1;
}

.cust-row {
	margin: 0;
}

.cust-counter-align {
	text-align: right;
}

.cust-profile-image {
	margin-left: auto;
	margin-right: auto;
}

.cust-bullets {
    list-style-image: url('../../images/website/v.png');
	padding-top: 30px;
}

    .cust-bullets li {
        font-size: 18px;
        padding-bottom: 10px;
    }

@media screen and (max-width: 768px) {
    .no-padding div {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0,0,0,0.8);*/
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
    width: 1010px;
    height: 572px;
    position: relative;
    margin: 10% auto;
    padding: 10px 10px 10px 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 10px;
    background-color: transparent;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.videoIframe {
    width: 1000px;
    height: 562px;
    left: 5px;
    right: 5px;
    border-radius: 15px;
    overflow: hidden;
}
