*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box;}
html{background-color:#dddddd;}
body{
	margin:0 auto;max-width:1000px;min-width:240px;
	font-size:12px;font-family:arial,verdana,tahoma,sans-serif;color:black;
	background-color:#efefef;}

.clb{clear:both;}
.hr{height:0;font-size:0;border-top:1px solid #e3e3e3;border-bottom:1px solid white;}
.a66{opacity:0.66;}
.tdu{text-decoration:underline;}
a.usual{color:#0066cc !important;opacity:0.66;}
a.usual:hover{opacity:1;}

.btn{
	display:inline-block;//display:inline;//zoom:1;padding:7px;
	text-decoration:none !important;color:white;text-align:center;font-size:14px;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.btn_green{background-color:#52ac1b;}
.btn_turquoise{background-color:#9ac6c2;}
.btn_green:hover{background-color:#72ba09;}
.btn_turquoise:hover{background-color:#66cccc;}

.hdr_home{display:none;}
.header{padding:10px 0 10px 7px;}
.header .hide{display:none;}


.top-carousel{font-size:0;}
.top-carousel .owl-prev{width:30px;height:100%;position:absolute;top:0;left:0;cursor:pointer;background-image:url("images/bg-carousel-prev.png");background-position:50% 50%;background-repeat:no-repeat;}
.top-carousel .owl-next{width:30px;height:100%;position:absolute;top:0;right:0;cursor:pointer;background-image:url("images/bg-carousel-next.png");background-position:50% 50%;background-repeat:no-repeat;}
.top-carousel .owl-prev:hover,.top-carousel .owl-next:hover{background-color:rgba(255,255,255,0.2);}


.more-games{font-size:0;text-align:center;}
.more-games .item{padding-top:10px;}
.more-games .game{
	display:inline-block;//display:inline;//zoom:1;width:108px;margin:0 5px 10px;padding-top:5px;position:relative;text-decoration:none !important;vertical-align:top;text-align:center;border:1px solid #e3e3e3;background-color:white;
	transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.more-games .game .bg{
	display:block;position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;background-color:white;
	transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;}
.more-games .game:hover .bg{transform:scale(1.03);box-shadow:0 0 6px 3px rgba(0,0,0,0.25);}
.more-games .game img{display:inline-block;//display:inline;//zoom:1;width:96px;height:96px;position:relative;z-index:2;}
.more-games .game .info{display:block;margin:10px 0 10px 10px;position:relative;z-index:2;text-align:left;font-size:10px;color:#669933;}
.more-games .game .ttl{display:block;height:45px;font-weight:bold;font-size:14px;color:black;}


.game-info{margin:0 5px;padding:5px;position:relative;border:1px solid #e3e3e3;background-color:white;}
.game-info .g_thumb{width:96px;height:96px;float:left;}
.game-info .g_info{margin-left:106px;}
.game-info .g_title{display:block;font-size:16px;margin-bottom:10px;padding-top:5px;}
.game-info .g_rating{display:inline-block;//display:inline;//zoom:1;margin-bottom:10px;padding:1px 2px 0 4px;border:1px solid #669933;}
.game-info .g_stat{display:block;}
.game-info .g_stat .s_lbl{display:inline-block;//display:inline;//zoom:1;width:70px;}
.game-info .g_delimiter{clear:both;}
.game-info .g_btns{margin:10px 15px 0;}
.game-info .g_btns a{display:block;}
.game-info .g_desc{margin:15px 0 15px 5px;}
.game-info .g_desc .cut a{cursor:pointer;}
.game-info .g_desc .more{display:none;margin-top:10px;}


.game-screens{font-size:0;}
.game-screens .item{margin-right:5px;}
.game-screens .item img{width:160px;height:260px;}
.game-screens .owl-prev{width:25px;height:100%;position:absolute;top:0;left:0;cursor:pointer;background-image:url("images/bg-carousel-prev.png");background-position:50% 50%;background-repeat:no-repeat;}
.game-screens .owl-next{width:25px;height:100%;position:absolute;top:0;right:0;cursor:pointer;background-image:url("images/bg-carousel-next.png");background-position:50% 50%;background-repeat:no-repeat;}
.game-screens .owl-prev:hover,.game-screens .owl-next:hover{background-color:rgba(0,0,0,0.1);}


.recommended{display:none;}


.footer{padding:10px 10px 20px;font-size:12px;}
.copyright{color:black;opacity:0.66;}



@media (min-width:700px){
body{font-size:14px;}

.btn{font-size:16px;}

.header{
	display:block;height:70px;padding:0 0 0 253px;
	color:black;line-height:70px !important;font-size:16px;
	background-image:url("images/logo-overmobile.png");background-position:25px 50%;background-repeat:no-repeat;}
.header .hide{display:inherit;}

.top-carousel .owl-prev{width:46px;background-image:url("images/bg-carousel-prev2.png");}
.top-carousel .owl-next{width:46px;background-image:url("images/bg-carousel-next2.png");}

.more-games .item{padding-top:20px;}
.more-games .game{width:214px;padding-top:10px;margin-bottom:20px;}
.more-games .game img{width:192px;height:192px;}
.more-games .game .info{margin:15px 0 15px 15px;font-size:12px;}
.more-games .game .ttl{height:55px;font-size:20px;}

.game-info{margin:0 25px;padding:10px;}
.game-info .g_thumb{width:192px;height:192px;}
.game-info .g_info{margin-left:217px;}
.game-info .g_title{font-size:26px;}
.game-info .g_rating{font-size:12px;}
.game-info .g_stat{font-size:12px;text-transform:uppercase;}
.game-info .g_stat .s_lbl{width:85px;}
.game-info .g_delimiter{clear:none;}
.game-info .g_btns{margin-left:217px;}
.game-info .g_delimiter2{clear:both;}

.game-screens{padding:0 75px;}
.game-screens .item{margin-right:10px;}
.game-screens .item img{width:320px;height:520px;}
.game-screens .owl-prev{width:75px;background-image:url("images/bg-carousel-prev2.png");}
.game-screens .owl-next{width:75px;background-image:url("images/bg-carousel-next2.png");}

.recommended{display:block;margin:20px 0 0 26px;font-size:20px}

.footer{padding:20px 25px 40px;text-align:right;font-size:16px;}
.copyright{float:left;}
}



@media (min-width:940px){
.btn{padding-left:25px;padding-right:25px;}

.game-info .g_stat{display:inline-block;//display:inline;//zoom:1;margin-left:20px;}
.game-info .g_stat .s_lbl{width:auto;}
.game-info .g_btns{margin-left:0;position:absolute;right:10px;top:10px;}
.game-info .g_delimiter2{clear:none;}
.game-info .g_desc{margin-left:217px;margin-top:30px;margin-bottom:30px;}
.game-info .g_desc .cut{display:none;}
.game-info .g_desc .more{display:block;margin-top:15px;}
}



.c_green{color:#669933 !important;}

.mt5{margin-top:5px;}

