/* --------------------------------------------------------------------------
 * OktaMedia Framework
 * --------------------------------------------------------------------------
 * Copyright (C) 2018 OktaMediaCentre. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: OktaMedia.com
 * Websites:  http://www.oktatheme.com -  http://www.oktamedia.com
 * This file may not be redistributed in whole or significant part.
 * --------------------------------------------------------------------------*/

@charset "UTF-8";
@import "bootstrap.min.css";
@import "sweetalert.css";
@import "swiper.min.css";
@import "font-awesome.min.css";
@import "https://alohalottery.com/assets/fonts/Roboto/roboto.css";
@import "https://alohalottery.com/assets/fonts/digital7/digital7.css";
@import "offcanvas.css";

body {
	background-color: #fff;
	font-family: Roboto;
	padding: 0;
	margin: 0;
}
.site.layout-boxed .okta-wrapper {
	max-width: 1040px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(0,0,0,0.4);
}
.okta-wrapper {
	overflow: hidden;
}
.container {
    max-width: 1040px;
}
a.logout {
	cursor: pointer !important;
}
a:hover, a:focus {
    text-decoration: none !important;
}

.font-weight-6 {
	font-weight: 600;
}

.days,
.hours,
.minutes,
.seconds {
	font-family: 'digital7';
	font-weight: 700;
}

.img-fluid {
    border-radius: .25rem;
}
img,
.img-slider {
	max-width: 100%;
	height: auto;
}

/*************************************************
	ROW COL 
*************************************************/
.okta-row {
	margin-right: -5px;
	margin-left: -5px;
}
.okta-col {
	padding-right: 5px;
	padding-left: 5px;
}


/*************************************************
	RESULT
*************************************************/
@media only screen and (min-width: 768px) {
}

/*************************************************
	HEADER
*************************************************/
.nav-lang .nav-link:focus, .nav-lang .nav-link:hover,
.nav-lang a:not([href]):not([tabindex]) img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
}

/*************************************************
	LOGO
*************************************************/
.okta-logo img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.okta-logo img {
		max-width: 100%;
		height: auto;
		max-height: 100px;
	}
}

/*************************************************
	MODULE
*************************************************/
.okta-module {
	position: relative;
}
.module-title {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
}

/*************************************************
	MODULE MENU
*************************************************/
.okta-nav.nav .nav-link .fa {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {

}

/*************************************************
	MENU NAVBAR
*************************************************/
.okta-mainnav .navbar-nav .nav-link .fa {
    margin-right: .25rem;
}
.okta-off-canvas-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.okta-mainnav  .navbar-nav .nav-item  > .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.okta-header.header-style3 .okta-mainnav  .okta-nav.navbar-nav > .nav-item  > .nav-link {
		padding: 1rem .6rem !important;
	}
}

/*************************************************
	NAVBAR FIXED
*************************************************/
.scrollDown .okta-header-fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	transition: transform 400ms,padding-top 400ms;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.scrollUp .okta-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: transform 400ms,padding-top 400ms;
}

.scrollDown .header-style1 .okta-header-fixed .okta-logo img,
.scrollUp .header-style1 .okta-header-fixed .okta-logo img {
	max-height: 50px;
}


/*************************************************
	MENU DROPDOWN
*************************************************/
.okta-mainnav .navbar-nav .dropdown-menu {
	min-width: 15rem;
	border-radius: 0;
	padding: 0;
}
.dropdown-menu {
	min-width: 15rem;
	border-radius: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {display: block;}
}


/*************************************************
	MAIN BODY
*************************************************/
.okta-mainbody {
	position: relative;
}

.layout-boxed .okta-mainbody > .container > .bg-container.bg-secondary {
	padding: 0 !important;
}
.layout-boxed .okta-mainbody > .container > .bg-container.bg-secondary,
.layout-boxed .okta-module-main-top .bg-container,
.layout-boxed .okta-module-main-bottom .bg-container  {
	border-top: none; 
	border-bottom: none;
	box-shadow: none;
}
.okta-mainbody blockquote {
    margin: 0 0 1rem;
    background-color: #e6e6e6;
    padding: 1rem;
    font-weight: 500;
    font-style: italic;
}
.okta-mainbody p {
	margin-bottom: 0;
}


/*************************************************
	PAGE HEADER
*************************************************/
.page-header {
    margin: 0 0 15px;
}
.page-title, .page-header h1 {
    line-height: 1;
    margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}


/*************************************************
	ARTIKEL HEADER
*************************************************/
.article-header {
    font-size: 24px;
}
.article-title, .article-header h1 {
    font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

/*************************************************
	ARTIKEL META
*************************************************/
.article-aside {
    color: #999999;
    font-size: 12px;
}
.article-info dd {
    display: inline-block;
    margin-right: .5rem;
    white-space: nowrap;
}

/*************************************************
	RELATED ARTIKEL
*************************************************/
.okta-related {
	position: relative;
}

/*************************************************
	MODULE PLAYER VIDEO
*************************************************/
.okta-video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.okta-video-player .btn-play {
    position: absolute;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    padding: 0;
}
.okta-video-player:hover img {
    -webkit-filter: brightness(75%);
}
.okta-video-player:hover .btn-play {
	border: 2px solid #0056b3;
    color: #0056b3;
}

/*************************************************
	FOOTER
*************************************************/
@media only screen and (min-width: 768px) {

}


/*************************************************
	HIDDEN PONSEL
*************************************************/
@media (max-width: 767px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


/************************************************
	FOOTER TO TOP
*************************************************/
.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 15px;
    z-index: 10;
}
.back-to-top .btn {
    padding: 0;
    height: 50px;
    width: 50px;
    border: none;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.back-to-top.affix .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*************************************************
	PRELOAD
*************************************************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1031;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(33, 37, 41, 0.9);
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}