@CHARSET "UTF-8";

/*  ----------  FONTS  ----------  */
	
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
	@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);
	@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin);
	@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);
	
	@font-face {
	    font-family: 'Pacifico';
	    src: url('../fonts/Pacifico.eot');
	    src: url('../fonts/Pacifico.eot') format('embedded-opentype'),
	         url('../fonts/Pacifico.woff2') format('woff2'),
	         url('../fonts/Pacifico.woff') format('woff'),
	         url('../fonts/Pacifico.ttf') format('truetype'),
	         url('../fonts/Pacifico.svg#Pacifico') format('svg');
	}

/*  ----------  GENERAL  ----------  */

	html, body {
		/*width: 100%;
		height: 100%;*/
	}
	
	body {
		background-image: url("../images/body-pattern.png");
		background-repeat: repeat;	
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.layout *, .layout *:after, .layout *:before {
    	box-sizing: border-box;
	}
	
	.layout {
    	font-family: 'PT Sans', 'Arial', 'Verdana';
		color: #7c7c7c;
		font-size: 14px;
		line-height: 1;
	}
	
/*  ----------  TYPOGRAPHY  ----------  */
	
	.layout .wysiwyg {
		font-size: 1em;
	}
	
	.layout .wysiwyg h1, .layout .wysiwyg h2, .layout .wysiwyg h3, .layout .wysiwyg h4 {
	}
	
	.layout .wysiwyg h1 {
	}
	
	.layout .wysiwyg h2,
	.layout .arrow-title {
		font-size: 30px;
		font-weight: bold;
		color: #3b3d40;
		line-height: 30px;
		min-height: 73px;
		padding: 18px 0 0 58px;
		margin-left: -30px;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url("../images/icon/arrow-right-large.png");
		margin-bottom: 0.25em;
	}
	
	.layout .wysiwyg h2 .site-name,
	.layout .arrow-title .site-name {
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
		line-height: 18px;
		font-weight: normal;
		margin-top: -18px;
	}
	
	.layout .col-sidebar h2 {
		font-size: 30px;
		font-weight: bold;
		width: 207px;
		height: 65px;
		margin: 0 0 15px -2px;
		color: #fff !important;
		padding: 18px 14px 0 14px !important;
		line-height: 1em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url("../images/sidebar-title.png");
	}
	
	.layout .wysiwyg h3 {
		font-size: 18px;
		font-weight: bold;
		color: #3b3d40;
		line-height: 1.2em;
		margin-bottom: 0.5em;
	}
	
	.layout .wysiwyg h4 {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.2em;
		margin: 0.25em 0;
	}
	
	.layout .wysiwyg p {
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 1.7em;
	}
	
	.layout strong, .layout b {
		font-weight: bold;
	}

	.layout em, .layout i {
		font-style: italic;
	}

	.layout .wysiwyg .content-frame {
		border: 1px solid #7c7c7c;
		background-color: #f7f7f7;
		padding: 20px;
		margin: 1.7em 0;
		font-size: 14px;
		line-height: 1.7em;
	}

	.layout .wysiwyg .content-frame p {
		margin: 0;
	}

	.layout .wysiwyg hr {
		border: 0;
		height: 1px;
		padding: 0;
		margin: 1.7em 0;
		background-color: #d4d4d8;
	}

/*  ----------  LINKS  ----------  */

	.layout .wysiwyg a, .layout .wysiwyg a:visited {
		text-decoration: underline;
	}
	
	.layout a:hover, .layout a:focus {
		text-decoration: none;
	}
	
	.layout a:active {
	}
	
	.layout .icon-link {
		display: inline-block;
		background-repeat: no-repeat;
	}

	.layout .icon-link.arrow-right {
		background-image: url("../images/icon/arrow-right-small.png");
		background-position: right center;
		padding-right: 10px;
	}

	.layout .icon-link.arrow-left {
		background-image: url("../images/icon/arrow-left-small.png");
		background-position: left center;
		padding-left: 10px;
	}
	
/*  ----------  LISTS  ----------  */
	
	.layout .wysiwyg ol { 
		list-style: decimal; 
		margin: 1.7em 0;
		padding-left: 22px;
	}
	
	.layout .wysiwyg ul {
		margin-bottom: 1.7em;
	}
	
	.layout .wysiwyg ol li,
	.layout .wysiwyg ul li {
		line-height: 1.7em;
		margin: 0.5em 0;
	}
	
	.layout .wysiwyg ul li {
		position: relative;
		padding-left: 12px;
	}
	
	.layout .wysiwyg ul li:before {
		content: "\2022";
		position: absolute;
		left: 0;
		top: 0;
	}
	
/*  ----------  IMAGES  ----------  */

	.layout .wysiwyg img {
		max-width: 100%;
	}

	.layout .wysiwyg .picture-float-right {
		display: block;
		float: right;
		margin-left: 30px;
		margin-bottom: 10px;
	}
	
	.layout .wysiwyg .picture-float-left {
		display: block;
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}

	.layout .wysiwyg .picture-has-border {
		padding: 8px;
		background-image: url("../images/picture-decor-top-left.png"), url("../images/picture-decor-bottom-right.png");
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right bottom;
		margin-top: -8px;
	}

	.layout .wysiwyg .picture-has-border.picture-float-left {
		margin-left: -8px;
	}

	.layout .wysiwyg .picture-has-border.picture-float-right {
		margin-right: -8px;
	}

/*  ----------  TABLES  ----------  */

	table.data-table {
		width: 100%;
		margin-bottom: 1.7em;
	}
	
	table.data-table caption {
		height: 72px;
		margin-left: -30px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		text-align: left;
		padding: 30px 30px 0 30px;
		line-height: 1.2em;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url("../images/table-caption-top.png");
	}
	
	table.data-table th,
	table.data-table td {
		padding: 14px;
		font-size: 14px;
		line-height: 1.2em;
		border: 1px solid #d4d4d8;
		vertical-align: middle;
	}
	
	table.data-table th {
		font-weight: bold;
	}
	
	table.data-table tr th:first-child,
	table.data-table tr td:first-child {
		border-left: 0 none;
	}
	
	table.data-table tr th:last-child,
	table.data-table tr td:last-child {
		border-right: 0 none;
	}
	
	table.data-table td {
		background-color: #f7f7f7;
	}
	
	table.data-table td.bold {
		font-weight: bold;
	}
	
	table.data-table td.large {
		font-size: 18px;
	}

/*  ----------  PAGINATOR  ----------  */

	.paginator {
		height: 72px;
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url("../images/table-caption-bottom.png");
		color: #fff;
		margin: 30px 0 35px -30px;
		padding: 18px 20px 0 40px;
		text-align: center;
		line-height: 24px;
	}

	.paginator > div {
		display: inline-block;
	}

	.paginator .control {
		font-size: 1em;
	}

	.paginator a,
	.paginator span {
		display: inline-block;
		background-repeat: no-repeat;
		color: #fff;
		text-decoration: none;
	}

	.paginator .control .disabled {
		opacity: 0.5;
	}

	.paginator .control.previous {
		float: left;
	}

	.paginator .control.previous a,
	.paginator .control.previous span {
		background-image: url("../images/icon/arrow-left-small-white.png");
		background-position: right center;
		padding-right: 15px;
	}

	.paginator .control.next {
		float: right;
	}

	.paginator .control.next a,
	.paginator .control.next span {
		background-image: url("../images/icon/arrow-right-small-white.png");
		background-position: left center;
		padding-left: 15px;
	}

	.paginator .pages {
		font-size: 1.2em;
	}

	.paginator .pages a,
	.paginator .pages span {
		margin: 0 5px;
	}

	.paginator .pages .current {
		color: #333;
		font-weight: bold;
	}
	
/*  ----------  CLEARING  ----------  */

	.clear {
		clear: both;
		line-height: 0;
		font-size: 0;
		height: 0;
	}

	.clearfix:before, .clearfix:after {
	    display: table;
	    content: " ";
	    clear: both;
	}

/*  ----------  ANIMATION  ----------  */

	.layout .animated {
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		-ms-transition: all 0.25s;
		transition: all 0.25s;
	}
	
	.layout .animated.slow {
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

/*  ----------  COOKIE WARNING  ----------  */

    #cms-cookie-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: 99999;
        height: 72px;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url("../images/table-caption-bottom.png");
        color: #fff;
        text-align: center;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        line-height: 20px;
		background-color: #7c7c7c;
    }

    #cms-cookie-message {
        padding-top: 5px;
    }

    #cms-cookie-message a, #cms-cookie-allow {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

    #cms-cookie-message a:hover, #cms-cookie-allow:hover {
        text-decoration: none;
    }

    #cms-cookie-allow {
    }

/*  ----------  HIBA  ----------  */

    .sih-message {
        margin: 20px 0;
        padding: 9px 10px 9px 52px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
		position: relative;
    }

	.sih-message.error {
		background-color: #e85e5e;
	}

    .sih-message.success {
        background-color: #91c744;
    }

    .sih-message.notice {
        background-color: #f37a21;
    }

    .sih-message .icon {
		background-position: left top;
		background-repeat: no-repeat;
		height: 23px;
		left: 8px;
		position: absolute;
		top: 6px;
		width: 25px;
		display: block;
    }

    .sih-message:after {
		background-color: rgba(255, 255, 255, 0.3);
		content: "";
		left: 41px;
		position: absolute;
		top: 10px;
		bottom: 10px;
		width: 1px;
    }

    .sih-message.error .icon {
        background-image: url("../images/icon/error.png");
    }

    .sih-message.success .icon {
        background-image: url("../images/icon/success.png");
    }

    .sih-message.notice .icon {
        background-image: url("../images/icon/notice.png");
    }

    .hidden {
        display: none;
    }

/*  ----------  ADMIN FIX  ----------  */
	.cms-panel-dragger{
		z-index: 10;
	}

/* PROGRESS */
#progress {
	position: fixed;
	background: url("/static/images/ajax-loader.gif") center center no-repeat no-repeat, #f5f5f5;
	background-size: 1.5em;
	border-radius: 0.25em;
	left: 50%;
	top: 50%;
	margin: -1.5em 0 0 -1.5em;
	width: 3em;
	height: 3em;
	display: none;
	z-index: 10003;
}

.Overlay {
	position: fixed;
	width: 100%;
	background-color: rgba(39, 39, 39, 0.75);
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10002;
	text-align: center;
	display: none;
}


.event .event-main .event-view .event-item .pictures {
	margin: 1em 0;
}

.event .event-item .picture-container {
	float: left;
	margin: 15px 30px 15px 0;
	padding: 6px 15px;
	background-image: url("../images/picture-container.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 186px;
	width: 204px;
}

.event.event-view .event-item .pictures .picture-container:nth-child(3n+3) {
	margin-right: 0;
}

.event .event-item .picture-container .picture {
	display: block;
	width: 174px;
	height: 174px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 3px solid #fff;
}