/*--------------------
Reset Bootstrap default values
--------------------*/
.n-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
}
h1.parlay {
    font-size: -webkit-xxx-large;
}
.n-columns-2 a {
    text-align: center;
}
.login, .login-button {
    border: 1px solid red;
    background: linear-gradient(to bottom, #ff0000 0, #740101 100%);
}
.login, .register {
    color: #fff;
    padding: 13px 10px;
    margin: 5px;
}
.register, .register-button {
    background: linear-gradient(to bottom, #002cff 0, #02009d 100%);
    border: 1px solid #0014f5;
}
.btn-success {
    color: #fff;
    background-color: #3300bb;
    border-color: #002fff;
}
.btn-danger {
    color: red;
    background-color: #00dc25;
    border-color: gold;
}
.btn-info {
    color: #fff;
    background-color: #cabe00;
    border-color: #fff000;
}
.btn-warning {
    color: #fff;
    background-color: #001dd1;
    border-color: #0061ff;
}
.login {
              color: white;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 99;
              display: flex;
              justify-content: space-around;
              align-items: center;
              padding: 10px;
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          }
          a.bonus {
              background: linear-gradient(to bottom, #ff1900 0%, #ac0000 100%);
              border: 1px solid #f50505;
          }
          a.daftar {
              background: linear-gradient(to bottom, #06ff00 0%, #147b00 100%);
              border: 1px solid #05f509;
          }
          a.masuk {
              background: linear-gradient(to bottom, #001cff 0%, #00057f 100%);
              border: 1px solid #050df5;
          }
          hr {
             margin-top: 20px;
             margin-bottom: 20px;
             border: 0;
             border-top: 1px solid #f60404;
          }
          .login a {
              text-decoration: none;
              color: white;
              display: flex;
              flex-direction: column;
              align-items: center;
              transition: all 0.3s ease;
              padding: 5px;
              border-radius: 10px;
              flex-grow: 1;
              margin: 0 5px;
              max-width: calc((100% - 20px) / 5); 
              min-width: 0; 
              text-align: center; 
              white-space: nowrap; 
              overflow: hidden;
              text-overflow: ellipsis; 
              background-size: cover; 
              background-position: center; 
          }
  
          .login img {
              width: 30px;
              margin-bottom: 5px;
          }
  
          .login a:hover {
              background-color: #00FA9A;
              transform: translateY(2px) scale(0.95); 
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); 
          }
          
          .login a:hover img {
              filter: invert(100%);
          }


@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}
         
.container-gutter {
    padding-left:15px;
    padding-right:15px;
}

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

.col-5-gutter{
    padding-left: 10px;
    padding-right: 10px;
}
.col-0-gutter{
    padding-right: 0px;
}
}

.content {
    padding-top: 0px;
}

.content.content-padding {
    padding-top: 5px;
}

/*--------------------
Define colors
--------------------*/

::selection
{
background:#35598b;
color:#fff;
}
::-moz-selection

/*--------------------
1. General
--------------------*/
html {
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	color: black !important;
    background: #e2e2e2;
    background-image: url("/img/mixparlay-juara303.jpeg"); 
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-origin: fixed;
    background-attachment: fixed;
}
.garis {
    border-top: 1px solid gold;
}

@media only screen and (min-width : 1601px) {
	body {
    	background-size: 1920px 1280px!important;
    }
}

@media only screen and (max-width : 767px) {
	body {
    	background-size: 1280px 853px!important;
    }
}


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

p {
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
	color: white;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2a2a2a;
}
h1 {
	font-size: 25px;
}
h2 {
   	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

a {
	color: #232323;
    background-color: transparent;
    text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #c47300;
    text-decoration: none;
}
a:focus,
a:active {
	outline: 0;
}

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

label {
	margin-bottom: 2px;
}

input {
    line-height: 16px;
    padding: 12px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}

/* select {
    line-height: 16px;
    padding: 12px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #e4e4e4;
} */

textarea {
    padding: 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.boxed:not(.active) {
/*	background: #e9eaed; */
}

.active.boxed {
	max-width: 1200px;
	margin: 0px auto;
	background: #EEEFF1;
    -webkit-box-shadow: 0px 3px 5px 6px rgba(180, 180, 180, 0.08);
    -moz-box-shadow:    0px 3px 5px 6px rgba(180, 180, 180, 0.08);
    box-shadow:         0px 3px 5px 6px rgba(180, 180, 180, 0.08);
	padding: 0px;
	min-height: 100%;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

/*--------------------
2. Header
--------------------*/

.logo {
    padding: 0px;
	max-width: 320px;
	margin: 20px auto;
	z-index: 1;
	position: relative;
}

.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.logo {
		max-width: 280px;
		margin: 10px auto;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.logo {
		max-width: 280px;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width : 767px) {
	.logo {
		max-width: 220px;
		margin: 15px 0;
	}
	.logo-ia {
    padding-left: 53px !important;
}
}

.motto {
    padding: 0px;
	margin: 14px auto;
	z-index: 1;
	position: relative;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.motto {
    	margin: 6px auto 7px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.motto {
    	margin: 0px auto 10px;
    }
}

@media only screen and (max-width : 767px) {
	.motto {
    	margin: 0px auto;
    }
}

.header {
	padding: 0px;
    margin: 0px;
}

.header .row{
    margin-left: 0;
    margin-right: 0;
}

/*--------------------
3. Navigation
3.1. Top Navigation
--------------------*/

.top-bar {
	top:0;
	width:100%;
	height:42px;
	font-family: 'Titillium Web', sans-serif;
	background: #FF9800;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
}

@media only screen and (max-width : 767px) {
	.top-bar {
		border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	}
}

.top-bar.first-top-bar {
	background: none;
	box-shadow: none;
}

.top-bar-logo {
    float: left;
    padding: 6px 15px;
}

.top-bar-logo img {
    width: 140px;
	display: inline-block;
}

.top-bar-menu {
    float: left;
    padding: 9px 15px;
}

.top-bar-menu a {
    color: #111;
    margin-right: 10px;
    font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
    font-weight: bold;
}

.top-bar-menu a:hover {
    color: #ffffff;
}

.top-bar-menu a i {
	color: #111;
	font-size: 18px;
	margin-right: 3px;
	vertical-align: middle !important;
}

.top-bar-menu a i img {
	display: inline-block;
}

.text-holder {
	max-height: 20px;
	max-width: 120px;
	border-radius: 3px;
}
.text-captcha {
	max-height: 20px;
	max-width: 60px;
	border-radius: 3px;
}

.right {
	float: right;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.top-bar-menu a {
        margin-right: 10px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.top-bar-menu a {
        margin-right: 15px;
    }
}

@media only screen and (max-width : 767px) {
	.top-bar-menu a {
        margin-right: 5px;
    }
}

@media only screen and (max-width : 480px) {
	.top-bar-menu a {
        letter-spacing: 0px;
    }
}

.top-bar-menu.left {
    float: left;
	padding: 9px 5px;
}

.top-bar-menu.left a {
	background: #111; 
    color: #ffffff;
    padding: 8px 5px;
	margin-right: 0px;
	display: inline;
	border: 1px solid #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.top-bar-menu.daftar.left a {
	background: #b10000;
	border: 1px solid #b10000;
}

.top-bar-menu.daftar.left a:hover {
	background: #111;
	border: 1px solid #111;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.top-bar-menu.left a:hover {
	color: #FF9800;
}

.top-bar-menu.left a i {
    color: #ffffff;
}

.top-bar-socials {
    float: right;
    padding: 9px 0px;
}

.top-bar-socials a {
    color: #b5c6e1;
	margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.top-bar-socials a:hover {
    color: #ffffff;
}

@media only screen and (max-width : 767px) {
	form.right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.top-bar-logo {
		padding: 6px 10px!important;
	}
	
	.top-bar-menu {
		padding: 9px 5px!important;
	}
	
	.top-bar-socials a {
        color: #f5f5f5;
    	margin-left: 7px;
        margin-right: 7px;
        font-size: 16px;
    }
}

/*--------------------
3.2. Main Navigation
--------------------*/
.menu-navbar {
  font-family: 'Titillium Web', sans-serif;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
  border-radius: 0px;
  text-align: center;
  margin-bottom: 0px;
  /*z-index: 999999999999;*/
}

@media only screen and (max-width : 767px) {
    .menu-navbar {
      margin-bottom: 0px;
    }

	.navbar-default {
		margin-top: -85px;
	}
}

.navbar-nav > li {
  margin-left: 10px;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-nav > li {
      margin-left: 5px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .navbar-nav > li {
      margin-left: 5px;
    }
}

@media only screen and (max-width : 767px) {
	.navbar-nav > li {
      margin-left: 0px;
    }
}

.navbar-nav > li:first-child {
  margin-left: 0px;
}

.navbar-nav {
	background: #FF9800 !important;
	border-radius: 3px;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.navbar-nav.navbar-right > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-nav > li > a {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.navbar-nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 13px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width : 767px) {
	.navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
		border-radius: 4px 4px;
		-moz-border-radius: 4px 4px;
		-webkit-border-radius: 4px 4px;
		margin-top: 5px;
	}
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #111;
    color: #f5f5f5 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #111;
    color: #f5f5f5 !important;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #111;
    color: #f5f5f5 !important;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
	border-radius: 4px 4px 0px 0px;
  	-moz-border-radius: 4px 4px 0px 0px;
  	-webkit-border-radius: 4px 4px 0px 0px;
}

@media only screen and (max-width : 767px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    }

    .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
    	border-radius: 5px;
      	-moz-border-radius: 5px;
      	-webkit-border-radius: 5px;
    }
}

.navbar-default .navbar-nav > .active > a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0; 
  	height: 0; 
	margin-left: -4px;
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-bottom: 6px solid #111;
}

/* mobile version */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle {
    position: relative;
    top: 15px;
	margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
	width: 28px;
	height: 3px;
}

.navbar-default .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

.menu-anchor-hidden {
    height:0px;
    z-index:-999;
    position:relative;
}

.menu-anchor-hidden ul {
    margin: 0;
}

.menu-anchor-hidden ul li {
    display: inline;
    font-size: 8px;
}

@media only screen and (max-width : 767px) {
    .menu-anchor-hidden ul li {
        display: none;
    }
}

.dropdown-menu {
    background-color: #263c68;
    color: #000000;
    padding: 0;
    border: none;
    border-radius: 0;
    border-top: 3px solid #132c63;
    max-width: 280px;
    min-width: 180px;
}

.dropdown-menu > li > a {
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 14px;
	font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
	border-bottom: 1px solid #5174b8;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #5174b8;
}

.navbar-collapse {
	margin-top: 0px;
	margin-left: -15px!important;
	margin-right: -15px!important;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-collapse {
		margin-top: 0px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.navbar-collapse {
		margin-top: 0px;
	}
}

@media only screen and (max-width : 767px) {
    .navbar-collapse {
		margin-top: 18px;
		margin-left: 0px!important;
	    margin-right: 0px!important;
	    border-top: 0px;
	    box-shadow: inset 0 0 0 rgba(255,255,255,0);
	    -moz-box-shadow: inset 0 0 0 rgba(255,255,255,0);
	    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0);
	}
	
	.dropdown-menu > li > a {
		padding: 10px 15px!important;
		color: #777777!important;
		text-align: center;
		background: #333;
	}
	
	.navbar-default .navbar-nav > .active > a {
		color: #ffffff !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.navbar-default .navbar-nav.navbar-right > .active > a {
	    background: #1e2a48;
	}
	
	.navbar-nav .open .dropdown-menu {
        max-width: 100%;
    }
}

/*--------------------
Menu Search Box
--------------------*/

.dropdown-menu.searchbox {
    position: absolute;
    left: auto;
    text-align: center;
    margin: auto;
}

@media only screen and (min-width : 768px) {
    .dropdown-menu.searchbox {
        right: 30px;
    }
}

.navbar-form {
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 10px;
    border: none;
    width: 310px;
	background: #35598b;
}

@media only screen and (max-width : 767px) {
	.navbar-form {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.navbar-form.search .input-group {
	width: 100%;
}

.navbar-form .input-group .input-group-btn {
	width: 0px;
}

.navbar-form.search .form-control {
	height: 35px;
    background: #fff;
    color: #444444;
    font-size: 12px;
}

.navbar-form.search .btn-submit {
	width: 35px;
	height: 35px;
    border: none;
    background: #A8BEE3;
}

.navbar-form.search .btn-submit:hover {
    background: #658BCD;
}

.back-button {
    font-size: 13px;
    color: #ffffff;
    background: #35598b;
    border: 1px solid transparent;
    border-radius: 90px;
    padding: 2px 18px;
    line-height: 34px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*--------------------
4. Slider
--------------------*/

.slider {
    position: relative;
    overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.65);
}

/*---------------
Milo effect for slider items
---------------*/

figure.effect-milo {
	background: #132c63;
}

figure.effect-milo img {
	max-width: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0) scale(1.1);
	transform: translate3d(0,0,0) scale(1.1);
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* -- Slider Items -- */
.slider-item {
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 7px;
}

/* Common style */
.slider-item figure {
	position: relative;
	overflow: hidden;
	background: #1f2847;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
}

.slider-item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}

.slider-item figure figcaption {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-item figure figcaption,
.slider-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.slider-item figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.slider-item figure .title {
    color: #ffffff;
	line-height: 1.2;
    font-size: 14px;
	background: rgba(0,0,0,0.45);
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.4em;
}

.slider-item figure .title span {

}

.slider-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.slider-item.owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
	margin-top: 0;
}

.slider-item.owl-theme .owl-controls .owl-prev, .slider-item.owl-theme .owl-controls .owl-next {
	position: absolute;
	border-radius: 0px;
	padding: 12px 20px;
	background: rgba(0,0,0,0.2);
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}

.slider-item.owl-theme .owl-controls .owl-prev {
	left: 0;
}

.slider-item.owl-theme .owl-controls .owl-next {
	right: 0;
}

.slider-item.owl-theme .owl-controls .owl-prev:hover, .slider-item.owl-theme .owl-controls .owl-next:hover {
	opacity: 1;
}

.slider-item.owl-theme .owl-controls .owl-prev i, .slider-item.owl-theme .owl-controls .owl-next i {
	font-size: 18px;
}

.slider {
	background: #ce7b00;
	padding-top: 7px;
}

.slider .row {
	margin-left: 0px;
	margin-right: 0px;
}

.slider .row .col-md-8.leftside {
	padding-left: 4px;
	padding-right: 0px;
}
.slider .row .col-md-4.rightside{
	padding-left: 0px;
	padding-right: 4px;
}
.slider .row .col-md-12.centerside{
	padding-left: 4px;
	padding-right: 4px;
}

.slider .row .col-md-12, .slider .row .col-md-6, .slider .row .col-md-4 {
	padding-left: 4px;
	padding-right: 4px;
}

@media only screen and (max-width : 767px) {
    .slider .row .col-md-8.leftside {
    	padding-left: 4px!important;
    	padding-right: 4px!important;
    }
    .slider .row .col-md-4.rightside{
    	padding-left: 4px!important;
    	padding-right: 4px!important;
    }
}

@media only screen and (max-width : 480px) {
    .slider-item figure .title {
		display: none;
    }
    .slider-item figure p {
    	display: none;
    }
    figure.effect-milo p {
        display: none;
    }
}

.slider-corner-title {
	position: absolute;
	top: 0px;
	left: 4px;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: 500;
	color: #b5c6e1;
	background: #203666;
}

.slider-corner-title:after {
	content: '';
	position: absolute;
	top: 0;
	right: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 33px 28px 0 0;
	border-color: #203666 transparent transparent transparent;
}

@media only screen and (max-width : 767px) {
    .slider-corner-title {
    	padding: 6px 6px;
    }
    .slider-corner-title:after {
    	right: -25px;
    	border-width: 31px 26px 0 0;
    }
}
/*----------------------------------
5. Content
---------------------------------- */
.register-button img {
    margin: 0 auto;
}

/* Main header title
---------------------------------- */
.sub-heading {
  color: #ffc344;
}
.main-heading {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #f1f1f1;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.main-heading > span {
    position: relative;
    display: inline-block;
}
.main-heading > span:before, .main-heading > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #77829C;
    width: 460px;
    margin: 0 14px;
}
.main-heading > span:before {
    right: 100%;
}
.main-heading > span:after {
    left: 100%;
}

/* Play Step
---------------------------------- */
.play-step {
    padding: 15px 15px 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.games {
	background: linear-gradient(0deg, rgba(163,92,1,1) 0%, rgba(150,108,57,0) 100%) !important;
	padding-bottom: 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.effect .hi {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.effect .hi:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.effect .hi:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.effect .hi:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@media only screen and (min-width : 992px) {
    .col-md-6 .play-step {
        padding: 20px 10px 15px;
    }
    
    .col-md-3 .play-step:after {
        content: '';
        position: absolute;
        top: 35%;
        right: -7px;
        width: 15px;
        height: 23px;
        background-image: url("../img/icon/play-step-next.png"); 
    	background-size: cover;
    	background-position: top center;
    	background-repeat: no-repeat;
    }
    
    .col-md-3:last-child .play-step:after {
        content: '';
        display: none; 
    }
}

@media only screen and (max-width : 992px) {
    .play-step {
        padding: 20px 5px 15px;
    }
}

@media only screen and (max-width : 767px) {
    .play-step {
        padding: 20px 0px 15px;
        margin-bottom: 15px;
        background: transparent;
    }
}

.play-step img {
    margin: 0px auto;
}

@media only screen and (max-width : 992px) {
    .play-step img {
    	width: 30px;
    }
}

.play-step h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.play-step h3 a{
    color: #ffffff;
}

.play-step h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(255,158,11,0) 4%, rgba(255,158,11,1) 40%, rgba(255,158,11,1) 60%, rgba(255,158,11,0) 96%);
    background: -webkit-linear-gradient(left, rgba(255,158,11,0) 4%,rgba(255,158,11,1) 40%,rgba(255,158,11,1) 60%,rgba(255,158,11,0) 96%);
    background: linear-gradient(to right, rgba(255,158,11,0) 4%,rgba(255,158,11,1) 40%,rgba(255,158,11,1) 60%,rgba(255,158,11,0) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099b8ec', endColorstr='#0099b8ec',GradientType=1 );
}

.play-step p {
    font-size: 14.5px;
    color: #fff;
    margin-bottom: 0px;
}

@media only screen and (max-width : 992px) {
    .play-step p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width : 576px) {
    .play-step p {
        min-height: 66px;
        overflow: hidden;
    }
}

/* Grid-post style
---------------------------------- */
.grid-post {
	margin-bottom: 28px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 12px rgba(255,255,255,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #dbdbdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

.grid-post h4.title {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 15px 0;
	height: 50px;
	overflow: hidden;
}

.grid-post h2.title {
    line-height: 1.5;
    color: #000000;
    margin: 18px 0;
	height: 65px;
	overflow: hidden;
}
.grid-post p {
	font-size: 15px;
	line-height: 1.5;
	color: #4A4848;
}

@media only screen and (max-width : 576px) {
    .grid-post p {
    	text-align: center;
    	font-size: 14.5px;
	    line-height: 1.4;
    }
}

.grid-post .post-meta {
  font-size: 10px;
  padding: 8px 0px;
  margin: 0px 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #6C7698;
  border-bottom: 1px dotted #8C8C8C;
}

.grid-post .post-meta a {
    letter-spacing: 0.3px;
}

.grid-post .post-meta-publ-date {
    padding-right: 20px;
}
.grid-post .post-meta-author {
    padding-right: 20px;
}

.grid-post .post-meta-author a {

}

.grid-post-body {
    padding: 0px 25px 5px;
    overflow: hidden;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

@media only screen and (max-width : 767px) {
    .grid-post-body {
        padding: 0px 15px 5px;
    }
}

.grid-post-container {
    background: #3498db;
    position: relative;
    border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.grid-post-container img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.grid-post-container:hover img {
	opacity: 0.6;
}

@media only screen and (min-width : 768px) {
	.grid-post.highlight .grid-post-container {
		padding: 8px;
		background: #f5f5f5;
		max-height: 330px;
		overflow: hidden;
		border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
	}
	
	.grid-post.highlight .grid-post-container img {
		border-radius: 0 0;
		-moz-border-radius: 0 0;
		-webkit-border-radius: 0 0;
	}
}

.grid-post .more-button {
    text-align:center;
    display:block
}

.grid-post .read-more-button {
    border: 2px solid #132c63;
    color: #132c63;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    padding: 10px 20px 10px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}
.grid-post .read-more-button:hover{
    background: #132c63;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.grid-post-container .post-cats {
  position: absolute;
  top: -12px;
  left: 7px;
}
.grid-post-container .post-cats a {
  padding: 4px 13px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 11px;
  border: 3px solid #EEEFF1;
  background-color: #35598b
}

.grid-post-container .post-cats a:hover {
  cursor: pointer;
    background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Blog post style
---------------------------------- */
.blog-post {
	background: #fff;
	margin-bottom: 28px;
	border-top: none;
    position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.blog-post .post-entry h1 {
    padding: 5px 0px;
	margin-top: 15px;
    line-height: 1.3;
    text-align: center;
	font-size: 32px;
}

.blog-post h2.title {
    padding: 5px 0px;
	margin-top: 15px;
    line-height: 1.4;
    text-align: center;
}

.blog-post .post-meta {
    padding: 5px 0px;
    padding: 10px;
    color: #999999;
    margin: 0px 30px 10px;
	text-align: center;
}

.blog-post .post-category a {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #373737;
    font-size: 13px;
    font-style: normal;
}

.blog-post .post-category a:hover {
    color: #BB0000;
}

.blog-post .post-time {
    color: #2B2B2B;
}

.blog-post .post-author a {
    color: #2B2B2B;
}

.blog-post .divider {
    content: '';
    position: absolute;
    left: 50%;
    width: 46px;
    margin-left: -23px;
    height: 1px;
    background: #D2D2D2;
}

.blog-post p {
    font-size: 15px;
    line-height: 1.5;
    color: #4A4848;
    padding-top: 15px;
}

@media only screen and (max-width : 767px) {
    .blog-post .post-entry h1 {
        line-height: 1.3;
    	font-size: 26px;
    }
    .blog-post p {
        font-size: 14.5px;
        line-height: 1.4;
        padding-top: 5px;
    }
}

.blog-post ul li {
    font-size: 15px;
    line-height: 2;
}

.main-blog-post {
	border: 3px solid #e7e7e7;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 0px;
}

.main-blog-post .blog-post-body {
	padding: 15px;
    background: #5976b8; /* Old browsers */
	background: -moz-linear-gradient(top, #5976b8 0%, #37529e 98.5%, #546fb5 99%, #37529e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5976b8 0%,#37529e 98.5%,#546fb5 99%, #37529e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5976b8 0%,#37529e 98.5%,#546fb5 99%, #37529e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5976b8', endColorstr='#546fb5',GradientType=0 ); /* IE6-9 */
	border: 6px solid #ffc344;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
	text-align: center;
}

@media only screen and (max-width : 767px) {
    .main-blog-post .blog-post-body {
    	padding: 15px 15px;
    }
}

.main-blog-post .blog-post-body.blog-post-banner {
	padding: 0px;
}

.main-blog-post .blog-post-body h1 {
	margin-top: 15px;
	padding-bottom: 15px;
	color: #ffc34d;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	border-bottom: 2px solid #5174b8;
}

 .main-blog-post .blog-post-body h2 {
	margin-top: 15px;
	padding-bottom: 15px;
	color: #ffc34d;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.main-blog-post .blog-post-body p {
	color: #f5f5f5;
}

.blog-post-body {
	padding: 20px 30px 30px;
    background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.blog-post-container {
    background: #f2f2f2;
	padding: 8px;
    position: relative;
}
.blog-post-container img {
}
.blog-post-container:hover img {
	opacity: 0.90;
}

.blog-post-container .post-cats {
    position: absolute;
    top: -12px;
    left: 7px;
}
.blog-post-container .post-cats a {
    padding: 3px 13px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 11px;
    border: 4px solid #EEEFF1;
    background-color: #35598b;
}

.blog-post-container .post-cats a:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-post .more-button {
    float: left;
}

.blog-post .read-more-button {
    border: 2px solid #132c63;
    border-radius: 90px;
    color: #132c63;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 12px;
    padding: 10px 25px 10px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}
.blog-post .read-more-button:hover{
    background: #132c63;
    color:#ffffff;
    border: 2px solid #ffffff;
}

/* List Post style
---------------------------------- */
.list-post {
	margin-bottom: 30px;
    display: inline-block;
    position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 12px rgba(255,255,255,0.3);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #dbdbdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

.list-post-container {
	float:left;
    width: 480px;
    background: #ffc344;
	vertical-align:middle;
    position: relative;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.list-post-container img {
	opacity: 1;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.list-post-container:hover img {
	opacity: 0.8;
}

@media only screen and (max-width : 767px) {
    .list-post-container {
        width: 100%;
  	    float: none;
		border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
    }
	
	.list-post-container img {
		opacity: 1;
		border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
	}
}

.list-post-container .post-cats {
    position: absolute;
    top: -12px;
    left: 7px;
}
.list-post-container .post-cats a {
    padding: 8px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 11px;
    border: 3px solid #EEEFF1;
    background-color: #35598b
}

.list-post-container .post-cats a:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.list-post-body {
    padding: 10px 25px 0px 25px;
	overflow:hidden;
}

.list-post-body h4 {
    text-align: left;
    padding: 0px 0px 7px;
    margin-top: 12px;
    font-size: 23px;
    line-height: 1.2;
    color: #000000;
}

.list-post .post-meta {
    font-size: 12px;
    padding: 8px 0px 5px 0px;
    text-align: left;
    color: #6C7698;
    border-top: 1px dotted #A3A3A3;
}

.list-post .post-meta a {
    letter-spacing: 0.3px;
}

.list-post .post-meta-publ-date {
    padding-right: 20px;
}
.list-post .post-meta-author {
    padding-right: 20px;
}

.list-post .post-meta-author a {

}

.list-post p {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    padding-top: 0px;
}

.list-post .more-button {
    text-align: left;
    display: block
}

.list-post .read-more-button {
    border: 2px solid #132c63;
    border-radius: 90px;
    color: #132c63;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    padding: 10px 20px 10px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}

.list-post .read-more-button:hover{
    background: #132c63;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.post-max-height {
	height: 90px;
	overflow: hidden;
	margin-bottom: 15px;
}

/*--------------------
6. Blog post entry
--------------------*/

.post-entry {
	padding: 0px 25px 25px 25px;
    background-color: #fff;
    overflow: hidden;
}

.post-entry .segment-style:nth-child(even) {
    padding: 10px 25px 25px;
    background: #ffffff;
}

.post-entry .segment-style:nth-child(odd) {
    padding: 10px 25px 25px;
    background: #f4f4f4;
}

.post-entry p {
	font-size: 16px;
	line-height: 1.8;
    letter-spacing: 0px;
    word-spacing: 2px;
	color: #444444;
    padding-top: 5px;
}

.post-entry ul li, .post-entry ol li {
	font-size: 16px;
	line-height: 1.8;
    letter-spacing: 0px;
    word-spacing: 2px;
	color: #444444;
    padding-top: 5px;
    margin-bottom: 5px;
}

.post-entry h1.title {
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.5;
	color: #444444;
}

.post-entry.post-sbobet {
    padding: 0px 0px 25px 0px;
}

@media only screen and (max-width : 767px) {
    .post-entry {
    	padding: 0px 15px 15px 15px;
    }
    
	.post-entry p {
    	font-size: 15px!important;
    	line-height: 1.5!important;
    }
    
    .post-entry ol li, .post-entry ul li {
    	font-size: 15px!important;
    	line-height: 1.5!important;
    }
    
    .post-entry h1.title {
    	font-size: 23px!important;
    	line-height: 1.3!important;
    }
}

.post-entry blockquote {
    background: #f9f9f9;
    border-left: 3px solid #ABB7DB;
	padding: 1.5rem 0 1.5rem 2rem;
	margin: 0 0 1.5rem 0;
}

.post-entry blockquote p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #8F8F8F;
	font-style: italic;
}

.post-entry blockquote strong {
    color: #111111;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

@media only screen and (max-width : 767px) {
	.post-entry blockquote {
	    padding: 1.5rem 1rem 1.5rem 2rem;
	    font-size: 15px;
	}
}

blockquote cite:before {
    content: "\2014 \2009";
}

.tag-cloud {
    margin-top: 10px;
}

/*-- Comments --*/
.comments {
    padding: 30px;
    background: #fff;
    margin-bottom: 50px;
}

.comment-list,
.comment-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.comment-list li {
    position: relative;
    margin-top: 20px;
    padding: 20px 0 0 75px;
    border-top: 1px solid #eaeaea;
}

.comment-list > li:first-child {
    margin: 0;
    border: 0;
    padding-top: 5px;
}

.comment-author img {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 0;
}

.comment-author-name {
    display: inline-block;
    font-size: 18px;
    color: #363636;
}

.comment-meta {
    display: block;
	font-size: 10px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #b6b6b6;
}

.comment-body {
    margin-top: 10px;
}

.comment-body p {
    margin: 0;
    font-size: 15px;
    color: #303030;
}

.comment-reply {
    display: block;
	font-size: 10px;
    margin-top: 10px;
	text-transform: uppercase;
    letter-spacing: 1.3px;
}

.comment-reply:hover {
    color: #4871d3;
}

/*-- Member form --*/
.member-form-item {
    text-align: center;
}

.member-form-content {
    padding: 20px 20px;
	background-color: #132c63 ;
	background-image: url("../frontend-images/banner-form.jpg"); 
	background-size: cover;
	background-position: center center;
	border: 6px solid #ffc344;
}

@media only screen and (min-width : 1181px) {
	.member-form-content {
		min-height: 570px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.member-form-content {
		min-height: 470px;
	}
}

@media only screen and (max-width : 767px) {
	.member-form-content {
		padding: 15px 15px;
	}
}

.member-form-content-full {
    padding: 20px 20px;
    background: rgb(13,21,43); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(196,115,0,1) 0%, rgba(255,181,32,1) 35%, rgba(255,181,32,1) 65%, rgba(196,115,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(196,115,0,1) 0%,rgba(255,181,32,1) 35%,rgba(255,181,32,1) 65%,rgba(196,115,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(196,115,0,1) 0%,rgba(255,181,32,1) 35%,rgba(255,181,32,1) 65%,rgba(196,115,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47300', endColorstr='#ffb520',GradientType=1 ); /* IE6-9 */
	background-size: cover;
	background-position: center center;
	border-top: 4px solid #ce7b00;
	border-bottom: 4px solid #ce7b00;
}

@media only screen and (min-width : 1181px) {
	.member-form-content-full {
		min-height: 300px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.member-form-content-full {
		min-height: 330px;
	}
}

@media only screen and (max-width : 767px) {
	.member-form-content-full {
		padding: 30px 15px;
	}
}

.member-form p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width : 767px) {
    .member-form p {
        font-size: 13px;
    }
}

.member-form img {
    width: 100%!important;
}

.member-login-form-content {
    padding: 20px 20px;
	background-color: #FF9800;
	background-image: none;
	border: 6px solid #111;
}

@media only screen and (min-width : 1181px) {
	.member-login-form-content {
		min-height: 375px;
		margin-right: 15px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.member-login-form-content {
		min-height: 490px;
		margin-right: 15px;
	}
}

@media only screen and (max-width : 767px) {
	.member-login-form-content {
		padding: 15px 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width : 992px) {
	.form-half-lg-left {
        padding-right: 5px!important;
    }
    
    .form-half-lg-right {
        padding-left: 5px!important;
    }
}

.member-form-title {
    text-align: center;
    color: #111;
	font-weight: 500;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.member-form input[type="text"],
.member-form input[type="password"],
.member-form select,
.member-form textarea {
    text-transform: none;
    color: #5f3300 !important;
	font-size: 14px;
	font-weight: 500;
    border: 1px solid #ffc344;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.member-form textarea {
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.member-form input[type="text"],
	.member-form input[type="password"],
	.member-form select,
	.member-form textarea {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width : 991px) {
	.member-form input[type="text"],
	.member-form input[type="password"],
	.member-form select,
	.member-form textarea {
		margin-bottom: 15px;
	}
}

input.captcha, .member-form input.captcha[type="text"] {
	background: #904802;
	color: #ffffff!important;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	input.captcha, .member-form input.captcha[type="text"] {
	}
}

@media only screen and (max-width : 767px) {
	input.captcha, .member-form input.captcha[type="text"] {
	}
}
.member-form .submit-member-button {
    border: 2px solid #ea3939;
	background: #b43f42;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 9px rgba(0,0,0,0.5);
    border-radius: 90px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 14px;
	font-weight: 500;
    padding: 10px 25px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    margin: 0px auto;
    width: 100%;
    display: block;
}
.member-form .submit-member-button:hover{
    background: #ffc344;
    border: 2px solid #c27700;
}


.member-form .login-member-button {
    border: 2px solid #111;
	background: #111;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 9px rgba(0,0,0,0.5);
    border-radius: 90px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 14px;
	font-weight: 500;
    padding: 10px 25px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    margin: 6px auto;
    width: 100%;
    display: block;
}
.member-form .login-member-button:hover{
    background: #ffc344;
    border: 2px solid #263472;
}

.member-form .forgot-member-button {
    margin: 16px auto 0px;
    display: block;
}

.dashboard-member-button {
    border: 2px solid #111;
	background: #111;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 9px rgba(0,0,0,0.5);
    border-radius: 90px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 14px;
	font-weight: 500;
    padding: 10px 25px;
    margin: 6px auto;
    display: inline-block;
}

.dashboard-member-icon {
    margin: 70px auto 20px;
    display: block;
}

.dashboard-member-icon img {
    display: inline-block;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.dashboard-member-icon {
        margin: 120px auto 20px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.dashboard-member-icon {
        margin: 10px auto 20px;
    }
}

@media only screen and (max-width : 767px) {
	.dashboard-member-icon {
        margin: 10px auto 20px;
    }
}

/*-- Comment form --*/
.comment-form-body {
	background: #ffffff;
	padding: 15px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.comment-form input[type="text"],
.comment-form select,
.comment-form textarea {
    text-transform: none;
    color: #5f3300 !important;
	font-size: 13.5px;
	font-weight: 500;
    border: 1px solid #ffc344;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comment-form textarea {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width : 991px) {
	.comment-form input[type="text"],
	.comment-form select,
	.comment-form textarea {
		margin-bottom: 15px;
	}
}

.comment-form .submit-button {
    border: 2px solid #263472;
	background: #35598b;
	color: #ffffff;
    border-radius: 90px;
    letter-spacing: 1.8px;
    font-size: 13px;
	font-weight: 500;
    padding: 10px 25px 10px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    margin: 10px auto;
    display: block;
}
.comment-form .submit-button:hover{
    background: #ffc344;
    border: 2px solid #263472;
}

.rate {
    padding: 0 10px;
    display: inline-block;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    line-height: 30px;
    color:#ccc;
    margin-bottom: 0px;
}
.rate:not(:checked) > label:before {
    content: 'â˜… ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Related Articles
---------------------------------- */
.related-article {
	cursor: pointer;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}

.related-article h3.title {
	margin-top: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #000000;
}

.related-article-body {
	padding: 15px 15px 5px;
    background-color: #fff;
    overflow: hidden;
}

.related-article-container {
    overflow: hidden;
    background: #3498db;
}
.related-article-container img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.related-article-container:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}

/* -- contacts iframe map --*/

.iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------
7. Sidebar
--------------------*/
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }

  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

.sidebar-module {
	margin: 0 0 30px 0;
}

.sidebar-module .sidebar-content {
	background: #1e2a48;
	overflow: hidden;
	padding: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
}

.sidebar-module .sidebar-content p {
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #cccccc;
}

.sidebar-title {
	display: block;
	padding: 0px 15px 5px 15px;
	color: #ffc344;
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-heading {
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
	color: #ffc344;
	letter-spacing: 2px;
	margin-bottom: 25px;
 }
.sidebar-heading > span {
    position: relative;
    display: inline-block;
}
.sidebar-heading > span:before, .sidebar-heading > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #77829C;
    width: 410px;
    margin: 0 14px;
}
.sidebar-heading > span:before {
    right: 100%;
}
.sidebar-heading > span:after {
    left: 100%;
}

.sidebar-module .banner-widget {
    padding: initial;
    margin: auto;
}

.banner-widget a img {
    margin: 0 auto;
}

.sidebar-module .tag-cloud {
	padding: 0px;
}

.tag-cloud a {
	font-size: 11px;
	color: #ffffff;
    background: #212433;
    border: 1px solid transparent;
    border-radius: 90px;
    padding: 0px 10px;
	line-height:34px;
	display: inline-block;
	margin-bottom: 5px;
}

.tag-cloud a:hover {
    opacity: 0.7;
}

/* Sidebar Social Icons
---------------------------------- */
.widget-social {
    text-align:left;
}

.widget-social a:first-child {
    margin-left:0;
}
.widget-social a:last-child {
    margin-right:0;
}

.widget-social a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border: 1px solid transparent;
    background: #35598b;
    margin: 0 2px 4px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.widget-social a:hover > i {
    opacity:0.7;
}

/* Sidebar instagram
---------------------------------- */
.widget-instagram {
    padding: 0px;
}

.sidebar-module ul {
	padding: 0px;
    margin: 0px
}

.widget-instagram li {
    list-style:none;
    width: 31.2%;
    display: inline-block;
    border-bottom: none;
    margin: 0 2px 2px;
}
.widget-instagram li img {
    max-width:100%;
}
.widget-instagram li img:hover {
    opacity:.80;
}

/* Sidebar list
---------------------------------- */
.sidebar-module-list ul {
	padding-left: 0px;
	list-style: none;
}

.sidebar-module-list ul li {
	padding: 10px 0px;
    margin: 0px;
	border-bottom: 1px solid #475978;
}

/* Latest Comments Item
---------------------------------- */
.lcomments-item {
    margin: 0 0 10px 0;
    border-bottom: dotted 1px #D9D9D9;
    padding-bottom: 10px;
    color: #B3B8BD;
}

.lcomments-item:last-child {
    margin: 0 0 10px 0;
    border-bottom: none;
    padding-bottom: 0px;
}

.lcomments-item a {
    color: #ffc344;
    font-size: 13px;
	line-height: 1.7;
    letter-spacing: 0.3px;
    margin-top: 0;
}

.lcomments-item a:hover {
    color: #4871d3;
}

/* Sidebar widget articles style 1
---------------------------------- */
.widget-post {
    position: relative;
    margin: 0 0 12px 0;
    border-bottom: dotted 1px #D9D9D9;
    padding-bottom: 12px;
}
.widget-post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 0;
}
.widget-post-image {
    float: left;
    width: 75px;
    height: auto;
    margin: 0 20px 0 0;
}
.widget-post-circle {
    border-radius: 50%;
    behavior: url(PIE.html);
    width: 43px;
    height: 43px;
    padding: 7px;
    float: left;
    margin: 0px 20px 0 0;
    background: #2d7cf6;
	background: -moz-linear-gradient(top, #2d7cf6 0%, #829ccc 2%, #5174b8 4%, #132c63 100%);
	background: -webkit-linear-gradient(top, #2d7cf6 0%,#829ccc 2%,#5174b8 4%,#132c63 100%);
	background: linear-gradient(to bottom, #2d7cf6 0%,#829ccc 2%,#5174b8 4%,#132c63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7cf6', endColorstr='#132c63',GradientType=0 );
    color: #ffffff;
    text-align: center;
    font-size: 18px;
	border: 2px solid #ffc344;
}

.widget-post-entry {
    display: table-cell;
    vertical-align: top;
}
.widget-post-title {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #545452;
	height: 42px;
	overflow: hidden;
}
.widget-post-title a {
    color: #ffc344;
}
.widget-post-title a:hover {
    color: #4871d3;
}
.widget-post-meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    padding-top: 5px;
}
.widget-post-meta i {
	padding: 0 3px 0 0;
}
.widget-post-meta .widget-post-comments {
	padding-left: 10px;
}
.customNavigation{
    text-align: center;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 404 page
---------------------------------- */
.page-404 {
    text-align: center;
    margin-bottom: 50px
}
.page-404 h3 {
    font-size: 190px;
    color: #ddd;
}

/*--------------------
8. Footer
--------------------*/
.bank-offline {
    margin-bottom: 10px;
}

.bank-offline .bank-title {
	font-size: 23px;
	font-weight: bold;
    margin-top: 10px;
    color: #111;
}

.bank-offline .bank-logo img {
   margin: 15px auto;
}

.bank-offline p {
    color: #111;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bank-offline p span {
    color: #000;
}

@media only screen and (max-width: 767px) {
	.bank-offline .bank-logo img {
       width: 90px;
    }
    
    .bank-offline p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px) {
    .bank-offline p {
        font-size: 10px;
    }
}

.footer-menu {
	margin-left:auto;
    margin-right:auto;
    padding: 15px 0px 30px;
    font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
}

.footer-menu a {
	padding-left: 14px;
	padding-right: 14px;
    color: #D7D7D7;
	position: relative;
}

.footer-menu a:hover {
    color: #111;
}

.footer-menu a:after {
	content: '';
	width: 1px; 
	background: rgba(255, 255, 255, 0.091);
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.footer-menu a:last-child:after {
	width: 0px; 
}

@media only screen and (max-width: 480px) {
	.footer-menu a {
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.footer-menu a:after {
		content: '';
		width: calc(100% - 30px); 
		background: #3f518c;
		position: absolute;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 0px;
		height: 1px;
	}
}


.footer {
    padding: 0;
    font-size:12px;
	letter-spacing:1px;
    color: #aaa;
    text-align: center;
}

.footer span.left {
	float:left;
}

.footer span.right {
	float:right;
}

.footer-socials {
    border-top: 1px solid #535353;
	margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px;
}

.sosmed {
	padding-left: 5px;
}

.footer-socials i {
	font-size: 18px;
	border: 1px solid #111;
	background: rgb(0,0,0,0.2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding: 7px;
    color: #111;
}

.footer-socials .social {
	padding-left: 14px;
	padding-right: 14px;
    color: #111;
}

.footer-socials .social:hover {
    color: #BB0000;
}

@media only screen and (max-width: 480px) {
	.footer-socials .social {
		display: inline-block;
		width: 49.5%;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: left;
	}
}

.footer-bottom {
	margin-left:auto;
    margin-right:auto;
    padding: 15px 0px 15px;
	font-size: 10px;
    color: white;
	font-weight: 500;
}

.footer-bottom a {
    color: white;
}

.footer-bottom a:hover {
    color: white;
}

@media only screen
and (max-width : 480px) {
    .footer-bottom {
        padding: 25px 0px 80px;
        font-size: 9px;
    }
}

.footer-dark {
    border: 1px solid gold;
    background-color: #000000db;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    padding: 10px;
    box-shadow:rgb(241 250 4) 0px 5px 15px;
    border-radius: 19px;
}
h3 {
    font-size: 20px;
    text-align: center;
}
h1 {
    color: white;
}
.footer-home {
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

.footer-home h1 {
    color: #111;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.footer-home h3, .footer-home h4 {
    color: #232323;
}
.footer-home hr {
    border-top: 1px solid #424e68;
}
/*--------------------
9. Buttons
--------------------*/

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	bottom: 18px;
	left: 25px;
	margin-bottom: 0px;
	z-index: 999999999999;
}
#back-top a {
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    background: #FF9800;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#back-top a:hover {
	background: #b76d00;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 10px;
    font-size: 22px;
}

@media only screen and (max-width : 767px) {
#back-top {
	position: fixed;
	bottom: 16px;
	left: 16px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}

/* Read More Button, Share button
---------------------------------- */
.more-button {
    text-align:center;
    display:block
}

.read-more-button {
    border: 2px solid #cccccc;
    border-radius: 90px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    padding: 10px 20px 10px;
    display:inline-block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s
}
.read-more-button:hover{
    background: #132c63;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.wcircle-menu-item {
    z-index: 1000;
    border-radius: 50%;
    padding: 10px 15px;
    width: 40px;
    height: 40px;
    background-color: #35598b;
}

.share-facebook {
    background-color: #3b5998;
}
.share-youtube {
    background-color: #bb0000;
}
.share-twitter {
    background-color: #00aced;
}
.share-google {
    background-color: #dd4b39;
}
.share-tumblr {
    background-color: #32506d;
}
.share-pinterest {
    background-color: #cb2027;
}
.share-linkedin {
    background-color: #007bb6;
}

.index-static-page {
	border: 4px solid #232323;
	padding: 15px;
	background: #f9f9f9;
	list-style: none;
}
.index-static-page li {
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px;
}
.index-static-page li:last-child {
	border-bottom: 0px solid #dddddd;
}
.index-static-page li a {
	font-weight: 500;
	font-size: 15px;
}
.index-padding {
	padding-top: 10px;
}
.link-column a {
    border-bottom: 1px solid #f9f9f9;
    padding: 8px 0px;
}
.promosi-toggle {
    cursor: pointer;
}
#register-floater {
    position: fixed;
    bottom: -62px;
    left: 50%;
    transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#register-floater a img {
        max-width: 400px;
        max-height: 60px;
    }
#register-floater.sticky {
    bottom: 0px;
}
@media only screen and (max-width : 767px) {
    #register-floater a img {
        max-width: 178px;
        max-height: 40px;
    }
    #register-floater.sticky {
        bottom: 16px;
    }
}

#submenu-floater {
    position: fixed;
    top: -62px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #ce7b00;
    padding: 10px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.55);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#submenu-floater.sticky {
    top: 0px;
}
.submenu-floater-button {
    color: #fff;
}

.spbo-tebak-skor-toggle {
    color: #fff;
    padding: 15px;
    background: #8f1919;
    display: block;
    cursor: pointer;
}
.spbo-tebak-skor-toggle:hover {
    color: #ff6161;
}

.spbo-tebak-skor-konten {
    padding: 15px;
    background: #f0f0f0;
}

.sbobet-form-row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.sbobet-form-col {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

table, th, td {
  border: 2px solid #dedede;
  padding: 5px;
}

.button-referral {
  background: #111;
  color: #ffffff;
  padding: 8px 10px;
  margin-right: 0px;
  display: inline;
  border: 1px solid #111;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.popup-code {
    background: #3f4c6b;
    background: -moz-linear-gradient(top, #3f4c6b 0%, #1b1b26 48%, #1b1b26 100%);
    background: -webkit-linear-gradient(top, #3f4c6b 0%,#1b1b26 48%,#1b1b26 100%);
    background: linear-gradient(to bottom, #3f4c6b 0%,#1b1b26 48%,#1b1b26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#1b1b26',GradientType=0 );
    border-top: 2px solid #5976b8; 
    border-left: 2px solid #5976b8; 
    border-right: 2px solid #5976b8; 
    box-shadow: 2px -2px 18px rgba(0,0,0,0.6); 
    width: 200px; 
    height: 100px; 
    position: fixed; 
    bottom: 0px; 
    left: 15px; 
    border-radius: 6px 6px 0 0; 
    padding: 8px 8px 0px; 
    text-align: center; 
    color: #fff; 
    z-index: 99999;
}
.popup-code p {
    color: #fff;
}
.popup-code h4 {
    color: #ffc34d;
    font-weight: 700;
}
.popup-code img {
    margin: 0 auto;
}
.popup-code .popup-close {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #f96a74;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.notification-code {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.terms {
	margin-bottom: 10px !important;
}
.islider {
	width: 100%;
	height: 380px;
}
@media only screen and (max-width : 1200px) {
	.islider {
		height: 380px;
	}
}
