html, body{
	font-size: 90% !important;
}
body{
    /*background-color: #dcdcdc !important;*/
    margin: 0;
    padding: 0;
}
h1 { font-size: 32px; font-size: 2rem !important;}
h2 { font-size: 24px; font-size: 1.5rem !important;}
h3 { font-size: 20px; font-size: 1.25rem !important;}
h4 { font-size: 18px; font-size: 1.125rem !important;}
h5 { font-size: 16px; font-size: 1rem !important;}
h6 { font-size: 14px; font-size: 0.875rem !important;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}
a{
	color: #373737;
	text-decoration: none !important;
}
a:hover, a:focus{
	color: #f7921e !important;
}
.front-page .mh-con a{
	color:#1c73bf;
}
.front-page .mh-con a:hover{
	color:#ffc876 !important;
}
.def-box{
	padding-bottom: 25px;
	padding-top: 25px;
}
.mh-color-yellow{
	color: #fdbd45;
}
.front-page .mh-container{
	padding-left: 15px;
	padding-right: 15px;
}
input[type=text]:hover, input[type=email]:hover,
input[type=tel]:hover, input[type=url]:hover, textarea:hover{
	border-color: #f7921e;
}
input[type=submit]{
	background: #f7921e;	
}

/**header*/
.mh-header{
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #f4f4f4 35%, #feffff 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#f4f4f4 35%,#feffff 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#f4f4f4 35%,#feffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#feffff',GradientType=0 );
        max-width: 1170px;
        margin: auto;
}
.mh-main-nav-wrap{
	background: #3d3c3e;
}
.mh-header-title{
	margin: 0 ;
}
.mh-login{
	line-height: 1.5em;
    padding: 30px 15px;
    overflow: hidden;	
}
a.mh-header-text-link{
	color: #000 !important;
}
.mh-main-nav{
	border-bottom-color: #f7921e;
}
.mh-main-nav li a{
	color: #fff !important;
}
.mh-main-nav .menu > .current-menu-item,
.mh-main-nav li:hover,
.mh-main-nav li.current_page_item{
	background: #f7921e !important;
}
/*Mobile*/
.slicknav_nav a{
	color: #fff !important;
}
.mh-main-nav-wrap .slicknav_nav ul{
	border-color: #ffa723 !important;
}

/*Front Page*/
.mh-quote{
	//background: #484848;
	background: url('/wp-content/themes/mh-magazine-lite-child/images/content/roullete.jpg') no-repeat;
	margin: 0;
	padding: 50px 0;    
    background-size: cover;
    min-height: 150px;
    line-height: 1.3;
    color: #fff;
    font-weight: 200;
    font-size: 24px;
}
.mh-quote-title{
	color: #fff !important;
	font-size: 36px;
	font-size: 3.6rem !important;
	margin-top: 10px !important;
	text-transform: uppercase;
}
.mh-quote-desc{
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
/*Promotion*/
.mh-promotion{
	background: #f4f4f3;
	border-bottom: 1px solid #fd9918;
        max-width: 1170px;
        margin: auto;
}
.mh-promo-title,
.mh-con-title{
	color: #e27b04 !important;
	font-size: 26px !important;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0.54em;
	position: relative;
}

.mh-promo-title:after,
.mh-con-title:after{
    content: '';
    display: block;
    background: #ffc876;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 15%;
    bottom: 8px;
}
.mh-entry-box {
	font-size: 16px;
    margin: auto;
	line-height: 1.4em;
    width: 90%;
}
.mh-con-title{
    color: #232323 !important;
    margin-bottom: 15px;
}
.mh-con-title:after{
	width: 25% !important;
}
.front-page > .def-box.mh-con{
    padding-bottom: 30px;
    padding-top: 20px;
    max-width: 1170px;
    margin: auto;
    background: #fff;
}



/*Custom Card*/
.card-panel{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;	
}
a.card-panel{
	cursor: pointer;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;	
}
a.card-panel:hover,
a.card-panel:focus{
	text-decoration: none;
}
a.card-panel.card-lib{
	min-height: 180px;
}
.card-panel{
	max-width: 100%;
	position: relative;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    background-color: #fff;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease;
    z-index: '';
    margin-bottom: 30px;
}
.card-row{
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.card-panel:first-child{
	border-radius: .28571429rem .28571429rem 0 0 !important;
    border-top: none !important;
}
.card-panel:last-child{
	border-radius: 0 0 .28571429rem .28571429rem !important;
}
.card-panel:only-child{
	border-radius: .28571429rem !important;
}
.card-panel>.card-panel-content>.card-panel-header,
.card-panel>.card-panel>.card-panel-content>.card-panel-header{
	display: block;
	color: #a1a1a1;
}
.card-panel-title{
	margin-top: 0.5em;
}
.card-panel.card-lib>.card-panel-img {
	border-top-left-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem;
}
.card-panel>.card-panel-img{
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	background: rgba(0,0,0,0.05); 
}
.card-panel>.card-panel-img>img{
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: inherit;
}
.card-panel>.card-panel-content{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(34,36,38,0.1);
    font-size: 1em;
    margin: 0;
    padding: 1em;
    box-shadow: none;
}
.card-panel-block{
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-panel .card-panel-content,
.card-panel>.card-panel-content{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	font-size: 1em;
	margin: 0;
	padding: 1em;
}


.card-panel .card-panel-content>.card-panel-header+.card-panel-desc,
.cards>.card-panel>.card-panel-content>.card-panel-header+.card-panel-desc,
.card-panel .card-panel-content>.card-panel-meta+.card-panel-desc,
.cards>.card-panel>.card-panel-content>.card-panel-meta+.card-panel-desc{
	margin-top: 0.5em;
}
.card-panel .card-panel-content>.card-panel-desc,
.card-panel .card-panel>.card-panel-content>.card-panel-desc{
	clear: both;
}
.clubs {
	position: relative;
	padding: 15px 0;
	margin-bottom: 10px;
	text-align: center;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.clubs a {
  display: inline-block;
  max-width: 203px; /*7 coloumn*/
  position: relative;
}

.clubs.poker a {
	max-width: 207px;
	max-height: 209px;
	margin-left: 20px;
	margin-right: 20px;
	flex: 1 0 auto;
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.clubs a:hover {
  outline: 0 none;
  border: 0 none;
}
.clubs > a > img {
	/*margin-top: 8px;*/
    max-width: 100%;
}

.clubs > a:hover > img {
  -webkit-transform: scale(1.2) rotate(0.1deg);
  -moz-transform: scale(1.2) rotate(0.1deg);
  -ms-transform: scale(1.2) rotate(0.1deg);
  -o-transform: scale(1.2) rotate(0.1deg);
  transform: scale(1.2) rotate(0.1deg);
}

.clubs > a > img {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.clubs a .button-title {
  position: absolute;
 /* display: block;*/
  width: 100%;
  top: 100%;
  left:0;
  right:0;
  margin: auto;
}
.clubs a .button-title h1,
.clubs a .button-title h2,
.clubs a .button-title h3,
.clubs a .button-title h5 {
	color: #232323 !important;
    background: #f5f5dc;

	border: 1px solid #d87b05;
	border-radius: 2px;
	
	margin: 7px 0;
	text-align: center;
	opacity: 0.9;
	padding: 8px 0;
}

.clubs a .button-title h4 {
	color: #fff !important;
    background: black;

	border: 1px solid #d87b05;
	border-radius: 2px;
	
	margin: 7px 0;
	text-align: center;
	opacity: 0.9;
	padding: 8px 0;
}

.clubs a div p {
  text-align: center;
  padding: 0 2px;
}

.clubs a {
  font-weight: 500;
  font-size: 12px;
}



.clubs a:hover h3 {
  color: #fff;
}

.clubs a .button-title p {
  color: #fff;
  font-size: 13px;
}
/**
* Post & Content
*/
.entry-header, .page-header{
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom-width: 0 !important;
}
.entry-title, .page-title{
	margin: 0 !important;
}
.entry-tags .fa{
	background: #f7921e;
}
.entry-tags li:hover{
	background: #f7921e;
}
.entry-tags a,
.entry-tags a:hover{
	color: #fff !important;
}

/*Meta*/
.mh-meta, .mh-meta a{
	color: #979797 !important;
}
.mh-meta a:hover{
	color: #f7921e !important;
}
.page-numbers:hover,
.mh-loop-pagination .current,
.mh-comments-pagination .current,
a:hover .pagelink{
	background: #f7921e;
	color: #fff !important;
}


/**
* Widgets
*/
.mh-widget-title{
	border-bottom-color: #f7921e;
}
/*Search Form*/
.widget_search > .search-form > label{
	display: initial;
}
.tagcloud a{
	color: #fff !important;
}
.tagcloud a:hover, .mh-widget .tagcloud a:hover,
.mh-footer-widget .tagcloud a:hover{
	background: #f19730 !important;
}
/**
* Footer
*/
.mh-footer{
    background: #f4f4f3;
    padding-bottom: 0px;
    padding-top: 0px;
    max-width: 1170px;
    margin: auto;
}
/*Copy-right*/
.mh-copyright-wrap{
    background: #232323;
    border-color: #707070;
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 1170px;
    margin: auto;
}
.mh-copyright-wrap .copyright-img{
	margin-bottom: 25px;
}
.mh-copyright-wrap .copyright-img > a{
	display: inline-block;
}
.mh-copyright-wrap .copyright-img img{
	margin: auto;
}
.mh-copyright-wrap .mh-copyright{
	font-size: 13px;
    line-height: 1.5;
}

/*footer Socket*/
.providers,
.banks{
	padding: 0px;
}
.prov_casino,
.prov_egame,
.prov_lottery,
.prov_poker,
.prov_sports{
	margin: 5px 8px 10px 0;
    border-radius: 5px;
    position: relative;
    border: 1px solid #9a9a9a;
}
.prov_casino,
.prov_egame,
.prov_lottery,
.prov_poker,
.prov_sports{
	float: left;
}
.providers h3{
    color: #112026;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
	margin: 0;
    text-align: center;
}
.providers > .bs-divider,
.providers > i,
.banks > .bs-divider,
.banks > i{
	color: #fff;
}
.prov_default ul,
.suppbanks ul{
	padding: 0px 0px 0px;
}
.prov_casino ul,
.prov_egame ul,
.prov_lottery ul,
.prov_poker ul,
.prov_sports ul{
	display: block;
    padding: 8px 10px 3px;
}
.prov_default ul li ,
.suppbanks ul li {
	display: inline-block;
	padding: 0 10px;
}
.prov_casino ul li,
.prov_egame ul li,
.prov_lottery ul li,
.prov_poker ul li,
.prov_sports ul li{
    display: block;
    float: left;
}
.prov_default a,
.prov_casino a,
.prov_egame a,
.prov_lottery a,
.prov_poker a,
.prov_sports a,
.prov_default span,
.prov_casino span,
.prov_egame span,
.prov_lottery span,
.prov_poker span,
.prov_sports span{
	background: url('/wp-content/themes/mh-magazine-lite-child/images/ico_reco.png') no-repeat;
	display: block;
	font-size: 0;
	height: 38px;
	text-indent: -999999px;
}
a.pagcor,
span.pagcor{
	background-position: 0 0;
	width: 140px;
}
a.bet368,
span.bet368{
	width: 86px;
	background-position: 0 -259px;
}
a.bet368:hover,
span.bet368:hover{
	background-position: 0 -305px;
}
a.opus,
span.opus{
	width: 136px;
	background-position: 0px -1954px;
}
a.opus:hover,
span.opus:hover{
	background-position: 0px -2001px;
}

a.onework,
span.onework{
    width: 104px;
    background-position: 0 -1470px;
}
a.onework:hover,
span.onework:hover{
	background-position: 0 -1519px;
}
a.bet188,
span.bet188{
	width: 136px;
	background-position: 0px -1954px;
}
a.bet188:hover,
span.bet188:hover{
	background-position: 0px -2001px;
}
a.gameplay,
span.gameplay{
	width: 136px;
	background-position: 0 -1368px;
}
a.gameplay:hover,
span.gameplay:hover{
	background-position: 0 -1419px;
}
a.gd,
span.gd{
	width: 70px;
	background-position: 0 -960px;
}
a.gd:hover,
span.gd:hover{
	background-position: 0 -1013px;
}
a.allbet,
span.allbet{
	width: 90px;
	background-position: 3px -1066px;
}
a.allbet:hover,
span.allbet:hover{
	background-position: 3px -1117px;
}
a.ag,
span.ag{
	width: 83px;
	background-position: 3px -1268px;
}
a.ag:hover,
span.ag:hover{
	background-position: 3px -1317px;
}
a.og,
span.og{
	width: 56px;
	background-position: 4px -1854px;
}
a.og:hover,
span.og:hover{
	background-position: 4px -1904px;
}
a.royal,
span.royal{
	width: 94px;
	background-position: 6px -1169px;
}
a.royal:hover,
span.royal:hover{
	background-position: 6px -1218px;
}
a.playtech,
span.playtech{
	width: 98px;
	background-position: 0 -694px;
}
a.playtech:hover,
span.playtech:hover{
	background-position: 0 -731px;
}
a.ebet,
span.ebet{
	width: 119px;
	background-position: -167px 7px;
}
a.ebet:hover,
span.ebet:hover{
	background-position: -167px -45px;
}
a.Spadegaming,
span.Spadegaming{
	width: 144px;
	background-position: 0 -603px;
}
a.Spadegaming:hover,
span.Spadegaming:hover{
	background-position: 0 -648px;
}
a.ttg,
span.ttg{
	width: 100px;
	background-position: 0 -2231px;
}
a.ttg:hover,
span.ttg:hover{
	background-position: 0 -2267px;
}
a.gameos,
span.gameos{
	width: 110px;
	background-position: 0 -2152px;
}
a.gameos:hover,
span.gameos:hover{
	background-position: 0 -2189px;
}
a.mg,
span.mg{
	width: 123px;
	background-position: 0 -2055px;
}
a.mg:hover,
span.mg:hover{
	background-position: 0 -2100px;
}
a.mg,
span.mg{
	width: 123px;
	background-position: 0 -2055px;
}
a.mg:hover,
span.mg:hover{
	background-position: 0 -2100px;
}
a.betsoft,
span.betsoft{
	width: 82px;
	background-position: 0 -2394px;
}
a.betsoft:hover,
span.betsoft:hover{
	background-position: 0 -2438px;
}
a.habanero,
span.habanero{
	width: 120px;
	background-position: 0 -1564px;
}
a.habanero:hover,
span.habanero:hover{
	background-position: 0 -1611px;
}
a.keno,
span.keno{
	width: 84px;
	background-position: 10px -128px;
}
a.keno:hover,
span.keno:hover{
	background-position: 10px -164px;
}
a.onework,
span.onework{
	width: 104px;
	background-position: 0 -1470px;
}
a.onework:hover,
span.onework:hover{
	background-position: 0 -1519px;
}
a.txbet,
span.txbet{
	width: 74px;
	background-position: 0 -350px;
}
a.txbet:hover,
span.txbet:hover{
	background-position: 0 -393px;
}
a.idn,
span.idn{
	width: 87px;
	background-position: 0 -773px;
}
a.idn:hover,
span.idn:hover{
	background-position: 0 -809px;
}
a.xo,
span.xo{
	width: 116px;
	background-position: 0 -2306px;
}
a.xo:hover,
span.xo:hover{
	background-position: 0 -2345px;
}
a.txbet,
span.txbet{
	width: 74px;
	background-position: 0 -350px;
}
a.txbet:hover,
span.txbet:hover{
	background-position: 0 -393px;
}


/*Banks*/
.suppbanks{
	font-size: 0;
}
.suppbanks a,
.suppbanks span{
	background: url('/wp-content/themes/mh-magazine-lite-child/images/ico_bank.png') no-repeat;
    display: block;
    height: 42px;
    width: 126px;
    margin: 0 0px 3px 0;
}
a.acb,
span.acb{
    background-position: 0 -2972px;
    width: 65px;
}
a.acb:hover,
span.acb:hover{
    background-position: 0 -3014px;
}
a.bidv,
span.bidv{
    background-position: 0 -3055px;
    width: 107px;
}
a.bidv:hover,
span.bidv:hover{
    background-position: 0 -3098px;
}
a.donga,
span.donga{
    background-position: 0 -3141px;
}
a.donga:hover,
span.donga:hover{
    background-position: 0 -3182px;
}
a.sacom,
span.sacom{
    background-position: 0 -3222px;
}
a.sacom:hover,
span.sacom:hover{
    background-position: 0 -3264px;
}
a.techcom,
span.techcom{
    background-position: 0 -3303px;
}
a.techcom:hover,
span.techcom:hover{
    background-position: 0 -3346px;
}
a.vietin,
span.vietin{
    background-position: 0 -3395px;
}
a.vietin:hover,
span.vietin:hover{
    background-position: 0 -3437px;
}
a.vietcom,
span.vietcom{
    background-position: 0 -3473px;
}
a.vietcom:hover,
span.vietcom:hover{
    background-position: 0 -3515px;
}


/**
* Media Query
*/
@media ( max-width: 1024px ){
        #left_ads_float{display: none;}
        #right_ads_float{display: none;}
        }
@media ( max-width: 768px ){
        #left_ads_float{display: none;}
        #right_ads_float{display: none;}
	.mh-site-logo.pull-left,.mh-login.pull-right{
		float: none !important;
	}
	.mh-login{
		padding: 0px 15px 20px;
	}
	.mh-login img{
		margin: 0 auto;
	}
	.clubs.poker a{
    		flex-direction: row !important;
		max-width: 155px !important;
		max-height: 157px !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.clubs a .button-title h3{
		font-size: 16px !important;
	}
	
}
@media ( max-width: 768px ){
	.clubs.poker a{
    		flex-direction: row !important;
    		max-width: 125px !important;
    		max-height: 128px !important;
    		margin-left: 5px !important;
    		margin-right: 5px !important;
	}
}
@media ( max-width: 480px ){
.clubs.poker a{
    flex-direction: row !important;
	max-width: 125px !important;
    max-height: 128px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
}
@media (min-width: 576px){
	.card-panel-group{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-panel-group .card-panel,
	.card-panel-group a.card-panel{
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 0 0%;
	    -ms-flex: 1 0 0%;
	    flex: 1 0 0%;	
	}
	.card-panel-group .card-panel+.card-panel {
	    margin-left: 0;
	    border-left: 0;
	}
	.card-panel-group  .card-panel:not(:first-child):not(:last-child) {
	    border-radius: 0;
	}
	.card-panel-group .card-panel:first-child{
	    border-bottom-right-radius: 0 !important;
	    border-top-right-radius: 0 !important;
	}
	.card-panel-group .card-panel:last-child{
	    border-bottom-left-radius: 0 !important;
	    border-top-left-radius: 0 !important;
	}
	.card-panel-group .card-panel.card-rm{
		margin-bottom: 0;
	}
	.card-border{
		box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
		margin-bottom: 2.5em;
	}
	.card-borderless{
		box-shadow: 0 0px 0px 0 #d4d4d5, 0 0 0 0px #d4d4d5 !important;
	}

}


/* Button */

.link-vao-188 a {color: white !important;
font-weight: bold !important;
}
        
}