@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #1a1a1a;
}
.downloadBar{
	position: fixed;
	top: 0px;
	width:100%;
	background-color: #1a1a1a;
	z-index: 15;
	text-align: center;
	height: 60px;
}
.downloadBar img{
	margin: 10px 0px;
	max-width: 135px;
	width: 48%;
}
.header {
	background-color: #2b2b2b;
	text-align: center;
	width: 100%;
	background-image: url(images/nitish-meena-37746.jpg);
	background-position: center;
	background-size: cover;
}
.header img {
	margin: 60px 0px;
	width: 40%;
	max-width: 400px;
	
}

.tagLine {
	width: 100%;
	padding: 0px 0px;
	background-color: #FFF;
	color: #191919;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
}
.footer {
	width: 100%;
	padding: 60px 0px;;
	margin: 0px;
	background-color: #151515;
	color: #E1E1E1;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 16px;
}
.footer p{
	line-height: 25px;
	margin: 0px;
}
.footer a{
	font-size: 16px;
	color: #608193;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 16px;
}
.footer a:visited{
	font-size: 16px;
	color: #608193;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 16px;
}
.footer a:hover{
	font-size: 16px;
	color: #B97B44;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 16px;
}

.videoHolder {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width:100%;
	max-width: 1100px;
	margin: 0px auto;
}
.section2Holder {
	width: 100%;
	background-color: #2b2b2b;
	background-image: url(images/video-background.jpg);
	background-position: center;
	background-size: cover;
	padding: 25px 0px;
}
.descriptionSection {
	width: 90%;
	max-width: 1100px;
	padding: 0px 0px;
	margin: 0px auto;
	background-color: #FFF;
	color: #191919;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}
.threeCategories {
	width:100%;
	margin: 0px;
	//float: left;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
	
}

.categoryHolder {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: center;
}

.categoryHolderTwo {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: center;
}

.threeCategories img {
	width:40%;
	margin: 0px auto;
	background-position: center;
	background-size: cover;
}

.threeCategories h1{
	width:100%;
	margin: 0%;
	padding: 0%;
	padding-top: 3%;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: 4px;
}
.threeCategories p{
	width:88%;
	margin: 3%;
	padding: 3%;
	background-color: rgba(23,23,23,0.70);
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

.clearFloat {
	clear:both;
}

.imageBanner {
	width:100%;
	margin: 0px;
	background-color: #FFF;
	text-align:center;
}
.imageBanner img {
	width: 100%;
	max-width: 1100px;
}


.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.modal4 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content4 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close4:hover,
.close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.categoryHeaderOne {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	
}
.categoryHeaderTwo {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

				@media only screen and (max-width: 800px){
					.categoryHeaderOne {
						font-size: 18px;
						letter-spacing: 2px;

					}
					.categoryHeaderTwo {
						color: #FFF;
						text-align: center;
						font-family: 'Montserrat', sans-serif;
						font-size: 13px;
						letter-spacing: 2px;
						margin-bottom: 20px;
					}

				}

/*---------------------------------------------------*/
/*CENTERS TEXT VERTICALLY IN BLOCK*/
/*---------------------------------------------------*/

.table {
	display:table;
	height:100%;
	width:100%;
}
.table-cell {
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
}

/*---------------------------------------------------*/
/*BLOCK STYLES 4 ACROSS SQUARE*/
/*---------------------------------------------------*/	

.QuarterBlock {
	position:relative;
	overflow:auto;
	float:left;
	//margin-left:0.5%;
	//margin-right:0.5%;
	//margin-top:1%;
	
	//background-position:center center;
	//background-repeat:no-repeat;
	width:66.66%;
	padding-bottom:48%;
}
.QuarterBlockContent {
	position:absolute;
	height:100%;
	width:96%;
	padding-left:2%;
	padding-right:2%;

	overflow:hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	text-align:left;
	color:#FFF;
	//text-transform:uppercase;
}

.descriptionTitleHolder {
	background-color: #4d855d;
	padding: 15px 25px;
	font-size: 26px;
}
.descriptionCopyHolder {
	background-color: #FFF;
	padding: 0px 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing:2px;
	text-align:center;
}
/*UNDER 715PX*/@media only screen and (max-width: 715px){

	
	
.threeCategories img {
	width:85%;
	margin: 0px auto;
	float: none;
	
}
	
.QuarterBlock {
	position: static;
	overflow:auto;
	float:none;
	width:100%;
	padding-bottom:0px;
}
.QuarterBlockContent {
	position:static;
	height:100%;
	width:100%;
	padding-left:0%;
	padding-right:0%;

	overflow:hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	text-align:left;
	color:#FFF;
	//text-transform:uppercase;
}

	.descriptionTitleHolder {
	background-color: #4d855d;
	padding: 15px 25px;
	font-size: 18px;
}

}






@media only screen and (max-width: 1100px){
.screenShots {
	width:46%;
	padding:2%;
	float: left;
	margin: 0px;
}
	
.section2Holder {
	padding: 0px;
}

}