/*************************
*     GLOBAL STYLING     *
*************************/

/* CSS RESET (HTML5 Doctor) */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: 'Lato', sans-serif;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	background-color:#000;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
	display:block;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	text-decoration:none;
	background:transparent;
}
a:hover, a:active {
	outline:0;
	text-decoration:underline;
}
img {border:0;}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
input[type="text"], input[type="password"], input[type="submit"] {
	-webkit-appearance:none;
	-moz-appearance:none;
}
button, input[type="submit"] {
	cursor:pointer;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline:0;
}
ul li {
	list-style-type:none;
}
.cb{
	clear:both;
}
.sitead1, .sitead3{
	text-align:center;
	width:728px;
	margin:0 auto;
}
.sitead2{
	width:120px;
	float:left;
}

.header{
	width:728px;
	margin:0 auto;
	position:relative;
}
.logo{
	display:block;
	margin:10px auto;
}
.find_rightgame{
	text-align:center;
	margin-top:15px;
}
.find_rightgame a{
	color:#e4c54d;
	font-family: 'Lato', sans-serif;
	line-height:1.2em;
}
.menu_cont{
	background: url(../images/bg_menu.jpg);
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-top:1px solid #826e19;
	position:relative;
	width:700px;
}
.menu, .menu_bottom{
	float:left;
}
.menu{
	width:420px;
}
.menu_bottom{
	width:435px;
}
.menu li, .menu_bottom li{
	padding:10px 15px;
	float:left;
	border-right:1px solid #826e19;
	border-left:1px solid #e5d17e;
	cursor:pointer;
}
.menu li:hover, .menu_bottom li:hover{
	background-color:#826e19;
	color:#191918;
}
.menu li:hover > a, .menu_bottom li:hover > a{
	color:#fff;
}
.menu li:first-child, .menu_bottom li:first-child{
	border-left:none;
	border-top-left-radius:25px;
	-moz-border-top-left-radius:25px;
	-webkit-border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-webkit-border-bottom-left-radius:25px;
}
.menu li:last-child, .menu_bottom li:last-child{
	border-right:none;
}
.menu li a, .menu_bottom li a{
	font-family: 'Lato', sans-serif;
	line-height:1.2em;
	font-size:14px;
	color:#000;
	font-weight:normal;
}
.menu li a:hover, .menu_bottom li a:hover{
	text-decoration:none;
}

.search_box{
	background: url(../images/bg_search.jpg);
	border-top:1px solid #605213;
	border-left:1px solid #8f791c;
	border-right:1px solid #8a751b;
	border-bottom:1px solid #8c761b;
	padding:5px 40px 5px 10px;
	color:#f2fafc;
	margin-top:4px;
	width:110px;
	font-size:12px;
	border-radius:5px;
   -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
}
.box_top{
	margin:5px 0 0 100px;
}
.box_bottom{
	margin:5px 0 0 80px;
}
.submit_search_btm{
	background:url(../images/find.png) no-repeat;
	border:0;
	position:absolute;
	top:11px;
	right:30px;
}
.submit_search{
	background:url(../images/find.png) no-repeat;
	border:0;
	position:absolute;
	top:11px;
	right:30px;
}
.sprtr{
	height:17px;
	border-left:1px solid #736116;
	border-right:1px solid #cdad28;
	position:absolute;
	top:10px;
	right:60px;
}
.sprtr_btm{
	height:17px;
	border-left:1px solid #736116;
	border-right:1px solid #cdad28;
	position:absolute;
	top:10px;
	right:60px;
}
.mtb_btm{
	margin:0 0 30px 150px;
	float:left;
}

.navbar h6{
	font-family: 'Lato', sans-serif;
	line-height:1.2em;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:50px;
}
.navbar_ul{
	width:320px;
	background: url(../images/bg_menu.jpg);
	background-size: 7px 100%;
	padding:7px 15px;
	width:252px;
	margin:15px auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.navbar_ul li{
	margin-left:10px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	line-height:1.2em;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
.navbar_ul li a{
	color:#000;
}
.social_div{
	position:absolute;
	top:15px;
	right:0;
	width:200px;
}

/*content*/
.content{
	width:1060px;
	margin:25px auto;
	overflow:hidden;
}
.content_main{
	width:728px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.fb_cont{
	width:182px;
	float:right;
	background-color:#FFF;
}
.thumbnails_top{
	overflow:hidden;
}
.thumbs{
	float:left;
	margin-right:5px;
}
.game_descp{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#484848;
	border:2px solid #E4C54D;
	padding:15px 10px;
	width:704px;
	overflow:hidden;
}
.game_descp_left{
	float:left;
	width:265px;
}
.game_descp_left img{
	width:250px;
	margin-bottom:10px;
}
.game_descp_right{
	float:left;
	width:420px;
	position:relative;
}
.game_descp  p, .game_descp h1{
	font-family: 'Lato', sans-serif;
	line-height:1.2em;
	color:#fff;
	text-align:justify;
}
.game_descp h1{
	font-size:28px;
}
.game_descp  p{
	margin-top:10px;
	margin-bottom:10px;
}
.game_descp a{
	color:#E4C54D;
}
.link_play{
	font-size:22px;
}


/*single game page*/

.content_single_game{
	width:730px;
	margin:25px auto;
	overflow:hidden;
}
.mtb_btm_game_list, .mtb_top_game_list{
	margin:30px 0 30px 15px;
	float:left;
}
.mtb_btm_single_game, .mtb_top_single_game{
	margin:30px 0 30px 15px;
	float:left;
}
.ad_single_game1{
	width:300px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}
.video1{
	width:420px;
	height:345px;
	margin:20px auto 0;
	border: 2px solid #333333;
}
.video2{
	width:195px;
	height:162px;
	margin:20px 0 0 8px;
	float:left;
	border: 2px solid #333333;
}
.vid1{
	width:420px;
	height:345px;
}
.vid2{
	width:195px;
	height:162px;
}
.fb_like{
	position:absolute;
	top:5px;
	right:0;
}



/*Media Queries*/

@media screen and (max-width: 1060px) {
	.content{
		width:920px;
	}
	.content_main{
		width:570px;
	}
	.game_descp{
		width:550px;
	}
	.game_descp_left {
		width: 220px;
	}
	.game_descp_left img{
		width:205px;
	}
	.game_descp_right{
		width:320px;
	}
	.game_descp p{
		font-size:14px;
	}
	.game_descp h1 {
		font-size: 22px;
	}
	.thumbnails_top img{
		width:109px;
	}
	.mtb_btm{
		margin-left:80px;
	}
	.gamedescp_single_game{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.video1, .vid1{
		width:300px;
		height:260px;
	}
	.video2{
		margin-left:57px;
	}
	
}
@media screen and (max-width: 920px) {
	.content, .header{
		width:720px;
	}
	.sitead1, .sitead2, .sitead3, .fb_cont{
		display:none;
	}
	.content_main{
		float:none;
		margin:0 auto;
	}
	.mtb_btm{
		margin-left:0;
	}
	
}
@media screen and (max-width: 760px) {
	.content, .header, .content_single_game{
		width:550px;
	}
	.content_main{
		width:550px;
	}
	.game_descp{
		width:525px;
	}
	.thumbnails_top img{
		width:105px;
	}
	.game_descp_right{
		width:300px;
	}
	.menu_cont{
		width:547px;
	}
	.menu li{
		padding:10px 10px;
	}
	.menu_bottom li{
		padding:10px 8px;
	}
	.box_top{
		margin-left:20px;
	}
	.box_bottom{
		margin-left:10px;
	}
	.search_box{
		padding-right:50px;
		width:100px;
	}
	.submit_search_btm{
		right:20px;
	}
	.submit_search{
		right:18px;
	}
	.sprtr, .sprtr_btm{
		right:50px;
	}
	.menu{
		width:354px;
	}
	.menu_bottom{
		width:365px;
	}
	.mtb_top_game_list, .mtb_btm_game_list{
		margin-left:0;
	}
	.mtb_top_single_game, .mtb_btm_single_game{
		margin-left:0;
	}
	
}

@media screen and (max-width: 550px) {
	.content, .header, .content_single_game{
		width:463px;
	}
	.content_main{
		width:463px;
	}
	.game_descp{
		width:438px;
	}
	.thumbnails_top img{
		width:86px;
	}
	.game_descp_left{
		width:190px;
	}
	.game_descp_left img{
		width:175px;
	}
	.game_descp_right{
		width:240px;
	}
	.game_descp p {
		font-size: 12px;
	}
	.game_descp h1 {
		font-size: 20px;
	}
	.link_play {
		font-size: 18px;
	}
	.menu_cont{
		margin-top:60px;
		width:auto;
		float:left;
		margin-left:50px;
		margin-bottom:15px;
	}
	.menu, .menu_bottom{
		width:auto;
	}
	.search_box{
		position:absolute;
		top:-55px;
		left:80px;
	}
	.box_bottom{
		left:93px;
	}
	.submit_search{
		right:97px;
		top:-43px;
	}
	.submit_search_btm{
		right:102px;
		top:-43px;
	}
	.sprtr{
		right:127px;
		top:-45px;
	}
	.sprtr_btm{
		right:130px;
		top:-45px;
	}
	.menu li:last-child, .menu_bottom li:last-child{
		border-top-right-radius:25px;
		-moz-border-top-right-radius:25px;
		-webkit-border-top-right-radius:25px;
		border-bottom-right-radius:25px;
		-moz-border-bottom-right-radius:25px;
		-webkit-border-bottom-right-radius:25px;
		
	}
	.find_rightgame{
		clear:both;
	}
	.navbar h6{
		margin-top:30px;
	}
	
	.video1, .vid1{
		width:195px;
		height:162px;
	}
	.video1, .video2{
		margin-left:15px;
	}
}

@media screen and (max-width: 463px) {
	.content, .header, .content_single_game{
		width:303px;
	}
	.content_main{
		width:303px;
	}
	/*
	.game_descp{
		width:288px;
	}
	*/
	.logo{
		width:150px;
		float:left;
		margin-left:15px;
	}
	.game_descp{
		width:278px;
	}
	.game_descp h1{
		margin-top:10px;
	}
	.game_descp_left{
		width:100%;
		padding-left:20px;
	}
	.game_descp_left img{
		width:240px;
		display:block;
		margin:0 0 10px 0;
	}
	.game_descp_right{
		margin-left:20px;
	}
	.thumbnails_top img{
		width:95px;
	}
	.thumbs_sp, .thumbs_sp_first{
		margin-top:15px;
	}
	.thumbs_sp_first{
		margin-left:50px;
	}
	.menu_cont{
		margin-left:0;
	}
	.menu li a, .menu_bottom li a{
		font-size:12px;
	}
	.menu li{
		padding: 10px 8px;
	}
	.menu_bottom li {
		padding: 10px 6px;
	}
	.search_box{
		left:45px;
	}
	.box_bottom{
		left:58px;
	}
	.submit_search_btm{
		right:80px;
	}
	.sprtr_btm{
		right:107px;
	}
	.submit_search{
		right:75px;
	}
	.sprtr{
		right:102px;
	}
	.video1, .video2{
		margin-left:20px;
	}
}

/* Stars Rate caption */

.caption {
  color:#fff;
}