::-webkit-scrollbar 
{
	width: 10px; 
}

::-webkit-scrollbar-track 
{
	background: #0984e31f; 
}

::-webkit-scrollbar-thumb 
{
	background: #0984e3; 
}

::selection
{
	background: #0984e3;
	color: #FFF; 
}
body,html /*Body*/
{
	margin: 0px;
	padding: 0px;
	background: #0f161e;
}


nav  /*Nav*/
{
	position: fixed;
	width: 100%;
	height: 140px;
	display: table;
	z-index: 1000;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.mid  /*Nav*/
{
	display: table-cell;
	vertical-align: middle;
}
.dropb  /*Nav*/
{
	font-size: 20px;
	color: #ffffff;
	float: right;
	padding: 0px;
	opacity: .9;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.container  /*Nav*/ /*Sponser*/
{
	width: 90%;
	padding-left:5%;
	padding-right: 5%;
	display: table-cell;
	vertical-align: middle;
}
.links  /*Nav*/
{
	float: right; 
	display: inline-block;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.links a  /*Nav*/
{
	padding: 15px;
	text-decoration: none;
	letter-spacing: 4px;
	margin-left: 15px; 
	font-family: 'raleway', sans-serif;
	font-weight: 200;
	color: #ffffff;
	font-size: 12px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border-radius: 2px;
	border: 3px solid #ffffff00;
}
#contact:hover   /*Nav*/
{
	background: #ffffff;
	color: #0f161e;
	font-weight: 700;
	border: 2px solid #ffffff00;
}
#contact  /*Nav*/
{
	background: #ffffff00;
	color: #ffffff;
	font-weight: 200;
	border: 2px solid #ffffff;
}
.links a:hover  /*Nav*/
{
	background: #ffffff;
	color: #0f161e;
	font-weight: 700;
	border: 2px solid #ffffff00;
}
.top   /*Intro*/
{
	background: url(img/back.png);
	width:100%;
	height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.top .left  /*Intro 1*/
{
	width:60%;
	height: 100%;
	display: inline-block;
}
.top .left h1 /*Intro 1*/
{
	font-family: 'raleway', sans-serif;
	color: #ffffffab;
	font-size: 50px;
	letter-spacing: 5px;
	margin-left: 320px;
	padding-left: 30px;
	margin-top: 250px;
	margin-block-start: 250px;
    margin-block-end: 0px;
    line-height: 40px;
   font-weight: 100;
}
.top .left h2 /*Intro 1*/
{
	font-family: 'barlow Condensed', sans-serif;
	font-style: italic;
	color: #ffffff;
	font-size: 120px;
	padding-bottom: 20px;
	margin-left: 120px;
	padding-left: 30px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 5px;
}
.top .left .circ /*Intro 1*/
{
	margin-left: 150px;
	width: 415px;
	padding: 15px;
	margin-top: 80px;
	background: #ffffff;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #0984e33d;
}
.top .left .cir /*Intro 1*/
{
	width: 60px;
	height: 60px;
	border-radius: 20px;
	background: #0984e31f;
	display: inline-block;
	color: #0984e3;
	font-size: 25px;
	text-align: center;
	border: 2px solid #03a9f40d;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.top .left .cir:hover  /*Intro  1*/
{
	background: #0984e3;
	color: #ffffff;
	border: 2px solid #117ffb47;
}
.top .left .dot  /*Intro 1*/
{
	width: 4px;
	height: 4px;
	border-radius: 20px;
	background: #24252a;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.cir i /*Intro 1*/
{
	padding-top: 18px; 
}
.top .right /*Intro 2*/
{
	width:40%;
	margin-top:450px; 
	display: inline-block;
	float: right;
	box-shadow: 0px 0px 40px #00000026;
}
.top .right .intro /*Intro 2*/
{
	background-color: #ffffff1a;
	width: 100%;
	height: auto;
	float: right;
	color: #ffffff;
}
.intro .ict /*Intro 2*/
{
	width: 60%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 0px;
    float: left;
    display: inline-block;
}

.intro h3 /*Intro 2*/
{
	font-size: 25px;
    font-family: 'barlow Condensed', sans-serif;
    letter-spacing: 2px;
    margin-block-start: 0px;
    margin-block-end: 10px;
}
.intro .circu /*Intro 2*/
{
	float: right;
	width: 30%;
	height: 100%;
	display: table;
}
.intro .circu i /*Intro 2*/
{
	padding: 30px;
	margin-top: 32px;
	display: table-cell;
	vertical-align: middle;
	float: right;
	color: #ffffff;
	border: 2px solid #ffffff;
	font-size: 20px;
	border-radius: 100px;
	margin-right: 35px; 
	text-align: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.circu i:hover /*Intro 2*/
{
	transform: rotate(90deg);
	background: #ffffff;
	color: #24252a;
	box-shadow: 0px 0px 10px #9c9c9c70;
}
.circu i /*Intro 2*/
{
	padding-top: 30px; 
}
.intro p /*Intro 2*/
{
	margin-block-start: 0px;
    margin-block-end: 0px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
.about /*About*/
{
	background: #fff;
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}
.cont /*About*/
{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 10%;
	text-align: center;
}
.box  /*About*/
{
	width: 300px;
	height: 500px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 30px 20px -10px #0003;
	border-bottom: 5px solid #24252a59;
	display: inline-block;
	margin: 20px;
}
.box a  /*About*/
{
	padding: 15px;
	text-decoration: none;
	letter-spacing: 5px;
	font-family: 'raleway', sans-serif;
	font-weight: 200;
	color: #24252a;
	font-size: 12px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border-radius: 2px;
	font-weight: 400;
	border: 2px solid #24252a;
	margin: 10px;
}
.box a:hover  /*About*/
{
	background: #24252a;
	color: #fff;
	border: 2px solid #24252a;
}
#boxb  /*About*/
{
	position: relative;
	top: 70px;
}
.about h2  /*About*/
{
	padding-top: 40px;
	padding-bottom: 0px;
	margin-block-start: 0px;
    margin-block-end: 10px;
    font-size: 18px;
	font-family: 'Didact Gothic', sans-serif;
	display: inline-block;

}
.about p  /*About*/
{
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin-block-start:0px;
    margin-block-end: 50px;
    text-align: center;
    line-height: 20px;
}
.about h3 /*About*/
{
	padding-top: 80px;
	padding-bottom: 0px;
	margin-block-start: 0px;
    margin-block-end: 50px;
    font-size: 35px;
	font-family: 'barlow Condensed', sans-serif;
    letter-spacing: 2px;
	display: inline-block;
}
.hr /*About*/
{
	width: 50px;
	height: 2px;
	background: #000;
	display: inline-block;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

 

.down h2
{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 1px;
	margin-block-start:0px;
    margin-block-end: 1px;
    padding-left: 18px;
    padding-right: 18px;
}
.down h4
{
	font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
	letter-spacing: 1px;
	margin-block-start:1px;
    margin-block-end: 0px;
}
footer /*Footer*/
{
	width: 100%;
	background: #24252a;
	color: #fff;
	font-size: 15px;
	font-family: 'Didact Gothic', sans-serif;
}
.contup /*Footer*/
{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contin /*Footer*/
{
	padding-left: 20%;
	padding-right: 20%;
	width: 60%;
	height: 250px;
}
footer .left /*Footer Left*/
{
	width: 50%;
	float: left;
	height: 250px;
	display: table;
	letter-spacing: 1px;
}
footer a /*Footer*/
{
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	text-decoration: none;	
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
footer a:hover /*Footer*/
{
	color: #ffffff91;
	border-bottom: 1px solid #ffffff91;	
}
footer .hr /*Footer*/
{
	background: #fff;
}
.vert  /*Footer Right & Left */
{
	display: table-cell;
	vertical-align: middle;
}
footer h3 /*Footer*/
{
	padding-top: 0px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 35px;
	font-family: 'barlow Condensed', sans-serif;
    letter-spacing: 2px;
	display: inline-block;
	padding-bottom: 50px;
}
footer .right /*Footer Right */
{
	width: 40%;
	padding-left: 50px;
	float: right;
	display: table;
	height: 250px;
	border-left: 1px solid #fff;
	letter-spacing: 2px;
	font-size: 14px;
}
.contdown /*Footer Down */
{
	text-align: center;
	border-top: 1px solid #44454659;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%; 
}
.contdown h2 /*Footer Down */
{
	margin-block-start: 50px;
    margin-block-end: 2px;
    font-size: 15px;
    letter-spacing: 2px;
}
.contdown h4 /*Footer Down */
{
	margin-block-start: 0px;
    margin-block-end: 0px;
    padding-block-end: 50px;
    font-weight: lighter;
}

/* Media Screen */

@media screen and (max-width: 1300px){
	#boxb
	{
		position: relative;
		top: 20px;
	}
	footer .left
	{
		width: 45%;
	}
	footer .right
	{
		width: 45%;
	}
	.box
	{
		margin-bottom: 100px;
	}
	.cont 
	{
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 1150px){
	.top .left .circ
	{
		margin-left: 100px;
		width: 300px;
		padding: 10px;
		margin-top: 60px;
		border-radius: 20px;
	}
	.top .left .cir
	{
		width: 40px;
		height: 40px;
		border-radius: 10px;
		font-size: 20px;
	}
	.cir i
	{
		padding-top: 11px; 
	}
	.top .left .dot
	{
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 8px;
	}
	.top .left h1
	{
		margin-left: 270px;
	    line-height: 30px;
	   font-weight: 100;
		margin-block-start: 200px;
	}
	.top .left h2
	{
		margin-left: 70px;
	}
	.top
	{
		height: 650px;
	}
	.top .right
	{
		margin-top:350px; 
	}
	.contin
	{
		padding-left: 10%;
		padding-right: 10%;
		width: 80%;
	}
}
@media screen and (max-width: 1000px){
	.top .left
	{
		width: 100%;
		height: 65%;
		text-align: center;
	}
	.top .left h1
	{
		margin-left: 200px;
		padding-left: 0px;
		margin-top: 50px;
		margin-block-start: 150px;
	}
	.top .left h2
	{
		padding-bottom: 20px;
		margin-left: 0px;
		padding-left: 0px;
		margin-block-start: 0px;
	    margin-block-end: 0px;
	}
	.top .left .circ
	{
		margin-top: 30px;
		background: #ffffff;
		text-align: center;
		margin-left: 33%;
	}
	.top .right
	{
		width:100%;
		height: 30%;
		margin-top:0px; 
	}
	.top .right .intro
	{
		width: 50%;
		margin-right: 25%;
		margin-left: 25%;
	}
}
@media screen and (max-width: 850px){
	.top
	{
		height: 750px;
	}
	.top .left h1
	{
		margin-top: 50px;
		margin-block-start: 200px;
	}
	.top .right .intro
	{
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.top .left .circ
	{
		margin-left: 28%;
	}
	#boxb
	{
		margin-bottom: 130px;
	}
	.member
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	.box
	{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 650px){
	.top .left .circ
	{
		margin-left: 23%;
		margin-right: 0px;
		width: 50%;
		text-align: justify-all;
	}
	footer .left
	{
		width: 100%;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	footer .right
	{
		width: 100%;
		text-align: center;
		border: 0px;
		border-top: 2px solid #fff;
		padding:0px;
	}
	.contin
	{
		padding-left: 20%;
		padding-right: 20%;
		width: 60%;
		height: 500px;
	}
}
@media screen and (max-width: 700px){
	.links
	{
		max-height: 0px;
		overflow: hidden;
		position: relative;
		top: 80px;
		left: 50px;
		background: #ffffff;
		width: 50%;
		margin: 0px;
		text-align: center;
		float: right;
	}
	.links a
	{
		width: 100%;
		color: #000;
		display: inline-block;
		font-weight: 700;
		padding: 0px;
		margin: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	nav
	{
		display: inline-block;
		height: 80px;
	}
	nav .container
	{
		width: 100%;
		height: 80px;
		padding-left:0px;
		padding-right: 0px;
		display: inline-block;
	}
	#contact
	{
		color: #000;
		font-weight: 700;
		border: 0px;
		padding-bottom: 30px;
	}
	.dropb
	{
		width: 40px;
		height: 100%;
		padding-right: 20px;
		display: table;
	}
}
@media screen and (max-width: 550px){
	.top .left .circ
	{
		margin-left: 13%;
		margin-right: 0px;
		width: 70%;
		text-align: justify-all;
	}
	.links
	{
		max-height: 0px;
		overflow: hidden;
		position: relative;
		top: 80px;
		left: 50px;
		background: #ffffff;
		width: 50%;
		margin: 0px;
		text-align: center;
		float: right;
	}
	.links a
	{
		width: 100%;
		color: #000;
		display: inline-block;
		font-weight: 700;
		padding: 0px;
		margin: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	nav
	{
		display: inline-block;
		height: 80px;
	}
	nav .container
	{
		width: 100%;
		height: 80px;
		padding-left:0px;
		padding-right: 0px;
		display: inline-block;
	}
	#contact
	{
		color: #000;
		font-weight: 700;
		border: 0px;
		padding-bottom: 30px;
	}
	.dropb
	{
		width: 40px;
		height: 100%;
		padding-right: 20px;
		display: table;
	}
}
@media screen and (max-width: 500px){
	.intro .ict
	{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	.intro .circu
	{
		width: 0px;
		height: 0px;
		overflow: hidden;
		border: 0px;
		margin: 0px;
	}
	.intro .circu i
	{
		padding: 0px;
		margin-top: 0px;
		border: 0px solid #ffffff;
		font-size: 0px;
		border-radius: 0px;
		margin-right: 0px; 
	}
	.top .left h1
	{
		font-size: 30px;
		margin-left: 130px;
		line-height: 2px;
	}
	.top .left h2
	{
		font-size: 70px;
	}
}
@media screen and (max-width: 470px){
	.links 
	{
		width: 100%;
		top: 0px;
		left: 0px;
	}
	.top .left h1
	{
		margin-top: 50px;
		margin-block-start: 150px;
	}
	.top .left
	{
		height: 55%;
	}
	.top .left .circ
	{
		margin-left: 12%;
		margin-right: 0px;
		width: 70%;
		text-align: justify-all;
		padding:5px;
	}
	.top .left .cir
	{
		width: 35px;
		height: 35px;
		border-radius: 10px;
		font-size: 17px;
	}
	.top .left .dot
	{
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 8px;
	}
}


/*Video*/
.tmr {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .vdo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  
  /* Sponsers */

.abtthree /*Sponser*/
{
	width: 100%;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: #ddd;
}

.abtthree .right /*Sponser*/
{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
	text-align: center;
}
.right img /*Sponser*/
{
	width: 120px; margin-right: 5%;
}
.abtthree .left
{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
}
.abtthree .container  /*Sponser*/
{
	width: 100%;
	display: table;
}


.abtthree h2 /*Sponser*/
{
	padding-top: 0px;
	margin-block-start: 0px;
    margin-block-end: 10px;
    font-size: 25px;
	font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 2px;
	padding-bottom: 10px;
}


.left img
{
	width: 250px;
	display: inline-block;
	float: left;
}

.abtthree h3
{
	padding-top: 0px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 35px;
	font-family: 'barlow Condensed', sans-serif;
    letter-spacing: 2px;
	padding-bottom: 10px;
}
.abtthree .left .contaithree
{
	width: 70%;
	padding-left:15%;
	padding-right: 15%;
	display: table-cell;
	vertical-align: middle;
}
