*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

body.fixed{
	position: fixed;
	top: 0;
	width: 100%;
}

a{
	color: #4A4A49;
	text-decoration: none;
	outline: none;
}
h2{
	font-family: 'Volkhov', serif;
	color:#94ABA1;
	text-transform: uppercase;
	font-size: 24px;
	margin: 40px 0 30px 0;
}
h3{
	color:#94ABA1;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}
h4{
	color:#94ABA1;
	margin: 0;
	font-size: 16px;
}
address{
	font-style: normal;
	font-family: 'Volkhov', serif;
	padding: 0 0 40px 0;
}
p{
	margin: 0;
}
ul{
	padding: 0 0 0 20px;
	margin: 0 0 40px 0;
}
ul li{
	margin: 0 0 10px 0;
	font-weight: 700;
}
ul.decorated{
	border-left: 5px solid #94ABA1;
	padding: 0 0 0 40px;
	margin: 40px 0 40px 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container{
	max-width: 1170px;
	margin: auto;
	position: relative;
}
.container.central{
	text-align: center;
}
.logo{
	width: 200px;
	height: 64px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url('../images/logo.png') no-repeat center;
	background-size: contain;
	margin: 0 0 0 20px;
}
.logo.group{
	width: 80%;
	max-width: 383px;
	height: 33px;
	background: url('../images/logo-cyclone-group.jpg') no-repeat center;
	background-size: contain;
}
nav{
	height: 100px;
	overflow:hidden;
	background: #253645;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(35,35,35,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(35,35,35,0.25);
	box-shadow: 0px 5px 5px 0px rgba(35,35,35,0.25);
	position: fixed;
	transition: all 500ms;
	width: 100%;
	padding: 28px 0 0 0;
	z-index: 999;
	top: 0;
	color:#FFFFFF;
}
nav.skinny{
	height: 63px;
	transition: all 500ms;
	padding: 0;
}
nav.skinny #hamburger{
	top: -3px;
}
nav.skinny .container{
	top: 10px;
	transition: all 500ms;
}
nav.skinny .logo{
	height: 46px;
}
nav a{
	color:#FFFFFF;
	font-weight: 700;
}
.fixed nav{
	height: 100vh;
	background:#253645;
}

.fixed footer{
	display: none;
}
.fixed section {
	display: none;
}

#hamburger {
  	width: 60px;
  	height: 45px;
  	position: absolute;
  	right: 20px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
  	border-radius: 6px;
	padding: 10px;
	top: 5px;
}
#hamburger span {
  	display: block;
  	position: absolute;
  	height: 4px;
  	width: 30%;
  	background: #FFFFFF;
  	opacity: 1;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#hamburger span:nth-child(even) {
	left: 50%;
}

#hamburger span:nth-child(odd) {
	left:20%;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
	top: 10px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
	top: 19px;
	background: #94ABA1;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  	top: 28px;
}

#hamburger span:nth-child(7), #hamburger span:nth-child(8) {
  	top: 37px;
}

#hamburger.open span:nth-child(1),#hamburger.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamburger.open span:nth-child(2),#hamburger.open span:nth-child(5) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}

#hamburger.open span:nth-child(1) {
	left: calc(10% + 9px);
	top: 14px;
}

#hamburger.open span:nth-child(2) {
	left: calc(60% - 9px);
	top: 14px;
}

#hamburger.open span:nth-child(3) {
  	left: -50%;
  	opacity: 0;
}

#hamburger.open span:nth-child(4) {
  	left: 100%;
  	opacity: 0;
}

#hamburger.open span:nth-child(5) {
	left: calc(10% + 9px);
    top: 25px;
}

#hamburger.open span:nth-child(6) {
    left: calc(60% - 9px);
    top: 25px;
}
#hamburger.open span:nth-child(7), #hamburger.open span:nth-child(8) {
	opacity: 0;
}

.main-navigation{
	display: none;
}
.main-navigation li{
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

.fixed .main-navigation{
	position: absolute;
	top: 90px;
	width: 100%;
	display: block;
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0;
	border-top: 1px solid #FFFFFF;
}
.fixed .main-navigation li{
	width: 100%;
	text-align: center;
	font-style: normal;
	padding: 5px 0 5px 0;
}
header{
	height: 600px;
	position: relative;
	overflow:hidden;
	text-align: center;
	padding: 100px 0 0 0;
}

header h1,
.slide-title{
	background:#FFFFFF;
	background: rgba(255,255,255, 0.84);
	color:#253645;
	padding: 40px;
	position: absolute;
	bottom: 20px;
	max-width: 580px;
	font-size: 18px;
	font-weight: 700;
}
.slide-title{
	max-width: 780px;
}

header .container{
	position: absolute;
    top: 100px;
    left: 0px;
	width: 100%;
	pointer-events: none;
}
header nav .container{
	top: 20px;
	pointer-events: all;
}
.hero-wrapper{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.hero-container{
	height: 600px;
	clear: both;
	position:relative;
}
.hero-container .container{
	height: 500px;
	top: 0;
}
.hero{
	width: 100%;
	overflow:hidden;
	position: absolute;
}
.slide{
	width: 100%;
	overflow:hidden;
	height: 600px;
	float: left;
	margin: 0;
	position: relative;
	background-size: cover;
}

#slide-0{
	background: url('../images/hero-1-mob.jpg') no-repeat center center;
	background-size: cover;
}
#slide-1{
	background: url('../images/hero-2-mob.jpg') no-repeat center center;
	background-size: cover;
}
#slide-2{
	background: url('../images/hero-3-mob.jpg') no-repeat center center;
	background-size: cover;
}

.expand-section{
	display: block;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
    font-size: 20px;
	background:#253645;
	color:#FFFFFF;
}

section{
	display: none;
	overflow:hidden;
}

section .container,
footer .container{
	padding: 0 20px 0 20px;
}
section#about-us,
section.generic,
section.active{
	display: block;
}

.bio__info {
	display: flex;
	flex-direction: column;
	/* min-height: 280px; */
	min-height: 330px;
}

/* .bio__info ul {
	margin-top: auto;
} */

.bio{
	background: #253645;
	color:#FFFFFF;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.bio img{
	width: 100%;
	height: auto;
}

.bio div{
	padding: 20px;
	overflow: hidden;
}
.bio div h4{
	margin: 0 0 20px 0;
}

.bio div h4.no-margin{
	margin: 0;
}

bio div ul{
	margin: 0;
}
.bio a{
	width: 25px;
	height: 40px;
	background:url('../images/cta-arrow.png') 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: right;
	transform: rotate(90deg);
	margin: 0 20px 20px 0;
}
.no-js .bio a{
	display: none;
}
.bio a:hover{
	background:url('../images/cta-arrow.png') 0 -40px no-repeat;
}
.bio .expanded-bio{
	background: #94ABA1;
	color:#000000;
	display: none;
	width: 100%;
	padding: 20px 80px 0 20px;
}

.bio.active .expanded-bio,
.no-js .expanded-bio{
	display: block;
}
.bio.active a{
	width: 40px;
	height: 40px;
	background:url('../images/cta-arrow-close.png') 0 0 no-repeat;
	margin: 20px 20px 0 0px;
    position: absolute;
    right: 0px;
}
.bio.active a:hover{
	background:url('../images/cta-arrow-close.png') 0 -40px no-repeat;
}
.bio .expanded-bio p{
	margin: 0 0 20px 0;
}

/* .bio-container{
	display: flex;
	gap: 16px;
	margin: 0 0 20px 0;
} */

.owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.owl-dot.active {
    background: #333; /* Active dot color */
}


/* // jerick */





#contact{
	background: #253645;
	padding: 0 0 40px 0;
}
footer{
	background: #94ABA1;
	color:#253645;
}
footer p{
	font-size: 12px;
	padding: 10px 0 10px 0;
}


.nowrap{
	white-space: nowrap;
}

.how-we-help{
	list-style-type: none;
	padding: 0 60px;
	margin: 40px 0 40px 0;
	overflow:hidden;
}
.how-we-help li{
	display: block;
	text-align: center;
	width: 170px;
	margin: 0 auto 20px auto;
}
.how-we-help li a{
	text-transform: uppercase;
	color:#FFFFFF;
	background: #94ABA1;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	text-align: center;
	margin: auto;
	padding: 0 10px 0 10px;
	position: relative;
}
.how-we-help li a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(148, 171, 161, 0);
	border-left-color: #94ABA1;
	border-width: 10px;
	margin-top: -10px;
}
.how-we-help li.last a:after{
	display: none;
}
.how-we-help li a.active{
	background: #253645;
	position: relative;
}
.owl-item li.last a.active:after{
	display: block;
}
.how-we-help li a.active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #253645;;
	border-width: 10px;
	margin-left: -10px;
	margin-top: 0;
}
.help-panel{
	color:#FFFFFF;
	padding: 20px;
	background: #253645;
	display: none;
	margin: 0 0 80px 0;
	min-height: 290px;
}
.help-panel h3{
	margin: 0 0 20px 0;
	font-family: 'Volkhov', serif;
}
.help-panel ul{
	margin: 0;
}

.no-js .help-panel,
.help-panel.active{
	display: block;
}

#transactions{
	background: url('../images/wallpaper.jpg') repeat;
}
.toggle-options{
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.no-js .toggle-options{
	display: block;
}
.toggle-options li{
	display: inline-block;
	float: left;
	margin:0 20px 0 0;
	padding: 0 20px 0 0;
	font-family: 'Volkhov', serif;
	font-size: 18px;
}
.toggle-options li:first-child{
	border-right: 1px solid #FFFFFF;
}
.toggle-options li a{
	color: #94ABA1;
}
.toggle-options li a.active{
	color:#FFFFFF;
}

.gaming-transactions{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.gaming-transactions li{
	margin: 0 auto 20px auto;
}

.gaming-transactions li.inactive{
	display: none;
}
.no-js .gaming-transactions li.inactive{
	display: block;
}
.gaming-transactions li > div{
	width: 260px;
	margin: auto;
	background: #FFFFFF;
	border: 2px solid #94ABA1;
	max-width: 260px;
	position: relative;
	text-align: center;
}
.gaming-transactions li > div:before{
	content: '';
	width: 60%;
	left: 20%;
	position: absolute;
	height: 5px;
	background: #94ABA1;
}
.gaming-transactions li div.detail{
	padding: 30px 20px 20px 20px;
	display: table-cell;
	vertical-align:middle;
	height: 235px;
	width: 260px;
	border-bottom: 1px solid #94ABA1;
}
.gaming-transactions li div.detail img{
	display: block;
	margin: auto;
}
.gaming-transactions li div.detail span{
	display: block;
	padding: 5px 0 5px 0;
}
.gaming-transactions li p{
	font-size: 12px;
	height: 85px;
	padding: 10px;
}
.gaming-transactions li p span{
	display: block;
	font-size: 18px;
}
#contact .col-50{
	color:#FFFFFF;
}
#contact .col-50 h2{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color:#FFFFFF;
	font-size: 16px;
}
#contact .col-50 p{
	margin: 0 0 20px 0;
}
#contact .col-50 a{
	color:#FFFFFF;
}


@media only screen and (min-width: 580px) {
	.gaming-transactions li{
		width: 50%;
		display: inline-block;
		float: left;
	}
}
@media only screen and (min-width: 768px) {
	body.fixed{
		position: relative;
		top: auto;
	}
	nav{
		padding: 30px 0 0 0;
	}
	.logo{
		width: 25%;
		max-width: 284px;
		float: left;
	}
	.main-navigation{
		float: right;
		overflow: hidden;
		margin: 0 0 0 0;
		display: block;
	}
	.main-navigation li{
		display: inline-block;
		float: left;
		margin: 0;
		line-height: 64px;
		font-size: 14px;
	}
	.skinny .main-navigation li{
		padding: 5px 0 0 0;
		line-height: 32px;
	}
	.main-navigation li a{
		display: block;
		margin: 0 0 0 12px;
	}
	.main-navigation li a:hover{
		color:#94ABA1;
	}
	#hamburger{
		display: none;
	}
	header{
		height: calc(100vh - 20px);
		min-height: 400px;
	}
	header h1,
	.slide-title{
		font-size: 28px;
		text-align: left;
	}
	header nav .container{
		padding: 0 20px 0 0;
	}
	.hero-container,
	.hero-container .container,
	.slide{
		height: calc(100vh - 120px);
		min-height: 300px;
	}
	.hero-container .container{
		top: 0;
	}
	#slide-0{
		background: url('../images/hero-1.jpg') no-repeat center center;
	}
	#slide-1{
		background: url('../images/hero-2.jpg') no-repeat center center;
	}
	#slide-2{
		background: url('../images/hero-3.jpg') no-repeat center center;
	}

	.bio{
		width: calc(50% - 5px);
		margin: 0;
		/* border: 1px solid #253645; */
		border-radius: 8px;
		overflow: hidden;
	}
	.bio.active{
		padding: 0 0 60px 0;
	}
	.bio .expanded-bio{
		position: absolute;
		bottom: 0;
		height: 90%;
		right: -100%;
		display: block;
		transition: all 200ms linear;
		padding: 20px 20px 60px 20px;
	}
	.bio.active .expanded-bio{
		right: 0;
		transition: all 200ms linear;
	}
	.bio.active a{
		margin: 0px 20px 0 0px;
	    z-index: 9;
	}
	.bio.left{
		float: left;
	}
	.bio.right{
		float: right;
	}
	.bio div ul{
		min-height: 160px;
	}
	.bio a{
		transform: none;
	}
	.toggle-options{
		display: none;
	}

	.gaming-transactions li{
		width: 33%;
	}
	.gaming-transactions li.inactive{
		display: block;
	}

	.col-50{
		width: 50%;
		float: left;
	}

	section{
		display: block;
	}

	.expand-section{
		display: none;
	}
	.help-panel{
		min-height: 270px;
	}
}

@media only screen and (min-width: 1023px) {
	.container{
		padding: 0 20px 0 20px;
		overflow: hidden;
	}
	.generic .container{
		padding: 120px 20px 60px 20px;
	}
	.logo{
		width: 284px;
		margin: 0;
	}

	header{
		text-align: left;
	}

	header nav .container{
		padding: 0 20px 0 20px;
	}
	.main-navigation li{
		font-size: 18px;
	}

	.main-navigation li a{
		margin: 0 0 0 23px;
	}

	.bio div ul{
		min-height: 130px;
	    margin: 0 0 0 0;
	}
	.bio .expanded-bio{
		height: 80%;
	}

	.gaming-transactions li{
		width: 25%;
	}
	.help-panel{
		min-height: 245px;
	}
}

@media only screen and (min-width: 1190px) {
	header .container{
		top: 100px;
		left: 50%;
		margin: 0 0 0 -585px;
	}
	.how-we-help{
		padding: 0;
	}
}

@media only screen and (max-height: 600px) {
	.hero-container,
	.hero-container .container,
	.slide{
		height: calc(100vh - 120px);
		min-height: 0;
	}
}

@media (max-width: 767px) {
    .bio-carousel {
        display: block !important;
    }

    .bio-carousel .owl-stage-outer,
    .bio-carousel .owl-stage,
    .bio-carousel .owl-item {
        display: block !important;
        width: 100% !important;
    }

    .bio-carousel .bio {
        width: 100%;
        margin-bottom: 20px;
    }

	/* Hide dots on mobile */
    .bio-carousel .owl-dots {
        display: none !important;
    }
}
