/*  HTML5 ✰ Boilerplate  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
body {
	font: 13px/1.231 sans-serif;
	*font-size: small;
}
select, input, textarea, button {
	font: 99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
html {
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}
a:hover, a:active {
	outline: none;
}
ul, ol {
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
}
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}
textarea {
	overflow: auto;
}
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
button, input, select, textarea {
	margin: 0;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 5px red;
	-moz-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}
::-moz-selection {
	background: #D3211E;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #D3211E;
	color: #fff;
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #D3211E;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
body, select, input, textarea {
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a, a:active, a:visited {
	color: #607890;
}
a:hover {
	color: #036;
}
/*
// ========================================== \\
||                                              ||
||               Your styles !                  ||
||                                              ||
\\ ========================================== //
 */
html, body {
	height: 100%;
	overflow: hidden;
	background: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #58585a;
}
body {
	min-width: 960px;
}
body.home {
	background: url("img/logoPattern.png") repeat scroll transparent;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
header, .wrapper {
	width: 100%;
}
.centered {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}
#container {
	position: relative;
	height: 100%;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	z-index: 50;
}
/*-- nav1 --*/
.nav1.wrapper {
	position: absolute;
	height: 75px;
	top: -75px;
	background: url(img/bgWhite90.png) repeat transparent;
}
#nav1 {
	height: 75px;
	text-transform: uppercase;
}
#nav1 > ul {
	position: relative;
	top: 52px;
}
#nav1 > ul > li {
	display: block;
	height: 26px;
	float: left;
	margin-left: 30px;
}
#nav1 > ul > li.first {
	margin-left: 0px;
}
/*-- nav2 --*/
#nav1 > ul > li > ul {
	position: absolute;
	padding-top: 12px;
	display: none;
	background: transparent;
}
/* show sub-menu on hover if JS is not active and if parent main-menu-section is active */
#nav1 > ul > li.active > ul, .no-js #nav1 > ul > li:hover > ul {
	display: inherit;
}
#nav1 > ul ul a {
	min-width: 80px;
	text-transform: none;
}
.nav2.wrapper {
	position: absolute;
	height: 86px;
	background: url(img/bgFade.png) transparent;
	background-position: 0 -1500px;
	margin-top: 75px;
	font-size: 11px;
}
/*-- navMeta --*/
#navMeta {
	position: absolute;
	width: 200px;
	height: 26px;
	right: 50%;
	margin-right: -342px;
	top: 53px;
	font-size: 10px;
}
#navMeta li {
	float: left;
	margin-right: 12px;
}
#navMeta li.first {
	margin-left: 0px;
}
nav a, nav a:active, nav a:visited {
	color: #a89751;
}
nav li:hover > a, nav li.active > a {
	display: block;
	color: #d3211e;
	text-decoration: none;
}
/* temporarily disable the lang-picker */
#navMeta li.last {
	display: none;
	visibility: hidden;
}
/*-- MAIN --*/
.main.wrapper {
	position: absolute;
	top: 161px;
	background: #fff;
	opacity: 1;
}
#main {
	height: auto;
	padding-top: 34px;
	padding-bottom: 50px;
}
#main > article, #main > article section, form div.section {
	width: 664px;
	height: auto;
	padding-right: 120px;
	display: inline-block;
	background: #FFF;
}
#main > article section, form div.section {
	padding-top: 24px;
	margin-top: 30px;
	border-top: 1px solid #eeeadc;
}
/* if there's no introtext in <article> itself */
#main > article.noIntroText section.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#main > article.imgInSection section.noImg {
	padding-left: 270px;
	width: 394px;
}
#main > article aside, form div.aside {
	float: left;
	margin-top: 3px;
	padding-right: 40px;
	width: 230px;
}
#main > article aside > img {
	float: right;
}
#main > article > div, #main > article section > div, form div.section > div {
	overflow: hidden;
}
#main > article h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 0.15em;
}
#main > article a {
	color: #D3211E;
}
#main > article.box1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 214px;
	height: auto;
	padding: 17px;
	margin: 20px;
	background: #FFF;
}

#main > article.box1 p {
	color: #a89751;
}

#logoContainer {
	position: fixed;
	top: 0;
	left: 0px;
}
#logoAC {
	width: 55px;
	height: 112px;
	position: fixed;
	z-index: 100;
	right: 50%;
	margin-right: -413px;
	top: 56px;
	background: url(img/logoAC.png) no-repeat transparent;
}
#logoText {
	width: 79px;
	height: 46px;
	position: fixed;
	z-index: 100;
	right: 50%;
	margin-right: -492px;
	top: 117px;
	background: url(img/logoText.png) no-repeat transparent;
}
#logoBand {
	width: 55px;
	height: 100%;
	position: fixed;
	z-index: 50;
	top:0;
	right: 50%;
	margin-right: -413px;
	background: url(img/logoBand.png) 0 -56px repeat-y transparent;
	overflow: hidden;
}
#btnInfo {
	width: 19px;
	height: 19px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: url(img/icoInfo.png) no-repeat transparent;
	z-index: 80;
}
footer {
	display: none;
	width: 100%;
	height: 32px;
	position: fixed;
	bottom: 0;
	background: #fff;
	opacity: 0.9;
	font-size: 10px;
	color: #a89751;
	z-index: 100;
}
footer p {
	padding: 7px 0 0 21px;
}
footer a.close {
	width: 39px;
	height: 17px;
	position: absolute;
	top: -17px;
	left: 22px;
	background: url(img/icoCloseDown.png) no-repeat scroll 16px 5px #fff;
	opacity: 0.9;
}
/*--- FORMS ---*/
input {
	height: 18px;
}
textarea {
	width: 380px;
	height: 200px;
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
}
input, textarea {
	background: #fff;
	border: 1px solid #d9cc94;
}
input:focus, textarea:focus {
	border: 1px solid #bbaa69;
}
input.error, textarea.error {
	border: 2px solid #D3211E;
}
input.checkbox, input.radio {
	border: none;
}
label.error {
	display: block;
	clear: left;
	color: #D3211E;
	font-size: 10px;
	font-style: italic;
}
div.checkbox {
	margin-top: 5px;
}
form ul, form li {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	display: block;
	width: 380px;
	float: left;
	clear: both;
	margin-bottom: 7px;
}
form li.last {
	margin-bottom: 0px;
}
form .full, form .full input {
	width: 380px;
}
form .half, form .half input {
	width: 180px;
}
form .medium, form .medium input {
	width: 130px;
}
form .large, form .large input {
	width: 280px;
}
form .small, form .small input {
	width: 80px;
}
form input.button {
	height: 25px;
	margin-top: 15px;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #bbaa69;
	background: #d9cc94;
}
label.choice {
	margin-left: 5px;
	margin-right: 20px;
}
#main form aside {
	margin-top: 0;
}
form aside h2, form .aside h2 {
	float: left;
	color: #A89751;
}
a.removeGuest, a.addGuest {
	display: block;
	height: 17px;
	margin-left: 270px;
	margin-top: 20px;
	padding-left: 25px;
	background: url(img/minus.png) no-repeat left transparent;
}
a.addGuest {
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(img/plus.png) no-repeat left transparent;
}
/*--- TEMPLATE SPECIFIC ---*/
/*-- Template: Home --*/
.home .fadeIn {
	display: none;
}
.no-js .home .fadeIn {
	display: inherit;
}
.home .main.wrapper {
	background: none;

}
.home .nav2.wrapper {
	background-position: 0 0px;
}
.no-js .home .nav2.wrapper {
	background-position: 0 -1500px;
}
/*-- Template: Event List --*/
.eventList section p {
	color: #a89751;
}
.eventList .more {
	margin-top: 0;
}
.mainDate {
	font-weight: bold;
	color: #a89751;
}

/*-- Template: Basic --*/
.basic #main h1 {
	margin-bottom: 1em;
}

/*-- Template: Newsletter --*/
.newsletter #main h1 {
	margin-bottom: 1em;
}

/*-- Template: Event Details --*/
.subDate {
	font-size: 11px;
	font-weight: bold;
	color: #a89751;
}
.eventDetail article > aside {
   display: none;   
}
.eventDetail section {
	line-break: 16px;
}
.eventDetail section h2 {
	font-weight: bold;
	font-size: 11px;
	color: #58585a;
}
.eventDetail article p {
	font-size: 12px;
	color: #a89751;
}
.eventDetail section p, .eventDetail section div > div {
	font-size: 11px;
	color: #58585a;
}
/*-- Template: Two Columns --*/
.twoColumns #main > article aside img {
	margin-bottom: 20px;
}
/*-- Template: Event Application --*/
/*--- MISC ---*/
.colorizeGold {
	color: #A89751;
}
.colorizeRed {
	color: #D3211E;
}
.smaller {
	font-size: 0.85em;
}
.fl {
	float: left;
}
.middle {
	float: left;
	padding-left: 20px;
}
.fr {
	float: right;
}
a.more, a.back {
	display: block;
	margin-top: 1em;
	color: #d3211e !important;
}
a.more:before {
	content: "> ";
}
a.back:before {
	content: "< ";
}
.back.event {
	margin-left: 270px;
	margin-top: 40px;
}
.status {
    color: #D3211E !important;
    display: block;
    margin-top: 1em;
}

#tooltip {
	position: absolute;
	padding: 2px 5px;
	display: none;
	font-size: 10px;
	border: 1px solid #a89751;
	background: #fff;
	opacity: 0.85;
	color: #58585A;
	z-index: 1000;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


.home .wrapper.main {
	background: white;
}

.home #main {
	padding-left: 0;
	padding-right: 0;
}

.home #main .box1 {
	width: auto;
	right: 0;
	margin: 0;
	padding: 0 120px 0 0;
	width: 664px;
	position: static;
}

.slick-prev::before, .slick-next::before {
	color: #b9a46a !important;
	font-size: 35px;
}

.slick-prev, .slick-next {
	width: 24px;
	height: 41px;
	margin-top: -20px;
}

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -50px;
}

.home-slider {
	overflow: visible !important;
	padding: 0;
	margin: 0;
}

.slick-slide {
    margin: 0 20px;
}

.slick-list {
    margin: 0 -20px;
}

.slide .category {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.8px;
	padding-bottom: 10px;
	font-weight: bold;
}

.slide .content {
	padding-top: 25px;
	font-size: 12px;
	line-height: 16px;
}

.slide .content > * {
	display: inline-block;
}

.slide .content .text {
	display: block;
}

#main > article.box1 .slide .content .text p{
	color: #58585A;
}

#main > article.box1 .slide .content .text em {
	font-style: italic;
}

.slide .image {
	max-height: 230px;
	max-width: 100%;
}

.slide .image img {
	max-width: 100%;
	max-height: 100%;
}