html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	background: rgba(0,103,90,1) url("../images/background.svg") no-repeat center 315px;
	background-color: #00675A;
	vertical-align: baseline;
	border: 0;
}
.okta-wrapper {
	margin: 0px auto;
}


@font-face {
    font-family: 'digital7';
	src:url(./font/digital7/digital7.ttf),
		url(./font/digital7/digital7.eot),
		url(./font/digital7/digital7.woff),
		url(./font/digital7/digital7.svg);
}

.countdown-time{
	display: inline-block;
	border: 1px solid #e3e3e3;
	padding: 1px 10px;
	line-height: 1;
	font-size: 50px;
	color: #FFD801;
	margin-bottom: 15px;
	font-family: 'digital7', sans-serif;
	border-radius: 4px;
	background: -moz-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #2db0ca), color-stop(100%, #0879a0));
	background: -webkit-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -o-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -ms-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2db0ca', endColorstr='#0879a0', GradientType='1');
	background: linear-gradient(180deg, #2db0ca 0%, #0879a0 100%);
}
.countdown-clock{
	display: inline-block;
	background: #152d53;
	border: 1px solid #e3e3e3;
	padding: 1px 10px;
	line-height: 1;
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'digital7', sans-serif;
	border-radius: 4px;
	background: -moz-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #0879a0), color-stop(100%, #2db0ca));
	background: -webkit-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -o-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -ms-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0879a0', endColorstr='#2db0ca', GradientType='1');
	background: linear-gradient(180deg, #0879a0 0%, #2db0ca 100%);
}
.countdown-time .title-clock{
	color: #ffffff;
}
.countdown-clock .title-clock {
	color: #FFD801;
}
.container {
    max-width: 1000px;
}
img {
    max-width: 100%;
	height: auto;
}



a {
	border:none;
	text-decoration:none;
	color:#2db0ca;
}

a:hover {
	color: #FFD801;
	text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
h4 {
	font-size:16px;
	margin-bottom:4px;
	padding:0 0 0 0;
}


/* HEADER */
.header  {
	position: relative;
	background-color: #D87F0B;
	background: -moz-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -webkit-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -o-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -ms-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: linear-gradient(to bottom, #FCB042 0%,#D87F0B 100%);
	-pie-background: linear-gradient(#FCB042, #D87F0B);
	z-index: 30;
}
.header .okta-header  {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.header .okta-header  {
		position: absolute;
		width: 100%;
		top: 15px;
		left: 0;
	}
}

.logo {
    text-align: center;
}
@media screen and (min-width: 768px) {
	.logo {
		text-align: left;
	}
}
.logo .logo-image  {
	position: relative;
}
.logo .logo-image a {
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.logo .logo-image a span {
    display: none;
}
.logo .logo-image h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* NAVBAR */
.navbar.okta-menu {
    margin-bottom: 15px;
}
.navbar-default {
	border: none;
	background: -moz-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #0879a0), color-stop(100%, #2db0ca));
	background: -webkit-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -o-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -ms-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0879a0', endColorstr='#2db0ca', GradientType='1');
	background: linear-gradient(180deg, #0879a0 0%, #2db0ca 100%);
	border-radius: 2px;
}

.navbar-default .navbar-nav > li {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align: baseline;
}
.navbar-default .navbar-nav > li > a {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	color: #fff;
	font-size: 138.5%;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a span {
    vertical-align: middle;
    line-height: 1;
}
@media screen and (min-width: 768px) {
	.navbar-default {
		border-radius: 27px;
		text-align: center;
		box-shadow: -2px 0 30px -6px #fff;
		margin-bottom: 0px;
	}
	.navbar-default .navbar-nav {
		margin: 0px 10px;
	}
	.navbar-default .navbar-nav > li > a {
		display: inline-block;
		padding: 0 23px;
		line-height: 50px;
	}
	.navbar-default .navbar-nav > li > a span {
		display: inline-block;
		text-align: center;
	}
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #FDCA52;
    background-color: #0879a0;
}
.navbar-default .navbar-collapse {
	background-color: #0879a0;
	border-color: transparent;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-collapse {
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li {
		border-left: 1px solid rgba(255,255,255,.3);
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.navbar-default .navbar-nav > li:first-child {
		border-left: none;
	}
	.navbar-default .navbar-nav > li:last-child {
		border-right: none;
	}
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #2db0ca;
}


/* DROPDOWN */
.dropdown-menu,
.mobile-dropdown-menu {
	top: 100%;
	left: 0;
	min-width: 200px;
	padding-left: 0px;
	margin-top: 2px;
	text-align: left;
	list-style: none;
    background-color: #0879a0;
    border: none;
}

.dropdown-menu > li > a,
.mobile-dropdown-menu > li > a {
	display: block;
    padding: 10px 20px;
    color: #fff;
	clear: both;
	white-space: nowrap;
}
.dropdown-menu > li.open > a,
.dropdown-menu > li.open > a:hover,
.dropdown-menu > li.open > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.mobile-dropdown-menu > li.open > a,
.mobile-dropdown-menu > li.open > a:hover,
.mobile-dropdown-menu > li.open > a:focus,
.mobile-dropdown-menu > li > a:hover, 
.mobile-dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.mobile-dropdown-menu > .active > a, 
.mobile-dropdown-menu > .active > a:hover, 
.mobile-dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2db0ca;
}


/* OWL CAROUSEL SLIDESHOW */
.okta-slideshow {
	position: relative;
	background-color: #D87F0B;
	background: -moz-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -webkit-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -o-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: -ms-linear-gradient(top, #FCB042 0%,#D87F0B 100%);
	background: linear-gradient(to bottom, #FCB042 0%,#D87F0B 100%);
	-pie-background: linear-gradient(#FCB042, #D87F0B);
}
.okta-slideshow .owl-carousel {
	cursor: move;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.okta-slideshow .owl-theme .owl-controls {
    margin-top: 0px;
}
.okta-slideshow .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.okta-slideshow .owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;

}
@media (min-width: 992px) {
	.okta-slideshow {
		min-height: 200px;
	}
	.okta-slideshow .owl-theme .owl-controls .owl-buttons div .fa-3x {
		font-size: 60px;
	}
}
.okta-slideshow .owl-carousel .owl-controls .owl-page {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:after {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:first-child:after {
  left: 12px;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:last-child:after {
  left: -12px;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page > span {
	background: transparent;
	margin: 0;
	padding: 10px 0px !important;
	position: relative;
	text-align: left;
	font-size: 20px !important;
	font-weight: 500;
	padding-bottom: 6px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.okta-slideshow .owl-carousel .owl-controls .owl-page > span:after {
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page.active > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.okta-slideshow .owl-carousel .owl-controls .owl-page.active > span:after {
  height: 10px;
  bottom: -10px;
}
.okta-slideshow .owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #FF0000;
	font-weight: bold;
}
@media (max-width: 767px) {
	.okta-slideshow .owl-carousel .owl-controls .owl-pagination {
		display: none;
	}
}
.owl-theme .owl-controls .owl-buttons div {
    color: #fff !important;
}
.okta-slideshow .owl-pagination > div {
  width: 25%;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev, 
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
	background: transparent;
    position: absolute;
    top: 50%;
    padding: 0px 5px;
    margin-top: -24px;
    z-index: 100;
    cursor: pointer;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    float: left;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
    float: right;
}



/* MAIN BODY */
.main-body  {
	position: relative;
	margin-top: 15px;
}
@media (min-width: 768px) {
	.main-body  {
		margin-top: -40px;
	}
	.main-body.main-body-livedraw {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.bg-container  {
	position: relative;
	background-color: #fff;
	padding: 20px 15px 0px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.bg-container-top {
	position: relative;
	height: 40px;
	padding: 0px;
	background-color: #FBE7CE;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.bg-container-top  .btn-lg {
	border-radius: 0 6px 0 0;
	border: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 5px 20px;
}
.bg-container-top h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ticker {
	margin: 10px 0 10px 15px;
}
.okta-main-body {
	position: relative;
}
.okta-bg {
	position: relative;
}
.page-header {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}
.page-header h1 {
	margin-top: 0px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}



/* SIDEBAR MENU */
.sidebar-menu {
	margin-bottom: 15px;
}
.menu-title {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
}
.nav.nav-pills.nav-stacked > li > a {
	color: #454545;
	border-radius: 0px;
	border-bottom: 1px solid #eee;
}
.nav.nav-pills.nav-stacked > li.active > a, 
.nav.nav-pills.nav-stacked > li.active > a:hover, 
.nav.nav-pills.nav-stacked > li.active > a:focus {
    color: #FFD801;
    background-color: #2db0ca;
}

/* BANNER */
.okta-banner {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	display: block;
}
.okta-banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.header-banner img {
	max-height: 90px;
}
.header-banner img:hover {
	opacity: 0.6;
}

.okta-banner-bottom .okta-banner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.okta-banner-bottom .okta-banner:hover img {
    -webkit-filter: none;
    filter: none;
}

/* WINNERS */
.winners-livedraw {
	margin-top: 20px;
}
.livedraw-container {
	margin: 0px 15px;
}
.okta-livedraw-midday .winners-livedraw,
.okta-livedraw-evening .winners-livedraw {
	margin-top: 0px;
}
.okta-livedraw.okta-livedraw-midday,
.okta-livedraw.okta-livedraw-evening {
	background: #fff;
	max-width: 450px;
}
.winners.winners-live, 
.winners.winners-result {
	margin-bottom: 30px;
}
.winners {
	background: #fff;
	padding-bottom: 10px;
}
.winners .row {
    margin-right: 0px;
    margin-left: 0px;
}
.winners .even,
.winners .odd,
.winners .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}
.winners .winning-numbers {
	background-color: #f1f1f1;
}
.winners .even .winning-numbers {
	background-color: #f3f3f3;
}
.winners .odd .winning-numbers {
	background-color: #eaeaea;
}
.winners h2 {
    background: #2db0ca;
    margin: 0;
    padding: 18px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.winners .button-text {
	background: #2db0ca;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #51BDD1;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.winners .button-text:hover, 
.winners .winning-numbers-2 .button-text:hover,
.winners .odd .winning-numbers .button-text:hover,
.winners .winning-numbers-2 .button-text:hover {
	color: #000;
    background: #FDCA52;
}
.winners .odd .winning-numbers h2, 
.winners .odd .winning-numbers .button-text,
.winners .winning-numbers-2 h2, 
.winners .winning-numbers-2 .button-text {
    background: #0879a0;
}
.winners .odd .winning-numbers .button-text,
.winners .winning-numbers-2 .button-text {
    border-top: 1px solid #2B8EAF;
}
.winners .okta-numbers,
.winners .okta-jackpots {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.winners .owl-carousel .okta-numbers,
.winners .owl-carousel .okta-jackpots {
	padding-bottom: 40px;
}
.winners-livedraw.winners .okta-numbers,
.winners-livedraw.winners .okta-jackpots {
	padding: 0px 15px;
}
.winners a.game-type {
    display: inline-block;
	margin: 0px auto;
    padding: 20px 0;
	width: 100%;
	color: #0879a0;
    font-size: 48px;
	font-weight: 900;
    line-height: 1em;
}
.winners-livedraw.winners a.game-type {
    padding: 20px 0;
}
.winners a.game-type img {
	display: inline-block;
	margin: 0px auto;
    width: auto;
    max-width: 240px;
    height: auto;
}
.winners h3 {
    margin: 4px 0 10px;
    color: #0879a0;
    font-size: 48px;
	font-weight: 900;
    line-height: 1em;
}
.winners p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}
.winners i {
    width: 100%;
    font-weight: 700;
    letter-spacing: 3px;
}
.winners ul.numbers {
    margin: 10px 0 20px;
    padding: 0;
}
.winners.winners-result-livedraw ul.numbers {
    margin: 20px 0 20px;
}
.winners-livedraw.winners ul.numbers {
    margin: 5px 0 10px;
}
.winners-livedraw.winners .okta-numbers hr {
    background: #ececec;
    margin: 5px 0;
}
.winners ul.numbers li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    padding: 0px;
	background-color: #fff;
    border: 2px solid #2DB0CA;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
	line-height: 40px;
}

.winners ul.numbers.numbers-wait li ,
.winners ul.numbers li:last-child {
    border: 2px solid #FDCA52;
}
.winners-livedraw.winners ul.numbers li:last-child {
    border: 2px solid #2DB0CA;
}
.winners-livedraw.winners ul.numbers.numbers-wait  li:last-child {
    border: 2px solid #FDCA52;
}
.winners .no-inv {
	margin-bottom: 10px;
}
.winners a {
    color: #231f20;
    font-weight: 700;
	padding: 0px 10px;
}
.winners p a {
    border-right: 2px solid #231f20;
}
.winners p a:last-of-type {
    border: 0;
}
.winners hr {
    border-top: 1px solid #FDCA52;
}

@media screen and (min-width: 992px) {
	.winners .odd .winning-numbers .winning-border-right {
		border-left: 1px solid #FDCA52;
	}
	.winning-border-left {
		border-left: 1px solid #FDCA52;
	}
}

/* BUTTON */
.btn-primary {
	color: #FFD801;
	background: -moz-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #0879a0), color-stop(100%, #2db0ca));
	background: -webkit-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -o-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -ms-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0879a0', endColorstr='#2db0ca', GradientType='1');
	background: linear-gradient(180deg, #0879a0 0%, #2db0ca 100%);
	border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
    background: -moz-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #2db0ca), color-stop(100%, #0879a0));
	background: -webkit-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -o-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	background: -ms-linear-gradient(270deg, #2db0ca 0%, #0879a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2db0ca', endColorstr='#0879a0', GradientType='1');
	background: linear-gradient(180deg, #2db0ca 0%, #0879a0 100%);
    border-color: #fff;
}

/* TABLE */
.result-table {
	background: #ffffff url("../assets/images/footer-content.gif") repeat-x top center;
	padding: 30px 15px 15px;
	border: 1px solid #f2f2f2;
}
.result-table .digital {
	font-family: 'digital7';
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	width: 20px;
	display: inline-block;
}
.result-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
	background-color: #fff;
}
.result-table .table > thead > tr > td h3, 
.result-table .table > thead > tr > td h4, 
.result-table .table > thead > tr > td h5, 
.result-table .table > thead > tr > td h6,
.result-table .table > tbody > tr > td h3, 
.result-table .table > tbody > tr > td h4, 
.result-table .table > tbody > tr > td h5, 
.result-table .table > tbody > tr > td h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.result-table .table > tbody > tr.letter-spacing > td {
	letter-spacing: 5px; 
	font-size: 16px;
	font-weight: 700;
	background-color: #f2f2f2;
} 
.result-table .table-hover > tbody > tr:hover {
    background-color: #FBE7CE !important;
}
.result-table .table.table-striped {
    background-color: #f9f9f9;
	color: #454545;
}
.result-table .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e9e9e9;
}
.result-table .table-bordered > thead > tr > th, 
.result-table .table-bordered > tbody > tr > th, 
.result-table .table-bordered > tfoot > tr > th, 
.result-table .table-bordered > thead > tr > td, 
.result-table .table-bordered > tbody > tr > td, 
.result-table .table-bordered > tfoot > tr > td {
    border: 1px solid #fff;
	vertical-align: middle;
}
.result-table tr.bg-black {
	background: -moz-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #0879a0), color-stop(100%, #2db0ca));
	background: -webkit-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -o-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	background: -ms-linear-gradient(270deg, #0879a0 0%, #2db0ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0879a0', endColorstr='#2db0ca', GradientType='1');
	background: linear-gradient(180deg, #0879a0 0%, #2db0ca 100%);
}
.result-table tr.bg-black td {
    color: #FFD801;
	font-weight: 700;
}
.result-table .table tr td a {
    color: #454545;
}

.page-content {
	padding-bottom: 15px;
}


/* PAGINATION */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    color: #2db0ca;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #2db0ca;
    border-color: #2db0ca;
}

/* FOOTER */
.footer  {
	position: relative;
	color: #fff;
}
.footer-menu {
	position: relative;
	margin-top: 15px;
}
.menu .nav > li > a {
    color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.menu.header-menu .nav > li > a {
    color: #0879a0;
}
@media screen and (min-width: 768px) {
	.menu .nav {
		display: inline-block;
	}
}
@media screen and (min-width: 992px) {
	.footer-menu .nav > li > a {
		padding-left: 50px;
		padding-right: 50px;
	}
}
.menu .nav > li > a:hover,
.menu .nav > li > a:focus {
    background-color: transparent;
	color: #FFD801;
}
.menu .nav > li.active > a {
    background-color: transparent;
	color: #FFD801;
}
.footer-copyright {
	position: relative;
}
.copyright {
	padding: 15px;
}

/* FLOATING */
.okta-floating {
    width: 160px;
    position: fixed;
    top: 120px;
    z-index: 2;
}
#floating-left {
	left: 0;
}
#floating-right {
	right: 0;
}