@font-face
{
	font-family:minion;
	src :url(MinionPro-Italic.ttf);
}

body
{
	font-family:"minion","Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a
{
	color:#199BB4;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

.start_animation
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.top_bar
{
}

.logo
{
	position:fixed;
	top:80px;
	left:80px;
	color:#000000;
}

.logo:hover
{
	text-decoration:none;
}

.logo .first,
.logo .second
{
	font-size:18px;
	font-family:minion;
	font-weight:bold;
	height:22px;
}

#scroll_up
{
	display:none;
	cursor:pointer;
}

.navigation
{
	position:fixed;
	bottom:160px;
	left:80px;
}

.navigation a
{
	color:#444444;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.navigation a.selectedlink
{
	font-weight:bold;
	color:#000000;
}

.content_zone
{
	margin-top:125px;
	margin-left:300px;
	margin-right:100px;
}

.content_zone.swiper
{
	max-width:1250px;
}

.content_slideshow .picture a
{
	display:block;
}

.content_slideshow .mouseover_layer
{
	visibility:hidden;
	background-image:url(../media/dm-mouseover-bg.png);
}

.gallery_text h1,h2,h3
{
	font-family:minion;
	font-weight:normal;
	font-size:22px;
	color:#222222;
}

.gallery_text
{
	color:#222222;
	font-size:14px;
	font-family:verdana,helvetica,sans-serif;
	text-align:left;
	margin-top:50px;
	margin-bottom:100px;
	margin-right:50px;
}

.content_slideshow .picture:hover .mouseover_layer
{
	visibility:visible;
}

.content_slideshow .picture .text
{
	color:#333333;
}

.swiper_element .swiper-slide
{
	text-align:center;
}

.swiper_element.horizontal .swiper-slide
{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet
{
	background: #000000;
	opacity:0.25;
}

.swiper-pagination-bullet-active
{
	background: #000000;
	opacity:1;
}

.swiper_element
{
	float:right;
	width:600px;
	margin-bottom:40px;
	margin-left:20px;
}

.content_gallery
{
	width:100%;
}

.swiper_element .swiper-slide
{
	width:600px;
	height:660px;
	font-size:14px;
	font-family:verdana,helvetica,sans-serif;
}

.swiper_element.horizontal .swiper-slide
{
	width:600px;
	height:500px;
}

.swiper_element .swiper-slide .picture
{
	max-width:600px;
	max-height:600px;
	margin-bottom:10px;
}

.swiper_element.horizontal .swiper-slide .picture
{
	max-width:550px;
}

.content_slideshow .picture,
.content_slideshow .picture a,
.content_slideshow .mouseover_layer,
.content_slideshow .picture img
{
	width:300px;
	height:400px;
}

.content_slideshow .picture
{
	margin-right:25px;
	margin-bottom:25px;
}

.content_slideshow .picture .text
{
	left:14px;
	bottom:8px;
	margin-right:14px;
}

.content_zone .content_video
{
	float:right;
	width:600px;
	height:366px;
	margin-left:40px;
	margin-bottom:40px;
}

@media only screen and (min-width:960px) and (max-width: 1280px)
{
	.content_slideshow .picture,
	.content_slideshow .picture a,
	.content_slideshow .mouseover_layer,
	.content_slideshow .picture img
	{
		width:225px;
		height:300px;
	}
	
	.content_slideshow .picture
	{
		margin-right:20px;
		margin-bottom:20px;
	}
	
	.content_slideshow .picture .text
	{
		left:10px;
		bottom:6px;
		margin-right:10px;
		font-size:15px;
	}

	.gallery_text h1,h2,h3
	{
		font-size:20px;
	}

	.gallery_text
	{
		font-size:13px;
	}
	
	.content_gallery .swiper-slide
	{
		width:400px;
		height:455px;
	}
	
	.swiper_element
	{
		width:400px;
		height:455px;
		margin-bottom:20px;
		margin-left:12px;
	}

	.swiper_element.horizontal
	{
		height:350px;
	}
	
	.swiper_element .swiper-slide
	{
		width:400px;
		height:455px;
		font-size:12px;
	}
	
	.swiper_element .swiper-slide .picture
	{
		max-width:400px;
		max-height:400px;
	}

	.swiper_element.horizontal .swiper-slide
	{
		height:350px;
	}
	
	.swiper_element.horizontal .swiper-slide .picture
	{
		max-width:380px;
		max-height:300px;
	}
	
	.logo
	{
		top:50px;
		left:50px;
	}
	
	.navigation
	{
		bottom:100px;
		left:50px;
	}
	
	.content_zone
	{
		margin-left:270px;
		margin-right:50px;
		margin-top:90px;
	}
	
	.content_zone .content_video
	{
		width:450px;
		height:275px;
		margin-left:25px;
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 960px)
{
	.content_slideshow .picture,
	.content_slideshow .picture a,
	.content_slideshow .mouseover_layer,
	.content_slideshow .picture img
	{
		width:225px;
		height:300px;
	}
	
	.content_slideshow .picture
	{
		margin-right:10px;
		margin-bottom:10px;
	}
	
	.content_slideshow .picture .text
	{
		left:10px;
		bottom:6px;
		margin-right:10px;
		font-size:15px;
	}
	
	.gallery_text h1,h2,h3
	{
		font-size:18px;
	}

	.gallery_text
	{
		font-size:12px;
		margin-right:0px;
	}

	.content_gallery .swiper-slide
	{
		width:400px;
		height:455px;
	}
	
	.swiper_element
	{
		width:400px;
		height:455px;
		margin-bottom:20px;
		margin-left:12px;
	}
	
	.swiper_element.horizontal
	{
		height:350px;
	}
	
	.swiper_element .swiper-slide
	{
		width:400px;
		height:455px;
		font-size:12px;
	}
	
	.swiper_element.horizontal .swiper-slide
	{
		height:350px;
	}
	
	.swiper_element .swiper-slide .picture
	{
		max-width:400px;
		max-height:400px;
	}
	
	.swiper_element.horizontal .swiper-slide .picture
	{
		max-width:380px;
		max-height:300px;
	}
	
	.top_bar
	{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:70px;
		background-color:#ffffff;
		z-index:50;
	}
	
	.logo
	{
		position:absolute;
		top:20px;
		left:30px;
	}
	
	#scroll_up
	{
		position:absolute;
		top:10px;
		right:20px;
		display:block;
	}
	
	.navigation
	{
		position:absolute;
		top:100px;
		left:30px;
		height:180px;
	}
	
	.content_zone
	{
		margin-top:280px;
		margin-left:30px;
		margin-right:30px;
	}
	
	.content_zone .content_video
	{
		width:450px;
		height:275px;
		margin-left:25px;
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 720px)
{
	.content_gallery .swiper-slide
	{
		width:100%;
		height:320px;
	}
	
	.swiper_element
	{
		float:left;
		width:100%;
		height:375px;
		margin-bottom:20px;
		margin-left:0px;
	}
	
	.swiper_element .swiper-slide
	{
		width:320px;
		height:375px;
		font-size:12px;
	}
	
	.swiper_element .swiper-slide .picture
	{
		max-width:320px;
		max-height:320px;
	}
	
	.swiper_element.horizontal
	{
		width:100%;
		height:300px;
	}
	
	.swiper_element.horizontal .swiper-slide
	{
		width:320px;
		height:300px;
	}
	
	.swiper_element.horizontal .swiper-slide .picture
	{
		max-width:300px;
		max-height:300px;
	}
	
	.content_zone .content_video
	{
		float:none;
		width:300px;
		height:183px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 550px)
{
	.content_slideshow .picture
	{
		margin-right:0px;
		margin-bottom:20px;
	}

	.content_zone
	{
		margin-left:15px;
		margin-right:15px;
	}
	
	.logo
	{
		left:15px;
	}
	
	.navigation
	{
		left:15px;
	}
}