::-webkit-scrollbar{display:none;width:5px;}
::-webkit-scrollbar-track{box-shadow:none;border-radius:10px;}
::-webkit-scrollbar-thumb{background:orange;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background:orange;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
b {
	font-weight: 500 !important;
}
.catatan {
	margin-bottom: 10px;
}
.garis {
	border-top: 1px solid #535353 !important;
}
h1 {
	font-weight: bold;
	text-align: center;
}
.rumus {
	background: #202538;
	color : #4ed6ff;
	border-radius: 5px;
	max-width: 400px;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.number {
	color: #f07178;
	padding-right: 3px;
}
.btn-success {
	margin-top: 25px;
}
.footer-bottom {
	padding: 0px;
	padding-bottom: 15px;
}
@media only screen and (max-width : 767px) {
    .form-control {
    	padding : 6px 0px!important;
    	text-align: center;
    }
}
body{
	background: #eee;
	padding: 0;
	margin: 0;
}
#header {
	position: sticky;
	top: 10;
	display: flex;
	justify-content: space-between;
	height: 55px;
	line-height: 48px;
	background: #19191a;
	padding: 0 30px;
	z-index: 10;
}
#header .logo {
	background: linear-gradient(30deg,#3b2b00,#946500,#3b2d00);
	border-radius: 15px;
	transform: skewY(-3deg) skewX(-17deg);
	padding: 10px 10px 0px 50px;
	margin: -25px 0 -25px -75px;
	display: flex;
	align-items: center;
}
#header .inlogo {
	transform: skewY(3deg) skewX(17deg);
	display: flex;
	align-items: center;
}
#header .tombol {
	display: inline-flex;
	justify-content: space-around;
	width: 50px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
  }
  button:hover {
	background-color: #1d0000;
  }
  
  button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
  }
a {
	color: #ddd;
	text-decoration: none;
}
a.daftar {
	background: linear-gradient(to top left, #947900, rgb(125, 92, 1));
	color: #ddd;
}
a.daftar:hover {
	background: linear-gradient(to top left, rgb(125, 92, 1), #947900);
	color: #000000;
}
a.login {
	background: linear-gradient(to top left, #d1d1d1, #383838);
	color: #000000;
}
a.login:hover {
	background: linear-gradient(to top left, #383838, #d1d1d1);
	color: #8a0000;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	border: 3px outset #ffffff;
}
.wrap {
	padding: 10px;
}
.banner img {
	border: 5px outset #ffc402;
	display: block;
	width: 100%;
	height: auto;
}
.livechat {
	margin: 10px 0;
	background: #2e2e2e;
	border-radius: 10px;
	display: block;
}
.livechat a {
	display: block;
	border: 2px outset #ffc402;
	background: linear-gradient(to top right, #ffffff, rgb(44, 44, 44));
	color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	letter-spacing: 3px;
	font-family: arial rgb(255, 255, 255);
	font-weight: bold;
	box-shadow: 1px 1px 5px rgb(8, 0, 0);
}
.livechat a:hover {
	background: linear-gradient(to top right, rgb(70, 70, 70), rgb(241, 241, 241));
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
#button {
  display: inline-block;
  background-color: #bb0000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #df000069;
}
#button:active {
  background-color: #ad0000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.hide {
    display: none;
}
footer {
    display: block;
    text-align: center;
    padding: 20px;
}
footer a {
    color: #222;
    font-weight: bold;
}

/* Image with Caption
---------------------------------- */
.wp-caption {
	border: 1px solid #eee;
	padding: 2%;
	padding-bottom: 0;
	max-width: 100%;
	margin-bottom: 15px!important;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.03);
	margin-top: 0px!important;
}

.wp-caption img {
	display: inline-block;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.wp-caption .wp-caption-text {
	font-size: 13px!important;
	margin-bottom: 15px!important;
	line-height: 160%!important;
    font-weight: 600;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

/* Buttons
---------------------------------- */
.button {
    border: 1px solid;
    border-color: #abb7db;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 10px;
    padding: 7px 20px 7px;
    margin: 5px 8px;
    display:inline-block;
    font-family:"Open Sans",sans-serif;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    display: inline block;
}

.buttons .button {
	background: #B8B8B8;
}

.buttons .button.checkout {
	background: #7ebb84;
}

.button:hover {
    background:#ABB7DB;
    color:#fff;
    border:1px solid;
    border-color:#ABB7DB;
    opacity: 0.8;
}

.button:active {
    background:#ABB7DB;
    color:#fff;
    border:1px solid;
    border-color:#ABB7DB;
}

/* Spacer
---------------------------------- */
.diff-spacer,
.spacer-1 {
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #dfdfdf;
	color: #dfdfdf;
	text-align: center;
	position: relative;
	border-bottom: 0px;
	font-size: 20px;
}

.spacer-2 {
	display: block;
	height: 6px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #dfdfdf;
	color: #dfdfdf;
	text-align: center;
	position: relative;
}

.spacer-2:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: #fff;
	top: 2px;
	left: 0px;
}

.spacer-3 {
	display: block;
	height: 4px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #dfdfdf;
	color: #dfdfdf;
	text-align: center;
	position: relative;
}


.spacer-1 i.fa,
.spacer-2 i.fa,
.spacer-3 i.fa {
	display: inline-block;
	color: inherit;
	font-size: 17px;
	background: #fff;
	position: absolute;
	top: -7px;
	z-index: 2;
	width: 30px;
	text-align: center;
	margin-left: -20px;
}

.spacer-1 i.fa {
	top: -9px;
}

.shortcode-content h1,
.shortcode-content h2,
.shortcode-content h3,
.shortcode-content h4,
.shortcode-content h5,
.shortcode-content h6 {
	margin-bottom: 20px;
	color: #323336;
}

p .marker {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 5px;
	background: #232323;
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
}

/* blockquotes
---------------------------------- */
blockquote {
	display: block;
	border-left: 3px solid #aaaaaa;
	padding: 7px 0px 7px 25px;
	margin-bottom: 20px;
}

blockquote p {
	margin-bottom: 0px!important;
}

blockquote.style-2 {
	display: block;
	position: relative;
	border-left: 0px;
	padding-left: 40px;
}

blockquote.style-2:before {
	display: block;
	content: "\"";
	position: absolute;
	top: 5px;
	left: -10px;
	color: #aaaaaa;
	font-size: 75px;
}

blockquote.style-3 {
	display: block;
	position: relative;
	border-left: 0px;
	padding: 20px 25px;
	border: 1px dotted #232323;
	border-radius: 7px;
	-moz-border-radius: 7px;
	margin-left: 7%;
	margin-right: 7%;
}

/* Content shortcodes
---------------------------------- */
.shortcode-content ol,
.shortcode-content ul {
	padding: 0px 0 0px 20px;
	margin: 0 0 22px 0;
}

.shortcode-content ol {
	list-style: decimal;
}

.shortcode-content ul {
	list-style: disc;
}

.shortcode-content ul.fa-ul {
	list-style: none;
}

.shortcode-content ol li,
.shortcode-content ul li {
	background: transparent;
	padding: 0 0 0 0px;
	margin: 12px 0 0 0;
	line-height: 120%;
}

.shortcode-content ol > li:first-child,
.shortcode-content ul > li:first-child {
	margin-top: 0px;
}

.shortcode-content pre {
	background: #F9F9F9;
	padding: 20px;
	margin-bottom: 20px;
}

.shortcode-content dl {
	margin-bottom: 20px;
}

dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
}

dt:after {
	content: ":";
}

dd {
	margin: 0 0 0 170px;
	padding: 0 0 0.5em 0;
	line-height: 150%;
}

.shortcode-content ol ol,
.shortcode-content ul ol,
.shortcode-content ol ul,
.shortcode-content ul ul {
	margin-bottom: 0px;
}

.shortcode-content ol > li li:first-child,
.shortcode-content ul > li li:first-child {
	margin-top: 12px;
}

.shortcode-content ul.fa-ul {
	padding-left: 0px;
}

.shortcode-content ul.fa-ul li {
	padding-left: 23px;
}

.shortcode-content ul.fa-ul li i.fa {
	margin-left: 20px;
	top: 0px;
	font-size: 12px;
	line-height: inherit;
	padding-top: 2px;
}

/* accordion
---------------------------------- */
.accordion {
	display: block;
	margin-bottom: 20px;
}

.accordion > div {
	display: block;
	/*background: #fff;*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	/*box-shadow: 0px 2px 1px rgba(0,0,0,0.1);*/
	padding: 15px 20px;
	margin-bottom: 10px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.09);
	background: rgba(255,255,255,0.5);
}

.accordion > div.active > div {
	/*display: block;*/
}

.accordion > div > div {
	display: none;
	margin-bottom: -15px;
	border-top: 1px dotted #cccccc;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.accordion > div > a {
	font-weight: bold;
	font-size: 15px;
	display: block;
	color: #464644!important;
	position: relative;
	margin: -15px;
	padding: 15px;
	text-decoration: none!important;
}

.accordion > div > a:after {
	display: block;
	content: '';
	width: 11px;
	height: 3px;
	background: #ccc;
	position: absolute;
	right: 13px;
	top: 21px;
}

.accordion > div > a:before {
	display: block;
	content: '';
	width: 3px;
	height: 11px;
	background: #ccc;
	position: absolute;
	right: 17px;
	top: 17px;
}

.accordion > div.active > a:before {
	display: none;
}

/* tabs
---------------------------------- */
.short-tabs {
	display: block;
	margin-bottom: 15px;
}

.short-tabs > div {
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px;
	box-shadow: inset 0 0 0 1px #fff;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.short-tabs > div.active {
	display: block;
}

.short-tabs > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.short-tabs > ul li {
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.short-tabs > ul li a {
	display: block;
	background: #f9f9f9;
	padding: 13px 18px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	border-bottom: 0px;
	font-weight: bold;
	box-shadow: inset 0 -30px 25px -25px rgba(0,0,0,0.06);
	text-decoration: none!important;
	color: #232323!important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.short-tabs > ul li a:hover {
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	background: #fff;
}

.short-tabs > ul li.active a {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-radius: 3px 3px 2px 2px;
	margin-bottom: -15px;
	padding-bottom: 15px;
	box-shadow: inset 0 40px 35px -35px #fff;
}

.shortcode-content .social-icon {
	display: inline-block;
	color: #232323!important;
	margin-right: 15px;
	font-family: Arial;
	text-decoration: none!important;
}

.shortcode-content .social-icon:after {
	display: block;
	clear: both;
	content: '';
}

.shortcode-content .social-icon:hover {
	color: #4b4b4b!important;
}

.shortcode-content .social-icon i.fa {
	display: inline-block;
	background: #232323;
	color: #faf9f3;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	float: left;
	text-shadow: none!important;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	border-radius: 50%;
}

.shortcode-content .social-icon:hover i.fa {
	background: #4b4b4b;
}

.shortcode-content .social-icon b {
	color: inherit;
	display: block;
	margin-left: 32px;
	line-height: 130%;
	font-size: 14px;
	margin-top: -2px;
}

.shortcode-content .social-icon span {
	color: inherit;
	display: block;
	margin-left: 32px;
	font-style: normal;
	font-size: 10px;
	line-height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* gallery shortcodes
---------------------------------- */
.gallery-preview {
	display: block;
	margin-bottom: 20px;
	width: 397px;
	border: 1px solid #eee;
	padding: 2%;
	max-width: 95%;
	margin-bottom: 15px!important;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 2px rgba(0,0,0,0.03);
}

.gallery-preview .preview-thumbs {
	display: block;
	margin-bottom: 10px;
}

.gallery-preview .preview-desc {
	display: block;
	clear: both;
}

.gallery-preview .preview-thumbs img {
	display: block;
	margin: 0px 1px 1px 0px;
	float: left;
	width: auto;
	height: 69px!important;
}

.gallery-preview .preview-thumbs img.featured-photo {
	width: 198px;
	height: 139px!important;
}

.gallery-preview .preview-thumbs:after {
	display: block;
	content: '';
	clear: both;
}

.gallery-preview .preview-thumbs {
	display: block;
	margin-bottom: 10px;
}

.gallery-preview .preview-options {
	display: block;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.gallery-preview .preview-options a {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #6b6b6b;
	text-decoration: none!important;
}

.gallery-preview .preview-options a i.fa {
	vertical-align: baseline;
	padding-right: 4px;
}

.gallery-preview .preview-desc h3 {
	font-size: 22px!important;
	margin-bottom: 10px;
	color: #232323;
	font-size: 20px;
}

.gallery-preview .preview-desc h3 a {
	color: inherit;
	text-decoration: none;
}

.shortocde-content .social-icon {
	display: inline-block;
	color: #232323!important;
	margin-right: 15px;
	font-family: Arial;
	text-decoration: none!important;
	border-bottom: 0px!important;
}

.shortocde-content .social-icon:after {
	display: block;
	clear: both;
	content: '';
}

.shortocde-content .social-icon:hover {
	color: #4b4b4b!important;
}

.shortocde-content .social-icon i.fa {
	display: inline-block;
	background: #232323;
	color: #faf9f3;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	float: left;
	text-shadow: none!important;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	border-radius: 50%;
}

.shortocde-content .social-icon:hover i.fa {
	background: #4b4b4b;
}

.shortocde-content .social-icon b {
	color: inherit;
	display: block;
	margin-left: 32px;
	line-height: 130%;
	font-size: 14px;
	margin-top: -2px;
}

.shortocde-content .social-icon span {
	color: inherit;
	display: block;
	margin-left: 32px;
	font-style: normal;
	font-size: 10px;
	line-height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.shortcode-content tbody,
.shortcode-content table {
	font-size: 14px;
	max-width: 100%!important;
	margin-bottom: 25px;
}

.shortcode-content table th {
	font-size: 14px;
	font-weight: bold;
	color: #232323;
	border-bottom: 2px solid #232323;
	padding: 10px 14px;
	text-align: left;
}

.shortcode-content table td {
	border-bottom: 1px solid #ccc;
	color: #232323;
	padding: 8px 14px;
}

/* alert boxes
---------------------------------- */
.coloralert a.close-alert {
 position: absolute;
 top: 15px;
 right: 20px;
 line-height: 100%;
 font-size: 20px;
}

.alert-block a.close-alert-block {
 float: right;
}

.alert-block {
 display: block;
 margin-bottom: 15px;
 padding: 12px 14px;
 background: #c1452d;
 font-size: 0.8em;
 position: relative;
 color: #fff;
 line-height: 130%;
}

.alert-block a {
 color: #fff!important;
}

.alert-block a.close-alert-block {
 float: right;
}

.alert-block strong {
 display: inline-block;
 padding-right: 7px;
}

.alert-block.success {
 background: #96C22B;
}

.alert-block.loading {
 background: #C7C7C7;
}

.coloralert {
 display: block;
 margin-bottom: 20px;
 color: #fff;
 padding: 15px 20px;
 position: relative;
}

.coloralert a.close-alert {
 position: absolute;
 top: 15px;
 right: 20px;
 line-height: 100%;
 font-size: 20px;
}

.coloralert a {
 color: inherit!important;
}

.coloralert a:hover {
 color: rgba(255,255,255,0.5)!important;
}

.coloralert > i.fa {
 float: left;
 font-size: 30px;
 line-height: 200%;
 color: rgba(255,255,255,0.7);
}

.coloralert > p {
 color: inherit!important;
 display: block;
 margin-left: 50px;
 margin-bottom: 0px!important;
}
@media (max-width: 928px){
	#judul {
		margin: 0 auto 15px;
		font-size: 90%;
	}
	#judul::before {
		border-radius: 0;
	}
}
@media (max-width:768px){
    .mhide {display: none;}
	#button {
	  bottom: 80px;
	  right: 15px;
	}
	#bottom-navbar{
		position:fixed;
		bottom:0;
		width:100%;
		display:block;
		z-index:999;
		background:#171717;
		border-radius:15px 15px 0 0;
		box-shadow:0 0 15px black;
	  }
	#bottom-navbar a{
	  color:#ffffff;
	  font-size:80%;
	  white-space:nowrap;
	  overflow:hidden;
	  text-decoration:none;
	}
	#bottom-navbar ul{
	  display:flex;
	  justify-content:space-around;
	  list-style:none;
	  margin:0;
	  padding:0;
	  font-size:11px;
	  letter-spacing:1px;
	}
	#bottom-navbar ul li{
	  display:block;
	  text-align:center;
	  height:50px;
	  width:100%;
	  border-right:1px solid rgba(255,255,255,0.2);
	  padding:5px;
	}
	.material-icons{
	  font-size:30px;
	  display:block;
	}
	#header {
		height: 35px;
		line-height: 25px;
		padding: 0 10px;
	}
	#header .logo {
		padding: 35px 14px 20px 64px;
	}
	#header .inlogo amp-img {
		max-width: 130px;
		max-height: 28px ;
	}
	#header .tombol {
		max-width: 55px;
		height: 30px;
		line-height: 30px;
		padding: 5 28px;
		font-size: 60%;
		border-radius: 6px;
	}
	
}


/*--------------------
Reset Bootstrap default values
--------------------*/

@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}

.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: #666666;
    background: #1a1a1a;
	background-position: top center;
	background-repeat: no-repeat;
}
@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: #343434;
}
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 {
		margin: 15px 0;
	}
}

.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: #15b100;
	border: 1px solid #00b100;
}

.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: #ff0000;
}

.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: #ff0000;
    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: #111;
	font-weight: 500;
}

.footer-bottom a {
    color: #4b0000;
}

.footer-bottom a:hover {
    color: #4871d3;
}

@media only screen
and (max-width : 480px) {
    .footer-bottom {
        padding: 25px 0px 80px;
        font-size: 9px;
    }
}

.footer-dark {
    background-color: #ff0000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.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: #d40000;
}
.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;
}

/* 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 #850404;
	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 #ffffff;
    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;
	}
}

.garis {
	border-top: 1px solid #535353 !important;
}