
 #main
	{
	margin-bottom: 0;
	}

 #main .wrapper
	{
	padding: 0px;
	}

 #main h2
	{
	margin: 0 0 22px 0;
	font-size: 28px;
	font-weight: normal;
	color: #063B1B;
	text-align: center;
	}

 #main h2 a
	{
	color: inherit;
	}
 #main h2 a:hover
	{
	text-decoration: underline;
	}


/*-------- EXPOSITIONS --------*/

 #expositions > div:after
	{
    	content: '';
    	display: inline-block;    
    	width: 100%;
    	height: 0;
    	visibility: hidden;
	}

 .exposition
	{
	display: inline-block;
	position: relative;
	float: left;
	width: 33.3%;
	*height: 490px;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #15394C;
	border-right: 1px solid #194861;
	text-align: center;
	}
 .exposition:last-child
	{
	border-right: none;
	}

 .exposition .photo
	{
	overflow: hidden;
	}

 .exposition .photo img
	{
	width: 100%;
	vertical-align: top;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

 .exposition .info1
	{
	padding: 25px 10px;
	height: 400px;
	box-sizing: border-box;
	font-family: 'Yanone Kaffeesatz';
	color: #ffffff;
	}

 .exposition .info2
	{
	position: absolute;
	left:0; right:0;
	bottom: 20px;
	padding: 5px 0px;
	font-family: 'Yanone Kaffeesatz';
	color: #ffffff;
	}

 .exposition .info1 h4
	{
	margin: 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	}

 .exposition .author
	{
	display: block;
	margin-top: 7px;
	font-size: 24px;
	}

 .exposition .type
	{
	display: block;
	font-size: 20px;
	}

 .exposition .period
	{
	display: block;
	margin-top: 7px;
	font-size: 24px;
	}

 .exposition:hover h4
	{
	color: #E4002B;
	}

 .exposition:hover img
	{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	}


/*-------- EXPOSITIONS N --------*/

@media (min-width: 900px) 
 {
 #expositions.n1 .exposition
	{
	width: 100%;
	}

 #expositions.n1 .exposition .photo
	{
	width: 50%;
	text-align: left;
	overflow: hidden;
	}

 #expositions.n1 .exposition .info
	{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 50%;
	background-color: #15394C;
	}

 #expositions.n2 .exposition
	{
	width: 50%;
	}
 }


/*-------- NEWS LIST --------*/

 #news-list
	{
	margin-top: 30px;
	}

 .news
	{
	padding: 25px 0;
	max-width: 1050px;
	border-bottom: 8px solid #E59E18;
	}
 .news:first-of-type
	{
	padding-top: 0;
	}
 .news:last-of-type
	{
	border-bottom: none;
	}

 .news .cols
	{
	display: table;
	width: 100%;
	}

 .news .cols > div
	{
	display: table-cell;
	vertical-align: top;
	}

 .news .cols > .Lcol
	{
	width: 250px;
	padding-right: 30px;
	}

 .news .photo
	{
	width: 100%;
	max-width: 450px;
	border-radius: 3px;
	}

 .news .photo:hover
	{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	}

 .news h3
	{
	margin: 0 0 10px 0;
	color: #202020;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	}
 .news a h3:hover
	{
	text-decoration: underline;
	}

 .news .author
	{
	margin-right: 10px;
	font-weight: bold;
	color: #202020;
	}

 .news .date
	{
	*font-family: Arial;
	font-size: 16px;
	color: RGB(21,57,76);
	}

 .news .text
	{
	margin-top: 20px;
	max-width: 700px;
	font-size: 16px;
	font-family: Arial;
	color: #232323;
	line-height: 22px;
	}
 .news .text p
	{
	margin: 5px 0px !important;
	}
 .news .text a:hover
	{
	text-decoration: underline;
	}

 .read-more
	{
	display: inline-block;
	font-family: Arial;
	text-decoration: none;
	}
 .read-more:hover
	{
	text-decoration: underline;
	}



/*-------- RED LINE --------*/

 #red-line
	{
	position: relative;
	margin: 60px 0;
	width: 100%;
	height: 110px;
	background-color: #063B1B;
	text-align: center;
	}

 #red-line .logo img
	{
	margin-top: 5px;
	height: 100px;
	}

 #red-line .link
	{
	position: absolute;
	top: 0px;
	font-size: 28px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 100px;
	cursor: pointer;
	}
 #red-line .link:hover
	{
	text-decoration: none;
	}

 #red-line .link.left
	{
	left: 20px;
	}
 #red-line .link.right
	{
	right: 20px;
	}


/*-------- MASTER CLASSES --------*/

 #master-classes
	{
	}

 #master-classes:after
	{
    	content: '';
    	display: inline-block;    
    	width: 100%;
    	height: 0;
    	visibility: hidden;
	}

 #master-classes .top
	{
	margin: 20px 0;
	text-align: center;
	}

 #master-classes .top .icon
	{
    	display: inline-block; 
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: url('images/master-class.png?v2') no-repeat;
	}

 #master-classes .top .title
	{
	margin-left: 3px;
	padding: 16px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #E59E18;
	}

 .master-class
	{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.3%;
	vertical-align: top;
	box-sizing: border-box;
	}

 .master-class .image
	{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	}

 .master-class img
	{
	position: relative;
	width: 100%;
	*height: 300px;
	vertical-align: top;
	z-index: 20;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

 .master-class:hover img
	{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	}

 .master-class .title
	{
	display: block;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	padding: 10px 10px 15px 10px;
	text-align: center;
	font-family: 'Yanone Kaffeesatz';
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #063B1B;
	background-color: RGBA(255,255,255, 0.6);
	z-index: 30;
	}

 .master-class .read-more
	{
	display: block;
	position: absolute;
	left:0;
	right:0;
	bottom: 2px;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #CC6104;
	text-decoration: underline;
	z-index: 10;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

 .master-class:hover .read-more
	{
	-webkit-transform: translate(0,35px);
	-moz-transform: translate(0,35px);
	-o-transform: translate(0,35px);
	transform: translate(0,35px);
	}

 #master-class-line
	{
	position: relative;
	margin: 30px 0;
	width: 100%;
	height: 70px;
	background-color: #063B1B;
	}

 #master-class-line .link
	{
	position: absolute;
	top: 0px;
	font-size: 28px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 70px;
	cursor: pointer;
	}
 #master-class-line .link:hover
	{
	text-decoration: none;
	}

 #master-class-line .link.left
	{
	left: 20px;
	}
 #master-class-line .link.right
	{
	right: 20px;
	}


/*-------- CONTACTS --------*/

 #gmap
	{
	width: 100%;
	height: 400px;
	}


/*-------- MOBILE --------*/

@media (max-width: 1260px) 
 {
 #news-list
	{
	padding: 0 20px;
	}
 }


@media (max-width: 1000px) 
 {
 .exposition .info1
	{
	padding: 15px 10px;
	height: 250px;
	}

 .exposition .info1 h4
	{
	font-size: 30px;
	line-height: 32px;
	}

 .exposition .period
	{
	font-size: 22px;
	}

 .exposition .author
	{
	font-size: 22px;
	}
 }


@media (max-width: 900px) 
 {

 #expositions > div:after
	{
	*display: none;
	}

 .exposition
	{
	float: none;
	width: 100%;
	border-right: none;
	}

 .exposition .photo img
	{
	*max-width: 600px;
	}
 }


@media (max-width: 670px) 
 {
 #main h2
	{
	margin-bottom: 15px;
	font-size: 20px;
	}

 .exposition .info1
	{
	padding: 12px 10px;
	height: auto;
	}

 .exposition .info2
	{
	position: static;
	padding: 12px 10px;
	}

 .exposition .info1 h4
	{
	font-size: 22px;
	line-height: 24px;
	}

 .exposition .author
	{
	font-size: 16px;
	}

 .exposition .type
	{
	margin-top: 10px;
	font-size: 16px;
	}

 .exposition .period
	{
	font-size: 18px;
	}

 #news-list
	{
	margin-top: 10px;
	}

 .news
	{
	padding: 15px 0;
	border-bottom: 4px solid RGB(249,170,18);
	}

 .news .cols
	{
	display: block;
	width: 100%;
	}

 .news .cols > div
	{
	display: block;
	width: 100%;
	}

 .news .cols > .Lcol
	{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 20px;
	}

 #red-line
	{
	margin: 25px 0;
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	}

 #red-line .logo
	{
	display: none;
	}

 #red-line .link
	{
	position: static;
	display: block;
	padding: 5px 25px;
	font-size: 20px;
	line-height: 24px;
	}

 #master-classes
	{
	text-align: center;
	}

 .master-class
	{
	float: none;
	width: 100%;
	max-width: 480px;
	}

 #master-class-line
	{
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	}

 #master-class-line .link
	{
	position: static;
	display: block;
	padding: 5px 25px;
	font-size: 20px;
	line-height: 24px;
	}

 #gmap
	{
	height: 300px;
	}
 }


@media (max-width: 480px) 
 {
 #master-classes .top .icon
	{
    	display: none; 
	}

 #master-classes .top .title
	{
	margin-left: 0px;
	padding: 8px 20px;
	}

 .master-class .title
	{
	font-size: 22px;
	}

 #gmap
	{
	height: 220px;
	}
 }
