.mob-ban {
	display: none;
}
@media screen and (max-width: 767px) {
	.mob-ban {
		display: block;
		text-align: center;
	}
}
.desk-ban {
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.desk-ban {
		display: none;
	}
}

.fotorama {
	clear: both;
	display: block;
}
.fotorama__thumb-border {
	border-color: #666!important;
}
/* add icon google newsstand */
.header .snet {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header .search {
    width: 220px;
}
.header .search #input-text {
	width: 190px;
}
.header .text {
	margin: -20px 0 0 0px;
}
a.newsstand-icon {
	display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.newsstand-icon i {
	width: 18px;
	height: 19px;
	background-image: url('../img/icons/Newsstand-white.png');
	background-repeat: no-repeat;
	background-size: 100%;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0); */
}
.newsstand-icon:hover i {
	background-image: url('../img/icons/Newsstand-black.png');
}
.caption {
	/*font-style: italic;*/
	color: #999;
}

/* blogs on the main page */
.blogs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.blogs-item {
	width: calc(33.3333% - 15px);
	margin-right: 15px;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start; */
	text-align: center;
}
.blogs-item a {
	text-decoration: none;
}
.blogs-img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;	

	display: inline-block;
	margin: 0 auto;
}
.blogs-text {
	/* width: calc(100% - 95px); */
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 10px;
}
.blogs-autor {
	margin-bottom: 5px;
	color: #596c73;
	display: block;
	font-size: 12px;
}
.blogs-title {
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	display: block;
	font-size: 14px;
}
.blogs-body {
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.blogs-item {
		width: 100%;
		margin: 20px 0;
	}
}

.read_also_wrap{
	padding: 5px;
	border: 1px solid #8d8c8c;
	background-color: white;
}
.document .read_also {
	padding: 20px 20px;
	margin: 0;
	text-align: center;
	border: 1px solid #8d8c8c;
	background-color: white;
	position: relative; 
}
.read_also_title{
	position: absolute;
	top: -20px;
	left: 50%;
	background-color: white;
	padding: 5px 25px;
	transform: translateX(-50%);
}
.read_also ul{
	text-align: center;
	list-style: none;
}