.background-video {
    width: 100%;
    overflow: hidden;
	padding:115px 0 55px 0;
}
.bg-video-home {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    overflow: hidden;
}

.logo {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    padding: 0px 0 10px !important;
    text-align: center;
	margin-top:-50px;
}
.logo-pre-footer {
    font-size: 40px;
    font-weight: bold;
	margin-bottom:10px;
}
.title-block-home h1 {
    font:600 35px 'MayaL', Arial, sans-serif;
    margin: 23px 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.wrapper-video-player {
    margin:12px 0 60px;
}

#video-presentation {
    background-color: rgba(0, 0, 0, 0);
    height: 53%;
    margin: 0 auto;
    width: 43%;
}
#video-cont {
    max-height: 535px;
    max-width: 950px;
    position: relative;
}

#video-controls {
    text-align: center;
    width: 100%;
}
#play-pause {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 50%;
    display: inline-block;
    height: 107px;
    left: 50%;
    margin-left: -54px;
    margin-top: -53px;
    outline: 0 none;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 107px;
    background-size: cover;
}
.play-btn, .stop-btn:hover  {
    border: 0 none;
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    width: 100px;
    outline:0;
}
.play-btn {
    background: url("../img/play-button.png") no-repeat;
    outline: 0 none;
}
.stop-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/stop-button.png");
    outline:0;
}

.content-home {
    background: #fff;
}

.b-benefits {
    padding: 30px 0 0;
	float:left;
}
.b-benefits-item {
    text-align: center;
}
.b-benefits-img {
    height: 115px;
    vertical-align: top;
}
.b-benefits-txt {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin: -10px 0 15px 0;
    padding: 0 15px;
}


.h-video {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
}

.h-video video {
    width: 100%;
}

.h-video .btn {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url(../img/play-button.png) no-repeat  center center;
    background-size: cover;
}
/*New css*/
.modal-content {
    background-color: #f4f2f3;
	border-top:4px solid #c32d50;
    border-radius: 0px;
}
.modal-header {
    border-bottom: 0 none;
    padding-bottom: 0;
	padding-top:10px;
}
.bg-text{
color:#c32d50;
}
.modal-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
.modal-header > p {
    font-size: 20px;
    text-align: center;
	color:#c32d50;
}
.modal-body {
    text-align: center;
	padding-bottom:0;
}
.modal-body h2 {
    font-size: 27px;
    margin-top: 0;
    text-transform: capitalize;
}
.modal-body > h1 {
    color:#c32d50;
    font-size: 45px;
    margin: 0;
    text-transform: capitalize;
}
.modal-body > h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 11px;
    text-transform: capitalize;
	margin-bottom:10px;
}
.modal-backdrop.in{
opacity:0.8;
}
.modal-dialog {
    margin: 70px auto;
    width: 600px;
}
.modal-body > h4 {
    background: #e9e7e8 none repeat scroll 0 0;
    margin: 20px auto;
    padding: 14px 0;
    text-transform: uppercase;
    width: 345px;
}

@media only screen and (max-width:620px) {
.modal-dialog {
    margin: 70px auto;
    width: 94%;
}
.modal-title {
    font-size: 16px;
}
.close{
right:2px !important;
}
.modal-header > p {
    font-size: 15px;

}
.modal-body h2{
font-size:21px;
}
.modal-body > h1{
font-size:33px;
}
.modal-body > h4{
width:100%;
}
.modal-body > img {
    width: 100%;
}
}