@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'Avenir';
	src:url("../fonts/AvenirLTStd-Roman.otf");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family:'Avenir';
	src:url("../fonts/AvenirLTStd-Book.otf");
	font-style: normal;
	font-weight:600;
}

@font-face{
	font-family:'Avenir';
	src:url("../fonts/AvenirLTStd-Black.otf");
	font-style: normal;
	font-weight:bold;
}


body{
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url("../images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font: 16px/1.5 Avenir, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 0.2px;
	box-sizing: border-box;
}

/* Global */
.container{
	width: 95%;
	max-width: 1210px;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
}

header {
	padding-top: 20px;
}

header a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

header li{
	float: left;
	display: inline;
	padding: 0px 10px 10px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0px;
}

header #branding img{
	width: 100%;
	max-width: 250px;
}

header nav{
	float: right;
	margin-top: 20px;
}

.menu-icon, .topnav{
	display: none;
}

header .highlight, header .current a {
	color: #4fb148;
	font-weight: bold;
}

header a:hover{
	color: #4fb148;
}
#branding2, .nav2 {
	display: none;
}

#showcase .container{
	padding: 30px 0px 0px;
	margin: auto;
	
}

#showcase .container img{
	width: 100%;
	max-width: 800px;
	align-content: center;
	padding-top: 20px;
}

h1, p{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 2.5em;
	font-weight: 400;
}

.green-bold-text{
	color: #4fb148;
	font-weight: bold;
}

.green-text{
	color: #4fb148;
}

.sub-head{
	font-size: 22px;
	max-width: 1000px;
}

.button-1{
	width: 240px;
	height: 40px;
	padding: 5px 20px;
	border-radius: 50px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 15px;
}

.button-1:hover{
	color: #FFFFFF;
	background-color: #000000;
	border: 0px;
	transition: all .4s ease-out;
}


.banner-l{display: block;}
.banner-s{display: none; width: 0px;}

/* Boxes */
#boxes{
	margin-top: 20px;
	padding-bottom:30px;
}

#boxes .container{
	
}

#boxes .box{
	float: left;
	text-align: center;
	/*width: 30%;*/
	width: 280px;
	height: 430px;
	padding: 35px 15px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 15px 12px;
	box-shadow: 1px 1px 15px #D4D5D5;
}

#boxes .box img{
	width: 251px;
	padding: 20px 0px;
}

#boxes h3{
	font-size: 26px;
	font-weight: 400;
	padding: 0px 0px 2px;
	margin: 0px;
	line-height: 35px;
}

#boxes span{
	color: #848484;
}

#boxes button{
	margin-top: 20px;
	width: 200px;
}

.white-bg{
	background-color: #FFFFFF;
	max-width: 1200px;
	border-radius: 10px;
	padding: 20px 20px 30px;
	box-shadow: 1px 1px 15px #D4D5D5;
}

.main-vid, .thumb-main, .sm-main{
	display: inline-block;
	margin: 0px 10px;
	vertical-align: top;
}

.main-vid{
	width: 95%;
	max-width: 840px;
}
.vid-size{
	width: 100%;
	height: 480px;
}
.thumb-main{
	max-height: 600px;
	overflow-y: scroll;
}

.thumb-vid{
	display: block;
}

.thumb, .thumb2{
	width: 250px;
	height: 140px;
	background-color: #D5D5D5;
	margin: 0px 10px 5px;
	position: relative;
	overflow: hidden;
}
.thumb2{overflow: visible;}

.sm-cont{
	width: 250px;
	vertical-align: middle;
}

.overlap{
	position: absolute;
	left: 0px;
}

.thumb-txt, .sm-txt{
	margin: 0px 10px 20px;
}

.sm-txt{

}

.back{
	margin: 40px 10px 20px;
	border: none;
	font-size: 12px;
	color: #787878;
	display: inline-block;
}

.back a{
	text-decoration: none;
	color: #787878;
}

.back a:hover{
	color: #4fb148;
}

.margin{
	margin: 0px 0px 10px;
}

.play{
	margin: 50px 41%;
}

.padtop10{
	padding-top: 10px;
}

.padbtm20{
	padding-top: 20px;
}

.margBtm50{
	margin-bottom: 50px;
}

.margBtm70{
	margin-bottom: 70px;
}

.sm-cont ul{
	padding: 0px;
}

.sm-cont ul li{
	padding: 0px 0px 15px;
	list-style: none;
	border-bottom: 1px solid #6CB047;
}

.sm-cont ul li a{
	text-decoration: none;
	color: #000000;
}

.sm-cont ul li a:hover{
	color: #6CB047;
}

.active{
	font-weight:500;
	color: #6CB047;
	text-decoration: none;
}

.pad-btm30{padding-bottom: 30px;}

.obj-resize{
		width: 100%;
		/*height: 400px;*/
		object-fit: none;
	}

/*Customised Scroll Bar*/
	/* width */.thumb-main::-webkit-scrollbar {width:4px;}
	/* Track */.thumb-main::-webkit-scrollbar-track {  background: #f1f1f1; } 
	/* Handle */.thumb-main::-webkit-scrollbar-thumb {  background:#DBDBDB; }
	/* Handle on hover */.thumb-main::-webkit-scrollbar-thumb:hover {  background:#BDBDBD;}
/*End of Customised Scroll Bar*/

/* Media Queries */
@media screen and (max-width:1200px) and (min-width: 601px){
	.main-vid, .thumb-main{
		display: block;
		margin: 0px;
		vertical-align: top;
	}
	.main-vid{
		width: 100%;
	}
	.thumb-vid{
		display: inline-block;
	}
	.x-scroll{overflow-x:scroll;}
	
	#showcase h1{
		font-size: 2em;
		line-height: 34px;
		padding-top: 20px;
	}
	
	#showcase .container{
	padding: 15px 0px 0px;
	margin: auto;
	
	}

	#showcase .container img{
	width: 100%;
	max-width: 800px;
	align-content: center;
	padding-top: 20px;
	}

	
	.sm-cont ul li{
		display: inline-block;
	}
}

@media screen and (max-width:900px) and (min-width: 600px){
	.sm-cont{
		width: 100%;
	}
	.obj-resize{
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}

@media screen and (max-width:600px) and (min-width: 250px){
	header #branding, header nav{display: none;}
	
	#branding2, .desk-hide {
		display: block;
	}
	#branding2 img{width: 65%;}
	
	.nav2{
		display: none;
	}
	.menu-icon{
		display: inline-block;
		float: right;
		margin-top: -50px;
	}
	nav #Topnav li{
		display: block;
		float: none;
	}
	
	.container{
		width: 90%;
	}
	
	#showcase .container img{
		padding-top: 10px;
	}
	
	#showcase .banner-txt{
		width: 90%;
	}
	
	#showcase h1{
		font-size: 1.7em;
		line-height: 34px;
		padding-top: 20px;
	}
	
	.sub-head{
		font-size: 18px;
		padding-top: 10px;
		line-height: 24px;
	}
	
	#showcase .container {
		width: 100%;
		padding: 30px 0px 0px;
	}
	
	.banner-l{display:none; width: 0px;}
	.banner-s{display: block; width: 100%;}
	
	.x-scroll{overflow-x:scroll;}
	
	.thumb-main{
		max-height: 300px;
	}
	.white-bg{
		padding: 5px;
	}
	.main-vid, .thumb-main, .sm-main{
		display: block;
		margin: 10px auto;
		vertical-align: top;
	}
	.sm-cont{
		width: 100%;
	}
	
	.thumb2{
		height: 169px;
	}
	
	.vid-size{
		width: 100%;
		height: 250px;
	}
	.obj-resize{
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	
}

/*@media screen and (max-width:399px) and (min-width: 250px){
	#boxes .box{
		width: 250px;
	}

	#boxes .box img{
		width: 220px;
	}
}*/
