/*

	Theme Name: Pixicon

	Template URI: 

	Description: 

	Author:

	Author URI: 

	License: GNU General Public License version 3.0

	License URI:

	Version: 1.0

	

	1. Body style

	2. Body

	3. siderbar

		1. Nave

	4. Header

	5. Main

	6. Home

	7. About

	8. Subscribe

	9. Contact

	10. Footer
	
	11. Animated blinking cursor

*/
html{
	scroll-behavior: smooth;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

body,
img {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
main {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #010101;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}

a:focus,
img:focus,
button:focus,
.btn:focus {
	outline: none;
}



::-moz-selection {
	background-color: #1eb8d8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #1eb8d8;
	color: #fff;
	text-shadow: none;
}

@font-face {
	font-family: 'Source Sans Pro', sans-serif;
}

/*== Body ==*/

body {
	background-image: url(../images/overlay-bg.png), url(../images/main-bg.jpg);
	background-size: cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
	background-attachment: fixed
}

/*== Siderbar ==*/

aside[role="siderbar-nav"] {
	position: fixed;
	left: 0;
	height: 100%;
	width: 50px;
	top: 0;
	background-color: #111111
}

aside[role="siderbar-nav"]>nav {
	padding-top: 110px
}

aside[role="siderbar-nav"]>nav>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: none
}

aside[role="siderbar-nav"]>nav>ul>li {
	display: block;
	float: none;
	margin-bottom: 25px
}

aside[role="siderbar-nav"]>nav>ul>li>a {
	font-size: 18px;
	color: #FFF;
	border-radius: 0;
	border: none;
	padding: 0;
}

aside[role="siderbar-nav"]>nav>ul>li.active a,
aside[role="siderbar-nav"]>nav>ul>li a:hover {
	background-color: inherit;
	border: none;
	color: #1eb8d8
}

aside[role="siderbar-nav"]>nav .nav-tabs>li.active>a,
aside[role="siderbar-nav"]>nav .nav-tabs>li.active>a:focus,
aside[role="siderbar-nav"]>nav .nav-tabs>li.active>a:hover {
	background-color: inherit;
	border: none;
	color: #1eb8d8
}

.nav {
	position: relative;
	background-color: #111111;
}

.nav a .slidetext {
	position: fixed;
	color: #1eb8d8;
	background-color: #111;
	padding: 0.1vw 0.5vw 0.1vw 0.5vw;
	border-radius: 0 0.6vw 0.6vw 0;
	margin-left: -6vw;
	transition: 0.5s;
	z-index: -1;
}

.nav a:hover .slidetext {
	margin-left: 1.1vw;
}

.nav a i {
	transition: transform 0.8s;

}

.nav a:hover i {
	transform: rotate(360deg);
}


/*== Header ==*/

header[role="main-header"] {
	overflow: hidden;
	padding-top: 20px;
}

header[role="main-header"] h1 {
	margin: 0;
	padding: 0;
}

header[role="main-header"] h1>a {
	float: left;
	display: block;
	max-width: 73px;
}

footer[role="footer"] ul[role="socil-icons"] {
	list-style: none;
	text-align:right;
	float:right;
}

footer[role="footer"] ul[role="socil-icons"]>li {
	display: inline-block;
	margin-left: 28px
}

footer[role="footer"] ul[role="socil-icons"]>li>a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal
}

footer[role="footer"] ul[role="socil-icons"]>li>a:hover {
	color: #1eb8d8;
}

#whitelogo {
	width: 54px;
	height: 42px;
}

/*== Main ==*/
#bclub {
	color: #1eb8d8;	
}
#Binlogo
{
	font-family: 'Montserrat', sans-serif;
	color:#1eb8d8 !important;
}
#headertext
{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.headalign
{
	padding-left:45px !important;
}
main[role="main"] {
	padding-top: 125px;
	margin-left:50px;
}

/*== Home ==*/

article.home-content {
	color: #FFF
}

article.home-content header[role="home-title"] {
	padding-bottom: 20px
}

article.home-content header[role="home-title"] h2 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 62px;
	font-weight: 700;
}

article.home-content header[role="home-title"] h2>span {
	color: #1eb8d8;
}

article.home-content p {
	font-size: 21px;
}

#countdown {
	padding-top: 40px;
	padding-bottom: 8px;
}

#countdown span {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	font-size: 33px;
	line-height: 34px;
	margin-right: 57px
}

#countdown span b {
	display: block;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 2px;
	border-top: 3px solid #1eb8d8;
	margin-top: 5px;
	padding-top: 6px
}

/*== About ==*/

.about-pan {
	padding-bottom: 151px
}

.other-page header[role="page-title"] {
	padding-bottom: 59px
}

.other-page header[role="page-title"] h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 39px;
	font-weight: 700
}

.other-page article p {
	font-size: 16px;
	line-height: 27px;
	color: #FFF;
	padding: 0;
	margin: 0;
	width: 800px;
	padding-bottom: 27px
}

/*== Subscribe ==*/

.subscribe-pan form {
	width: 400px;
	display: block;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 272px
}

.subscribe-pan form input[type="email"] {
	display: block;
	width: 340px;
	height: 50px;
	outline: none;
	padding: 0 10px;
	border: 1px solid #FFF;
	background-color: inherit;
	font-size: 15px;
	line-height: 16px;
	color: #a4a4a4;
	font-weight: 300;
	float: left
}

.subscribe-pan form label {
	float: right;
	width: 60px;
	height: 50px;
	position: relative;
	text-align: center;
}

.subscribe-pan form label input {
	font-size: 0;
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	width: 60px;
	height: 50px;
	background-color: #FFF
}

.subscribe-pan form label i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 24px;
	color: #111111;
	cursor: pointer;
	line-height: 50px
}

.subscribe-pan form label:hover input {
	background-color: #1eb8d8
}

.subscribe-pan form label:hover i {
	color: #FFF
}

.subscribe-pan form ::-webkit-input-placeholder {
	color: #a4a4a4;
}

.subscribe-pan form ::-moz-placeholder {
	color: #a4a4a4;
}

/* firefox 19+ */
.subscribe-pan form :-ms-input-placeholder {
	color: #a4a4a4;
}

/* ie */
.subscribe-pan form input:-moz-placeholder {
	color: #a4a4a4;
}

.subscribe-pan>p {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300
}

.error_message {
	color: #1eb8d8
}

#success_page h3,
#success_page p {
	color: #60ca6f
}

/*== Contact ==*/

.contact-from {
	margin-bottom: 50px;
}

.contact-from input[type="text"],
.contact-from input[type="email"],
.contact-from textarea {
	width: 100%;
	padding: 0 10px;
	display: block;
	height: 50px;
	outline: none;
	border: 1px solid #d2d4d7;
	background-color: inherit;
	color: #a4a4a4;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 27px
}

.contact-from form ::-webkit-input-placeholder {
	color: #a4a4a4;
}

.contact-from form ::-moz-placeholder {
	color: #a4a4a4;
}

/* firefox 19+ */
.contact-from form :-ms-input-placeholder {
	color: #a4a4a4;
}

/* ie */
.contact-from form input:-moz-placeholder {
	color: #a4a4a4;
}

.contact-from textarea {
	margin-bottom: 21px;
	height: 126px;
	padding: 10px
}

.contact-from input[type="submit"] {
	display: block;
	border: none;
	outline: none;
	width: 168px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #1eb8d8;
	margin-bottom: 60px
}

.contact-from input[type="submit"]:hover {
	background-color: #f8524e
}

/*== Footer ==*/

footer[role="footer"] {
	background-color: #111111;
	/* overflow: hidden; */
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer[role="footer"] p {
	color: #FFF;
	font-size: 14px;
	line-height: 50px !important;
	padding: 0;
	margin: 0;
	float: left;
}

footer[role="footer"] ul {
	color: #FFF;
	font-size: 14px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	float: right;
}

footer[role="footer"] p+p {
	text-align: right;
	float: right
}

footer[role="footer"] p i {
	padding: 0 4px;
	color: #1eb8d8
}

footer[role="footer"] p a {
	padding: 0 4px;
	color: #1eb8d8
}
#typecontainer
{
	position: relative;
	z-index: -2;
}
#typed
{
	position: relative !important;
	z-index: -2 !important;
}
#typehead
{
	position: relative !important;
	z-index: -2 !important;
}
/*==  code for animated blinking cursor ==*/
.typed-cursor {
	position: relative;
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	z-index:0;
}

@-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}




/*==Modal==*/
#modalcontainer
{
	position: relative;
	z-index:0;
}
.fade {
	display: none;
}

#fadecontainer {
	position: relative;
	z-index:0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.35);
}
#contactfade
{
	position: relative;
	z-index:0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color:rgba(255, 255, 255, 0.35);
}
#wrapper {
	padding: 0;
	width:250px;
}

#wrapper a {
	display: block;
	width: 250px;
	height: 50px;
	padding: 0 !important;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	border-radius: 15px;
	border: 3px solid #1eb8d8;
	color: #1eb8d8;
	font-size: 20px;
	font-family: arial;
	position: relative;
	overflow: hidden;
	background: transparent;
	text-transform: uppercase;
	transition: all .35s;
}

#wrapper a:before,
#wrapper a:after {
	position: absolute;
	content: "";
	width: 250px;
	height: 100%;
	top: -100%;
	left: 0;
	background: #1eb8d8;
	z-index: -1;
	transition: all .35s;
}

#wrapper a:before {
	opacity: .5;
}

#wrapper a:after {
	transition-delay: .2s;
}

#wrapper a:hover {
	color: black;
	text-decoration: solid;
}

#wrapper a:hover:before,
#wrapper a:hover:after {
	top: 0;
}


#wrapper {
	display: inline-block;
	margin-top: 2vw;
	position: relative;
	margin-left: 5vw;
}


.modal-title {
	text-align: center;
}

.modaltext {
	font-size: 18px;
}

.modal-content {
	-webkit-border-radius: 35px !important;
	-moz-border-radius: 35px !important;
	border-radius: 100px !important;
	border-bottom: #2e3033 !important;
	border-right: #111 !important;
	border-top: #1eb8d8 !important;
	border-left: black !important;
}

.modal-dialog {
	top: 25px;
	width: 750px !important;
}

.modal-header {
	background-color: #1eb8d8;
	color: black !important;
	border-radius: 2vw 2vw 0 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #1eb8d8 !important;
}

.modal-body {
	background-color: #2e3033;
	background-image: url("../images/finalfade2.png");
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: white;
	padding-left: 10px;
	height: 475px !important;
}

.modal-footer {
	background-color: #2e3033;
	border-radius: 0 0 2vw 2vw !important;
	border-top: 1px solid #2e3033 !important;
	
}

.close {
	position: absolute;
	right:10px;
	top:2px;
	font-size: 2.5vw !important;
	color: black !important;
	text-shadow:0 1px 0 black !important;
}



#closing a {
	display: block;
	width: 70px;
	height: 32px;
	line-height:27px;
	margin: auto;
	text-decoration: none;
	text-align: center;
	border-radius: 7px;
	border: 3px solid #1eb8d8;
	color: white;
	font-size: 15px;
	font-family: sans-serif !important;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	/* text-transform: uppercase; */
	/* transition: all .35s; */
}

#closing a:hover {
	color: black;
	text-decoration: solid;
	background: #1eb8d8;
	color: black;
	/* border: #03d8d8; */
}

#bclub
{
	padding-left: 110px !important;
}

#reghover a {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 !important;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	border-radius: 15px;
	border: 3px solid #1eb8d8;
	color: white;
	font-size: 20px;
	font-family: arial;
	position: relative;
	overflow: hidden;
	background-color: #111;
	text-transform: uppercase;
	/* text-transform: uppercase; */
	/* transition: all .35s; */
}

#reghover a:hover {
	color: black;
	text-decoration: solid;
	background: #1eb8d8;
	border: 3px solid #1eb8d8;
	/* border: #03d8d8; */
}

/*  
  #closing a:before,
  #closing a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: turquoise;
    z-index: -1;
    transition: all .35s;
	
  }
  
  #closing a:before{
    opacity: .5;
  }
  
   #closing a:after{
    transition-delay: .2s;
  } 
  
 
  
  #closing a:hover:before,
  #closing a:hover:after{
    top: 0;
  }

#closing{
	  position:relative ;
} 

/*==Modal==*/

/*Responsive bug fixes*/


#reglabelhead {
	color: #1eb8d8;
	font-size: 2vw;
}

#reglabel {
	color: #1eb8d8;
	font-size: 150%;
}

#formheading {
	color: #1eb8d8;
	font-size: 1.8vw;
	font-weight: bold;
}


.form-control1 {
	border: 1.5px solid white;
	border-radius: 0.5vw;
	background-color: #2e3033;
	color: white;
	font-size: 20px;
	width: 100%;
	height: 3.5vw;
	padding-left: 1vw;
}



#regform {
	position: relative;
	padding-left: 20px;
	z-index:0;
}


.registerbutton {
	width: 150px;
	float: right;
}

#wrappernew {
	background-color: transparent;
	color: #1eb8d8;
	border: 0.2vw solid #1eb8d8;
	border-radius: 0.5vw;
	padding: 5px;
	font-size: 130%;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

#wrappernew:hover {
	background-color: #1eb8d8;
	color: black;
	transition: all .35s;
	font-weight: bold;
}

.container {
	margin-left: 3.5vw !important;
}




.indicator {
	position: fixed;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	right:7.4vw;
	bottom:5.2vw;
}

.indicator span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
	top: -30px;
	left: -30px;
	animation-delay: 0s;
}

.indicator span:nth-child(2) {
	top: -15px;
	left: -15px;
	animation-delay: 0.2s;
}

.indicator span:nth-child(3) {
	top: 0;
	left: 0;
	animation-delay: 0.4s;
}

.indicator span:nth-child(4) {
	top: 15px;
	left: 15px;
	animation-delay:0.6s;
}

.indicator span:nth-child(5) {
	top: 30px;
	left: 30px;
	animation-delay: 0.8s;
}

@keyframes animate {
	0% {
		border-color: #fff;
		transform: translate(0, 0);
	}

	20% {
		border-color: #fff;
		transform: translate(15px, 15px);
	}

	20.1%,
	100% {
		border-color: #1eb8d8;
	}
}

/* .arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	right:8vw;
	bottom:13vw;
}

.arrows path {
	stroke: #1eb8d8;
	fill: transparent;
	stroke-width: 8px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
/*{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
/*} */
/*
.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
/*} */
/*
.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
/*} */
#clubtext
{
	color:#1eb8d8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
#socialcontainer
{
	display:inline;
}
#footcontainer
{
	position: relative;
	z-index:0;
	margin-right:77px;
	margin-left: 55px;
}

#footcontainer a{
	color: white;
	text-decoration: none;
}

#footcontainer a:hover{
	color: #1eb8d8;
}

#teamname
{
	position: relative !important;
	z-index: 0;
}
.zindexval
{
	position: relative;
	z-index:0;
}
.Timeline-header {
	background-color: #1eb8d8;
	color: black !important;
	border-radius: 0 0 0 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #1eb8d8 !important;
}
.Timeline-body {
	background-color: #111;
	background-image: url("../images/finalfade2.png");
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	/* Resize the background image to cover the entire container */
	color: black;
	padding-left: 10px;
	height:100% !important;
	background-attachment: fixed;
	
}
.Timeline-footer {
	background-color: #2e3033;
	border-radius: 0 0 0 0 !important;
	border-top: 1px solid #1eb8d8 !important;
}

#timeline
{
	color:white;
	text-align: center;
}
.container{background:transparent;
font-family:  'Open Sans', sans-serif;
 min-width:448px;
}

.timelinecontain
{
	margin:auto !important;
}

h1{
 color:#1eb8d8;
 font-family:  'Open Sans', sans-serif;
 font-weight: 600;   
 
}
.timeline {

 font-weight: 500; 
 font-family:Montserrat,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
 list-style: none;
 padding: 20px 0 20px;
 position: relative;
}
.timeline:before {
 top: 0;
 bottom: 0;
 position: absolute;
 content: " ";
 width: 3px;
 background-color: #1eb8d8;
 left: 50%;
 margin-left: -1.5px;
}
.timeline > li {
 margin-bottom: 20px;
 position: relative;
 transition: transform 1.5s;
}
.timeline > li:hover{
	-ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.timeline > li:before,
.timeline > li:after {
 content: " ";
 display: table;

}
.timeline > li:after {
 clear: both;
}
.timeline > li:before,
.timeline > li:after {
 content: " ";
 display: table;
}
.timeline > li:after {
 clear: both;
}
.timeline > li > .timeline-panel {
 width: 46%;
 float: left;
 border: 3px solid #1eb8d8;
 border-radius: 12px;
 padding: 20px;
 position: relative;
 background:#fff;
}
.timeline > li > .timeline-panel:before {
 position: absolute;
 top: 26px;
 right: -15px;
 display: inline-block;
 border-top: 15px solid transparent;
 border-left: 15px solid #ccc;
 border-right: 0 solid #ccc;
 border-bottom: 15px solid transparent;
 content: " ";
}
.timeline > li > .timeline-panel:after {
 position: absolute;
 top: 27px;
 right: -14px;
 display: inline-block;
 border-top: 14px solid transparent;
 border-left: 14px solid #fff;
 border-right: 0 solid #fff;
 border-bottom: 14px solid transparent;
 content: " ";
}
.timeline > li > .timeline-badge {
 width: 20px;
 height: 20px;
 line-height: 20px;
 font-size: 1.4em;
 text-align: center;
 position: absolute;
 top: 30px;
 left: 50%;
 margin-left: -10px;
 background-color: #1eb8d8;
 z-index: 100;
 border-top-right-radius: 50%;
 border-top-left-radius: 50%;
 border-bottom-right-radius: 50%;
 border-bottom-left-radius: 50%;
 border:4px solid #eaeaea;
}
.timeline > li.timeline-inverted > .timeline-panel {
 float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
 border-left-width: 0;
 border-right-width: 15px;
 left: -15px;
 right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
 border-left-width: 0;
 border-right-width: 14px;
 left: -14px;
 right: auto;
}
.timeline-title {
 margin-top: 0;
 color: #1eb8d8;
 font-family:  'Open Sans', sans-serif;
 font-weight: 600;
  }
.timeline-body > p,
.timeline-body > ul {
 margin-bottom: 0;
}
.timeline-body > p + p {
 margin-top: 5px;
}
#submit{
	color: white;
	font-weight: bold;
	display: none;
	font-size: 180%;
}
#closeicon{
	color:black;
}
#closeicon:hover{
	color:black !important;
}
.item
{
	height:475px !important;
}
.gallerymodal
{
	padding:0 !important;
}



.carousel-caption{
	color: #1eb8d8 !important;
	font-size: 130%;
	font-weight: bold;
	font-family: arial;
}

#rules {
	padding-left: 20px;
}

#businesstext
{
	color:white;
}
#businesstext::first-letter
{
	color:#1eb8d8;
}

.form-select {
	border: 1.5px solid white;
	border-radius: 0.5vw;
	background-color: #2e3033;
	color: white;
	font-size: 150%;
	width: 50%;
	height: 3.5vw;
	padding-left: 1vw;
}

footer > .container
{
	margin:0 !important;
}
footer{
	margin:0 !important;
}
#topnav{
	margin-right:43px;
}

h2#bclub{
	padding-left:0 !important;
}

#paddingnew{
    margin-top: 30px;
    margin-bottom: 60px;
}
#paddingnew
{
	visibility: hidden;
}
#registertext{
	font-size: 21px !important;
}
#regpagehead{
	padding-bottom:30px  !important;
}

#registertext a{
	color:#1eb8d8 !important;
	text-decoration: none !important;
}
#registertext a:hover{
	color:#087b92 !important;
}