/*#######################################
	Solidaris
	www.solidaris.at
	19.10.2018
	Last update: <!--%DateStamp%-->10.05.2019<!---->
#######################################*/

/* ***************************************************************************************
	EXTERNAL FONTS @import
======================================================================================= */

@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Condensed:400,700");

/*
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Lato", sans-serif;
*/

/* ************************************************************************************ */


/* ***************************************************************************************
	COMMON - Styles
======================================================================================= */

html
	{
		background: rgb(255,255,255);
		background: radial-gradient(circle, rgba(255,255,255,1) 40%, rgba(233, 226, 228, 1) 100%);
		background-attachment: fixed;
	}

body
	{
		margin: 0px;
		padding: 0px;
		font-family: "Lato", sans-serif;
		font-size: 17px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

h1,
h2,
h3
	{
		font-family: "Roboto Condensed", sans-serif;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

h1
	{
		margin: 0px 0px 15px;
		font-size: 45px;
	}

h2
	{
		margin: 30px 0px 15px;
		font-size: 32px;
	}

h2.startpage
	{
		margin: 0px 0px 16px;
		font-size: 45px;
	}

h3
	{
		margin: 30px 0px 6px;
		font-size: 28px;
	}

p
	{
		position: relative;
		margin: 0px 0px 15px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

a
	{
		transition: color 0.35s linear 0s, background-color 0.35s linear 0s;
	}
	
section a
	{
		color: #C5194A;
	}

section a:hover
	{
		color: #EA5D85;
	}

.button a
	{
		color: inherit;
		text-decoration: none;
	}

a.external:after
	{
		content: "\f35d";
		position: absolute;
		top: 3px;
		margin-left: 8px;
		font-family: "fontAwesome900";
		font-size: 16px;
	}

p a.external:after
	{
		content: "\f35d";
		position: relative;
		top: 0px;
		margin-left: 8px;
		font-family: "fontAwesome900";
		font-size: 16px;
	}

img
	{
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

.align-left
	{
		margin: 0px 30px 20px 0px;
		float: left;
	}


.align-right
	{
		margin: 0px 0px 20px 30px;
		float: right;
	}

.txt-center
	{
		text-align: center;
	}

.set-bottom-l
	{
		position: absolute;
		bottom: 0px;
		left: 5px;
	}

.set-bottom-r
	{
		position: absolute;
		bottom: 0px;
		right: 5px;
	}

.no-margin
	{
		margin: 0px;
	}

footer.no-top-padding,
.no-top-padding
	{
		padding-top: 0px;
	}

a.lightbox
	{
		position: relative;
		border: 2px solid #808080;
		padding: 2px;
		display: inline-block;
		transition: border 0.5s ease 0s;
		box-sizing: border-box;
		z-index: 10;
	}

a.lightbox:hover
	{
		border: 2px solid #CCCCCC;
	}

a.lightbox img
	{
		opacity: 1;
		display: block;
		transition: opacity 0.5s ease 0s;
	}

a.lightbox:hover img
	{
		opacity: 0.6;
	}

span.marking
	{
		padding: 0px 5px;
		color: #FFFFFF;
		background-color: #C5194A;
	}

span.marking-grey
	{
		padding: 0px 5px;
		color: #FFFFFF;
		background-color: #929292;
	}

.inline
	{
		width: 250px;
		height: auto;

	}

.fa-file-pdf
	{
		color: #FF0000;
	}

.bg-blur
	{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}

.bg-noblur
	{
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}


img.nolink
	{
		margin-top: 40px;
	}


dl
	{

	}

dt
	{
		float: left;
	}

dd
	{
		margin-left: 8em;
		padding-bottom: 0.8em;
	}

a.booklink
	{
		margin-right: 10px;
		display: inline-block;
	}


::-moz-selection
	{
		color: #FFFFFF;
		background: #C5194A;
	}

::selection
	{
		color: #FFFFFF;
		background: #C5194A;
	}

p:last-of-type:after,
.clearfix:after
	{
		content: "";
		display: table;
		clear: both;
	}

/* ************************************************************************************ */

.flexee
	{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;

		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;

		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}


/* ***************************************************************************************
	SPLIT BOXES
======================================================================================= */

.split-limit
	{
		width: 960px;
		margin: 0px auto 0px;
	}

.split
	{
		width: 50%;
		margin: 0px;
	}

.splitbox-wrapper
	{
		position: relative;
		top: 50%;
		height: 100%;
		margin: auto 0px;
		padding: 30px 30px;
		box-sizing: border-box;
		transform: translateY(-50%);
	}

.splitbox
	{
		height: 100%;
		padding: 30px;
		font-size: 22px;
		box-sizing: border-box;
	}

.splitbox.border-white
	{
		border: 1px solid #FFFFFF;
	}

.splitbox.border-magenta
	{
		border: 1px solid #C5194A;
	}

.splitbox h3.slogan
	{
		position: absolute;
		top: 50%;
		width: 100%;
		margin-left: -60px;
		padding: 0px 60px;
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		transform: translateY(-50%);
		box-sizing: border-box;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	FOOTER NAV
======================================================================================= */

ul.footernav
	{
		margin: 0px;
		text-align: left;
	}

ul.footernav li
	{
		display: inline;
	}

ul.footernav li a
	{
		margin-right: 10px;
		color: #FFFFFF;
	}

ul.footernav li a:hover
	{
		color: #DDDDDD;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	START PAGE NEWS BOX
======================================================================================= */

#latest .entry
	{
		height: 280px;
	}

#latest h3
	{
		margin: 0px;
		border-bottom: 1px solid #C5194A;
		display: block;
	}

.actibox
	{
		position: relative;
		top: 0px;
		height: 240px;
	}

.actibox .title
	{
		height: 70px;
		font-size: 22px;
		font-weight: 700;
		overflow: hidden;
	}

.actibox .image
	{

	}

.actibox .date
	{
		margin-bottom: 10px;
		color: #C5194A;
		font-size: 18px;
		text-align: right;
	}

.actibox .text
	{

	}

.actibox .more
	{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: auto;
		z-index: 10;
	}

.actibox .more a
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 32px;
		padding: 1px 35px 9px 5px;
		color: #FFFFFF;
		background-color: #C5194A;
		text-align: right;
		text-decoration: none;
		display: inline-block;
		box-sizing: border-box;
	}

.actibox .more a:after
	{
		content: "\f101";
		position: absolute;
		right: 9px;
		font-family: "fontAwesome900";
		font-size: 19px;
	}

.actibox .more a:hover
	{
		color: #C5194A;
		background-color: #FFFFFF;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	NEWS SECTION
======================================================================================= */

#aktuelles h1
	{
		margin: 0px 0px 0px;
	}

.flexitem--News
	{
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

.filling-empty-space-childs-flexitem--News
	{
		width: 48%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}

.flexitem--News
	{
		position: relative;
		top: 0px;
		left: 0px;
		height: auto;
		margin-bottom: 30px;
		padding: 5px 5px 40px;
		box-sizing: border-box;
		display: block;
		transition: background-color 0.5s ease 0s;
	}

.flexitem--News:hover
	{
		background-color: rgba(230, 230, 230, 0.1);
	}


.flexitem--News h2
	{
		min-height: 70px;
		margin: 0px 0px 15px;
		font-size: 34px;
		line-height: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

.flexitem--News h2 a
	{
		-webkit-align-self: flex-end;
		align-self: flex-end;
	}

.flexitem--News h2 a.color-primary-0
	{
/*
		color: #BFBFBF;
*/
		text-decoration: none;
		transition: color 0.5s ease 0s;
	}

.flexitem--News h2 a.color-primary-0:hover
	{
		color: #7E838B;
	}

.flexitem--News .preview
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 180px;
		background-size: cover;
		background-position: center;
		opacity: 1;
		transition: opacity 0.3s ease-out 0s;
	}

.flexitem--News .preview:hover
	{
		opacity: 0.6;
	}

.flexitem--News span.date
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 0px 0px 10px;
		padding: 3px 5px;
		font-size: 14px;
		text-align: right;
/*
		color: #888888;
		background-color: #F5F2EF;
*/
		box-sizing: border-box;
		display: block;
	}

.flexitem--News p
	{
		margin-bottom: 14px;
	}



.news-detail h1
	{
		margin: 0px 0px 0px;
		font-size: 40px;
	}

.news-detail span.date
	{
		margin-bottom: 30px;
		display: block;
	}

span.more
	{
		margin-bottom: 10px;
		text-align: right;
		display: block;
	}

span.more a
	{
/*
		color: #BBBBBB;
*/
		font-style: italic;
		text-decoration: none;
	}

span.more a:hover
	{
		color: #62666F;
	}

.gallery-wrapper
	{
		margin-top: 20px;
	}

.gallerybox
	{
		width: 20%;
		padding: 5px;
		display: block;
		box-sizing: border-box;
		float: left;
	}

iframe.fb
	{
		margin: 0px 0px 20px;
		display: block;
	}

.archivebutton-wrapper
	{
		margin-bottom: 20px;
		text-align: right;
	}

.print-wrapper
	{
		text-align: right;
	}

.print-wrapper a
	{
		text-decoration: none;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	JOBS SECTION
======================================================================================= */


.flexitem--Jobs
	{
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

.filling-empty-space-childs-flexitem--Jobs
	{
		width: 48%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}

.flexitem--Jobs
	{
		position: relative;
		top: 0px;
		left: 0px;
		height: auto;
		margin-bottom: 30px;
		padding: 5px 5px 40px;
		box-sizing: border-box;
		display: block;
		transition: background-color 0.5s ease 0s;
	}

.flexitem--jobs:hover
	{
		background-color: rgba(230, 230, 230, 0.1);
	}


.flexitem--Jobs h2
	{
		min-height: 68px;
		margin: 0px 0px 15px;
		font-size: 34px;
		line-height: 100%;
	}

.flexitem--Jobs h2 a.color-primary-0
	{
/*
		color: #BFBFBF;
*/
		text-decoration: none;
		transition: color 0.5s ease 0s;
	}

.flexitem--Jobs h2 a.color-primary-0:hover
	{
		color: #7E838B;
	}

.flexitem--News p
	{
		margin-bottom: 14px;
	}


/* ************************************************************************************ */



/* ***************************************************************************************
	SECTION - layout & style
======================================================================================= */

#logoBox.full
	{
		padding-top: 0px;
		text-align: center;
	}

#logoBox
	{
		padding: 20px 15px 10px;
		text-align: left;
	}

#logoBox a
	{
		display: inline-block;
	}

#logoBox img
	{
		width: 400px;
		height: auto;
		margin: 0px auto 0px;
	}

.header
	{
		position: relative;
		top: 0px;
		z-index: 50;
	}

.header-shadow
	{
		box-shadow: 0px 2px 8px #333333;
		-moz-box-shadow: 0px 2px 8px #333333;
		-webkit-box-shadow: 0px 2px 8px #333333;
	}

.main
	{
		position: relative;
	}

section
	{
		padding: 0px 0px;
	}

section .container,
section .footer
	{
		padding: 30px 15px 30px;
		box-sizing: border-box;
	}

.promo
	{
		position: relative;
		height: auto;
		padding: 30px 20px;
		font-size: 30px;
		text-align: center;
		box-shadow: 0px 0px 30px #808080;
		-moz-box-shadow: 0px 0px 30px #808080;
		-webkit-box-shadow: 0px 0px 30px #808080;
		z-index: 10;
	}

.promo p
	{
		margin: 0px;
		line-height: 130%;
	}

.promo img
	{
		width: auto;
		margin: 0px auto;
		display: block;
	}

#geschaeftsfuehrung .img-person
	{
		margin-bottom: 20px;
	}

#geschaeftsfuehrung .img-person img
	{
		margin: 0px auto;
	}


#geschaeftsfuehrung .short-desc
	{

	}

#geschaeftsfuehrung .short-desc h2
	{
		margin-bottom: 5px;
	}



.container.for-images
	{
		max-width: 85%;
	}

.container.for-images-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}

section .container.for-maps
	{
		margin: 0px auto;
		padding: 0px;
	}


section .container.for-maps-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}


.footer
	{
		padding: 30px 0px;
		background-color: #646464;
		box-sizing: border-box;
	}

.footer ul
	{
		margin: 0px;
	}

.footer ul li
	{
		list-style: none;
	}

.footer ul li a
	{
		text-decoration: underline;
	}

.footer .container
	{
		padding: 30px 15px 30px;		
		color:#F2F2F2;
		box-sizing: border-box;	
	}

#asocial-media
	{
		margin-bottom: 20px;
	}

#asocial-media a
	{
		margin: 0px 8px 10px 0px;
		color: #777777;
		display: inline-block;
		transition: color 0.5s ease 0s, fill 0.5s ease 0s;
	}

#asocial-media a:hover
	{
		color: #BBBBBB;
	}

#asocial-media a i
	{
		font-size: 40px;
	}

#nav-to-top
	{
		position: fixed;
		right: 60px;
		bottom: 30px;
		padding: 4px 12px 9px;
		font-size: 18px;
		color: #F2F2F2;
		background-color: rgba(51, 51, 51, 0.8);
		box-shadow: 0px 0px 10px #808080;
		-moz-box-shadow: 0px 0px 10px #808080;
		-webkit-box-shadow: 0px 0px 10px #808080;
		cursor: pointer;
		display: none;
		z-index: 60;
		transition: background-color 0.35s ease-out 0s;
	}

#nav-to-top:hover
	{
		background-color: rgba(197, 25, 74, 0.8);
	}


.colset
	{
		column-gap: 40px;
		column-rule: 0px solid #333333;
		column-width: 260px;
		box-decoration-break: clone;
	}

.colset.col2
	{
		column-count: 2;
	}

.colset.col3
	{
		column-count: 3;
	}

.colset.col4
	{
		column-count: 4;
	}









/* ************************************************************************************ */



/* ***************************************************************************************
	SCROLLER RELATED
======================================================================================= */

.separator-pure-white polygon,
.separator-pure-white polyline,
.separator-pure-white path
	{
		fill: #FFFFFF;

	}

.separator-white polygon,
.separator-white polyline,
.separator-white path
	{
		fill: #F2F2F2;

	}

.separator-yellow polygon,
.separator-yellow polyline,
.separator-yellow path
	{
		fill: #D9CB59;

	}

/* Section container colors ----------------------------------------------------------- */

.bg-pure-white
	{
		color: #333333;
		background-color: #FFFFFF;
	}

.bg-white
	{
		color: #333333;
		background-color: #F7F7F7;
	}

.bg-black
	{
		color: #F2F2F2;
		background-color: #1F1F1F;
	}

.bg-blue
	{
		color: #FFFFFF;
		background-color: #478EF2;
	}

.bg-red
	{
		background-color: #FF5643;
	}

.bg-yellow
	{
		background-color: #D9CB59;
	}

.bg-light-grey
	{
		background-color: #D9D9D9;
	}

.bg-light-beige
	{
		background-color: #B1AA8A;
	}

.bg-light-violet
	{
		background-color: #D1B3EF;
	}

.bg-grad-white
	{
		background: #FFFFFF;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: -webkit-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9D9', GradientType=0);
	}

.bg-grad-grey
	{
		background: #D9D9D9;
		background: -moz-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9D9D9', endColorstr='#FFFFFF', GradientType=0);
	}



.hero
	{
		color: #F2F2F2;
		background-color: #009DE0
	}

.hero-side
	{
		color: #F2F2F2;
		background-color: #75B2F2
	}



/* Section styles --------------------------------------------------------------------- */

section.clear,
section.is-content
	{
		background-color: transparent;
	}



.bg-gfx-1
	{
		background-image: url("../gfx/vegas-overlays/01.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-2
	{
		background-image: url("../gfx/vegas-overlays/02.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-3
	{
		background-image: url("../gfx/vegas-overlays/03.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 1px;
	}

.bg-gfx-4
	{
		background-image: url("../gfx/vegas-overlays/04.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 1px 2px;
	}

.bg-gfx-5
	{
		background-image: url("../gfx/vegas-overlays/05.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-6
	{
		background-image: url("../gfx/vegas-overlays/06.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-7
	{
		background-image: url("../gfx/vegas-overlays/07.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-8
	{
		background-image: url("../gfx/vegas-overlays/08.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 6px 6px;
	}

.bg-gfx-9
	{
		background-image: url("../gfx/vegas-overlays/09.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-10
	{
		background-image: url("../gfx/vegas-overlays/10.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-11
	{
		background-image: url("../gfx/vegas-overlays/11.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-12
	{
		background-image: url("../gfx/vegas-overlays/12.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-13
	{
		background-image: url("../gfx/vegas-overlays/13.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 8px;
	}

.bg-gfx-14
	{
		background-image: url("../gfx/vegas-overlays/14.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-15
	{
		background-image: url("../gfx/vegas-overlays/15.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-attachment: fixed;
		background-size: 15px 15px;
	}

#header-strip
	{
		margin-bottom: 25px;
		height: 250px;
	}

/* Parallax definitions --------------------------------------------------------------- */

.parallax-window
	{
/*
		height: 300px;
		padding: 150px 40px;
		box-sizing: border-box;
*/
	}

/* Definition for blur transition on selected elements -------------------------------- */
.blurallax
	{
/*		padding: 200px 40px;*/
	}

.blur-bg
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blurallax h3
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blur5
	{
		-webkit-filter: blur(5px); /* Chrome, Safari, Opera */
		filter: blur(5px);
	}

.blur0
	{
		-webkit-filter: blur(0px); /* Chrome, Safari, Opera */
		filter: blur(0px);
	}

/* Definition for blur transition on selected elements - END -------------------------- */


.dzsparallaxer.no-padding
	{
		padding: 0px !important;
	}

.max-height
	{
		height: 100%;
	}
	
.parallax-window h3
	{
		width: 90%;
		color: #E7E7E7;
		font-size: 48px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 0 10px white;
	}

.dzsparallaxer .center-it
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

h3.txt-black
	{
		color: #333333;
	}

h3.txt-white
	{
		color: #FAFAFA;
	}

.bg-fx1
	{
		fill: #F2F2F2;
	}

.bg-fx2
	{
		fill: #FFFFFF;
	}

.bg-fx3
	{
		fill: #D1B3EF;
	}

.semi-black-overlay
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
	}

.semi-black-inset
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-moz-box-shadow:    inset 0 0 60px #333333;
		-webkit-box-shadow: inset 0 0 60px #333333;
		box-shadow:         inset 0 0 60px #333333;
	}

.divimage
	{
		background-position: center center;
		background-size: cover;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	google maps
======================================================================================= */

#gMap
	{
		width: 100%;
		height: 400px;
		border: 0px none;
		display: block;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	EMAIL FORM - layout & style
======================================================================================= */

#contactForm,
#newsletterForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		margin: 30px 0px 0px 0px;
	}

fieldset
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

legend
	{
		width: 100%;
		float: left;
	}

label
	{
		margin: 0px;
		font-weight: normal;
		display: block;
	}

label span.label
	{
		width: 100%;
		margin-bottom: 5px;		
		vertical-align: top;
		display: block;
	}


input.text
	{
		width: 100%;
		height: 30px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

select
	{
		padding: 4px 2px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

textarea
	{
		width: 100%;
		margin: 0px 0px 20px 0px;
		color: #333333;
		display: inline-block;
	}


input.checkbox
	{
		margin: 3px 0px 5px;
	}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select
	{
	    height: 38px;
	    padding: 6px 10px;
		font-family: inherit;	    
	    background-color: #ffffff;
	    border: 1px solid #d1d1d1;
	    border-radius: 0px;
	    box-shadow: none;
	    box-sizing: border-box;
	}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus
	{
	    border: 1px solid #C5194A;
	    outline: 0px none;
	}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
	{
	    height: 38px;
	    padding: 0px 30px;
		font-family: inherit;	    
	    color: #555555;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 0.1rem;
	    line-height: 38px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    background-color: #F2F2F2;
	    cursor: pointer;
	    border: 1px solid #BBBBBB;
	    border-radius: 0px;
	    display: inline-block;
	    box-sizing: border-box;
	    white-space: nowrap;
	}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus
	{
	    color: #333333;
		background-color: #D9D9D9;
	    border-color: #888888;
	    outline: 0px none;
	}

input.submit
	{
		width: auto;
		margin: 20px 0px 0px 0px;
		font-size: 16px;
		color: #333333;
		text-align: left;
		background-color: #BFBFBF;
		transition: color 0.35s ease-out 0s, background-color 0.35s ease-out 0s;
	}

input.submit:hover
	{
		color: #333333;
		background-color: #E6E6E6;
	}

input[type="text"]:required,
input[type="email"]:required,
input.required,
input.required:focus,
input:required,
:required
	{
		border-right: 3px solid #FF0000;
	}



.button.archive
	{
		padding: 0px 10px;
		color: #C5194A;
		background-color: #FFFFFF;
	}

.button.archive:hover
	{
		color: #C5194A;
		background-color: #EBEBEB;
	}

/*
.button.archive.active
	{
		color: #FFFFFF;
		background-color: #C5194A;
	}

.button.archive.active:hover
	{
		color: #333333;
		background-color: #EBEBEB;
	}
*/

/* ***************************************************************************************
	STYLED CHECKBOX
======================================================================================= */
.chkb1
	{
		position: relative;
		width: 20px;
		margin: 5px 0px 0px 5px;
		display: inline;
	}

.chkb1 label
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		background: #FFFFFF;
		border: 1px solid #D1D1D1;
		border-radius: 0px;
	}

.chkb1 label:after
	{
		content: '';
		position: absolute;
		top: 4px;
		left: 5px;
		width: 11px;
		height: 7px;
		border: 3px solid #C5194A;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

.chkb1 label:hover::after
	{
		opacity: 0.5;
	}

.chkb1 input[type=checkbox]
	{
		visibility: hidden;
	}

.chkb1 input[type=checkbox]:checked + label:after
	{
		opacity: 1;
	}

/* ************************************************************************************ */	

.captcharow img
	{
		max-width: 140px;
	}

input.captcha
	{
		width: 70px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
		background-color: #FFCC00;
	}

.formrow
	{
		margin-bottom: 20px;
	}

.formrow .column,
.formrow .column input
	{
		margin-bottom: 0px;
	}

.avoid-clicks
	{
		pointer-events: none;
		/* Avoid triggering of hover events on submit buttons when hovering over labels <label class = "avoid-clicks" for = ""></label> */
	}

.do-clicks
	{
		pointer-events: auto;
		/* Activate triggering of hover events on submit buttons when blocking of hovering over labels is active <input class = "do-clicks" type = "submit></input> */
	}


.reqtext
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height:  auto;
		margin: 5px 0px 10px 0px;
		font-size: 14px;
		color: #808080;
	}

span.req
	{
		font-size: 16px;
		font-weight: bold;
		color: #FF0000;
		vertical-align: top;
	}

span.field
	{
	    margin-left: 3px;
	    float: right;
	}

label.error
	{
		width: auto;
		padding: 2px 4px;
		margin-left: 5px;
		color: #FFFFFF;
		background-color: #FF0000;
		vertical-align: top;
		box-shadow: 0px 1px 3px #8C8C8C;
		-moz-box-shadow: 0px 1px 3px #8C8C8C;
		-webkit-box-shadow: 0px 1px 3px #8C8C8C;
		display: inline-block;
	}

textarea .reg
	{
		border: 1px solid #FF0000;
	}

input.more-width,
textarea.more-width
	{
		width: 96%;
	}

input:disabled,
input:disabled:hover,
select:disabled
	{
		color: #808080;
		background-color: #E7E7E7;
		border: 1px solid #808080;
	}

.u-full-width
	{
		margin-bottom: 20px;
	}

span.req-text
	{
		color: #808080;
		display: inline-block;
	}

.msg
	{
		width: 275px;
		padding: 5px 6px;
	}

.ok
	{
		color: #FFFFFF;
		background-color: #99CC00;
	}

.fail
	{
		color: #FFFFFF;
		background-color: #993300;
	}

.warn
	{
		color: #FFFFFF;
		background-color: #FFA338;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	EVENT FORM
======================================================================================= */

#event-form
	{
		padding: 10px;
		background-color: #E9E9E9;
		box-sizing: border-box;
		box-shadow: 0 2px 12px #B3B3B3;
		display: none;
	}

#event-form h2
	{
		margin-top: 0px;
	}

#event-form .submit
	{
		width: auto;
		color: #FFFFFF;
		background-color: #C5194A;
		line-height: inherit;
	}

#event-form .submit:hover
	{
		color: #FFFFFF;
		background-color: #E42F63;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	FAST FORM
======================================================================================= */

form#fastContactForm
	{

	}

form#fastContactForm .columns
	{
		margin-bottom: 0px;
	}


form#fastContactForm input
	{
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		padding: 4px 1px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #F2F2F2;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}


form#fastContactForm textarea
	{
		width: 100%;
		height: 60px;
		padding: 4px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-left: 1px solid #F2F2F2;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}

form#fastContactForm input:hover,
form#fastContactForm textarea:hover
	{
		background-color: rgba(235, 235, 235, 0.3);
	}


form#fastContactForm .reqtext
	{
		font-size: 14px;
		clear: both;
	}

form#fastContactForm input.submit
	{
		height: 38px;
		padding: 4px 10px 4px;
		line-height: 30px;
		background-color: #888888;
		border: none
		-webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
	}

form#fastContactForm input.submit:hover
	{
		color: #555555;
		background-color: #CCCCCC;
	}

span.captchaSmallText
	{
		font-size: 14px;
		display: block;
	}

#mailCaptcha
	{
		width: 180px;
	}

form#fastContactForm input.submit.fm-error
	{
		color: #FFFFFF;
		background-color: #D1251F;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-ok
	{
		color: #FFFFFF;
		background-color: #1FC933;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-warn
	{
		color: #333333;
		background-color: #D9C528;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}


form#fastContactForm input.required,
form#fastContactForm input.required:focus
	{
		border-right: 3px solid #FF0000;
	}

form#fastContactForm .reqtext
	{
		color: #B9B9C8;
	}

#captcha-reload
	{
		position: absolute;
		top: 10px;
		left: 190px;
		color: #FFFFFF;
		font-size: 20px;
		cursor: pointer;
		text-shadow: 0px 0px 0px #000000;
		transition: text-shadow 0.35s ease-out 0s;
	}

#captcha-reload:hover
	{
		text-shadow: 0px 0px 2px #D9D9D9;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	BUTTON DEF
======================================================================================= */

a.button.more
	{
		position: relative;
		padding: 0px 35px 0px 10px;
		color: #FFFFFF;
		background-color: #C5194A;
		border: none;
		float: right;
	}

a.button.more:hover
	{
		background-color: #E42F63;
	}

a.button.more::after
	{
		content: "\f101";
		position: absolute;
		right: 9px;
		font-family: "fontAwesome900";
		font-size: 19px;
	}


span.back-wrapper
	{
		margin: 50px 0px 10px;
		display: block;
		clear: both;
	}

.back
	{
		transition: background-color 0.5s ease 0s;
	}

.back:hover
	{
		color: #FFFFFF;
		background-color: #9D435D;
	}

.back:hover a
	{
		color: inherit;
	}

.download-wrapper
	{
		text-align: right;
		display: block;
	}

.download
	{
		background-color: #FFFFFF;
		transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	}

.download:hover,
.download:hover .fa
	{
		color: #FFFFFF;
		background-color: #C5194A;
	}


.inline-download
	{
		margin-right: 5px;
		padding: 0px 10px;
		white-space: normal;
		background-color: #FFFFFF;
		transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	}

.inline-download:hover
	{
		background-color: #DDDDDD;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	JQUERY UI STYLING
======================================================================================= */

.ui-tooltip
	{
		padding: 3px 6px;
		color: #FFFFFF;
		border-radius: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		background-color: rgba(197, 25, 74, 0.8);
		box-shadow: 0px 0px 6px #555555;
		opacity: 1;
	}

.ui-widget-shadow
	{
		opacity: 1;
	}

.top .ui-tooltip-content::after
	{
		top: -10px;
		bottom: auto;
	}

.bottom .ui-tooltip-content::after
	{
		bottom: -10px;
	}

.ui-widget
	{
		font-family: inherit;
	}
	
.ui-accordion .ui-accordion-header
	{
		padding: 10px 10px 10px 30px;
		font-size: 16px;
	}

.ui-selectmenu-button.ui-button
	{
		width: auto;
		min-width: 140px;
		margin-bottom: 15px;
	}

.ui-selectmenu-menu .ui-menu
	{
		max-height: 300px;
	}

.ui-selectmenu-icon.ui-icon
	{
		margin-top: 3px;
	}
		

/* ************************************************************************************ */


/* ***************************************************************************************
	PAGINATION - layout & style
======================================================================================= */

#pagination
	{
		margin: 20px 0px ;
		font-family: Arial;
		font-size: 14px;
		text-align: center;
	}

#pagination a
	{
		padding: 8px 6px;
		margin: 0px 6px;
		text-decoration: none;
		color: #424242;
		font-weight: bold;
		background: #FCFCFC; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 1px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
		text-shadow: #FFFFFF 0px 1px 0px;
		display: inline-block;
		behavior: url(./css/PIE.htc);
	}

#pagination a:hover, #pagination a:active
	{
		color: #424242;
		box-shadow: 0px 2px 3px #A8A8A8;
		-moz-box-shadow: 0px 2px 3px #A8A8A8;
		-webkit-box-shadow: 0px 2px 3px #A8A8A8;
		behavior: url(./css/PIE.htc);
	}

#pagination .prev
	{

	}

#pagination .next
	{

	}

#pagination span.dots
	{
		margin: 0px 2px;
	}

#pagination span.currentnav
	{
		padding: 8px 6px;
		margin: 0px 6px;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow: #333333 0px 1px 0px;
		background: #FF3019; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		-moz-box-shadow:    inset 0 1px 2px #A8A8A8;
		-webkit-box-shadow: inset 0 1px 2px #A8A8A8;
		box-shadow:         inset 0 1px 2px #A8A8A8;
	    behavior: url(./css/PIE.htc);
	}

#pagination span.disabled
	{
		padding: 8px 6px;
		margin: 0px 2px;
		color: #CCCCCC;
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 2px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
	    behavior: url(./css/PIE.htc);
	}

#pagination .pagination_data
	{
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		color: #CCCCCC;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	PAGE LOADING INDICATOR
======================================================================================= */

#preloaderBox
	{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.2+0,1+95 */
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%);
		background: radial-gradient(ellipse at center,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff',GradientType=1 );
		z-index: 99999;
	}

#loaderImage
	{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 100px;
	    height: 100px;
	    margin: -50px 0 0 -50px;
	    padding: 10px;
	    box-sizing: border-box;
	    overflow: hidden;
	}

#loaderImage i
	{
		color: #C5194A;
		text-shadow: 0px 0px 4px #C5194A;
	}

/* Section END ******************************************************/