#primary{
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.site-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;135
	margin-top: 0;
    padding: 0;
}

/*
.single-item{
	width: calc(50% - 3px);
}

.single-item:nth-child(2n) {
    margin-right: 6px;
}

.single-item-excerpt {
    min-height: 340px;
}
*/

#slider-container{
	margin: 0 auto;
	width: 100%;
}

#main > #slider-container{
	margin: 6px auto;
}

.home .site-content > div {
	margin: 0 auto 6px;
	padding-left: 12px;
}

.home .site-content > div:last-child {
    margin-bottom: 0 !important;
}

#mainSlider {
    border: 0 solid #444;
	margin: 0 auto 8px;
	overflow: hidden;
    padding: 0;
    position: relative;
	width: 100%;
	z-index: 9;
}

.pagedNav.global_font {
	display: none;
}

.sliderTitle {
    color: #fff;
    cursor: default;
    padding: 4px;
}

#mainSlider .nav {
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*.sliderTitle:after {
    content: "\f0d7";
    float: left;
    font-family: "Font Awesome 5 Pro";
    left: 28px;
    position: relative;
    top: 16px;
    z-index: 99999;
}*/

.slider-the-content {
	-webkit-background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	bottom: -2px;
	cursor: pointer;
	font-weight: 100;
	height: auto;
	line-height: 2.2;
	left: 0;
	margin: 0;
	padding: 8px 30px 25px !important;
	position: absolute;
	right: 0;
	text-align: justify;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	top: auto;
	width: auto;
	z-index: 999;
}

.slider-the-thumbnail {
    overflow:hidden;
	text-align: center;
}

.slider-the-thumbnail img {
	width: 100%;;
}

.sliderItems {
    margin: 0 auto;
    max-width: 100%;
	overflow: hidden;
	position: relative;
    width: 100% !important;
}

.sliderItem {
	height: 100%;
    margin: 0;
    padding: 0;
	width: 100%;
}

.site-content #mainSlider .slider-the-thumbnail,
.site-content #mainSlider .slider-the-thumbnail img {
	width: 100%;
	height: 100%;
	
	object-fit: cover;
}

#mainSlider .controls {
	display: block;
	padding: 0;
    position: absolute;
	text-align: center;
	-webkit-transition: opacity .2s ease .2s;
	-moz-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s;
    width: 100%;
    z-index: 994;
}

#mainSlider:hover .controls {
	opacity: 1;
}

#mainSlider.classic-slider .controls {
	padding: 5px;
	position: unset;
	text-align: right;
}

#mainSlider.classic-slider .controls li {
	position: relative;
	top: 2px;
}

.classic-sliderItem {
	overflow: hidden;
	padding: 12px;
	width: 100%;
}

.classic-slider-content {
    line-height: 1.8;
	z-index: 999999;
}

.classic-slider-the-thumbnail {
    float: left;
    margin-right: 12px;
}

.classic-slider-the-thumbnail img {
    border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 6px;
}

.classic-slider-title,
.classic-slider-excerpt{
	text-align: justify;
}

.classic-headline{
	font-size: 9pt !important;
	filter: alpha(opacity=0.7);
	opacity: 0.7;
}

.controls.classic-nav {
	bottom: 0 !important;
	left: 0;
	padding: 0;
	position: relative;
	top: auto !important;
	width: auto !important;
	z-index: 991;
}

.readMore:before {
    color: #333;
    content: ". . .";
    font-family: "Font Awesome 5 Pro";
    font-size: 14pt;
    left: auto;
    margin: 0 auto;
    opacity: 0.3;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: 0 0 0;
    top: -40px;
    width: 26%;
}

.readMore {
    background-color: #006bb6;
    color: #fff;
    font-family: yekan,tahoma,arial;
    font-size: 10pt;
    margin: 70px 0 15px 0;
    padding: 6px 5px 8px;
	position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.readMore > a {
    color: #fff;
	padding: 0 50px 1px
}

.slider-readmore::before {
    border-left: 1px solid #ddd;
    border-right: 0 none;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 14pt !important;
    margin-right: 8px;
    padding: 5px 8px 5px 4px;
    vertical-align: middle;
}

.slider-readmore {
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	bottom: 15px;
	color: #333;
	cursor: pointer;
	font-size: 9pt;
	right: 15px;
	padding: 4px 8px;
	position: absolute;
	right: auto;
	z-index: 999;
}

.main-slider-cat {
	left: 12px;
	padding: 5px;
	position: absolute;
	top: 12px;
}

.main-slider-cat {
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 8pt;
	font-weight: 500;
	padding: 4px 6px;
}

.reviews-container {
	flex: 100%;
	padding: 12px 6px;
	margin: 22px 0;
}

.reviews-content {
	display: block;
	margin: 22px auto;
}

.reviews-content > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.reviews-content > div > div {
    background-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.06);
	box-shadow: 0 0 4px rgba(0,0,0,.06);
    margin: 2px 1px;
	padding: 6px;
    width: 32%;
}

.reviews-content a {
	display: block;
	text-align: justify;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.reviews_content-meta {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	opacity: .6;
}

.reviews-content img {
	width: 100%;
}

.reviews-content .reviews-content-item-title {
	background-color: rgba(0, 0, 0, 0);
	display: block;
	margin: 12px 0;
	opacity: 1;
	position: relative;
	text-shadow: 0 0 0;
}

.reviews-content-item-description {
	text-align: justify;
}

.reviews_content-author {
	float: right;
}

.reviews_content-author > img {
	border: 1px solid #fff;
	border-radius: 50px;
	height: 18px;
	vertical-align: middle;
	width: 18px;
}

.recent-tabs-content .archive {
	display: block;
	margin-top: 6px;
	text-align: center;
	width: 100%;
}

.recent-tabs-content .archive i {
	font-size: 5pt;
}

.recent-tabs-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 6px;
	margin-top: 0;
	padding: 5px 0 0 0;
	width: 100%;
}

.recent-tabs-content:last-child {
    margin-bottom: 0;
}

.recent-tabs .recent_posts_title {
    font-size: 0;
	margin: 2px auto 0;
	padding-bottom: 0;
}

.recent-tabs .recent_posts_title:first-child {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);	
}

.recent-lists .recent-tabs-content {
	padding: 0 0 5px 0;
}

.recent-lists .recent_posts_title {
	-webit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
    margin: 5px auto 10px;
}

.recent-tabs-content .single-item-title h1,
.recent-tabs-content .single-item-title h2,
.recent-tabs-content .single-item-title h3 {
	line-height: 2;
}

.recent-tabs-content .recent_posts_title > span {
	border: 0;
	border-bottom: 0 none;
	line-height: 2;
	margin-left: -8px;
	padding: 3px 14px 6px;
}

.recent-tabs-content .recent_posts_title > span::before {
	background-color: rgba(0,0,0,0);
	border-bottom: 12px solid rgba(0,0,0,0);
	border-right: 8px solid;
	bottom: -5px;
	content: '';
	filter: brightness(60%);
	left: -14px;
	position: relative;
	z-index: -1;
}

.recent-tabs-content.minimal .recent-sticky,
.recent-tabs-content.minimal .recent-posts-items {
	-webkit-flex: 50;
	flex: 50;
	width: 50%;
}

.recent-tabs-content.minimal .recent-sticky {
	margin-right: 3px;
}

.recent-tabs-content .row-view {
	padding: 2px;
}

.minimal .sticky-post .single-item {
    margin-bottom: 0;
	padding: 1px;
}

.home .minimal .sticky-post .single-item-container header {
    padding: 4px 6px;
}

.minimal .recent-posts-items .single-item-thumb img {
    height: 25px;
    width: 25px;
}

.minimal .recent-posts-items .single-item.row-view {
	overflow: inherit;
	position: relative;
	-webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.minimal .recent-posts-items .single-item.row-view::after {
	border-bottom: 6px solid rgba(0,0,0,0);
	border-right: 6px solid #ee8899;
	content: "";
	height: 0;
	right: 1px;
	position: absolute;
	top: 1px;
	width: 0;
}

.minimal .recent-posts-items .single-item {
	padding: 1px;
}

.minimal .single-item.box-view .single-item-thumb img {
	height: 100% !important;
}

.recent-tabs-content.minimal article {
    width: 100%;
}

.recent-tabs-content.minimal .single-item-meta {
	display: none;
}

.recent-tabs-content.minimal .single-item .single-item-title h2 {
	text-align: justify
}

.more-news-homepage-top,
 .more-news-homepage-bottom {
	display: block;
	margin: 22px auto;
	padding: 2px;
	width: 100%;
}

.more-news-homepage-top .recent-tabs-content,
.more-news-homepage-bottom .recent-tabs-content {
	background-color: #fff;
	margin: 5px;
}

.more-news-homepage-top .recent-tabs-lists-minimal,
.more-news-homepage-bottom .recent-tabs-lists-minimal {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.more-news-homepage-top .minimal,
.more-news-homepage-bottom .minimal {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.04);
	box-shadow: 0 0 5px rgba(0,0,0,.04);
	width: 49%;
}

@-webkit-keyframes animated-dots {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.5);
	}
	0% {
		-webkit-transform: scale(1);
	}
}

@keyframes animated-dots {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
	0% {
		transform: scale(1);
	}
}

.recent-tabs-content .archive i:first-of-type {
	-webkit-animation: animated-dots 500ms linear infinite alternate;
	animation: animated-dots 500ms linear infinite alternate;
}

.recent-tabs-content .archive i:nth-of-type(2) {
	-webkit-animation: animated-dots 500ms linear infinite alternate 200ms;
	animation: animated-dots 500ms linear infinite alternate 200ms;
}

.recent-tabs-content .archive i:nth-of-type(3) {
	-webkit-animation: animated-dots 500ms linear infinite alternate 400ms;
	animation: animated-dots 500ms linear infinite alternate 400ms;
}

.recent_posts_title.recent_posts_core_title {
	line-height: 2;
	font-size: inherit;
	margin-bottom: 6px;
}

#home-ads {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 12px auto;
	width: 100%;
}

.home-ads-item {
    border: 0 solid #fff;
    margin-bottom: 6px;
}

.home-ads-item img {
	height: 100%;
    width: 100%;
}

.recent_news {
    background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	font-size: 10pt;
    margin: 0 0 12px;
    padding: 12px;
}

.recent_news .recent_news_title {
    margin-bottom: 12px;
    padding: 0 12px 12px;
}

.recent_news .news_row {
    border-bottom: 1px solid #fafafa;
    padding: 6px 0;
    position: relative;
}

.recent_news .news_thumb {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 40px;
}

.recent_news .news_thumb img {
    height: 100%;
	-webkit-transition: transform .4s ease 0s;
	-moz-transition: transform .4s ease 0s;
	transition: transform .4s ease 0s;
    width: 100%;
}

.recent_news .news_row:hover > .news_thumb img  {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.recent_news .news_title {
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
}

.recent_news .news_title a {
    color: #22aaee;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}

.recent_news .news_row:hover > .news_title a {
	color: #aacc00;
}

#sidebar-sliderside {
	overflow: hidden;
	padding-left: 6px;
}

#sidebar-sliderside .widget-area,
#sidebar-sliderside .widget {
    margin-bottom: 0;
}

.access-panel-padder {
	-webkit-flex: 100%;
	flex: 100%;
    padding: 4px 6px;
	width: 100%;
}

#access-panel {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 5px auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

/*#access-panel li {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: inline-block;
    list-style: outside none none;
	margin: 0 8px;
	overflow: hidden;
    padding: 15px 0;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
    text-align: center;
	-webkit-transition: all .4s ease .1s;
	-moz-transition: all .4s ease .1s;
	transition: all .4s ease .1s;
    vertical-align: top;
	width: -webkit-calc(25% - 24px);
    width: calc(25% - 24px);
	z-index: 10;
}

#access-panel li:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 20;
}*/

#access-panel li {
	border: 0 none !important;
	flex: auto;
	justify-content: space-between;
	list-style: outside none none;
	margin: 0 2px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	z-index: 10;
}

#access-panel li:last-child {
	border-right: 0 none;
}

#access-panel li::before {
	background-color: #fff;
	border: 0 solid #d2d8e5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: "";
	position: absolute;
	height: 50px;
	right: 50%;
	top: 30%;
	-webkit-transform: translate(50%, -48%) scale(0);
	transform: translate(50%, -48%) scale(0);
	-webkit-transition: all .5s linear .1s;
	transition: all .8s ease .1s;
	width: 50px;
	z-index: -10;
}

#access-panel li:hover::before {
	border-width: 200px;
	-webkit-transform: translate(50%, -48%) scale(10);
	transform: translate(50%, -48%) scale(10);
}

#access-panel a {
	display: inline-block;	
}

#access-panel span {
    display: block;
}

#access-panel .ap-icon [class*="fa-"] {
	border-radius: 20px 52px 50px 52px;
	font-weight: 100;
	height: 70px;
	margin-left: 0;
	padding: 10px;
	vertical-align: middle;
	width: 70px;
}

#access-panel li .ap-icon {
	-webkit-transition: transform .5s ease 0.1s;
	transition: transform .8s ease 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#access-panel li:hover .ap-icon{
	-webkit-transform: scale(1);
	transform: scale(1);
}

#access-panel .ap-text span {
	line-height: 1.6;
}

#access-panel .ap-text-fa {
	display: block;
	font-size: 120%;
}

#access-panel li:hover .ap-text-en::after {
    width: 130%;
}

#access-panel .ap-text-en::after {
    background-color: rgba(255,255,255,0);
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0.3;
    position: absolute;
    right: 50%;
    top: 0;
	-webkit-transform: skew(45deg) translate(50%);
    transform: skew(45deg) translate(50%);
	-webkit-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
    width: 0;
    z-index: 1;
}

.tabs_sliders {
	margin: 0 auto;
}

.tabs_sliders {
	margin-top: 0;
	padding: 0;
}

.tabs_sliders .tabs_sliders_header {
	padding: 0;
	margin: 0 auto;
}

.tabs_sliders .tabs_sliders_header .tab_title,
.recent-tabs .recent_posts_title > span {
	cursor: pointer;
	display: inline-block;
	opacity: .6;
	padding: 6px;
	position: relative;
	text-align: center;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.tabs_sliders .tabs_sliders_header .tab_title.active,
.recent-tabs .recent_posts_title > span.active {
	opacity: 1;
	position: relative;
	user-select: none;
	z-index: 99;
}

/*.tabs_sliders .tabs_sliders_header .tab_title.active::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-size: 18pt;
	top: 100%;
	position: absolute;
	vertical-align: top;
	color: #a785a8;
	right: 45%;
	-webkit-transform: translateX(-8%) translateY(-28%);
	-moz-transform: translateX(-8%) translateY(-28%);
	transform: translateX(-8%) translateY(-28%);
}*/

.tabs_sliders .tabs_sliders_header .tab_title:last-child::before {
    display: none;
}

.tabs_sliders .tabs_sliders_header .tab_title:hover {
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.tabs_sliders .tab_title i,
.recent-tabs .recent_posts_title > span i {
	font-size: 10pt;
	margin: 0 3px;
	text-align: center;
	top: 0;
	vertical-align: middle;
}

.tabs_sliders .tab_title.active i {
    position: relative;
}

.tabs_sliders .tabs_sliders_content {
	list-style: none;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	will-change: position, transform;
}

.tabs_sliders .tab_sliders_content {
	opacity: 0;
	height: 0;
}

.tabs_sliders .tab_sliders_content.active_tab {
	opacity: 1;
	height: auto;
	-webkit-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}

.tabs_sliders .tabs_post {
	list-style: none;
	list-style-position: inside;
	padding: 2px;
}

.tabs_sliders .tabs_post a {
	color: #333;
}

.tabs_sliders .tabs_post a:hover {
	color: #aa5500;
}

.tabs_sliders .tabs_post > [class*="fa-"] {
	vertical-align: middle;
}

.tabs_sliders .tabs_post > img {
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 0px;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,.15);
	box-shadow: 0px 2px 1px rgba(0,0,0,.15);
	vertical-align: middle;
}

.tabs_read_more {
	display: block;
	padding: 6px;
	border-top: 1px solid #eee;
	text-align: center;
	color: #999;
	margin: 0 auto;
	width: 85%;
}

.featured-categories {
    width: 100%;
}

.featured-categories .child-content {
	-webkit-flex: 1;
	flex: 1;
	margin: 2px;
	position: relative;
	overflow: hidden;
}

.featured-categories .child-content img {
	height: 100%;
}

.featured-categories .this-childs.big-box .child-name::before {
    content: "\f0ae";
    font-family: "Font Awesome 5 Pro";
}

.featured-categories .this-childs.big-box .child-name {
	background-color: rgba(0,0,0,.6);
	-webkit-border-radius: 5px;
	border-radius: 5px;	position: absolute;
	bottom: 25px;
	color: #fff;
	font-size: 8pt;
	padding: 6px 12px;
	right: 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.featured-categories .this-childs.big-box .child-content:hover .child-name {
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.featured-categories .this-childs.icon .child-content,
.featured-categories .this-childs.thin-box .child-content {
    margin: 0 2px;
}

#middle-sidebar-container-bottom {
	-webkit-flex: 100%;
	flex: 100%;
	order: 10;
}

#middle-sidebar-container-bottom .widget-area {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#middle-sidebar-container-bottom .widget {
	-webkit-flex: 46%;
	flex: 46%;
	margin: 6px;
}

@media (max-width: 644px) {
	#slider-container {
		width: 98%;
	}

	.reviews-content li {
		width: 24.5%;
		width: -webkit-calc(25% - 3px);
		width: calc(25% - 3px);
	}

	#access-panel {
		display: block;
	}

	#access-panel li {
		margin: 8px 0;
		width: 100%
	}

	#access-panel .ap-icon [class*="fa-"] {
		padding: 0 3px;
	}
	
	#sidebar-us.sidebar-left {
		padding: 0;
	}
}

@media (max-width: 598px) {
	.reviews-content li {
		width: 32.875%;
		width: -webkit-calc(33% - 1px);
		width: calc(33% - 1px);
	}
}

@media (max-width: 568px) {
	.recent-tabs .recent_posts_title > span,
	.content-slider .tabs_sliders_head span	{
		margin: 3px 0 !important;
		padding: 10px;
		text-align: inherit;
		width: 100%;
	}
	
	#middle-sidebar-container-bottom .widget {
		-webkit-flex: 100%;
		flex: 100%;
	}
}

@media (max-width: 420px) {
	.reviews-content li {
		width: 32.72%;
		width: -webkit-calc(33% - 2px);
		width: calc(33% - 2px);
	}

	.access-panel-padder {
		padding: 2px;
	}
	
	.tabs_sliders {
		border-top: 0 solid #93157f;
	}

	.tabs_sliders .tabs_sliders_header .tab_title {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0 solid rgba(0,0,0,0);
		margin-top: 3px;
		padding: 10px 0;
	}
	
	#sidebar-us.sidebar-left {
		padding: 0;
	}
	
	.featured-categories .big-box .child-content {
		-webkit-flex: 100%;
		flex: 100%;
	}

	.tabs_sliders .tabs_sliders_header .tab_title {
		font-size: 0;
		width: 30px;
		height: 30px;
		padding: 10px;
		min-width: 30px;
		border-radius: 50px;
	}

	.tabs_sliders .tabs_sliders_header .tab_title.active {
		border-radius: 50px 50px 0 0;
		top: 0;
		padding: 10px 10px 25px 10px;
	}
	
	.tabs_sliders .tabs_sliders_header .tab_title i {
		font-size: 0;
	}
}

@media (max-width: 360px) {

	#mainSlider {
		/*max-height: 156px !important;*/
	}

	/*.reviews-content li {
		margin: 0 0 1px 1px;
		width: calc(34% - 4px);
	}*/

	#home-ads {
		margin: 0 6px;
	}

	.reviews-content li {
		display: inline-block;
		width: 49.4%;
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
	}

	.single-item{
		width: 100%;
	}
}