.clear {
	clear:both;
}
.setCenter {
	position: relative;
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
}
/***************************************************/
/********************* CONTENT *********************/
/***************************************************/
html {
	font-family: 'Lato', sans-serif;
}
a, a:focus {
	/* IE BACKGROUND ON ACTIVE */
	background-color: transparent;
	/* REMOVE DOTTED OUTLINE ON FOCUS */
	outline: none;
}
strong {
	font-weight: 700;
}

/**
 * HEADER
 **/
#header {
	position: relative;
	padding: 5px 0;
	height: 110px;
	background-color: #FFF;
}
#logo, #menu {
	position: relative;
	float: left;
}
#logo > a, #logo  img {
	position: relative;
	display: block;
	width: 305px;
	height: 100px;
}
#menu {
	margin-left: 50px;
}
#menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul > li.option {
	position: relative;
	display: inline;
	padding: 0 10px;
	line-height: 100px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
#menu ul > li.option a {
	color: #000;
	text-decoration: none;
	
	-webkit-transition: color 150ms ease-in;
	-moz-transition: color 150ms ease-in;
	-ms-transition: color 150ms ease-in;
	-o-transition: color 150ms ease-in;
	transition: color 150ms ease-in;
}
#menu ul > li.option a:hover, #menu ul > li.option.current a {
	color: #8A703F;
}
#menu ul > li.option.current a {
	font-style: italic;
}
#social {
	position: absolute;
	top: 5px;
	right: 5px;
}
#social > a {
	margin: 0 3px;
	background-color: #666;
	
	-webkit-transition: background 150ms ease-in;
	-moz-transition: background 150ms ease-in;
	-ms-transition: background 150ms ease-in;
	-o-transition: background 150ms ease-in;
	transition: background 150ms ease-in;
}
#social > a:hover {
	background-color: #8A703F;
}

/**
 * TOP
 **/
#top {
	position: relative;
	min-width: 980px;
	height: 400px;
	background-color: #666;
}
#top-separator {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	background: url('../img/site/top-separator.png') no-repeat bottom center transparent scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1000;
}
#top-separator .icon-contacts {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../img/site/icon-contacts.png') no-repeat bottom center transparent scroll;
}
#top-separator .icon {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../img/site/icon-scroll.png') no-repeat bottom center transparent scroll;
}
#top-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top-slideshow .top-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top-caption {
	position: relative;
	margin-top: 40px;
	float: left;
	z-index: 1000;
}
#top-caption .content {
	position: relative;
	max-height: 300px;
	background: url('../img/site/bg-op75-black.png') repeat transparent;
}
#top-caption .title, #top-caption .subtitle {
	position: relative;
	padding: 20px 30px;
	width: 550px;
}
#top-caption .title {
	max-height: 112px;
	color: #FFF;
	font-size: 30px;
	font-weight: 900;
}
#top-caption .subtitle {
	max-height: 128px;
	color: #8A703F;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	background: url('../img/site/bg-op75-black.png') repeat transparent;
}
#top-pager {
	position: relative;
	padding-left: 30px;
}
#top-pager span {
	color: #FFF;
	font-size: 30px;
	cursor: pointer;
}
#top-pager .cycle-pager-active {
	color: #8A703F;
}
#map {
	position: relative;
	width: 100%;
	height: 100%;
}

/**
 * CONTENT
 **/
#content {
	position: relative;
	padding-top: 30px;
}

/**
 * HOME
 **/
.home-block {
	position: relative;
	float: left;
	width: 276px;
	height: 380px;
}
.home-block .home-header {
	position: relative;
	height: 80px;
	color: #8A703F;
	font-style: italic;
}
.home-block .home-header a {
	color: #8A703F;
	text-decoration: none;
}
.home-block .home-header span {
	position: relative;
	display: block;
}
.home-block .home-header .home-title {
	height: 58px;
	font-size: 24px;
	font-weight: 900;
	overflow: hidden;
}
.home-block .home-header .home-date {
	font-size: 18px;
	font-weight: 400;
}
.home-block .home-desc {
	position: relative;
	height: 297px;
	line-height: 1.3;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}
.home-read {
	position: relative;
	display: block;
	color: #8A703F;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

/**
 * MULTI
 **/
#multi-anchors {
	position: relative;
	margin-bottom: 40px;
	text-align: left;
	float:left;
	width:25%;
}
#multi-anchors a {
	position: relative;
	display: block;
	color: #999;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	padding:10px;
	text-align:right;
	
	-webkit-transition: color 150ms ease-in;
	-moz-transition: color 150ms ease-in;
	-ms-transition: color 150ms ease-in;
	-o-transition: color 150ms ease-in;
	transition: color 150ms ease-in;
}
#multi-anchors a.current, #multi-anchors a:hover {
	color: #8A703F;
	font-weight:300;
}
.multi-block {
	position: relative;
	text-align: left;
	float:right;
	width:70%;
}
.multi-block .multi-header {
	color: #8A703F;
	font-style: italic;
}
.multi-block .multi-header span {
	position: relative;
	display: block;
}
.multi-block .multi-header .multi-title {
	font-size: 24px;
	font-weight: 900;
}
.multi-block .multi-header .multi-date {
	font-size: 18px;
	font-weight: 400;
}
.multi-block .multi-desc {
	position: relative;
	line-height: 1.3;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.multi-block .multi-desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.separator {
	position: relative;
	margin: 20px auto;
	width: 35px;
	height: 1px;
	background-color: #D9D9D9;
	border: 0 none;
}

/**
 * PDFs
 **/
.pdf {
	margin: 30px 0 10px;
	padding: 0;
	list-style: none;
}
.pdf li {
	margin: 5px 0;
}
.pdf img {
	width: 24px;
}
.pdf a {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
}

/**
 * GALLERY
 **/
.gallery {
	position: relative;
	margin: 20px auto;
	width: 531px;
	text-align: center;
}
.arrow {
	position: relative;
	float: left;
	margin: 19.5px 20px 0;
	width: 29px;
	height: 55px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('../img/site/content-arrows.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.arrow.disabled {
	cursor: default;
	visibility: hidden;
}
.arrow.prev {
	background-position: left center;
}
.arrow.next {
	background-position: right center;
}
.gallery-wrapper {
	position: relative;
	float: left;
	width: 393px;
}
.gallery-group {
	position: relative;
	width: 393px;
}
.gallery-group a {
	margin: 0 5px;
}
.gallery-group img {
	border: 3px solid #BC9D66;
}

/**
 * TEXT
 **/
.text-title {
	position: relative;
	color: #666;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	text-align: center;
}
.text-desc {
	position: relative;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}


/**
 * CONTACTS
 **/
.contact-block {
	position: relative;
	float: left;
	width: 276px;
	color: #666;
}
.contact-block * {
	text-align: left !important;
}
.contact-block hr {
	position: relative;
	margin: 15px auto;
	width: 5px;
	height: 1px;
	background-color: #666;
	border: 0 none;
}
.contact-block header {
	font-size: 14px;
	font-weight: 700;
}
.contact-block p, .contact-block p * {
	color: #666;
	font-size: 13px !important;
}
.contact-block a {
	text-decoration: none;
}

/**
 * FOOTER
 **/
html, body {
	height: 100%;
}
#holder {
	position: relative;
	min-height: 100%;
}
#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 980px;
}
#footer > .setCenter {
	margin-top: 40px;
}
.gotop {
	position: relative;
	float: right;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: url('../img/site/icon-top.png') no-repeat center transparent scroll;
}
.gotop a {
	color: #FFF;
	font-style: italic;
	font-weight: 300;
	text-decoration: none;
	text-transform: lowercase;
}
#footer-icon {
	position: relative;
	margin: 0 auto;
	width: 71px;
	height: 42px;
	background: url('../img/site/icon-contacts-bottom.png') no-repeat center transparent scroll;
	z-index: 2;
}
#footer-content {
	position: relative;
	margin-top: -13px;
	padding: 35px 0;
	color: #666;
	background-color: #E5E5E5;
	z-index: 1;
	/* IE7 HACK */
	*z-index: -1;
}
.footer-contacts {
	position: relative;
}


/***************************************************/
/********************* OTHERS **********************/
/***************************************************/
/* Messages */
div.dialog
{
	margin:10px 0;
	padding:10px;
	text-align:left;
	color:#333;
}
div.dialog.done
{
	background:#e2ebb9;
	border:1px solid #92a441;
}
div.dialog.error
{
	background:#f6d0cd;
	border:1px solid #ff331e;
}
div.dialog.notes
{
	background:#dfebff;
	border:1px solid #9fc0f5;
}
div.dialog p
{
	margin:5px 0;
}

/* Confirmation */
#popup_wrapper
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width:100%;
	z-index:99999;
}
#popup_container
{
	position:relative;
	font-family:Arial, sans-serif;
	font-size:12px;
	min-width:300px;
	max-width:600px;
	background:#FFF;
	border:solid 5px #999;
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#popup_title
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.75em;
	color:#666;
	background:#CCC url('../dotcontrol/img/jquery_popup/title.gif') top repeat-x;
	border:solid 1px #FFF;
	border-bottom:solid 1px #999;
	cursor:default;
	padding:0em;
	margin:0em;
} 
#popup_content
{
	background:16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
	padding:1em 1.75em;
	margin:0em;
}
#popup_content.alert
{
	background-image:url('../dotcontrol/img/jquery_popup/info.gif');
} 
#popup_content.confirm
{
	background-image:url('../dotcontrol/img/jquery_popup/important.gif');
}
#popup_content.prompt
{
	background-image:url('../dotcontrol/img/jquery_popup/help.gif');
}
#popup_message
{
	padding-left:48px;
}
#popup_panel
{
	text-align:center;
	margin:1em 0em 0em 1em;
}
#popup_panel .btn
{
	background:url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
	border:1px solid #c5c5c5;
	padding:3px 10px 3px 10px;
	font-size:9px;
	font-family:Tahoma;
	text-transform:uppercase;
	cursor:pointer;
}
#popup_panel .btn:hover
{
	background:url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
	border:1px solid #a5a5a5;
	color:#343434;
	padding:3px 10px 3px 10px;
	font-size:9px;
	font-family:Tahoma;
	text-transform:uppercase;
	cursor:pointer;
}
#popup_prompt
{
	margin:.5em 0em;
}