@charset "ISO-8859-1";

body {
	margin: 0;
	font-family: 'Avenir-Book';
	overflow-y: scroll;
}

img {
	border-style: none;
}
a {
	text-decoration: none;
}
*:focus {
	outline: 0;
}
.clear {
	clear: both;
}
#header {
	border-bottom: 1px solid #aaa;
	background-color: rgba(255, 255, 255,0.85);
}
#header #logo {
	float: left;
	padding: 4px 20px 2px 20px;
}

#header  #name {

	font-size: 30px;
	

	position: absolute;

	left: 50%;

	margin-left: -95px;

	padding-top: 9px;

	color: black;

}
#header  #title {
	font-size: 14px;
	color: black;
	float: left;
	padding: 16px 20px;
}
#menu_btn {
	float: right;
	margin-right: 20px;
}
#menu {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#header #menu_btn {
	display: none;
}
#header #menu_list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
#header #menu_list li {
	float: left;
	margin-right: 30px;
	padding: 16px 0px;
}
#header #menu_list li a {
	color: #aaa;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#header #menu_list li a.selected {
	color: black;
}
#header #menu_list li a:hover {
	color: black;
}
#main {
	width: 100%;
	height: 70%;
}
#media_list {
	width: 100%;
	height: 30%;
}

/*SWIPER*/
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 78%;
	width: 100%;
	/*max-width: 1400px;*/
	padding-top: 10px;
	box-sizing: border-box;
	padding-top: 0;
	max-width: 1400px;
	height: 580px;
}
.gallery {
	width: 100%;
	height: 100%;
}
.gallery-thumbs {
	height: 22%;
	box-sizing: border-box;
	padding: 10px 0 20px 0;
	width: 100%;
	max-width: 1400px;
	height: 160px;
}
.gallery-thumbs .swiper-slide {
	width: 16.66%;
	height: 100%;
	opacity: 1;
}
.gallery-thumbs .swiper-slide {
	width: 220px;
	height: 100%;
	cursor: pointer;
	width: 220px;  margin: 0 25px 0 0;
}
.gallery-thumbs .swiper-slide .media_image {
	opacity: 1;
}

.gallery-thumbs .swiper-slide:hover .media_name {
opacity: 1;
}
.gallery-thumbs .swiper-slide.selected .media_name {

	opacity: 1;
}

.gallery-thumbs .swiper-wrapper {
	overflow: hidden;
	width: 8000pc;
}
.gallery-thumbs .swiper-slide-active {

}
.swiper-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
}
.swiper-button-prev {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 0px 0px !important;
}
.swiper-button-prev:hover {
	left: 29px !important;
}
.swiper-button-prev:active {
	left: 27px !important;
}
.swiper-button-next {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 100% 0px !important;
}
.gallery-top .swiper-button-next {
	background-image: url("Images/slider_white_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 100% 0px !important;
}
.swiper-button-next:hover {
	right: 29px !important;
}
.swiper-button-next:active {
	right: 27px !important;
}
.swiper-thumb-button-prev {

	position: absolute;
	top: 50%;
	

	width: 30px;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-color: white;
	 !important;
	
}
.swiper-thumb-button-prev span {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 0px 0px !important;
	width: 6px;  
	height: 11px;  margin: auto;  display: block;  
	margin-top: 9px;
}
.gallery-top .swiper-button-prev {
	background-image: url("Images/slider_white_arrow.png") !important;

}

.swiper-thumb-button-next {

	position: absolute;
	top: 50%;
	

	width: 30px;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	
	background-color: white;
	
	right: 0;

}
.swiper-thumb-button-next span {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 100% 0px !important;
	width: 6px;
	height: 11px;
	margin: auto;
	display: block;
	margin-top: 9px;
}

.swiper-thumb-button-next.swiper-button-disabled, .swiper-thumb-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-about-button-prev {

	position: absolute;
	
	

	width: 30px;
	height: 30px;
	
	z-index: 10;
	cursor: pointer;
	background-color: white;
	

	left: 50% !important;
	
	

	bottom: 10px;

	margin-left: -35px;

}
.swiper-about-button-prev span {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 0px 0px !important;
	width: 6px;
	height: 11px;
	margin: auto;
	display: block;
	margin-top: 9px;
}
.swiper-about-button-prev:hover {
	
}
.swiper-about-button-prev:active {
	
}
.swiper-about-button-next {

	position: absolute;
	
	

	width: 30px;
	height: 30px;
	
	z-index: 10;
	cursor: pointer;
	

	right: 50%;
	background-color: white;
	
	

	bottom: 10px;

	margin-right: -35px;

}
.swiper-about-button-next span {
	background-image: url("Images/slider_arrow.png") !important;
	background-size: 200% 100% !important;
	background-position: 100% 0px !important;
	width: 6px;
	height: 11px;
	margin: auto;
	display: block;
	margin-top: 9px;
}
.swiper-about-button-next:hover {

}
.swiper-about-button-next:active {

}
.swiper-about-button-next.swiper-button-disabled, .swiper-about-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-slide iframe {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	max-width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: relative;
}
.swiper-slide img {

	margin: auto;
	display: block;
	max-width: 100%;
	height: 100%;
}
.media_name {
	text-align: center;
	overflow: hidden;
	padding: 10% 10% 0% 10%;
	height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	width: 80%;
	z-index: 19;    display: block;  
	opacity: 0;
	-webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -ms-transition: all 500ms ease;  -o-transition: all 500ms ease;  transition: all 500ms ease;
	background-color: rgba(0, 0, 0,0.65); */;
	color: white;
	height: 86%;
}
.media_image {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	margin: auto;
	-webkit-transition: all 500ms ease;   -moz-transition: all 500ms ease;   -ms-transition: all 500ms ease;   -o-transition: all 500ms ease;   transition: all 500ms ease;
}

/*SWIPER END ___________________________________________________________*/
@media screen and (max-height: 740px) {

	.media_image {
	}

}
@media screen and (max-width: 740px) {
	header{
/* margin-top: 10px; */
		
	}
		header #name {
font-size: 1.2em !important;
float: none;
position: static !important;
margin-left: 30px !important;
}
#header  #title {
font-size: 0.6em !important;
margin: 0px 4px 4px 4px;
padding: 0;
float: none;
margin-left: 32px;
}
	#header #menu_btn {
		width: 33px;
		height: 35px;
		background-image: url(Images/menu_open.png);
		background-size: 50% 50%;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
		padding: 3px 9px 2px 9px;
		margin-right: 0px;
		display: block;
	
}
	#header #menu_list {
		list-style: none;
		padding: 0;
		margin: 0;
		position: fixed;
		z-index: 999;
		margin-right: 0%;
		text-align: right;
		width: 100%;
		height: 100%;
		right: -100%;
		background-color: rgba(255, 255, 255,0.85);
		line-height: 62px;
		color: #fff;
		font-size: 1em;
		font-weight: 200;
		margin-top: 40px;
		border-left: 1px solid #aaa;
		padding-top: 20px;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#header #menu_btn.open {

		background-image: url(Images/menu_close.png);
	}
	#header #menu_list.open {

		right: 0;
	}
	#header #menu_list li {
		padding: 0em 1.9em;
	
		width: 100%;
		text-align: left;
}
	#header #menu_list li a {
		font-size: 1.2em;
		color: #aaa;
		text-align: left;
		padding-right: 14px;
		display: block;
		text-transform: uppercase;
	
}
	#header #menu_list li a:hover {
		color: black;
	}
	#header #menu_list li a.selected {
		color: black;
	}
}
.poster {
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 1000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
	filter: alpha(opacity=0); /* Netscape */
	-moz-opacity: 0; /* Safari 1.x */
	-khtml-opacity: 0; /* Good browsers */
	opacity: 0;
	background-color: white;
	width: 100%;
	height: 100%;
}
.poster_play {
	background-image: url(Images/play_icon.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	cursor: pointer;
	background-size: 100% 100%;
}
.poster_footer {
	background-color: rgba(0, 0,0,0.65);
	color: white;
	padding: 2%;
	bottom: 0;
	position: absolute;
	width: 96%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
			-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
}

.poster_footer .poster_name {
	font-size: 20px;
}
.poster_footer .poster_type {
	margin: 5px 0px 10px 0px;
	font-size: 15px;
}
.poster_footer .poster_description {
    font-size: 16px;
    margin-top: 7px;
}
.poster_footer .poster_description a {
color:white;
text-decoration:underline;
}

.poster:hover .poster_footer {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.half{
	float:left;
	width: 50%;
	height: 75%;
	
	margin-top: 5% !impORTANT;
}
#about_text{  
    width: 90%;  /* max-width: 1400px; */  padding-top: 10px;  box-sizing: border-box;  
    font-size: 15px;
    line-height: 22px;
    max-width: 75%;
    color: #444;
    margin: auto;
    margin-bottom: 40px;
}
#about_text a{  

    color: #444;

}
#about_text b{  
font-family: 'Avenir-Medium';
}
#contact_text{  
    width: 90%;  /* max-width: 1400px; */  padding-top: 10px;  box-sizing: border-box;  
    font-size: 15px;
    line-height: 22px;
    max-width: 75%;
    color: #444;
    margin: auto;
    margin-bottom: 40px;
}
#contact_text a{  

    color: #444;

}
#contact_text b{  
font-family: 'Avenir-Medium';
}
#contact_image{  
}
#contact_image img{ 
	width: 90%; 
	display: block;
	margin: auto;
}
.about_title{
    font-family: 'Avenir-Medium';
    font-size: 21px;  
    color: black;
}
.gallery-container{height: 100%;  width: 85%;    padding-top: 10px;  box-sizing: border-box;
margin: auto;position: relative;}
.fullscreen{
    height: 100%;
	
    max-width: 1500px;
    margin: auto;
}


.left_side{
		float:left;
	width: 70%;
	
	margin-top: 5% !impORTANT;
	
}
.right_side{
			float:left;
	width: 30%;
	
	margin-top: 5% !impORTANT;
	
}
@media screen and (max-width: 720px) {
	.half,.left_side,.right_side{width:100%;}
	
}
.header_wrapper{
	max-width: 1437px; 
	
	margin: auto;
	position: relative;
}

.gallery-top .swiper-slide{
width:100% !important
	
}

.block-gallery{
	width: auto !important;
	height: auto !important;
	
}

