.mainheader {
	background-color: #2384d6;padding: 15px 0!important;
}
.abovefold{background: url(../images/mind-hack-bg.jpg) no-repeat center/cover #09608b;}
.vid-wrap{width: 650px;margin: 0 auto 25px;}

.abovefold{padding: 20px 0 50px;}

.logo img{border-radius: 5px;}

.green-txt{color: #4b9b48!important;}

.sect-img{width: 95%;margin: 0 auto;}

.sect-img img{width: 100%;}

footer{padding: 15px;}
.fp-af-subtitle{text-shadow: 3px 3px 13px #0000005e;}

@media screen and (min-width: 991px){
	.sect-img{width: 360px;margin: 0 auto;}
}

@media screen and (max-width: 767px){
	.vid-wrap{width: 100%!important;}
}
@media screen and (max-width: 575px) and (min-width: 481px){
	.sect-img{width: 70%!important;}
}

@media screen and (max-width: 575px){
	.cbs-grp{margin-top: 25px;}
	.modal-content{padding: 20px 0!important;}
	.modal{padding: 0 20px;}
}
@media screen and (max-width: 480px){
	.sect-img{width: 100%!important;}
}

.modal-dialog{
	margin: 0 auto;
    display: block;
}


.one{background: linear-gradient(#def6fb 0, #fff 10%, #fff 80%, #def6fb 100%), #def6fb;}
.transform {
    -ms-transform: rotate(-2.2deg);
    -webkit-transform: rotate(-2.2deg);
    transform: rotate(-2.2deg);
}
/* Modal */
.modal {
    padding-top: 60px;
    background: rgba(0,0,0,.6);
}
.modal img {
    max-width: 100%;
}

.modal-dialog {
    max-width: 800px;
}
.modal-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0px;
    display: block;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    border-radius: 10px;
}
.modal-text {
    position: relative;
}
.btn-custom {
    display: inline-block;
	color: #ffffff;
	background: linear-gradient(to bottom, #4965cd 0%, #3d5ac5 100%);
	padding: 22px 30px;
	border-radius: 8px;
	width: 100%;
}
.btn-custom:hover {
	-webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 99;
}
.modal-close img {
    cursor: pointer;
}

#fname, #email {
	background-color: #f1f7fa;
    background-image: none;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 100%;
    padding: 15px;
    text-shadow: none;
    text-transform: none;
    width: 100%;
}
/*@media (min-width: 320px) and (max-width: 480px) {
    [class*="col-"] {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .row {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .heading .fsize48 {
    	font-size: 32px !important;
    }
}*/