/* --------------------------------------------------------------------------
 * 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/bootstrap.min.css";
@import "../fonts/font-awesome/css/font-awesome.min.css";
@import "../fonts/digital7/digital7.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import "owlcarousel2/owl.carousel.min.css";
@import "owlcarousel2/owl.theme.default.css";

body {
	background: #000;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.42857143;
	padding: 0;
	margin: 0;
	min-width: 1000px !important;
}

.okta-wrapper {
	min-width: 1000px !important;
}

.container {
	width: 1000px !important;
	min-width: 1000px;
	max-width: none !important;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #00aeed;
}

.btn-link:hover,
a:hover,
a:focus {
	color: #0091ff;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.bg-primary {
	background-color: #00aeed !important;
}

.text-primary {
	color: #00aeed !important;
}

hr {
	border-top: 1px solid #00aeed;
}

/*************************************************
	HEADER
*************************************************/
.okta-header {
	position: relative;
}

.okta-header-logo {
	background: url("../images/bg-line.png") no-repeat center;
	padding: 1rem 0;
}

.logo {
	position: relative;
	text-align: left;
}

.okta-logo {
	position: relative;
}

.okta-logo .img-fluid {
	max-width: 100%;
	height: auto;
	max-height: 80px;
}


/*************************************************
	KONTAK
*************************************************/
.kontak-list {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.kontak-list li {
	display: block;
	float: left;
	width: 33.3%;
	padding-left: 2.2rem;
	margin: 5px 0;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
}

.kontak-list li:last-child {
	padding-right: 0;
}

.kontak-list li.phone {
	background: url("../images/kontak/phone.png") no-repeat center left;
}

.kontak-list li.sms {
	background: url("../images/kontak/sms.png") no-repeat center left;
}

.kontak-list li.whatsapp {
	background: url("../images/kontak/whatsapp.png") no-repeat center left;
}

.kontak-list li.email {
	background: url("../images/kontak/email.png") no-repeat center left;
}

.kontak-list li.bbm {
	background: url("../images/kontak/bbm.png") no-repeat center left;
}

.kontak-list li.line {
	background: url("../images/kontak/line.png") no-repeat center left;
}

.kontak-list li.wechat {
	background: url("../images/kontak/wechat.png") no-repeat center left;
}

.kontak-list li.yahoo {
	background: url("../images/kontak/yahoo.png") no-repeat center left;
}

/*************************************************
	MENU
*************************************************/
.okta-navbar {
	background: #00aeed url("../images/bg-navbar.png") repeat-x;
	padding: 0;
	margin: 0;
	border: 0;
}

.okta-navbar.navbar-expand .navbar-nav .nav-link {
	position: relative;
	background: url("../images/nav-link2.png") no-repeat;
	width: 150px;
	height: 70px;
	height: 70px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	line-height: 40px;
	z-index: 999;
}

.okta-navbar.navbar-expand .navbar-nav .nav-link.nav-daftar {
	background: url("../images/nav-daftar2.png") no-repeat;
	width: 250px;
	color: #000;
}

.okta-navbar.navbar-expand .navbar-nav .nav-link:focus,
.okta-navbar.navbar-expand .navbar-nav .nav-link:hover,
.okta-navbar.navbar-expand .navbar-nav .nav-link.active {
	color: #000;
	-webkit-box-shadow: inset 0 0 100px 2px rgba(1, 116, 164, 0.5);
	-moz-box-shadow: inset 0 0 100px 2px rgba(1, 116, 164, 0.5);
	box-shadow: inset 0 0 100px 2px rgba(1, 116, 164, 0.5)
}


/*************************************************
	TEXT MARQUEE
*************************************************/
.okta-marquee {
	position: relative;
	background: rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 3px 20px rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 3px 20px rgba(255, 255, 255, .15);
	box-shadow: 0 3px 20px rgba(255, 255, 255, .15);
}

.marquee-content {
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	background: url("../images/bg-line.png") no-repeat center;
	padding: 0 .2rem;
	overflow: hidden;
}

/*************************************************
	SLIDESHOW
*************************************************/
.okta-slideshow {
	position: relative;
}

.okta-slideshow .owl-carousel.owl-loaded {
	overflow: hidden;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #00aeed;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}

.owl-theme .owl-nav [class*="owl-"] {
	position: relative;
	background: transparent;
	color: #00aeed;
	font-size: 4rem;
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav .fa {
	line-height: 50px;
}

.owl-theme .owl-nav {
	width: 100%;
	bottom: auto;
	top: 0;
	margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #00aeed;
	background: transparent;
	opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	color: #fff;
}

.okta-slideshow .owl-carousel .owl-nav .owl-prev:hover,
.okta-slideshow .owl-carousel .owl-nav .owl-next:hover {
	color: #fff;
}

.okta-result-togel.owl-carousel .owl-nav .owl-next {
	margin-right: -40px;
}

.okta-result-togel.owl-carousel .owl-nav .owl-prev {
	margin-left: -40px;
}

/*************************************************
	FORM
*************************************************/


.form-control-plaintext,
.form-control-plaintext.bg-primary {
	background-color: #00aeed !important;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-top: .1rem;
	padding-bottom: .2rem;
}


.form-control::-webkit-input-placeholder {
	color: #00aeed;
}

.form-control::-moz-placeholder {
	color: #00aeed;
}

.form-control:-ms-input-placeholder {
	color: #00aeed;
}

.form-control::-moz-placeholder {
	color: #00aeed;
}

.form-control::placeholder {
	color: #00aeed;
}

/*************************************************
	BUTTON
*************************************************/
.btn {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
	text-transform: uppercase;
	padding: .3rem .75rem;
}

.btn-primary {
	color: #fff;
	background: #6ec0ff;
	background: -moz-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 85, 129, 1)), color-stop(50%, rgba(0, 121, 181, 1)), color-stop(100%, rgba(2, 85, 129, 1)));
	background: -webkit-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -o-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -ms-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: linear-gradient(to bottom, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec0ff', endColorstr='#6ec0ff', GradientType=0);
	-webkit-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	-moz-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	border-color: #00aeed;
}

.btn-primary:hover {
	color: #fff;
	background: #6ec0ff;
	background: -moz-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 85, 129, 1)), color-stop(34%, rgba(0, 104, 173, 1)), color-stop(100%, rgba(0, 51, 114, 1)));
	background: -webkit-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -o-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -ms-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: linear-gradient(to bottom, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec0ff', endColorstr='#003372', GradientType=0);
	-webkit-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	-moz-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	border-color: #00aeed;
}

.btn-secondary {
	color: #fff;
	background: #6ec0ff;
	background: -moz-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 85, 129, 1)), color-stop(34%, rgba(0, 104, 173, 1)), color-stop(100%, rgba(0, 51, 114, 1)));
	background: -webkit-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -o-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: -ms-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	background: linear-gradient(to bottom, rgba(2, 85, 129, 1) 0, rgba(0, 104, 173, 1) 34%, rgba(0, 51, 114, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec0ff', endColorstr='#003372', GradientType=0);
	-webkit-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	-moz-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	border-color: #00aeed;
}

.btn-secondary:hover {
	color: #fff;
	background: #6ec0ff;
	background: -moz-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 85, 129, 1)), color-stop(50%, rgba(0, 121, 181, 1)), color-stop(100%, rgba(2, 85, 129, 1)));
	background: -webkit-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -o-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: -ms-linear-gradient(top, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	background: linear-gradient(to bottom, rgba(2, 85, 129, 1) 0, rgba(0, 121, 181, 1) 50%, rgba(2, 85, 129, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec0ff', endColorstr='#6ec0ff', GradientType=0);
	-webkit-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	-moz-box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	box-shadow: 0 0 10px rgba(0, 174, 237, .75);
	border-color: #00aeed;
}

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

/*************************************************
	PAGE HEADER
*************************************************/
.page-header {
	position: relative;
}

.page-title,
.page-header h1 {
	color: #00aeed;
	font-size: 1.75rem;
}


/*************************************************
	BOX
*************************************************/
.okta-box {
	background: #171717;
	background: -moz-linear-gradient(top, rgba(23, 23, 23, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(23, 23, 23, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(23, 23, 23, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(23, 23, 23, 1)));
	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(23, 23, 23, 1) 100%);
	background: -o-linear-gradient(top, rgba(23, 23, 23, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(23, 23, 23, 1) 100%);
	background: -ms-linear-gradient(top, rgba(23, 23, 23, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(23, 23, 23, 1) 100%);
	background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(23, 23, 23, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
	border-left: 2px solid #6ec0ff;
	width: 100%;
	padding-right: 2px;
}

.box-title {
	background: #171717;
	background: -moz-linear-gradient(top, rgba(0, 174, 237, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(0, 174, 237, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 174, 237, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 174, 237, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 174, 237, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(0, 174, 237, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 174, 237, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(0, 174, 237, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 174, 237, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(0, 174, 237, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 174, 237, 1) 1%, rgba(0, 0, 0, 1) 51%, rgba(0, 174, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
	padding: 0 1rem;
	margin-bottom: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.box-title:before {
	content: "";
	background: url("../images/titleShadow.png") no-repeat;
	width: 295px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.box-title span {
	position: relative;
}

.box-content {
	position: relative;
	padding: 1rem;
}

.box-login {
	position: relative;
	padding: 1rem;
	background: url("../images/bg-navbar.png") repeat;
}

.box-jackpot {
	position: relative;
	border: 3px solid #6ec0ff;
	border-radius: 3px;
	background: #00aeed url("../images/bg-navbar.png") repeat-x;
	padding: .5rem .5rem .5rem 2.5rem;
	margin: .5rem 0 .5rem 2rem;
}

.box-jackpot:before {
    overflow: hidden;
	background: #000 url("../images/jackpot-icon.png") no-repeat center;
	border: 3px solid #6ec0ff;
	border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: -35px;
    top: -6px;
    width: 80px;
    height: 80px;
}

.jackpot {
	position: relative;
	color: #fff;
	font-size: 50px;
	font-family: 'digital7';
	height: 50px;
	line-height: 50px;
}

.box-feature-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.box-feature-list>li {
	background: #171717;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: inset 0 0 25px 3px rgba(0, 0, 0, .55);
	-moz-box-shadow: inset 0 0 25px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 0 25px 3px rgba(0, 0, 0, .55);
	padding: 0 1rem;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	-ms-transition: background .3s ease-in;
	-o-transition: background .3s ease-in;
	transition: background .3s ease-in;
}

.box-feature-list>li:nth-child(2n) {
	background: url("../images/bg-li.png") repeat-x;
}

.box-feature-list>li span {
	display: block;
	float: right;
	color: #00a2dd;
}

/*************************************************
	Pagination
*************************************************/
.page-item.disabled .page-link {
	color: #6c757d;
	background-color: transparent;
	border-color: #0170c1;
}

.page-link {
	color: #0170c1;
	background-color: transparent;
	border: 1px solid #0170c1;

}

.page-link:hover {
	color: #fff;
	background-color: transparent;
	border-color: #0170c1;
}

.page-item.active .page-link {
	color: #000;
	background-color: #0170c1;
	border-color: #0170c1;

}

/*************************************************
	BANK OFFLINE
*************************************************/
.okta-bank {
	position: relative;
	background: url("../images/bg-border.png") no-repeat center top;
	min-height: 100px;
}

.okta-bank a {
	position: relative;
	display: block;
	padding: 1.9rem 1rem;
}

.okta-bank a img {
	max-width: 100%;
	height: auto;
}

.okta-bank a:hover img {
	-webkit-filter: grayscale(90%);
	-moz-filter: brightness(90%);
	filter: grayscale(90%);
}

.table-bank.table {
	margin: 20px auto;
	border: 1px solid #00aeed;
	color: #f9f9f9;
}

.table-bank.table td {
	border: 1px solid #00aeed;
	text-align: center;
	background-color: rgba(110, 192, 255, 0.3);
}

.table-bank.table td.bg-table-content {
	background-color: #0170c1;
	padding: 20px 8px;
}

.table-bank.table td.logo-bank {
	width: 150px;
	padding: 35px 8px;
}

.table-bank.table td.logo-bank img {
	max-width: 100%;
	height: auto;
}

.table-bank.table td.kode-bank {
	width: 150px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}


/*************************************************
	FOOTER
*************************************************/
.okta-footer {
	background: url("../images/bg-footer.png") no-repeat center top;
	padding-top: 2rem;
	padding-bottom: 1rem;
	position: relative;
}

/*************************************************
	SOCIAL FOOTER
*************************************************/
.okta-social-footer {
	position: relative;
	margin: 1rem 0;
}

ul.okta-social {
	display: block;
	padding: 0px;
	margin: 0px;
}

ul.okta-social li {
	display: inline-block;
}

ul.okta-social li a {
	color: #fff;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 .5rem;
}

ul.okta-social li a .fa {
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

ul.okta-social li.facebook a {
	color: #3b5998;
}

ul.okta-social li.twitter a {
	color: #55acee;
}

ul.okta-social li.googleplus a {
	color: #dd4b39;
}

ul.okta-social li.linkedin a {
	color: #0073b2;
}

ul.okta-social li.pinterest a {
	color: #cb2128;
}

ul.okta-social li.instagram a {
	color: #517fa4;
}

ul.okta-social li.youtube a {
	color: #cd201f;
}

ul.okta-social li a:hover,
ul.okta-social li.facebook a:hover,
ul.okta-social li.twitter a:hover,
ul.okta-social li.googleplus a:hover,
ul.okta-social li.linkedin a:hover,
ul.okta-social li.pinterest a:hover,
ul.okta-social li.instagram a:hover,
ul.okta-social li a:focus,
ul.okta-social li.facebook a:focus,
ul.okta-social li.twitter a:focus,
ul.okta-social li.googleplus a:focus,
ul.okta-social li.linkedin a:focus,
ul.okta-social li.pinterest a:focus,
ul.okta-social li.instagram a:focus {
	color: #fff;
	background: #00aeed;
}

/************************************************
	BACK TO TOP
*************************************************/
.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 10;
}

.back-to-top .btn {
	padding: 0;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	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);
}

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

.row {
	margin-right: -5px;
	margin-left: -5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}