/*orange color = ca7035*/
/*white color = ffffff*/

html,
body {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-family: 'PT Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	background: #000 url('../img/body_background.jpg') fixed no-repeat top center;
}
hr {
	border-top: 0px;
	border-top: 3px solid #f4b942;
	margin: 0px 0px 10px 0px;
}
input[type="text"] {
	text-align: left;
}
.title {
	font-size: 16px;
	font-weight: bolder;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ca7035;
	text-decoration: none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #ca7035;
}
.header {
	width: 100%;
	display: block;
	position: relative;
}
.logo {
	display: inline-block;
	width: 32%;
	margin-top: 10px;
}
.logo img {
	margin: 0px auto 0px auto;
}
.btn-mobile {
	display: none;
}
.nav-bar {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 67.5%;
}
.nav-bar ul {
	width: 100%;
	margin-bottom: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}
.nav-bar ul li {
	width: 14.285714%;
	display: inline-block;
	margin-left: -4px;
	-pie-box-shadow: 6px 6px 30px #918067;
    -moz-box-shadow: 6px 6px 30px rgba(72, 44, 3, 0.6);
    -webkit-box-shadow: 6px 6px 30px -1px rgba(72, 44, 3, 0.6);
    box-shadow: 6px 6px 30px rgba(72, 44, 3, 0.6);
	background-color: #f4b942;
}
.nav-bar ul li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	color: #000000;
}
.nav-bar ul li a:hover,
.nav-bar ul li.active a {
	box-shadow: inset 0px 0px 8px #000000;
}
.header-phone {
	position: absolute;
	bottom: 0px;
	right: 20%;
	list-style-type: none;
}
.header-phone:before {
	content: "Tel :";
}
.header-phone li {
	display: inline-block;
	padding: 5px;
}
.header-photo li:after {
	content: "/";
}
.header-photo li:last-child:after {
	content: "";
}
.flag-place {
	position: absolute;
	bottom: 15px;
	right: 0px;
}
.flag-place span {
	width: 50px!important;
	height: 30px!important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.container {
	background: rgba(0, 0, 0, 0.9);
}
.content {
	width: 100%;
}
.left-sidebar {
	width: 34.5%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}
.main {
	width: 65.2%;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}
.lSSlideOuter {
	margin-bottom: 20px;
}
#index-slider img {
	width: 100%;
	min-height: 100%;
}
.tile {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(28, 28, 28, 1) 46%, rgba(19, 19, 19, 1) 77%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#131313', GradientType=0 );
}
.btn-success,
.left-sidebar > ul > li > a {
	color: #000000;
	background-color: #f4b942;
	border-color: #f4b942;
}
.btn-success:hover,
.left-sidebar > ul > li > a:hover,
.left-sidebar > ul > li.active > a,
.left-sidebar > ul > li.active > a:hover {
	background-color: #f4b942;
	border-color: #f4b942;
	color: #000000;
	box-shadow: inset 0 0 10px #000000;
}
.tile-title {
	text-transform: uppercase;
	font-weight: bolder;
	color: #000000;
	padding: 10px;
	text-align: center;
	background-color: #f4b942;
	margin: 10px 0px;
	border-radius: 5px;
}
.tile-img {
	margin-bottom: 15px;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.footer {
	padding: 20px 0px;
}
.left-form-icon {
	padding: 10px;
	background-color: #f4b942;
	display: none;
	z-index: 100;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 2px 2px 2px #000000;
}
.left-form-icon i {
	font-size: 24px;
}
.left-form-icon:hover {
	color: #ffffff;
}
.casino-slot .position {
	padding: 3px 5px;
}
.casino-slot .position:last-child {
	padding: 3px 0px 3px 5px;
}
.space {
	margin: 20px 0px;
}
.padding-15 {
	padding: 15px;
}
.required-label:after {
	content: " *";
	color: #ff0044;
}
.panel-body {
	color: #000000;
}
.nav-bar ul li:last-child {
	display: none;
}
@media screen and (max-width: 768px) {
	.nav-bar ul li:last-child {
		display: block;
	}
	.marquee {
		width: 70%;
		overflow: hidden;
	}
	body,
	.container {
		min-height: 100%;
	}
	.header {
		height: 70px;
	}
	.logo {
		width: 145px;
		height: 55px;
	}
	.btn-mobile {
		display: initial;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		border: 0px;
		border-radius: 8px;
		background-color: #f4b942;
	}
	.nav-bar {
		display: none;
		width: 100%;
		z-index: 10;
		margin-top: 70px;
	}
	.nav-bar ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.nav-bar ul li {
		width: 100%;
		display: block;
		margin-left: 0px;
	}
	.header-phone {
		display: none;
	}
	.flag-place {
		display: inline-block;
		top: 10%;
		right: 28%;
	}
	.flag-place span {
		width: 30px!important;
		height: 20px!important;
	}
	.left-sidebar {
		visibility: hidden;
		position: absolute;
		min-height: 100vh;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 10;
		background: #000000;
		padding: 15px;
	}
	.main {
		width: 100%;
	}
	.left-form-icon {
		display: inline-block;
		position: fixed;
		top: 40%;
		left: 0px;
		padding: 20px 15px;
	}
	#index-slider,
	.lSSlideWrapper {
		display: none;
	}
	.col-sm-4 .img-responsive {
		width: 100%;
	}
	.padding-15 {
		padding: 0px;
	}
}
.static-text {
	font-size: 12px;
}
.loading-layout {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 20% auto 20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.line {
	z-index: 100;
	position: fixed;
	width: 150px;
	padding: 5px;
	border: 1px solid #000000;
	top: 30%;
	right: 0px;
	background: #f4b942;
}
.line span {
	margin-top: 5px;
}
.promotion .panel-heading {
	background: #f4b942;
	border-radius: 10px;
}
.promotion .panel-title img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.panel-group .panel {
	border-radius: 10px;
}
.panel.promotion {
	border: 0px;
}