/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.ex2 { overflow-y: hidden !important;}
	


@media screen and (max-height: 499px) {
.ex2 { overflow-y:scroll !important;}	
	
.sec-paddingtp{padding-top: 30px; padding-bottom:30px }
		
}



@media (min-height: 500px) and (max-height: 700px) {
	
.ex2 { overflow-y:scroll !important; margin-bottom: 120px}	
	
}
	


	
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.full-height {
    position: relative;
}
/*
.overlay {
    display: block;
    position: absolute !important;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}*/
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax {
    background: #000000;
    width: 100%;
}


@media only screen and (max-width: 480px) {
    .white-content h1 span {
        display: block;
    }

    .white-content .btn {
        margin: 10px 0;
    }
}