html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(Montserrat-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(Montserrat-Bold.woff) format('woff');
}

html, body
{
	font-family: 'Montserrat', sans-serif;
	color:#666;
	font-size: 15px;
}

h1, h2 { font-weight: bold; color:#a29064; }

strong { font-weight: bold; }
a { text-decoration: none; font-weight: bold; color:#666; }
a:hover { text-decoration: underline; }

/*

		HEADER

*/
header.main
{
	width:976px;
	margin:28px auto;
}
header.main img
{
	margin-left:32px; 
	vertical-align:top;
}
header.main h1
{
	display:inline;
	font-size: 25px;
	text-transform: uppercase;
	padding-left: 12px;
}

@media (max-width: 680px)
{
	header.main h1
	{
		margin-left: 20px;
		display: block;
		font-size: 22px;
	}
}


/*

		BODY

*/

.content {  margin:0 auto; width:976px; }
.left
{
	display: inline-block;
	width:566px;
	margin: 16px 14px 32px 32px;
	vertical-align: top;
	border:0;
}
.right
{
	display: inline-block;
	width:326px;
	margin: 16px 0 32px 0;
	vertical-align: top;
	border:0;
}

div#body { background-color: #ededed; }
h2 { font-size: 18px; text-align: center; text-transform: uppercase; margin-bottom: 26px; }
section.block { background-color: #FFF; padding: 26px; margin-top: 18px; text-align: left; }
section.block p { margin-bottom: 8px; }
section.block a.button { display:block; text-align: center; margin: 8px 0; }

section.block img,
section.block iframe,
section.block table { width:100%; height:auto; }

section.block img.icon
{ width:inherit; height:inherit; vertical-align:top; margin-right:12px; }

section.block img + p,
section.block iframe + p { margin-top:16px; }

@media (max-width: 976px)
{
	header.main { width:100%; }
	div#body { text-align: center; width:100%; }
	.left
	{
		width:496px;
		margin-left: 0;
	}
}

@media (max-width: 860px)
{
	.left
	{
		width:326px;
	}
}

@media (max-width: 690px)
{
	.left
	{
		width:100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.right
	{
		margin-top: 0;
		width:100%;
	}
	
	section.gallery, section.video { display:none; }
}

/*

		SLIDESHOW

*/

#slideshow1 * {margin:0; padding:0}
#slideshow1 {float:left; position:relative; overflow:auto; width:1280px; height:360px; background:#fff}
#slideshow1 ul {position:absolute; list-style:none; top:0; left:0}
#slideshow1 li {float:left; width:1280px; height:360px; /*padding-right:10px*/}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}

#pagination1 { position:absolute; top: 325px; left:614px; }
#pagination1 li { float:left; border-radius: 6px; cursor:pointer; background:#FFF; margin:0 4px 0 0; width: 6px; height:6px; }
#pagination1 li:hover { background:#000; }
#pagination1 li.current { background:#000; }
#pagination1 strong { display:none; }

#cover
{
	margin: 0 auto;
	width: 1280px;
	height: 359px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, 0.1);
}
#slideshow1 ul li figcaption
{
	font-size: 36px;
	position: absolute;
	width: 1280px;
	margin-top: -230px;
	color:#FFF;
	text-transform: uppercase;
	text-align: center;
}
#slideshow1 ul li figcaption strong
{
	font-weight: normal;
}


@media (max-width: 1296px)
{
  #cover { width: 976px; }
  #slideshow1 { margin-left: -152px; }
  #pagination1 { left:614px; margin-left: -152px; }
}

@media (max-width: 976px)
{
	#cover { display:none; }
}

/*

		BLOCKS

*/
iframe#map
{
	width:100%;
	height:300px;
	border: 0;
}

section.present p { font-weight: bold; }

section.news h2 { font-size: 22px; }
section.news { background: url("news-corner.png") no-repeat top right #FFF; }
/*section.news a.button { margin-top: 32px; }*/
section.news>span { display:block; margin-bottom: 32px; }
section.news>#accordion>span { display:block; margin-bottom: 32px; }

#accordion
{
	height:0px;
	overflow: hidden;
	transition: height 0.75s ease-in-out;
}
#accordion-button
{
	overflow: hidden;
	transition: height 0.2s ease-in-out;
}

section.time,
section.contact { text-align: center; }
section.time h3,
section.contact h3
{
	font-size: 12px;
	display:inline-block;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
section.time td { font-size: 18px; font-weight: bold; }
section.time td:first-child { text-align: left; }
section.time td:last-child { text-align: right; }
section.time table { margin-bottom: 16px; }
section.contact p { margin-bottom: 18px; font-size: 18px; font-weight: bold; }
section.contact a.button
{
	padding:8px 52px;
	font-size:16px;
	color:#FFF;
	background-color:#3e484c;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
}
section.contact a.button:hover { background-color:#232a2d; text-decoration: none; }

