@font-face {
	font-family: Lato;
	src: url('fonts/lato.eot?') format('eot'), 
	     url('fonts/lato.woff') format('woff'), 
	     url('fonts/lato.ttf')  format('truetype'),
	     url('fonts/lato.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  font-family: Alef;
  font-size: 17px;
  margin: 0;
  padding: 0;
  direction: rtl;
}
body#loading * {
  -webkit-transition: all 0s linear 0s !important;
  -moz-transition: all 0s linear 0s !important;
  -ms-transition: all 0s linear 0s !important;
  -o-transition: all 0s linear 0s !important;
}
h2 {
	font-size: 44px;
	font-weight: normal;
	margin: 39px 0 0 0;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
#header {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
	max-width: 95%;
	position: relative;
}
#header-menu {
  top: 60px;
  left: 0;
	overflow: hidden;
	position: absolute;
}
#header-menu li {
  list-style: none;
  float: right;
  margin-left: 10px;
}
#header-menu li:last-child {
  margin-left: 0;
}
#header-menu li a {
  color: #909090;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
#header-menu li a:hover {
  color: #666666;
}
#logo {
  text-align: center;
}
#logo-image {
	width: 453px;
	height: 334px;
	margin-left: 11%;
	background: url(/wp-content/themes/yofi/logo.jpg) 0 0 / 80% 80% no-repeat;
	display: inline-block;
	margin-top: 61px;
}
#logo-small {
	display: none;
	text-align: center;
	position: absolute;
	right: -70px;
}
#logo-small img {
	width: 100px;
}
#header-social {
	top: 60px;
	right: 0;
	position: absolute;
	margin-top: 0;
}
.social-buttons {
  overflow: hidden;
	margin: 15px 0;
}
.social-buttons li {
  list-style: none;
  float: right;
  margin-right: 10px;
}
.social-buttons li:first-child {
  margin-right: 0;
}
.social-buttons li a {
	color: #adadad;
}
.social-buttons li a:hover {
	color: #666666;
}
#main-menu-wrapper {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
#main-menu-wrapper.fixed {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 1;
}
#main-menu-wrapper.fixed ul#menu-main {
	margin-right: 25px;
}
#main-menu-wrapper.fixed li a {
	padding: 26px 9px;
}
#main-menu-wrapper:after {
	display: block;
	content: '';
	clear: both;
}
#main-menu {
  width: 1170px;
  margin: 0 auto;
	max-width: 95%;
	position: relative;
}
#main-menu li {
  list-style: none;
  float: right;
}
#main-menu li:last-child {
  margin-left: 0;
}
#main-menu li a {
  font-size: 18px;
  padding: 3px 13px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #414141;
}
#search {
  width: 1170px;
	margin: 0 auto;
	max-width: 95%;
}
#search img {
  padding: 3px 22px 3px 0;
  cursor: pointer;
	display: block;
}
#content-top-wrapper {
	/*background: #000;*/
	padding: 25px 0px;
}
#content-top-all-carousel-wrapper {
  width: 1170px;
  margin: 0 auto;
	font-size: 0;
	clear: both;
	max-width: 95%;
}
#content-top-carousel-wrapper {
	overflow: hidden;
	width: 1101px;
	display: inline-block;
	vertical-align: middle;
}
.next {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 9px;
}
.prev {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 9px;
}
#content-top {
	display: table;
}
.content-top-block {
	font-size: 17px;
  display: table-cell;
  width: 275px;
  padding: 0 14px;
  box-sizing: border-box;
  border-right: 1px solid #909090;
	vertical-align: middle;
}
.content-top-block .image-wrapper {
	display: table;
}
.content-top-block .image-wrapper .image {
	display: table-cell;
	vertical-align: middle;
}
.content-top-block-title {
  margin-top: 10px;
}
.content-top-block-title a {
	color: #000;
	text-decoration: none;
}
.content-top-block-additionals {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 30px;
}
.content-top-block-additional {
  float: right;
  margin-left: 10px;
  font-size: 11px;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  color: #909090;
  text-transform: uppercase;
}
.content-top-block-additionals .content-top-block-additional:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.content-top-block-additional a {
  display: inline-block;
  color: #909090;
  text-decoration: none;
}
.image {
  position: relative;
}
.image img {
	display: block;
	margin: 0 auto;
	height: auto;
}
.image-hover {
	display: block;
  width: 100%;
  height: 100%;
  background: url(img/logo.png) center center / 20% auto no-repeat, rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.image-hover:before, .image-hover:after {
	content: '';
	width: 60%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.image:hover .image-hover {
  opacity: 1;
}
.image:hover .image-hover:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.2;
}
.image:hover .image-hover:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0.2;
}
.image-hover div {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
	text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
	background: #909090;
	padding: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
.image:hover .image-hover div {
  top: 50%;
	margin-top: -10px;
}
#main-content {
	width: 1170px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	max-width: 95%;
}
#main-content-right {
	width: 70%;
	border-top: 3px solid #000;
	float: right;
}
#main-content-list > ul > li {
	border-top: 1px solid #ededed;
	padding-top: 40px;
	margin-top: 32px;
	overflow: hidden;
	position: relative;
}
#main-content-list .image {
	float: right;
	max-width: 250px;
}
#main-content-list li {
	list-style: none;
}
#main-content-list .content-social {
	border-top: 3px solid #000;
	float: right;
	padding-top: 10px;
	margin-left: 30px;
}
#main-content-list .content-social a {
	border: 1px solid #e6e6e6;
	color: #909090;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	width: 68px;
	margin-bottom: 10px;
	text-align: left;
}
#main-content-list .content-social a.facebook {
	background: url(img/fb.jpg) right 5px bottom 5px no-repeat;
}
#main-content-list .content-social a.facebook:hover {
	background-position: right 5px top 6px;
	color: #666666;
}
#main-content-list .content-social a.twitter {
	background: url(img/twitter.jpg) right 5px bottom 8px no-repeat;
}
#main-content-list .content-social a.twitter:hover {
	background-position: right 5px top 7px;
	color: #666666;
}
#main-content-list .content-social a.google {
	background: url(img/google.jpg) right 5px bottom 5px no-repeat;
}
#main-content-list .content-social a.google:hover {
	background-position: right 5px top 6px;
	color: #666666;
}
#main-content-list .content-info {
	margin-right: 400px;
}
#main-content-list .content-title a {
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main-content-list .content-additionals {
	margin: 20px 0;
	overflow: hidden;
}
#main-content-list .content-additional {
	float: right;
	color: #909090;
	font-size: 11px;
	margin-left: 10px;
	text-transform: uppercase;
}
#main-content-list .content-additionals .content-additional:last-child {
	margin-left: 0;
}
#main-content-list .content-additional a {
	color: #909090;
	font-size: 11px;
	text-decoration: none;
}
#main-content-list > ul {
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
}
#main-content-pager {
	text-align: center;
	margin: 50px 0;
}
#main-content-pager a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 11px 0;
  border-radius: 25px;
	border: 1px solid #000;
	display: inline-block;
	list-style: none;
	width: 45px;
}
#main-content-pager span.current {
	width: 45px;
	display: inline-block;
}
#main-content-pager a.prev {
	border-radius: 0;
	background: url(img/right.png) right 8px center no-repeat;
	padding: 10px 40px 10px 14px;
	border: 1px solid #969696;
	float: right;
	width: auto;
}
#main-content-pager a.next {
	border-radius: 0;
	background: url(img/left.png) left 8px center no-repeat;
	padding: 10px 14px 10px 40px;
	border: 1px solid #969696;
	float: left;
	width: auto;
}
#main-content-left {
	float: left;
	width: 30%;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.featured-articles {
	padding: 0 30px;
	box-sizing: border-box;
}
.featured-articles li {
	list-style: none;
	overflow: hidden;
	margin-top: 30px;
}
.featured-articles li img {
	width: 70px;
	float: right;
}
.lef-latest-articles-title a {
	margin: -7px 80px 0 0;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.lef-latest-articles-category a {
	margin: 10px 80px 0 0;
	color: #909090;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.featured-articles-category {
	margin-top: 15px;
}
.featured-articles-category a {
	color: #909090;
}
#footer-wrapper {
	background: #000;
}
#footer {
	width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 95%;
}
#footer h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.carousel-manage-wrapper {
	text-align: center;
}
.carousel-manage-wrapper:before {
	content: '';
	display: block;
	height: 1px;
	background: #909090;
	position: relative;
	width: 100%;
	top: 11px;
	z-index: 0;
}
.carousel-manage {
	text-align: center;
	color: #909090;
	font-size: 0;
	display: inline-block;
	background: #000;
	position: relative;
	padding: 0px 30px;
}
.carousel-manage span {
	display: inline-block;
	font-size: 17px;
	margin: 0 5px;
	font-style: italic;
}
.carousel-manage img {
	cursor: pointer;
	margin: 0 5px;
}
.carousel-list-wrapper {
	overflow: hidden;
	margin-top: 25px;
}
.carousel-list li {
	float: right;
	width: 22.75%;
	color: #fff;
	list-style: none;
	margin-left: 3%;
	text-align: center;
	margin-bottom: 20px;
}
.carousel-list li:last-child {
	margin-left: 0;
}
.carousel-list .content-additionals {
	font-size: 0;
	margin-top: 15px;
}
.carousel-list .content-additional {
	display: inline-block;
	color: #909090;
	text-transform: uppercase;
	font-size: 11px;
}
.carousel-list .content-additional a {
	color: #909090;
	text-decoration: none;
}
.carousel-list .content-additionals .content-additional:first-child {
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}
.carousel-list .content-additionals .content-additional:last-child {
	background: url(img/views.png) right center no-repeat;
	padding-right: 20px;
}
.carousel-wrapper {
	background: #000;
}
.carousel {
	margin-top: 30px;
	width: 1170px;
  margin: 0 auto;
	max-width: 95%;
}
#after-footer-wrapper {
	background: #171717;
}
#after-footer {
	padding-top: 15px;
	padding-bottom: 40px;
	width: 1170px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
#after-footer form {
	position: relative;
	float: left;
	max-width: 100%;
}
#after-footer input[type="text"] {
	background: #2c2c2c;
	border: none;
	padding: 15px 155px 15px 80px;
	width: 350px;
	max-width: 100%;
	box-sizing: border-box;
}
#after-footer label {
	position: absolute;
	right: 5px;
	top: 14px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	padding-left: 5px;
	font-size: 13px;
}
#after-footer input[type="submit"] {
	position: absolute;
	left: 20px;
	top: 17px;
	background: url(img/left.png) 0 0 no-repeat;
	font-size: 0;
	border: none;
	width: 20px;
  height: 14px;
	cursor: pointer;
}
#copyright-wrapper {
	text-align: right;
	float: right;
	color: #909090;
	max-width: 100%;
	margin-left: 10px;
}
#copyright a {
	color: #909090;
	text-decoration: none;
}
#black-line {
	background: #000;
	height: 20px;
}
#main-content-single {
	margin: 32px 0 50px 0;
	border-top: 1px solid #ededed;
	padding-top: 40px;
}
#single-image {
	text-align: center;
}
ul#menu-main li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
}
ul#menu-main li ul.sub-menu li {
	width: 200px;
	margin-left: 40px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
ul#menu-main li ul.sub-menu li:hover {
	border-bottom: 1px solid #FA377C;
	padding-bottom: 0;
}
ul#menu-main li ul.sub-menu li a {
	padding: 5px 13px;
	font-size: 13px;
	color: #7B7B7B;
}
ul#menu-main li ul.sub-menu li.menu-item:nth-child(2n) {
	clear: right;
}
ul#menu-main li:hover ul.sub-menu {
	display: block;
}
#mobile-menu {
	cursor: pointer;
	display: none;
	margin: 25px 0px;
	float: left;
}
.mobile-menu {
	width: 30px;
	height: 5px;
	background: #000;
	margin-bottom: 5px;
}
.mobile-menu:last-child {
	margin-bottom: 0;
}
li.first-mobile {
	display: none;
}
#contact-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
#contact-form form {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 510px;
	width: 350px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	box-sizing: border-box;
}
#contact-form form p {
	margin-top: 0;
	margin-bottom: 16px;
}
#contact-form form p:last-of-type {
	margin-bottom: 0;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
	width: 100%;
	resize: none;
	box-sizing: border-box;
}
#after-footer-categories {
	text-align: center;
}
.all-categories-list {
	font-size: 0;
}
.all-categories-list ul {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	margin-left: 30px;
}
.all-categories-list ul:last-child {
	margin-left: 0;
}
.all-categories-list ul li {
	list-style: none;
	text-align: right;
}
.all-categories-list ul li a {
	color: #909090;
	text-decoration: none;
}
.content-title a {
	color: #fff;
	text-decoration: none;
}
.meteor-slides {
	margin: 0 auto !important;
}
@media (max-width: 1300px) {
	#content-top-wrapper, .carousel, #main-content-left {
		display: none;
	}
	li.first-mobile {
		display: block;
	}
	#main-menu .menu-main-container {
		display: none;
		position: absolute;
		z-index: 1;
		top: 55px;
    left: 0;
	}
	#main-menu-wrapper.fixed li a {
		padding: 7px 13px;
	}
	#main-menu li {
		float: none;
		background: #fff;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: none !important;
		padding: 0 !important;
	}
	#main-menu li a {
		padding: 5px 13px;
	}
	ul#menu-main li ul.sub-menu li {
		margin: 0;
	}
	ul#menu-main > li:last-child, ul#menu-main ul li:last-child {
		border-bottom: 1px solid #000 !important;
	}
	#mobile-menu {
		display: block;
	}
	#main-content-right, #main-content-left {
		float: none;
		width: 100%;
	}
	.all-categories-list {
		clear: both;
    text-align: right;
	}
	#logo-small {
		position: static;
	}
}
@media (max-width: 850px) {
	#main-content-list > ul > li/*:first-child, #main-content-list > ul > li:nth-child(3n + 1)*/ {
		position: relative;
	}
	#main-content-list > ul > li/*:first-child*/ .image/*, #main-content-list > ul > li:nth-child(3n + 1) .image */{
		width: 100%;
		float: none;
		max-width: none;
	}
	#main-content-list > ul > li/*:first-child*/ .image img/*, #main-content-list > ul > li:nth-child(3n + 1) .image img*/ {
		width: 100%;
	}
	#main-content-list > ul > li/*:first-child*/ .content-info/*, #main-content-list > ul > li:nth-child(3n + 1) .content-info*/ {
		position: absolute;
    margin-right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
		padding: 10px;
	}
	#main-content-list > ul > li/*:first-child*/ .content-title a/*, #main-content-list > ul > li:nth-child(3n + 1) .content-title a*/ {
		color: #fff;
	}
	#main-content-list > ul > li/*:first-child*/ .content-additionals/*, #main-content-list > ul > li:nth-child(3n + 1) .content-additionals*/,
	#main-content-pager .page-numbers:not(.prev):not(.next), #footer {
		display: none;
	}
	#header-social {
		float: none;
		margin: 0 0 20px 0;
		position: static;
	}
	#header-menu {
		top: 0;
	}
	.content-social li:not(:first-child) {
		display: none;
	}
	.content-social li:first-child {
		position: absolute;
		left: 0;
		top: 10px;
	}
	#main-content-list .content-social {
		width: 90px;
		height: 3px;
	}
	#main-content-list .image {
		clear: right;
		width: 155px;
	}
	#main-content-list .content-info {
		margin-right: 190px;
	}
	.content-intro {
		display: none;
	}
	.carousel-list li, .carousel-list li:last-child {
		width: 48.5%;
		margin-left: 3%;
	}
	.carousel-list li:nth-child(2n) {
		margin-left: 0;
	}
}
@media (max-width: 680px) {
	#main-content-pager a.next {
		float: none;
		display: block;
		margin: 10px 0 0 0;
	}
	#main-content-pager a.prev {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
}
@media (max-width: 650px) {
	#main-content-list .content-social {
		float: none;
	}
}
@media (max-width: 500px) {
	#logo {
		display: none;
	}
	#logo-small {
		display: block;
	}
	#mobile-menu {
		margin: 62px 0px;
	}
	#logo-small img {
    width: 200px;
	}
	#header-menu {
		position: static;
	}
}
@media (max-width: 380px) {
	#main-content-list .image {
		width: 100px;
	}
	#main-content-list .content-info {
		margin-right: 120px;
	}
	.carousel-list li, .carousel-list li:last-child {
		width: 100%;
		margin-left: 0;
	}
}