.free_sections_home {
	background: #fff;
}
.imageStyle {
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.imageStyle img {
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.imageStyle:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	width: 100%;
	max-width: 100%;
}
.item_info:hover {
	box-shadow: 0px 0px 14px 0 rgba(32, 47, 57, 0.1);
}
.filter {
	display: inline-block;
	width: auto;
	font-size: 15px;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	float: none;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.btn_active {
	display: inline-block;
	width: auto;
	font-size: 15px;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	float: none;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.filter {
	color: #9f9f9f;
	background-color: transparent;
}
.filter:hover {
	background-color: transparent;
	color: #1d1c1a;
}
.btn_active {
	background-color: transparent;
	color: #1d1c1a;
	font-weight: 700;
}
.project_id_page {
	float: right;
	width: 100%;
	position:relative;
}
.project_id_back_top {
	float: right;
	width: 100%;
	height: 500px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:0;
	text-align:center;
}
.project_id_back_middle {
	float: right;
	width: 100%;
	height: 300px;
	position:absolute;
	top:170px;
	right:0;
	left:0;
	z-index:0;
	text-align:center;
}
.project_id_back_bottom {
	float: right;
	width: 100%;
	position:absolute;
	bottom:0px;
	right:0;
	left:0;
	z-index:0;
	text-align:center;
}
.project_id_back_bottom img {
	opacity:0.5
}
.page_section_title_up {
	float: right;
	width: 100%;
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.project_id_content_down {
	float: right;
	width: 100%;
	position:relative;
	margin-top:40px;
	z-index:2
}
.project_id_content_down_right {
	float: right;
	width: 100%;
	position:relative;
	margin-left:0%;
}
.project_id_content_down_left {
	float: left;
	width: 45%;
	position:relative;
}
.page_id_navigation {
	position: relative;
	z-index:2!important;
}
.project_id_content_up {
	width: 100%;
	float: left;
	position:relative;
	z-index:2;
}
.project_id_more_projects {
	width: 100%;
	float: left;
	position:relative;
}
.exhibition_id_grid {
	width: 100%;
	margin:auto;
}
/* css for page_id_navigation
========================================================== */
.page_id_navigation {
	width: 100%;
	float: right;
	display: block;
	padding-right: 0;
	padding-left: 0%;
	position: relative;
	margin-top:30px;
	padding-top:20px;
	border-top: 1px solid #ccc
}
.page_id_navigation_up {
	width: 100%;
	float: right;
	display: block;
	position: relative;
	margin-bottom:30px;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom: 1px solid #ccc;
	background-color:transparent
}
.page_id_arrow_right {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	text-align: center;
	width: auto;
	background-repeat: no-repeat;
	color: #2c302f;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	line-height: 1.2em;
	background-image: url('../../../images/System/arrow_right_team.png');
	background-position: calc(100% - 0px) center;
	background-size: 20px;
	height: 17px;
}
.page_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right_team.png');
	background-position: 100% center;
}
.page_id_arrow_left {
	font-size: 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	text-align: center;
	width: auto;
	background-repeat: no-repeat;
	color: #2c302f;
	padding-left: 30px;
	padding-right: 0px;
	float: left;
	line-height: 1.2em;
	background-image: url('../../../images/System/arrow_left_team.png');
	background-position: 0px center;
	background-size: 20px;
	height: 17px;
}
.page_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left_team.png');
	background-position: 0px center;
}
.page_id_back {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	z-index:2;
	font-size: 19px;
	line-height: 1em;
	text-align:center;
}
.exhibition_id_date {
	width:100%;
	float:right;
	margin-bottom:25px;
}
.exhibition_id_content_up {
	width:100%;
	float:right;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.free_sections_home {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
}
.free_sections_title_line {
	float: left;
	width: auto;
}
.free_sections_container {
	float: right;
	width: 100%;
	padding-top: 50px;
}
.free_item {
	width: 30%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f4f5f7;
	position:relative;
}
.free_item:nth-of-type(3n) {
	margin-left: 0;
}
.free_item_img {
	float: right;
	width: calc(100% - 80px);
}
.free_item_name_container {
	float: right;
	width: calc(100% - 40px);
	height: 80px;
	display:table;
	direction: rtl;
	padding-right:20px;
	padding-left:20px;
	position:relative;
}
.free_item_name {
	vertical-align:middle;
	font-size: 18px;
	line-height: 1.3em;
	display:table-cell;
}
.free_item_plus {
	width: 15px;
	position:absolute;
	right: calc(45px);
	bottom:40px;
}
.free_item_cat_name {
	width: 100%;
	float: right;
	margin-top:25px;
}
.free_item_cat_horizon {
	width: 80px;
	float: left;
	text-align:center;
	padding-top:40px;
	display:inline-block;
	position:absolute;
	left:0
}
.free_item_text_horizon {	
	text-align:center;
	font-size: 17px;
	font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display:inline-block;
    letter-spacing:1px
}
.projects_page_section {
	float: right;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 0px;
	position:relative;
	display:inline-block;
	text-align:center;
}
.projects_page_items {
	float: right;
	width: 100%;
	padding-bottom: 50px;
}
.filter {
	margin-right: 10px;
	margin-left: 10px;
}
.btn_active {
	margin-right: 10px;
	margin-left: 10px;
}
.project_id_page_section {
	float: left;
	width: 100%;
	position:relative;
	display:inline-block;
	padding-bottom:70px
}
.project_id_grid_up {
	float: left;
	width: 100%;
	position:relative;
	padding-bottom:50px;
}
.project_id_grid_down {
	float: left;
	width: 100%;
	position:relative;
}
.project_id_grid_down_back {
	float: right;
	width: 100%;
	height:200px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#f3f5f7
}
.project_id_name {
	float: right;
	width: 100%;
}
.project_id_content {
	float: right;
	width: 100%;
}
.project_id_detalis_section {
	float: left;
	width: 100%;
	height:110px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color:transparent;
	display:inline-block;
	direction: rtl;
	text-align:center;	
	border-bottom: 0px solid #dadada
}
.project_id_detail_item {
	float: none;
	min-width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
	height:50px;
	border-right: 0px solid #dadada
}
.project_id_detail_item_sep {
	display:none;
}
.project_id_detail_title {
	float: left;
	width: 100%;
}
.project_id_detail_name {
    margin-bottom: 2px;
}
.project_id_images {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
.project_id_image_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:5%;
}
.project_id_image_small:nth-of-type(2n) {
	margin-right:0!important;
}
.project_id_image_big {
	float: left;
	width: 100%;
	margin-bottom:5%;
}
.page_id_page_section {
	float: right;
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	position:relative;
	display:inline-block;
	text-align:center;
	margin-bottom:200px
}
.page_id_content {
	float: right;
	width: 100%;
}
.page_id_images {
	float: right;
	width: 100%;
		padding-top:0px;
	position:relative;
}
.page_id_image_small {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:5%;
}
.page_id_image_small:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
	margin-bottom:5%;
}
section .filter_close {
	width: 15px;
	height: 15px;
	display:inline-block;
	position:fixed;
	top: 60px;
	left: 5%;
	z-index:100000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filter_close {
	top: 30px;
}
section .filtering_buttons {
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 60px;
    margin:auto;
	z-index:10000000!important;
	width: 600px;
	left:calc(50% - 300px);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filtering_buttons {
	top: 30px;
}
.project_id_content_up {
	padding-top: 50px;
    padding-bottom: 50px;
}
.project_id_more_projects {
	padding-top: 50px;
    padding-bottom: 200px;
}
.project_id_content_down {
	margin-top: 30px;
}
.project_id_more_projects .fs_big_title {
	margin-bottom:50px
}
.project_id_page {
	padding-top: 80px;
}
.exhibition_id_grid {
	max-width: 1200px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.free_sections_home {
	float: right;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 0px;
}
.free_sections_title_line {
	float: left;
	width: auto;
}
.free_sections_container {
	float: right;
	width: 100%;
	padding-top: 50px;
}
.free_item {
	width: 30%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f4f5f7;
	position:relative;
}
.free_item:nth-of-type(3n) {
	margin-left: 0;
}
.free_item_img {
	float: right;
	width: calc(100% - 70px);
}
.free_item_name_container {
	float: right;
	width: calc(100% - 40px);
	height: 70px;
	display:table;
	direction: rtl;
	padding-right:20px;
	padding-left:20px;
	position:relative;
}
.free_item_name {
	vertical-align:middle;
	font-size: 18px;
	line-height: 1.3em;
	display:table-cell;
}
.free_item_plus {
	width: 15px;
	position:absolute;
	right: calc(45px);
	bottom:40px;
}
.free_item_cat_name {
	width: 100%;
	float: right;
	margin-top:25px;
}
.free_item_cat_horizon {
	width: 70px;
	float: left;
	text-align:center;
	padding-top:40px;
	display:inline-block;
	position:absolute;
	left:0
}
.free_item_text_horizon {	
	text-align:center;
	font-size: 17px;
	font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display:inline-block;
    letter-spacing:1px
}
.projects_page_section {
	float: right;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 0px;
	position:relative;
	display:inline-block;
	text-align:center;
}
.projects_page_items {
	float: right;
	width: 100%;
	padding-bottom: 30px;
}
.filter {
	margin-right: 10px;
	margin-left: 10px;
}
.btn_active {
	margin-right: 10px;
	margin-left: 10px;
}
.project_id_page_section {
	float: left;
	width: 100%;
	position:relative;
	display:inline-block;
	padding-bottom:30px
}
.project_id_grid_up {
	float: left;
	width: 100%;
	position:relative;
	padding-bottom:50px;
}
.project_id_grid_down {
	float: left;
	width: 100%;
	position:relative;
}
.project_id_grid_down_back {
	float: right;
	width: 100%;
	height:200px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#f3f5f7
}
.project_id_name {
	float: right;
	width: 100%;
}
.project_id_content {
	float: right;
	width: 100%;
}
.project_id_detalis_section {
	float: left;
	width: 100%;
	margin-bottom:30px;
	background-color:#fff;
	display:inline-block;
	direction: rtl;
	text-align:center;
	height:100px;
}
.project_id_detail_item {
	float: none;
	min-width: 180px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
	height:50px;
	border-right: 0px solid #dadada
}
.project_id_detail_item_sep {
	display:none;
}
.project_id_detail_title {
	float: left;
	width: 100%;
}
.project_id_detail_name {
    margin-bottom: 2px;
}
.project_id_images {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
.project_id_image_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:5%;
}
.project_id_image_small:nth-of-type(2n) {
	margin-right:0!important;
}
.project_id_image_big {
	float: left;
	width: 100%;
	margin-bottom:5%;
}
.page_id_page_section {
	float: right;
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	position:relative;
	display:inline-block;
	text-align:center;
	margin-bottom:200px
}
.page_id_content {
	float: right;
	width: 100%;
}
.page_id_images {
	float: right;
	width: 100%;
		padding-top:0px;
	position:relative;
}
.page_id_image_small {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:5%;
}
.page_id_image_small:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
	margin-bottom:5%;
}
section .filter_close {
	width: 15px;
	height: 15px;
	display:inline-block;
	position:fixed;
	top: 60px;
	left: 5%;
	z-index:100000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filter_close {
	top: 30px;
}
section .filtering_buttons {
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 60px;
    margin:auto;
	z-index:10000000!important;
	width: 600px;
	left:calc(50% - 300px);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filtering_buttons {
	top: 30px;
}
.project_id_content_up {
	padding-top: 40px;
    padding-bottom: 40px;
}
.project_id_more_projects {
	padding-top: 0px;
    padding-bottom: 50px;
}
.project_id_page {
	padding-top: 80px;
}
.exhibition_id_grid {
	max-width: 90%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.free_sections_home {
	float: right;
	width: calc(100% - 60px);
	margin-right: 30px;
    margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.free_sections_title_line {
	float: left;
	width: auto;
}
.free_sections_container {
	float: right;
	width: 100%;
	padding-top: 20px;
}
.free_item {
	width: 47.5%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f4f5f7;
	position:relative;
}
.free_item:nth-of-type(2n) {
	margin-left: 0;
}
.free_item_img {
	float: right;
	width: calc(100% - 70px);
}
.free_item_name_container {
	float: right;
	width: calc(100% - 40px);
	height: 70px;
	display:table;
	direction: rtl;
	padding-right:20px;
	padding-left:20px;
	position:relative;
}
.free_item_name {
	vertical-align:middle;
	font-size: 18px;
	line-height: 1.3em;
	display:table-cell;
}
.free_item_plus {
	width: 15px;
	position:absolute;
	right: calc(45px);
	bottom:40px;
}
.free_item_cat_name {
	width: 100%;
	float: right;
	margin-top:25px;
}
.free_item_cat_horizon {
	width: 70px;
	float: left;
	text-align:center;
	padding-top:20px;
	display:inline-block;
	position:absolute;
	left:0
}
.free_item_text_horizon {	
	text-align:center;
	font-size: 15px;
	font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display:inline-block;
}
.projects_page_section {
	float: right;
	width: 100%;
	padding-top: 125px;
	padding-bottom: 0px;
	position:relative;
}
.filtering_buttons {
	width: 100%;
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	left:0;
	top: 66px;
    margin:auto;
	z-index:10000000!important;
	background-color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.projects_page_items {
	float: right;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 0px
}
.filter {
	margin-left: 15px;
}
.filter:last-child {
	margin-left: 0px;
}
.btn_active {
	margin-left: 15px;
}
.filter_close {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: fixed;
	top: 80px;
	left: 25px;
	z-index:100000000!important
}
.project_id_page_section {
	float: left;
	width: 100%;
	position:relative;
	display:inline-block;
	padding-bottom:30px
}
.project_id_grid_up {
	float: left;
	width: 100%;
	position:relative;
	padding-bottom:50px;
}
.project_id_grid_down {
	float: left;
	width: 100%;
	position:relative;
	box-sizing:border-box;
	padding-left:0px;
	padding-right:0px
}
.project_id_grid_down_back {
	float: right;
	width: 100%;
	height:200px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#f3f5f7
}
.project_id_name {
	float: right;
	width: 100%;
}
.project_id_content {
	float: right;
	width: 100%;
}
.project_id_detalis_section {
	float: left;
	width: 100%;
	margin-bottom:30px;
	background-color:#fff;
	display:inline-block;
	direction: rtl;
	text-align:center;
}
.project_id_detail_item {
	float: none;
	min-width: auto;
	width:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	border-right: 0px solid #dadada
}
.project_id_detail_item_sep {
	display:none;
}
.project_id_detail_title {
	float: left;
	width: 100%;
}
.project_id_detail_name {
    margin-bottom: 2px;
}
.project_id_images {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
.project_id_image_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:5%;
}
.project_id_image_small:nth-of-type(2n) {
	margin-right:0!important;
}
.project_id_image_big {
	float: left;
	width: 100%;
	margin-bottom:5%;
}
.page_id_page_section {
	float: right;
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	position:relative;
	display:inline-block;
	text-align:center;
	margin-bottom:200px
}
.page_id_content {
	float: right;
	width: 100%;
}
.page_id_images {
	float: right;
	width: 100%;
		padding-top:0px;
	position:relative;
}
.page_id_image_small {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:5%;
}
.page_id_image_small:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
	margin-bottom:5%;
}
section .filter_close {
	width: 15px;
	height: 15px;
	display:inline-block;
	position:fixed;
	top: 60px;
	left: 5%;
	z-index:100000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filter_close {
	top: 30px;
}
section .filtering_buttons {
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 60px;
    margin:auto;
	z-index:10000000!important;
	width: 600px;
	left:calc(50% - 300px);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filtering_buttons {
	top: 30px;
}
.project_id_content_up {
	padding-top: 30px;
    padding-bottom: 30px;
}
.project_id_more_projects {
	padding-top: 0px;
    padding-bottom: 30px;
}
.project_id_page {
	padding-top: 50px;
}
.exhibition_id_grid {
	max-width: 100%;
}
.page_id_navigation_up {
	margin-bottom:20px;
	padding:20px;
	box-sizing:border-box;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.free_sections_home {
	float: right;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
.free_sections_title_line {
	float: left;
	width: auto;
}
.free_sections_container {
	float: right;
	width: 100%;
	padding-top: 20px;
}
.free_item {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none !important;
	background-color:#f4f5f7;
	position:relative;
}
.free_item_img {
	float: right;
	width: calc(100% - 70px);
}
.free_item_name_container {
	float: left;
	width: calc(100% - 40px);
	height: 70px;
	display:table;
	direction: rtl;
	padding-right:20px;
	padding-left:20px;
	position:relative;
}
.free_item_name {
	vertical-align:middle;
	font-size: 17px!important;
	line-height: 1.3em;
	display:table-cell;
}
.free_item_plus {
	width: 15px;
	position:absolute;
	right: calc(45px);
	bottom:40px;
	display:none;
}
.free_item_cat_name {
	width: 100%;
	float: right;
	margin-top:25px;
}
.free_item_cat_horizon {
	width: 70px;
	float: right;
	text-align:center;
	padding-top:20px;
	display:inline-block;
	position:absolute;
	left:0;
}
.free_item_text_horizon {	
	text-align:center;
	font-size: 15px;
	font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display:inline-block;
}
.projects_page_section {
	float: right;
	width: 100%;
	padding-top: 115px;
	padding-bottom: 0px;
	position:relative;
}
.filtering_buttons {
	width: 100%;
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 66px;
	left:0;
    margin:auto;
	z-index:10000000!important;
	background-color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.projects_page_items {
	float: right;
	width: 100%;
	padding-bottom: 0px;
	margin-top: 0px
}
.filter {
	margin-left: 10px;
}
.filter:last-child {
	margin-left: 0px;
}
.btn_active {
	margin-left: 10px;
}
.filter_close {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: fixed;
	top: 80px;
	right: 20px;
	z-index:100000000!important
}
.filter_close {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: fixed;
	top: 80px;
	right: 25px;
	z-index:100000000!important
}
.project_id_page_section {
	float: left;
	width: 100%;
	position:relative;
	display:inline-block;
	padding-bottom:30px
}
.project_id_grid_up {
	float: left;
	width: 100%;
	position:relative;
	padding-bottom:50px;
}
.project_id_grid_down {
	float: left;
	width: 100%;
	position:relative;
	box-sizing:border-box;
}
.project_id_grid_down_back {
	float: right;
	width: 100%;
	height:200px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#f3f5f7
}
.project_id_name {
	float: right;
	width: 100%;
}
.project_id_content {
	float: right;
	width: 100%;
}
.project_id_detalis_section {
	float: left;
	width: 100%;
	margin-bottom:15px;
	background-color:#fff;
	display:inline-block;
	direction: rtl;
	text-align:center;
}
.project_id_detail_item {
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 7px;
	text-align:center;
	border-right: 0px solid #dadada;
	direction:rtl;
	display:inline-block!important;
}
.project_id_detail_item_sep {
	display:none;
}
.project_id_detail_title {
	float: left;
	width: 100%;
}
.project_id_detail_name {
    float:none!important;
	width:auto!important;
	text-align:center!important;
	margin-bottom: 2px;
    font-size:17px!important;
    line-height:1.3em!important;
	margin-left:0px;
	display:inline-block!important;
}
.project_id_images {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
.project_id_image_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:5%;
}
.project_id_image_small:nth-of-type(2n) {
	margin-right:0!important;
}
.project_id_image_big {
	float: left;
	width: 100%;
	margin-bottom:5%;
}
.page_id_page_section {
	float: right;
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	position:relative;
	display:inline-block;
	text-align:center;
	margin-bottom:200px
}
.page_id_content {
	float: right;
	width: 100%;
}
.page_id_images {
	float: right;
	width: 100%;
		padding-top:0px;
	position:relative;
}
.page_id_image_small {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:5%;
}
.page_id_image_small:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
	margin-bottom:5%;
}
section .filter_close {
	width: 15px;
	height: 15px;
	display:inline-block;
	position:fixed;
	top: 60px;
	left: 5%;
	z-index:100000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filter_close {
	top: 30px;
}
section .filtering_buttons {
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 60px;
    margin:auto;
	z-index:10000000!important;
	width: 600px;
	left:calc(50% - 300px);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filtering_buttons {
	top: 30px;
}
.project_id_content_up {
	padding-top: 30px;
    padding-bottom: 30px;
}
.project_id_more_projects {
	padding-top: 0px;
    padding-bottom: 30px;
}
.project_id_content_down {
	margin-top:20px;
	box-sizing:border-box;
	padding:0px 20px;
}
.project_id_content_down_right {
	width: 100%;
	margin-left:0;
	margin-bottom:15px;
}
.project_id_content_down_left {
	width: 100%;
	margin-left:0;
}
.project_id_page {
	padding-top: 50px;
}
.exhibition_id_grid {
	max-width: 100%;
}
.page_id_navigation {
	margin-bottom:20px;
	padding: 10px 10px;
	box-sizing:border-box;
}
.page_id_navigation_up {
	margin-bottom:20px;
	padding: 10px 10px;
	box-sizing:border-box;
}
.exhibition_id_content_up {
	padding: 0px 20px;
	box-sizing:border-box;
}
.page_section_title_up {
	margin-bottom:20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.free_sections_home {
	float: right;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
.free_sections_title_line {
	float: left;
	width: auto;
}
.free_sections_container {
	float: right;
	width: 100%;
	padding-top: 20px;
}
.free_item {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none !important;
	background-color:#f4f5f7;
	position:relative;
}
.free_item_img {
	float: right;
	width: calc(100% - 70px);
}
.free_item_name_container {
	float: left;
	width: calc(100% - 40px);
	height: 70px;
	display:table;
	direction: rtl;
	padding-right:20px;
	padding-left:20px;
	position:relative;
}
.free_item_name {
	vertical-align:middle;
	font-size: 17px!important;
	line-height: 1.3em;
	display:table-cell;
}
.free_item_plus {
	width: 15px;
	position:absolute;
	right: calc(45px);
	bottom:40px;
	display:none;
}
.free_item_cat_name {
	width: 100%;
	float: right;
	margin-top:25px;
}
.free_item_cat_horizon {
	width: 70px;
	float: right;
	text-align:center;
	padding-top:20px;
	display:inline-block;
	position:absolute;
	left:0;
}
.free_item_text_horizon {	
	text-align:center;
	font-size: 15px;
	font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display:inline-block;
}
.projects_page_section {
	float: right;
	width: 100%;
	padding-top: 115px;
	padding-bottom: 0px;
	position:relative;
}
.filtering_buttons {
	width: 100%;
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 66px;
	left:0;
    margin:auto;
	z-index:10000000!important;
	background-color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.projects_page_items {
	float: right;
	width: 100%;
	padding-bottom: 0px;
	margin-top: 0px
}
.filter {
	margin-left: 10px;
}
.filter:last-child {
	margin-left: 0px;
}
.btn_active {
	margin-left: 10px;
}
.filter_close {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: fixed;
	top: 80px;
	right: 20px;
	z-index:100000000!important
}
.filter_close {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: fixed;
	top: 80px;
	right: 25px;
	z-index:100000000!important
}
.project_id_page_section {
	float: left;
	width: 100%;
	position:relative;
	display:inline-block;
	padding-bottom:30px
}
.project_id_grid_up {
	float: left;
	width: 100%;
	position:relative;
	padding-bottom:50px;
}
.project_id_grid_down {
	float: left;
	width: 100%;
	position:relative;
	box-sizing:border-box;
}
.project_id_grid_down_back {
	float: right;
	width: 100%;
	height:200px;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background-color:#f3f5f7
}
.project_id_name {
	float: right;
	width: 100%;
}
.project_id_content {
	float: right;
	width: 100%;
}
.project_id_detalis_section {
	float: left;
	width: 100%;
	margin-bottom:15px;
	background-color:#fff;
	display:inline-block;
	direction: rtl;
	text-align:center;
}
.project_id_detail_item {
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 7px;
	text-align:center;
	border-right: 0px solid #dadada;
	direction:rtl;
	display:inline-block!important;
}
.project_id_detail_item_sep {
	display:none;
}
.project_id_detail_title {
	float: left;
	width: 100%;
}
.project_id_detail_name {
    float:none!important;
	width:auto!important;
	text-align:center!important;
	margin-bottom: 2px;
    font-size:17px!important;
    line-height:1.3em!important;
	margin-left:0px;
	display:inline-block!important;
}
.project_id_images {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
.project_id_image_small {
	float: left;
	width: 47.5%;
	margin-right:5%;
	margin-bottom:5%;
}
.project_id_image_small:nth-of-type(2n) {
	margin-right:0!important;
}
.project_id_image_big {
	float: left;
	width: 100%;
	margin-bottom:5%;
}
.page_id_page_section {
	float: right;
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	position:relative;
	display:inline-block;
	text-align:center;
	margin-bottom:200px
}
.page_id_content {
	float: right;
	width: 100%;
}
.page_id_images {
	float: right;
	width: 100%;
		padding-top:0px;
	position:relative;
}
.page_id_image_small {
	float: right;
	width: 47.5%;
	margin-left:5%;
	margin-bottom:5%;
}
.page_id_image_small:nth-of-type(2n) {
	float: right;
	width: 47.5%;
	margin-left:0;
	margin-bottom:5%;
}
section .filter_close {
	width: 15px;
	height: 15px;
	display:inline-block;
	position:fixed;
	top: 60px;
	left: 5%;
	z-index:100000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filter_close {
	top: 30px;
}
section .filtering_buttons {
	text-align:center;
	direction: rtl;
	display:inline-block;
	position:fixed;
	top: 60px;
    margin:auto;
	z-index:10000000!important;
	width: 600px;
	left:calc(50% - 300px);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
section.smaller .filtering_buttons {
	top: 30px;
}
.project_id_content_up {
	padding-top: 30px;
    padding-bottom: 30px;
}
.project_id_more_projects {
	padding-top: 0px;
    padding-bottom: 30px;
}
.project_id_content_down {
	margin-top:20px;
	box-sizing:border-box;
	padding:0px 20px;
}
.project_id_content_down_right {
	width: 100%;
	margin-left:0;
	margin-bottom:15px;
}
.project_id_content_down_left {
	width: 100%;
	margin-left:0;
}
.project_id_page {
	padding-top: 50px;
}
.exhibition_id_grid {
	max-width: 100%;
}
.page_id_navigation {
	margin-bottom:20px;
	padding: 10px 10px;
	box-sizing:border-box;
}
.page_id_navigation_up {
	margin-bottom:20px;
	padding: 10px 10px;
	box-sizing:border-box;
}
.exhibition_id_content_up {
	padding: 0px 20px;
	box-sizing:border-box;
}
.page_section_title_up {
	margin-bottom:20px;
}
}
