*{
	margin: 0px auto;
	padding: 0px;
	scrollbar-color: #459fe3 #181c23;	}
	
*::-moz-selection {
    background: none repeat scroll 0% 0% #1E90FF;
    color: #FAF9F8;}

*, ::after, ::before {   
    box-sizing: border-box;}


/* Website body */
body{
	background-color: #181c23;
	font-family: Open Sans, sans-serif;
	color: #a0a7ab;
	font-size: 1rem;
	text-align: left;
	letter-spacing: .015em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7; }
	
/* Text & Typography */
h1, h2, h3, h4, h5, h6{ 
    font-family: Open Sans, sans-serif;  
	line-height: 1.2;
	font-weight: 600;
	color: #faf9f8;
    margin-bottom: 0.5rem;
    word-break: break-word;	}
	
h1{ position: relative;
    overflow: hidden;
    margin: 0px auto;
	margin-bottom: 10px;
    padding: 0px 25px 0px 5px;
    font-size: 2.25rem; }
	
h1::after{
    content: "";
    position: absolute;
    top: 75%;
    width: 100%;
    height: 3px;
    background-color: #459fe3;
    margin-left: 15px; }
	
h2{ font-size: 2.00rem; }
h3{ font-size: 1.75rem; }
h4{ font-size: 1.50rem; }
h5{ font-size: 1.25rem; 
    color: rgba(160,167,171,0.6); }
h6{ font-size: 1.00rem; }

p{  margin-bottom: 1rem; 
    letter-spacing: .015em;
	margin-top: 0px;
    text-align: justify;
    text-justify: inter-word; }

a:link, a:visited{
	text-decoration: none;
    color: #459fe3; }

a:hover{
	text-decoration: underline; }
	
	
/* Grid Container css style settings */	
.page_width{
	width: 1200px; }
	
.grid-container, .form-container{
	width: 100%;
	display: table;}
	
.grid-content{
	display: table-row; }
	
.grid-col{
	display: table-cell; }
	
.col-1{
	width: 12.5%; }
	
.col-2{
	width: 25%; }
	
.col-3{ 
    width: 37.5%; }
	
.col-4{
	width: 50%; }
	
.col-5{
	width: 62.5%; }
	
.col-6{
	width: 75%; }
	
.col-7{
	width: 87.5%; }
	
.col-8{
	width: 100%; }
	
	.align-top{
		vertical-align: top; }
		
	.align-middle{
		vertical-align: middle; }
		
	.align-bottom{
		vertical-align: bottom; }
	
	
/* SECTIONS */
section{
	margin: 0px auto;
	padding: 0px; }
	
	.bg-primary{
		background-color: #181c23; }
		
	.bg-secondary{
		background-color: #13161b; }
		
	.bg-blue{
		background-color: #459fe3; }
		
	.padding{
		padding: 15px 0px 15px 0px; }
		
	.box-shadow{
		box-shadow: 0px 5px 25px 0px rgba(15, 15, 15, 0.5); }
		
		
/* SITE NAVIGATION */
.site_navigation{
	    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
	    width: 100%;
	    position: absolute;
        top: 0;
	    z-index: 9900;
        margin-top: 45px;
	    height: 70px; }
		
		.sticky {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    margin-top: 0px;
}

		
	.site_navigation .navbar_logo{
        float: left;
        padding-left: 30px;}
		
	.site_navigation .navbar_logo img{
        width: 200px;
	    margin-top: 8px; }
	
	.site_navigation ul{
        float: right;
        margin-right: 30px;
        list-style: none;
        position: relative; }
		
	.site_navigation ul li{
        float: left;
        display: inline-block;
        margin: 0 5px; }
		
	.site_navigation ul li a:link, .site_navigation ul li a:visited{
        line-height: 70px;
		text-decoration: none;
        transition: 0.3s; 
	    color: #faf9f8;   
        padding: .5rem 0.75rem; 
        font-family: 'Open Sans', sans-serif;   
        text-shadow: 2px 2px 0px rgba(0,0,0,1);		
	    font-size: 1.4rem;
	    font-weight: 600;
        text-align: left;	
	    letter-spacing: -0.015rem; }
		
	.site_navigation ul li a:hover{
        color: #459fe3; }
		
	.site_navigation ul ul{
        position: absolute;
        top: 90px;
        border-top: 3px solid #459fe3;
        opacity: 0;
        visibility: hidden;
        transition: top .3s; }
		
	.site_navigation ul li:hover > ul{
        top: 70px;
        opacity: 1;
        visibility: visible; }
		
	.site_navigation ul ul li{
        position: relative;
        margin: 0px;
        min-width: 200px;
        width: 100%;
        float: none;
		background-color: rgba(0, 0, 0, 0.9);
        display: list-item;
        border-bottom: 1px solid rgba(0,0,0,0.3); }
		
	.site_navigation ul ul li a:link, .site_navigation ul ul li a:visited{
        font-size: 1.175rem;	
	    font-weight: 500;
	    font-family: 'Open Sans', sans-serif; 
	    line-height: 50px; }
		
	.site_navigation ul ul li a:hover{
	 	padding: .5rem 1.15rem;}
		
	.site_navigation ul ul ul{
        border-top: none; }

    .site_navigation  ul ul ul li{
        position: relative;
        top: -70px;
		width: 375px;
        left: 200px;		}
		
	.site_navigation .show, .site_navigation .icon, .site_navigation input{
        display: none; }
		
	@media all and (max-width: 968px) {
	    .page_width{
		    width: 100%; }
		
		.site_navigation{
		    position: fixed;
			margin-top: 0px; }
			
		.site_navigation ul{
            margin-right: 0px;
			background-color: rgba(0, 0, 0, 0.9);
            float: left; }
	
	    .site_navigation .navbar_logo{
            padding-left: 15px;
            width: 100%; }
			
		.site_navigation .show + a, ul{
            display: none; }
			
		.site_navigation ul li, .site_navigation ul ul li{
            display: block;
            width: 100%; }
  
  .site_navigation ul li a:link, .site_navigation ul li a:visited{
        font-size: 1.2rem;	
	    font-weight: 600;
	    font-family: 'Open Sans', sans-serif; 
	    line-height: 65px; }
		
  .site_navigation ul li a:hover{
    box-shadow: none;
  }
  .site_navigation .show{
    display: block;
	color: #faf9f8;
    font-size: 1.2rem;	
	font-weight: 600;
	padding: 0 0.75rem;
	font-family: 'Open Sans', sans-serif; 
	line-height: 65px;
    cursor: pointer;
  }
  .site_navigation .show:hover{
    color: #459fe3;
  }
  .site_navigation .icon{
    display: block;
    color: white;
    position: absolute;
    top: 9px;
    right: 30px;
    cursor: pointer;
  }
  
  .site_navigation .menu_icon {
  display: inline-block;
  cursor: pointer;
  margin-top: 4px;
}

.site_navigation .bar1, .site_navigation .bar2, .site_navigation .bar3 {
  width: 35px;
  height: 5px;
  background-color: #faf9f8;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.site_navigation .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.site_navigation .change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.site_navigation .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
  
  
  .site_navigation ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .site_navigation ul ul a:link, .site_navigation ul ul a:visited{
    padding-left: 40px;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  .site_navigation ul ul li{

    border-bottom: 0px;
  }
  
   .site_navigation ul ul ul a:link, .site_navigation ul ul ul a:visited{
    padding-left: 80px;
  }
   .site_navigation ul ul ul li{
    position: static;
  }
  
  .carousel-container{
	  top: 70px;
  }
	}
	
	
svg{
	vertical-align: middle;
	-webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
	fill: #faf9f8;
	width: 27.5%; }
/* CAROUSEL */
.carousel-container {
	z-index: -1;
	margin: 0px auto;
    position: relative;
	background-color: #13161b;
	height: 475px;
	width: 100%; }

.carousel-item {
	display: none; }
	
.carousel-gradient-overlay-fx{
	width: 100%;
    position: absolute;
    top: 0;	
	height: 475px; 
	z-index: 10;
	background-image: linear-gradient(to top, #13161b, transparent); }
	
.carousel-item img { 
    width: 100%;
	vertical-align: middle; }
	
.carousel-caption {
    position: absolute;
    bottom: 18.75%;
	left: 19.5%;
	z-index: 11;
	text-shadow: 1px 1px #151515;
    text-align: left; }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s; }

    @-webkit-keyframes fade {
        from {opacity: .4} 
        to {opacity: 1} }

    @keyframes fade {
        from {opacity: .4} 
        to {opacity: 1} }


/* COUNTDOWN TIMER */
.event_countdown{
	padding: 15px;
	border: 1px solid;
    border-bottom: none;
    border-image-slice: 1;
    border-width: 1px;
	border-image-source: linear-gradient(to bottom, #459fe3, transparent); }
	
#targetOutput{
	margin: 0px auto;
	width: 85%;
	display: flex;
    justify-content: space-around;
	padding: 0px; }
	
#targetOutput .countdown-unit{
	border: 1px solid;
	border-top: none;
	text-align: center;
	border-bottom: none;
    border-image-slice: 1;
    border-width: 1px;
	border-image-source: linear-gradient(to bottom, transparent, rgba(160,167,171,0.6), transparent);
    width: 100%; }
	
#targetOutput .countdown-unit:first-child{
	border-left: none; }
	
#targetOutput .countdown-unit:last-child{
	border-right: none; }
	
#targetOutput .countdown-unit h2{
	font-size: 2.5rem; }
	
#targetOutput .countdown-unit span{
	color: rgba(160,167,171,0.6); }
	
/* MEMBER */
.member_area{
	padding: 15px;
	border: 1px solid;
    border-top: none;
    border-image-slice: 1;
    border-width: 1px;
	border-image-source: linear-gradient(to bottom, transparent, #13161b); }
	

article{
	float: left;
	margin: 5px;
	width: 32.5%;
	height: 436px;
	border-radius: 4px;
    background-color: #292e38;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;}
	
article:hover{
	cursor: pointer; }
  	
article .overlay-fx {
    position: relative;
    z-index: 1;
    padding: 20px;
	border-radius: 4px;
    width: 100%;
    height: 100%;
	text-align: left;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));}
	
article .overlay-fx:hover{
	background: linear-gradient(rgba(69, 159, 227, 0.45), rgba(0,0,0,0.9));
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.35);}
	
span.category{
	background-color: rgba(69, 159, 227, 0.8);
	border-radius: 4px;
	color: #faf9f8;
	line-height: 1;
    margin: 0;
    padding: 2px 5px;
	word-break: break-word;}

article .overlay-fx h4 a{
	color: #faf9f8;}

article .overlay-fx h4{
	margin: 10px 0; 
	font-size: 1.6rem;
	text-shadow: 0px 0px 4px #333; }
	
article .details span.date{
    color: #b9b9b9;
	text-transform: capitalize;
    letter-spacing: 0.05rem;}
	

/* Calender */
table.calendar{
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	border-spacing: 0;
	border-collapse: collapse; }

table.calendar thead th{
	font-size: 1.2rem;
	text-align: center;
	text-transform: capitalize;
	color: #faf9f8;
	padding: 10px 0px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	border-bottom: 2px solid rgba(125,125,132,.3); }
	
table.calendar thead th a{
	background-color: rgba(41,46,56,1);
	color: #dcdcdc;
	border-radius: 4px;
	padding: 3px 9px;
	transition: 0.3s; }
	
table.calendar thead th a:hover{
	text-decoration: none;
	background-color: #459fe3;
	color: #faf9f8; }
	
table.calendar tbody th.months_heading{
	border: none;
	font-family: Open Sans, sans-serif;
	color: rgba(125,125,132,.8);
	font-weight: 500;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;}
	
table.calendar tbody td{
	padding: 4px;
	margin: 0;
	width: 14%;
	text-align: left;
	background-color: rgba(41,46,56,1);
	color: rgba(125,125,132,.8);
	border: 2px solid rgba(24,28,35, 1.0);
	vertical-align: top;
	height: 100px; }

table.calendar tbody td.other_month{
	background-color: rgba(41,46,56,0.35);
	color: rgba(125,125,132,.3);}

table.calendar a{
	font-weight:normal;
	color: #555555;
	text-decoration: none;
	font-weight:bold;}

table.calendar a:hover{
	text-decoration: underline;}

table.calendar td.today, table.calendar td.today a{
	background-color: #459fe3;
	font-family: Open Sans, sans-serif;
	color: #faf9f8;}

table.calendar td ul{
	font-size: 80%;
	line-height: 1.2;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0.5em 0 0;
	padding-left: 0;}

table.calendar td li{
	margin-bottom: 1px;
	padding: 5px;
	border-radius: 4px;
	background-color: #459fe3; }

table.calendar td li a:link, table.calendar td li a:visited{
	color: #faf9f8;}
	
	
/* BUTTONS */
.btn{
	border: none;
	overflow: visible;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: center;
    font-family: Open Sans, sans-serif;  
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;	    
	padding: .475rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
	
	.large{
		font-size: 1.3rem; }
		
	.small{
		font-size: 0.85rem; }

.btn-primary {
    color: #eaffff;
    background-color: #459fe3; }
	
.btn-primary:hover {
	background-color: #3d85bb; }
	
.btn-secondary{
	color: #eaffff;
	background-color: #2f3541; }
	
.btn-secondary:hover{
	background-color: #292e38; }
	
.btn-success{
	color: #eaffff;
    background-color: #0aa34f; }
	
.btn-success:hover{
	background-color: #0d8845; }
	
.btn-warning{
	background-color: #eace2a; }
	
.btn-warning:hover{
	background-color: #c1aa27; }
	
.btn-danger{
	color: #eaffff;
	background-color: #e81c2b; }
	
.btn-danger:hover{
	background-color: #bf1c28; }
	
.btn:disabled {
    opacity: .65; }
	
/* FORM */
.form-group{
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
    font-family: 'Open Sans', sans-serif;}
			
.form-group span.desc{
    padding: 0px 2px;
    font-size: 0.8rem;
    color: rgba(160,167,171, 0.7); }
			
.control-label{
	display: block;
	font-size: 1rem;
	padding: 0px 2px;
	font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	text-shadow: 0px 0px 1px #333; }

.control-label span.required{
	margin-left: 5px;
	font-size: 0.8rem;
	color: #e81c2b; }
			
.form-control{
	border: none;
	background-color: transparent;
	color: #459fe3;
	font-size: 1.0rem;
	padding: 5px 2px;
	width: 100%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid #313947; }
			
.form-control::placeholder{
	font-style: italic;
	color: rgba(160,167,171, 0.6); }
			
			
/* if form has error */
.has-error label{
	color: #e81c2b; }
			
.has-error .form-control{
	color: rgba(232,28,43, 1);
	border-bottom: 1px solid #e81c2b; }
			
.has-error .form-control::placeholder{
	color: rgba(232,28,43, 0.7); }
	
	
fieldset{
	width: 100%;
	background-color: rgba(41,46,56,0.35);
	border: none;
	margin-bottom: 15px;
	padding: 10px; }
								
								fieldset .form-group input[type=text], .form-group input[type=password]{
									border-radius: 0px;
									background-color: transparent;
									border-left: none;
									border-right: none;
									border-top: none;
						            border-bottom: 2px solid #2f3541;
									-webkit-box-shadow: none;
                                    box-shadow: none;
								}
								
								fieldset .form-group input[type=text]::placeholder, .form-group input[type=password]::placeholder{
									color: #2f3541;
								}
								
								fieldset button{
									float: right;
								}
								
								fieldset h5{ position: relative;
    overflow: hidden;
    margin: 0px auto;
	margin-bottom: 10px;
	font-size: 1.25rem; 
    color: rgba(160,167,171,0.6); }
	
fieldset h5::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(160,167,171,0.6);
    margin-left: 10px; }
	
	
/* ACCORDIONS */
.accordion {
    background-color: #292e38;
    color: #faf9f8;
    cursor: pointer;
    padding: 18px;
    font-weight: 500;
    width: 100%;
    font-family: 'Open Sans SemiBold', sans-serif;  
	line-height: 1.2;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.1rem;
    transition: 0.4s;
    border-radius: 4px; }

.accordion.active, .accordion:hover {
    background-color: #2f3541; }

.accordion:after {
    content: '\e619';
	font-family: 'racefont';
    color: #a0a7ab;
	font-size: 0.9rem;
    font-weight: bold;
    float: right;
    margin-left: 5px; }

.accordion.active:after {
    content: "\e617"; }

.panel {
    padding: 12px 16px 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }

	
/* ALERTS */
.alert{
    padding: 15px;
    border-radius: 4px;
    color: #faf9f8;
    opacity: 1;
    font-size: 1.1rem;
    transition: opacity 0.6s;
    margin-bottom: 15px; }
	
.closebtn {
    color: #faf9f8;
    font-weight: bold;
    float: right;
    font-size: 2rem;
    line-height: 22px;
    cursor: pointer;
    transition: 0.3s; }

.closebtn:hover {
    color: black; }

.alert-success {
    background-color: #4CAF50; }

.alert-warning {
	color: #333;
    background-color: #eace2a; }
	
.alert-info {
    background-color: #459fe3; }

.alert-danger {
    background-color: #e81c2b; }


.my_post{
	background-color: green;
	padding: 10px;
	border-radius: 4px;
}
	
	
/* TABS */
.tab {
  overflow: hidden;
  background-color: #181c23;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  color: #a8a99f;
  font-family: 'Open Sans SemiBold', sans-serif;    
  font-size: 1.0rem;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #faf9f8;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #13161c;
  color: #faf9f8;
  border-radius: 4px 4px 0px 0px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px;
  background-color: #13161c;
  border-radius: 0px 0px 4px 4px;
}

.tabcontent header{
			border-bottom: 2px solid #313947;
			margin-bottom: 10px;
		}
	
#BtnContainer{
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #459fe3; }
	
.btn-active {
    background-color: #459fe3;
    color: #faf9f8; }
	
/* Filter elements */
.container {
    overflow: hidden; }
	
.filter_elements {
    display: none; /* Hidden by default */ }

.show {
    display: block; }
	
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9990; /* 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.75); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #13161b;
  margin: 1.75rem auto;
  padding: 0.5rem 1rem;
  max-width: 500px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
	font-size: 2rem;
    line-height: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-bottom: 1px solid #414141;
  color: white;
}

.modal-body {}

.modal-footer {
  border-top: 1px solid #414141;
  padding: 0.5rem 0rem 0rem 0rem;
  text-align: right;
}


/* FOOTER */
.footer{
	background-color: #000000;
}