#nav #menu li.blog ul li:first-child{
	width:255px;
}

.top-pre{
	background: #525252;
	padding: 80px 0 33px;
	/*padding: 80px 0;*/
}

.top-pre .inner{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
}



.top-pre .inner figure{
	width: 65%;
}


.top-pre .inner .desc{
	width: 35%;
	background: #2b2b2b;
    padding: 30px;
    text-align: center;
}



.top-pre .inner .desc h5{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'proxima-nova', sans-serif;
	color: #ebcb45;
}

.top-pre .inner .desc h5 a{ 
	color: #ebcb45;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.top-pre .inner .desc h5 a:hover{ 
	color: #ebcb45;
	text-decoration: none;
	opacity: .6;
}

.top-pre .inner .desc h3{
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.top-pre .inner .desc h3 a{
	color: #fff;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.top-pre .inner .desc h3 a:hover{
	text-decoration: none;
	opacity: .6;
}


.top-pre .inner .desc .inner-per{
	margin-bottom: 25px;
}

.top-pre .inner .desc .inner-per figure{
	width: auto;
	display: inline-block;
}

.top-pre .inner .desc .inner-per figure img{
	border-radius: 50px;
	margin: 0;
}

.top-pre .inner .desc .inner-per .name{
	display: inline-block;	
	margin-left: 6px;
}


.top-pre .inner .desc .inner-per .name h6 a{
	color: #fff;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}
.top-pre .inner .desc .inner-per .name h6 a:hover{
	text-decoration: none;
	opacity: .6;
}

.box-side{
	background: #fff;
	padding: 25px;
	margin-bottom: 30px;
}


.box-side ul li{
	margin-bottom: 13px;
}

.box-side ul li h4{
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
}

.box-side ul li a,
.box-side ul li.current-menu-item ul.sub-menu a,
.box-side ul li.current-menu-ancestor.current-menu-parent ul.sub-menu a{
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.box-side ul li a:hover,
.box-side ul li.current-menu-item a,
.box-side ul li.current-menu-ancestor.current-menu-parent a,
.box-side ul li.current-menu-item ul.sub-menu li.current-menu-item a,
.box-side ul li.current-menu-ancestor.current-menu-parent ul.sub-menu li.current-menu-item a
{
	color: #0070bb;
	text-decoration: none;
}

#menu-sidebar-our-categories .sub-menu{
    margin: 15px 0;
	padding-left: 28px;
}

#menu-sidebar-our-categories .sub-menu li{
	margin-bottom: 5px;
}

#menu-sidebar-our-categories .sub-menu li a{
	position: relative;
}

#menu-sidebar-our-categories .sub-menu li.current-menu-item a:before, 
.box-side ul li.current-menu-item ul.sub-menu li.current-menu-item a:before,
.box-side ul li.current-menu-ancestor.current-menu-parent ul.sub-menu li.current-menu-item a:before,
#menu-sidebar-our-categories .sub-menu li a:hover:before, 
#menu-sidebar-our-categories .sub-menu li a:focus:before{
	content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    left: -14px;
    font-size: 9px;
    top: 1px;
}

.blog-pre{
    /*margin: 120px 0 65px;*/
	margin: 55px 0;
}

.blog-pre.detail{
	margin-bottom: 0;
	margin: 80px 0 0px;
}

.blog-pre .inner{
    padding: 0 30px;
}

.blog-pre .inner.detail{
	padding: 0 120px;

}

.blog-pre .inner p{
	font-size: 16px;
	font-weight: 600;
}

.wrapp-single-blog-pre{
	padding-right: 25px;
}

.single-blog-pre{
	margin-bottom: 40px;
}
.wrapp-single-blog-pre .single-blog-pre {
	border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.single-blog-pre figure{
	text-align: center;
}

.single-blog-pre .inner h4{
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	color: #968b5c;
}

.single-blog-pre .inner h4 a{
	color: #968b5c;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
} 

.single-blog-pre .inner h4 a:hover{
	text-decoration: none;
	opacity: .6;
}

.single-blog-pre .inner h2{
	text-align: center;	
	line-height: 1.4;
	margin-bottom: 25px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
}

.single-blog-pre .inner h2 a{
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.single-blog-pre .inner h2 a:hover{
	text-decoration: none;
	opacity: .6;
}

.single-blog-pre .inner .inner-blog-per{
	text-align: center;
	margin-bottom: 15px;
}

.single-blog-pre .inner .inner-blog-per figure{
	display: inline-block;
}

.single-blog-pre .inner .inner-blog-per figure img{
	border-radius: 50px;
	margin: 0;
}

.single-blog-pre .inner .meta{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.single-blog-pre .inner .meta.strips{
	padding-bottom: 40px;
}

.single-blog-pre .inner .meta.strips:before{
	content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.single-blog-pre .inner .meta li{
	display: inline-block;
	color: #2b2b2b;
}

.single-blog-pre .inner .meta li a{
	color: #2b2b2b;
}

.single-blog-pre .inner .meta li:first-child{
	margin-right: 15px;
}

.single-blog-pre .inner .meta li span i{
	margin-right: 5px;
}

.single-blog-pre .inner .inner-blog-per h5{
	display: inline-block;
	margin-left: 6px;
}

.single-blog-pre .inner .inner-blog-per h5 a{
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.single-blog-pre .inner .inner-blog-per h5 a:hover{
	text-decoration: none;
	opacity: .6;
}

.share-wdg{
	text-align: center;
	padding: 20px;
}

.share-wdg h4{
	text-transform: uppercase;
	font-size: 14px;
}

.share-wdg ul{

}

.share-wdg ul li{
	display: inline-block;
	margin-right: 5px;

}

.share-wdg ul li:last-child{
	margin-right: 0;
}

.share-wdg ul li a{
	font-size: 21px;
    border: 1px solid #9d9d9d;
    padding: 5px;
    display: table-cell;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    text-align: center;
    -webkit-transition: all .250s ease;
	transition: all .250s ease;
	color: #000;
}

.share-wdg ul li a:hover,
.share-wdg ul li a:hover i
{
	opacity: .7;

}

@media(max-width: 992px){
	.top-pre .inner{
		display: block;
	}

	.top-pre .inner figure{
		width: 100%;
	}


	.top-pre .inner .desc{
		width: 100%;
	}

	.wrapp-single-blog-pre{
		padding-right: 0;
	}

	.blog-pre .inner{
		padding: 0;
	}

	.blog-pre .inner.detail{
		padding: 0;
	}
}

.wrapp-link-book{
	text-align: center;
    margin-top: -24px;
}

.wrapp-link-book .link-book{
	background: #000;
    display: inline-block;
    padding: 8px;
    text-align: center;
    margin: auto;
    -webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.wrapp-link-book .link-book a{
    color: #ebcb45;
    border: 1px solid #5e5e5e;
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .250s ease;
	transition: all .250s ease;
	display: inline-block;
}

.wrapp-link-book .link-book:hover{
	background: #ebcb45;
}
.wrapp-link-book .link-book:hover > a,
.wrapp-link-book .link-book:focus > a{
	background: #ebcb45;
	text-decoration: none;
	color: #000;
}

.content-overlaping{
	padding: 0 50px;
}

.quote{
		font-family: Georgia;
	font-size: 17.5px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
}

.quotes-title{
	text-align: center;
}

.quotes-title h2{
	font-style: italic;
}

.float-figure{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    margin-bottom: 40px;	
    margin-top: 70px;	
}



.float-figure figure{
	width: 53%;
}

.float-figure .caption{
	margin-left: 30px;
	width: 43%;
}





.content-overlaping .desc{
	padding: 0 30px;
}




.content-overlaping .desc p{
	font-size: 16px;
    font-weight: 600;
}

.caption-book{
	text-align: center;
}

.content-norm{
	margin-top: 60px;
}

.content-norm .desc{
	padding: 0 80px;
	margin-top: 60px;
}

.content-norm .desc ul li{
	margin-bottom: 10px;
	word-break: break-word;
}

.content-norm .desc ul li a{
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.content-norm .desc ul li a:hover,
.content-norm .desc ul li a:focus{
	opacity: .6;
	text-decoration: none;
}

.share-blog-section{
	text-align: center;
	margin-top: 80px;
}

.share-blog{
	display: inline-block;
	border:1px solid #d2d2d2;
	border-bottom: none;
	padding: 8px;
}

.share-blog span{
	display: inline-block;
	font-weight: 600;
	color: #000;
	margin-right: 13px;
}

.share-blog ul{
	display: inline-block;
}

.share-blog ul li{
	display: inline-block;
}


.share-blog ul li a{
    padding: 3px;
    display: inline-block;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.share-blog ul li a:hover,
.share-blog ul li a:focus{
	opacity: .8;
}

.share-blog ul li.fb a{
	background: #4964b1;
}

.share-blog ul li.twitter a{
	background: #3993df;
}
.share-blog ul li.pinterest a{
	background: #c0394f;
}
.share-blog ul li.gp a{
	background: #d43c3a;
}
.author-per{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
    padding: 40px 0;
}

.author-per-inner{

}

.author-per-inner figure{
	display: inline-block;
    width: 16%;
    float: left;
}

.author-per-inner figure img{
	border-radius: 50%;
}

.author-per-inner .desc{
	display: inline-block;
    width: 78%;
    margin-left: 30px;	
}

.author-per-inner .desc h4{
	margin-bottom: 13px;
}

.author-per-inner .desc p{
	font-size: 16px;
    font-weight: 600;
}

.author-per-inner .desc .btn{
	margin-top: 20px;
}

.disqus{
	padding-bottom: 50px;
	width: 48%;
    margin: auto;
}

.btn-gray{
	background: #ebebeb;
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
	padding: 7px 20px;
    font-weight: 600;
    border-radius: 0;
}

.btn-gray:hover,
.btn-gray:focus
{
	background: #cecece;
	color: #000;
	text-decoration: none;
}



@media(max-width: 480px){
	.float-figure{
		display: block;
	}

	.float-figure figure{
		width: 100%;
	}

	.float-figure .caption{
		margin-left: 0;
		width: 100%;
	}

	.content-overlaping {
	    padding: 0;
	}

	.content-overlaping .desc{
		padding: 0;
	}

	.content-norm .desc{
		padding: 0;
	}

	.author-per-inner figure {
	    display: block;
	    width: 100%;
	    float: none;
	}

	.author-per-inner .desc {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	}


}

@media(max-width: 767px){
	.disqus{
		width: 100%;
	}
}

.listop a {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
}

.menu-logo li {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500; 
}

.fsearch .form-control::-moz-placeholder{
		font-family: 'Montserrat', sans-serif !important;
	font-weight: 500; 
}

.fsearch .form-control::-webkit-input-placeholder{
		font-family: 'Montserrat', sans-serif !important;
	font-weight: 500; 
}

.fsearch .form-control::-ms-input-placeholder{
		font-family: 'Montserrat', sans-serif !important;
	font-weight: 500; 
}

.fsearch .form-control:-moz-placeholder{
		font-family: 'Montserrat', sans-serif !important;
	font-weight: 500; 
}

.pagination-post{
	text-align: center;
}

.pagination-post>li>a{
	color: #000;
}

.pagination-post>.active>a, .pagination-post>.active>a:hover, .pagination-post>.active>a:focus, .pagination-post>.active>span, .pagination-post>.active>span:hover, .pagination-post>.active>span:focus{
	background: #ebcb45;
	border-color: #ebcb45;
}

.ig-wdg{
	text-align: center;
	margin-bottom: 30px;
}

.ig-wdg p a{
	color: #000;
	-webkit-transition: all .250s ease;
	transition: all .250s ease;
}

.ig-wdg p{
	margin-top: 15px;
	color: #000;
}

.ig-wdg p a:hover{
	opacity: .6;
	text-decoration: none;
}

.ig-wdg .title-ig i{
	display: inline-block;
	color: #000;
}

.ig-wdg .title-ig h4{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.vt{
	vertical-align: top !important;
}

.vm{
	vertical-align: middle !important;
}

.nav-btn{
	cursor:pointer;
}

.caret{
	margin-top: 10px !important; 
	margin-right: 7px !important;
}

.bfh-selectbox-options{
	top: 50%;
}

nav.pagi{
	text-align:center;
}

#divGrayOut{
	display: none; 
	z-index: 5000;
}


#divGrayOutBag{
	display: none; 
	z-index: 6000;
}

.loadingScreen{
	width: auto; height: auto; display: none;
}