/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.h_post_img {height:146px;}
	.h_logo img {right:0px;bottom:0px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.h_logo {padding-top:40px;padding-bottom:30px;}
	.h_logo a {font-size:16px;}
	.h_post, .h_post_full, .h_block {height:auto;margin-bottom:15px;}
	.h_post_img, .h_post_img img {height:auto;min-height:auto}	
	.h_info {width:auto;}
	.h_rak {display:none}
.forumIcoTd, .forumThreadTd, .forumPostTd, .forumLastPostTd, .gTableSubTop {display:none}
.queryField {width:50% !important}

.h_post img {min-height: initial !important;height:auto !important}
.h_logo a {letter-spacing:4px;}
.h_logo span  {padding-left:7px}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.h_socials {text-align:center;padding-top:20px;}
	.h_socials a i {margin-right:1px;margin-left:1px;}
	.h_info {width:auto;}
	.h_star {display:none;}
	.palmfrond {display:none;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .tinynav {display:block}
    .h_menu ul{display:none}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.top_links {
		display: inline-block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.maian_mnu ul {
		display: block !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}