.gallery_home_section {
	width: 100%;
	float: left;
}
.gallery_container {
	width: calc(100% - 280px);
	float: left;
}
.gallery_item {
	width: 100%;
	float: left;
	text-align:center
}
.filter_btn_container {
	width: 230px;
	float:right;
	direction:rtl;
	box-sizing:border-box;
	display:flex;
	flex-direction: column;
}
.filter_btn {
	width:100%;
	float:right;
	height: 110px;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	margin-bottom: 30px;
	text-align:center;
	box-sizing:border-box;
	color: #f7f5f4;
	background-color:#45484f;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topright: 100px;
	border-top-right-radius: 60px;
	justify-content: center;
	align-items: center;
	line-height:1.1em
}
.filter_btn:last-child {
	margin-bottom:0
}
.filter_btn:hover {
    color: #f7f5f4;
	background-color:#676767;
}
.filter_active {
    color: #f7f5f4;
    background-color: #f1962d;
}
.iframe_team_wrapper {
	margin-bottom:90px;
	width:100%;
	float:right;
}
.slideshow_left_title  {
	width:100%;
	float:right;
	font-size: 25px;
    line-height: 1.4em;
	font-weight:500;
	direction:rtl;
	margin-bottom:20px
}
.slideshow_left_text  {
	width:100%;
	float:right;
	font-size: 18px;
    line-height: 1.5em;
	font-weight:400;
	direction:rtl;
}
.slideshow_left_btn  {
	width:100%;
	float:right;
	font-size: 25px;
    line-height: 1.4em;
	font-weight:400;
	direction:rtl;
	margin-top:25px
}
.slideshow_left_btn a  {
	width:auto;
	float:right;
	color:#b75f2f;
	text-decoration:underline;
}
.slideshow_left_btn a:hover  {
	color:#45484f;
}
@media all and (min-width: 1438px) {
.gallery_container .slideshow_grid_left  {
	height: 500px;
}
.gallery_home_section {
	width: 100%;
	float: right;
	margin-top:30px;
}
.slideshow_left_content  {
	width: calc(100% - 560px);
	height: auto;
	float:right;
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.gallery_container .slideshow_grid_left  {
	height: 530px;
}
.gallery_home_section {
	width: 100%;
	float: right;
	margin-top:30px;
}
.slideshow_left_content  {
	width: calc(100% - 440px);
	height: auto;
	float:right;
}
}
@media (max-width: 768px) and (min-width: 319px) {
.gallery_container .slideshow_grid_left  {
	height: auto;
	display:flex;
	flex-direction: column;
	align-content: flex-end;
}
.gallery_container {
	width: 100%;
	float: left;
}
.slideshow_left_content  {
	width: 100%;
	height: auto;
	float:right;
	margin-top:20px
}
.filter_btn_container {
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.filter_btn {
    font-size: 20px;
    margin: 0;
	height:50px;
    padding: 10px 10px 12px 10px;
    flex: 0 0 calc((100% - 15px) / 2);
	box-sizing: border-box;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}
.gallery_home_section {
	margin-top:15px;
}
}
