#carousel7.owl-theme .owl-controls .owl-buttons .owl-prev {  	
	display: inline-block;
	width: 30px;
	height: 30px;
	display: inline;
	opacity: 1;
	position: absolute;
	right: 0px;
	top: calc(50% + 65px);
	background-position: center center;
	background-image: url('../../images/System/carusel_arrow_right_ex.png');
	background-repeat: no-repeat;
	background-color:#000;
	z-index: 1000000000;
	border-radius:50%;
	font-size:0;
	background-size:28px
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-next {
    display: inline-block;
	width: 30px;
	height: 30px;
	display: inline;
	opacity: 1;
	position: absolute;
	left: 0px;
	top: calc(50% + 65px);
	background-position: center center;
	background-image: url('../../images/System/carusel_arrow_left_ex.png');
	background-repeat: no-repeat;
	background-color:#000;
	z-index: 1000000000;
	border-radius:50%;
	font-size:0;
	background-size:28px
}
#carousel7 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: #ccc !important;
	color: #fff;
	padding:0!important;
	margin:0!important;
	border: 0px solid #ccc;
	border-radius: 50%;
}
.exhibition_carusel_title{
    float: right;
    width: 100%;
	position:relative;
	margin-bottom:30px;
}
.exhibition_carusel_section {
    float: right;
    width: 100%;
	position:relative;
}
.exhibition_carusel_items {
    float: right;
    width: 100%;
	position:relative;
}
.exhibition_carusel_items_inside {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position:relative;
}
#carousel7 .item {
	display: inline-block;
	text-align:center;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.2);
	border-bottom: 1px solid #ccc
}
.itemEx_img {
	float:right;
	width: 100%;
	display:inline-block;
	position:relative;
}
.itemEx_lable {
	width:auto;
	background-color: rgb(73 73 73);
	color:#fff;
	font-size:14px;
	text-align:center;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	padding: 3px 7px 3px 7px;
	font-weight:400;
}
.itemEx_content_section {
	float:right;
	width: 100%;
	display:inline-block;
	background-color:#fff;
	padding: 10px;
	box-sizing:border-box;
}
.itemEx_name {
	width: 100%;
	float: right;
	margin-bottom: 5px;
	overflow:hidden;
	visibility:visible;
	height: 55px;
	line-height:1.2em!important
}
.itemEx_author_name {
	width: 100%;
	float: right;
	margin-bottom: 5px;
}
.itemEx_short_text {
	width: 100%;
	float: right;
	margin-bottom: 5px;
}
.itemEx_date {
	width: 100%;
	float: right;
	font-size: 16px;
    line-height: 1.4em;
}
.fs_light_grey_ex {
	color: #999;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.exhibition_carusel_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
#carousel7 .item {
	width: calc(100% - 40px);
	margin-right: 20px;
	margin-left: 20px;
}
.projects_home_items_inside #carousel7.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: calc(100% + 30px);
	right: calc(50% - 35px);
}
.projects_home_items_inside #carousel7.owl-theme .owl-controls .owl-buttons .owl-next {
	top: calc(100% + 30px);
	left: calc(50% - 35px);
}

}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.exhibition_carusel_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.projects_home_content {
	padding-top: 50px;
    padding-bottom: 50px;
}
.projects_home_items_inside {
	width: calc(100% - 80px);
}
.projects_home_back_top {
	height: 310px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:0;
	text-align:center;
}
.projects_home_back_bottom {
	height: 0px;
}
.projects_home_items {
padding-top: 100px;
}
.projects_home_back_top img {
	width: calc(100% - 120px);
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.exhibition_carusel_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.projects_home_content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.projects_home_back_top {
	height:210px
}
.projects_home_back_bottom {
	height: 0px;
}
.projects_home_items {
	padding-top:50px;
}
.projects_home_back_top img {
	width: calc(100% - 40px);
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-prev {  
	left: 80px;
	bottom: -20px;
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: 30px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.exhibition_carusel_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.projects_home_section .fs_btn {
	margin-top: 0px;
}
.projects_home_content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.projects_home_back_top {
	height:210px
}
.projects_home_back_bottom {
	height: 0px;
}
.projects_home_items {
	padding-top:30px;
}
.projects_home_back_top img {
	width: 100%;
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-prev {  
	right: 20px;
	top:calc(50% - 40px);
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-next {
    left: 20px;
	top:calc(50% - 40px);
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.exhibition_carusel_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.projects_home_section .fs_btn {
	margin-top: 0px;
}
.projects_home_content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.projects_home_back_top {
	height:210px
}
.projects_home_back_bottom {
	height: 0px;
}
.projects_home_items {
	padding-top:30px;
}
.projects_home_back_top img {
	width: calc(100% - 40px);
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-prev {  
	right: 20px;
	top:calc(50% - 40px);
}
#carousel7.owl-theme .owl-controls .owl-buttons .owl-next {
    left: 20px;
	top:calc(50% - 40px);
}
}