/*
    Theme Name:   Enfold - HFK
    Template:     enfold
*/

/* fix bug Enfold template */
.pagination .pagination-meta{display: block;text-align: right;float:none;} 
#comments span.required{display: inline;}
.comment_text i,.comment_text cite,.comment_text em{font-style: italic;}
.responsive #scroll-top-link{display: block;}
#commentform label{left:0;position: relative;padding-bottom:5px;}
#wrap_all{position:relative;}
.avia-tooltip { max-width: 100%; width: auto ; }


/*Header*/
#header.main-header{
	background-color: #d1d1d1;
	height: 50px!important;
}
.main-header-container{
	max-width: 1024px;
	margin:0 auto;
	color:#2D4A66;
	position: relative;
}
.nav-but{
	position: absolute;
	right:12px;
	top:12px;
	width:30px;
	height: 25px;
}
.nav-but>span{
	position: absolute;
	top:10px;
	width:30px;
	height: 5px;
	background-color: #2D4A66;
}
.nav-but>span:first-child{
	top:0;
}
.nav-but>span:last-child{
	top:20px;
}
.main-menu{float: left;}
.main-menu ul{list-style: none;margin:0;padding:0;}
.main-menu>ul>li{float: left;}
.main-menu>ul>li>a{padding:0 15px;line-height: 50px;color:#2D4A66;float: left;}
.main-menu>ul>li a:hover, .main-menu>ul>li a:focus{color: #FF9D00; text-decoration: none;}
.main-menu>ul>li.active-item>a{background-color: #D7EBE5;}
.main-menu>ul>li.active-item>ul{display: block;}
.main-menu>ul ul{position: absolute;left:0;right:0;top:50px;background-color: #D7EBE5;color:#2D4A66;padding: 10px 0;display:none;}
.main-menu>ul ul li{overflow: hidden;margin-bottom: 0;}
.main-menu>ul ul li a{padding: 6px 30px;display: block;color:#2D4A66;overflow: hidden;}
.main-menu .item-article-list .item-thumbnail{float: left;width:34px;}
.main-menu .item-article-list .item-thumbnail img{vertical-align: middle;}
.main-menu .item-article-list h2{font-size: inherit;font-weight: normal;margin: 0;line-height: 1.3;}
.main-menu .item-article-list li.has-thumbnail-item h2{float: right;width:calc(100% - 50px);}
/*.main-menu .av-main-nav > li{line-height: 50px;}
.main-menu .av-main-nav > li a{color:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;}
.main-menu .av-main-nav > li:hover>a{background-color: #915656;}
.main-menu .av-main-nav .avia-bullet{display:none;}
.main-menu .av-main-nav .avia-menu-fx{display: none !important;}
.main-menu .av-main-nav > li > ul{border:0;background-color: #915656;color:#fff;margin-top:0;padding: 10px 0 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}
.main-menu .av-main-nav > li > ul a{border: 0;padding: 10px 30px !important;}
.main-menu #menu-item-search{display: none;}*/
/*End-Header*/

/*Footer*/
#main .title_container,
.av-share-box,
.comment-entry,
#footer, 
#socket{display: none;}
/*End-Footer*/

/* large screens with 1140px with */
@media only screen and (min-width: 1140px)  {

}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


}
