#page .ab_news_title{
	text-align: center;
	padding-top: 20px;
}
#page .posts_loop .post a{
	display: inline-block;
	border: 3px solid #6ACFF6;
	border-radius: 20px;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 25px;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}
#page .posts_loop .post a:hover{
	background: #6ACFF6
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post a{
	font-size: 16px;
	font-size: 1rem
}
}
#page .posts_loop {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	margin: 0 -15px 15px
}
#page .posts_loop .post {
	width: calc(33.333% - 30px);
	margin: 15px;
	height: 340px;
	background: #CCC;
	position: relative;
	z-index: 300;
	font-size: 20px;
	font-size: 1.25rem
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post {
	height: 275px;
	font-size: 16px;
	font-size: 1rem
}
}
@media only screen and (max-width: 991px) {
#page .posts_loop .post {
	width: calc(50% - 30px)
}
}
@media only screen and (max-width: 767px) {
#page .posts_loop .post {
	width: calc(100% - 30px)
}
}
#page .posts_loop .post .post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
#page .posts_loop .post .post-image img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none
}
#page .posts_loop .post .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	color: #FFF;
	padding: 30px
}
#page .posts_loop .post .text:hover {
	background-color: #000;
	background-color: rgba(0,0,0,0.7)
}
#page .posts_loop .post h2 {
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	margin: 0
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post h2 {
	font-size: 16px;
	font-size: 1rem
}
}
#page .posts_loop .post .date {
	font-weight: 300;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}
#page .posts_loop .post .link {
	margin-top: 35px;
	height: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post .link {
	margin-top: 20px
}
}
#page .posts_loop .post a {
	text-transform: uppercase;
	padding: 0 60px
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post a {
	padding: 0 30px;
	font-size: 14px;
font-size:.875rem;
	line-height: 30px;
	border-radius: 15px
}
}
#page .posts_loop .post.hover .date, #page .posts_loop .post:focus .date, #page .posts_loop .post:hover .date {
	height: 35px
}
@media only screen and (max-width: 1199px) {
#page .posts_loop .post.hover .date, #page .posts_loop .post:focus .date, #page .posts_loop .post:hover .date {
	height: 20px
}
}
#page .posts_loop .post.hover .link, #page .posts_loop .post:focus .link, #page .posts_loop .post:hover .link {
	height: 50px
}
#page .posts_loop .post #info .arrivals-data a {
	margin: 15px 0 0;
	text-transform: uppercase
}
@media only screen and (max-width: 1399px) {
#page .posts_loop .post #info .arrivals-data a {
	font-size: 16px;
	font-size: 1rem
}
}

.yotu-videos ul{ padding: 0px !important;  }
.yotu-video-title{  font-size: 1rem !important; }
.yotu-videos.yotu-mode-grid h3 {
	word-wrap: normal !important;
	white-space: normal !important; 
	overflow: inherit !important;
}
.yotu-lightbox .yotu-lightbox-overlay { background-color: rgba(0,0,0,0.8) !important; }
.yotu-playlist{
	padding-top: 0px !important;
}
.yotu-wrapper-player{ padding-bottom: 30px !important;  }
.yotu-pagination a{
	display: inline-block;
	border: 3px solid #6ACFF6;
	border-radius: 20px;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold !important;
	text-transform: uppercase;
	padding: 0 25px;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}
.yotu-pagination a:hover {
	background: #6ACFF6
}
.yotu-video-thumb-wrp::after {
	width: 30% !important;
	background: url(../images/square-play.png) no-repeat 50% 50% !important;
}