@import url("header.css");
@import url("footer.css");
@import url("common.css");

/* ------------------- BANNER ------------------- */

.banner-wrapper {
	padding: 0;
	height: 100vh;
	width: 100%;
}

.banner-wrapper .banner {
	color: #FFF;
	text-align: center;

	width: 100%;
	height: 100vh;
	display: block;
	position: relative; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner-wrapper .banner::after {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background: url("../img/banner_1366x1025.jpg") no-repeat center fixed;
}

/*
@media (min-width: 768px) {
	.banner-wrapper .banner::after {
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
		background: url("../img/banner_992x743.jpg") no-repeat center fixed;
	}
}

@media (min-width: 992px) {
	.banner-wrapper .banner {
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
		background: url("../img/banner_1200x674.jpg") no-repeat center fixed;
	}
}

@media (min-width: 1200px) {
	.banner-wrapper .banner {
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
		background: url("../img/banner_1366x1025.jpg") no-repeat center fixed;
	}
}
*/

.banner .banner-tagline {
	margin-top: 20px;
}

.banner .banner-logo {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 30rem;
	height: auto;
}

/* To center the content */

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	background-color: rgba(0,0,0, 0.25);
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
    /*margin-top: -10%;*/  /* Bring it a up aa little bit than exact center */
}

.banner-scroll-down {
    position: absolute;
    bottom: 5%;
    font-size: 20px;
    display: block;
    width: 100%;
}

.banner-scroll-down .fa {
	width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    color: #466FA6;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 14px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.banner-scroll-down .fa:hover {
	background-color: #466FA6;
    color: #FFF;
}

.banner-heading {
	font-weight: 100;
}

/* ------------------- TAGLINE ------------------- */

.tagline-wrapper {
	margin-top: 60px;
}

.tagline-button {
	background-color: #466FA6;
	color: #FFF;
	padding: 30px 15px;
	width: 100%;
	display: block;
	text-align: center;
}

.tagline-wrapper .tagline {
	color: #466FA6;
	margin-top: 0;
}

@media (min-width: 768px) {
	.tagline-wrapper .column {
		padding: 0;
	}
}

@media (max-width: 992px) {  
	.tagline-wrapper {
		text-align: center;
	}

	.tagline-button {
		margin-top: 30px;
	}
}

/* ------------------- ACTIVITIES ------------------- */

.activities-wrapper {
	margin-top: 70px;
	margin-bottom: 30px;
}

.activity {
    margin-bottom: 10px;
}

.activity-img-wrapper {
	padding: 0;
}

.activity-img {
	width: 100%;
	height: auto;
}

.activity-description {
	background-color: #ECECEC;
	padding: 50px 50px;
}

.activity-timings {
	color: #FFF;
	background-color: #466FA6;
	padding: 50px 50px;
}

/* ------------------- TRAINERS ------------------- */

.trainers {
	text-align: center;
}

.trainer {
	padding: 0 30px;
	margin-bottom: 30px;
}

.trainer-heading {
	text-align: center;
	color: #466FA6;
	margin-bottom: 40px;
}

.trainer-img-wrapper {
	padding: 1em;
}

.trainer-img {
	display: block;
	border: 1px solid #dadada;
	margin:	0 auto;
}

/* ---------------- MAP ---------------------*/

#map {
	height: 400px;  
    width: 100%;  
	border-top: 1px solid #ccc;
}