/*  include font definitions  */
@font-face {
    font-family: OpenSans;
    src: url('type/opensans-light-webfont.eot');
    src: url('type/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/opensans-light-webfont.woff') format('woff'),
         url('type/opensans-light-webfont.ttf') format('truetype'),
         url('type/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url('type/opensans-regular-webfont.eot');
    src: url('type/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/opensans-regular-webfont.woff') format('woff'),
         url('type/opensans-regular-webfont.ttf') format('truetype'),
         url('type/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: url('type/opensans-semibold-webfont.eot');
    src: url('type/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/opensans-semibold-webfont.woff') format('woff'),
         url('type/opensans-semibold-webfont.ttf') format('truetype'),
         url('type/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GillSansMT;
    src: url('type/gill-sans-mt-webfont.eot');
    src: url('type/gill-sans-mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/gill-sans-mt-webfont.woff') format('woff'),
         url('type/gill-sans-mt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  tags  */
body
{
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

a
{
	/*font-weight: normal;*/
	color: #4A5373;
	text-decoration: underline;
	transition: color 0.2s ease, border 0.2s ease, background-color 0.2s ease;
}
a:hover
{
	color: #789bb3;
	text-decoration: none;
}

input, textarea
{
	font-family: inherit;
	font-size: 0.9em;
	padding: 4px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease;
}
input:focus, textarea:focus
{
	border: 1px solid #4A5373;
	box-shadow: 0 0 3px rgba(102, 153,0, 0.5);
}

p
{
	margin: 0 0 0.9em 0;
	line-height: 1.45em;
}

ol, ul
{
	margin: 0 0 0.9em 1.7em;
}

h1
{
	font-family: GillSansMT;
	color: #4A5373;
	font-size: 2.0em;
	font-weight: 500;
	padding-bottom: 0.5em;
}

h2
{
	font-family: GillSansMT;
	color: #000000;
	font-size: 1.8em;
	font-weight: 500;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
}

h3
{
	font-family: GillSansMT;
	color: #000000;
	font-size: 1.5em;
	font-weight: 500;
	padding-bottom: 0.5em;
	padding-top: 0.75em;
}

/*  ids  */
#header
{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
}

#logo
{
	position: relative;
	display: block;
	float: left;
	padding: 10px 0 0 0;
}
#logo img
{
	height: 81px;
}

#menu-button
{
	display: none;
}

#mainmenu
{
	position: relative;
	display: block;
	float: right;
	margin: 0;
	list-style-type: none;
}
#mainmenu li
{
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}
#mainmenu a
{
	position: relative;
	display: block;
	/*padding: 50px 15px 15px 15px;*/
	padding: 40px 15px 35px 15px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 2px 0 2px;
	font-weight: 700;
}
#mainmenu a:hover,
#mainmenu li.selected a
{
	background: #4A5373;
	color: #FFFFFF;
}
#mainmenu li.selected a:hover
{
	color: #FFFFFF;
}

#mainsubmenu
{
	background: #4A5373;
}
#mainsubmenu .center
{
	width: 980px;
}

#breadcrumb
{
	padding: 15px 0 15px 0;
	background: #F0F0F0;
	font-size: 0.95em;
}

#bottom
{
	position: relative;
	display: block;
	overflow: hidden;
	background: #272727;
	color: #FFFFFF;
	padding: 30px 0 40px 0;
	font-size: 1em;
}
#bottom .column
{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}
#bottom .column:last-child
{
	margin-right: 0;
}
#bottom a, #bottom h2
{
	color: #FFFFFF;
}

#bottommenu
{
	position: relative;
	display: inline;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
	color: #666666;
	text-transform: uppercase;
}
#bottommenu li
{
	display: inline-block;
}
#bottommenu a
{
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 1px;
}
#bottommenu a:hover
{
	text-decoration: underline;
}
#bottommenu .separator
{
	position: relative;
	display: inline-block;
	margin: 0 6px 0 10px;
	font-size: 1.2em;
}

#footer
{
	position: relative;
	display: block;
	overflow: hidden;
	background: #4A5373;
	color: #FFFFFF;
	padding: 30px 0 30px 0;
	font-size: 0.9em;
	text-align: center;
}

#claim
{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 1em 0;
}

#poweredby
{
	font-size: 0.75em;
	margin: 0;
	text-align: center;
}

/*  classes  */
.center
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.greycolumn
{
	text-align: center;
}
.greycolumn > .column, .whitecolumn > .column, .coloredcolumn > .column, #error404
{
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.coloredcolumn
{
	padding: 40px 0 40px 0;
}
.coloredcolumn h1,
.coloredcolumn h2,
.coloredcolumn h3,
.coloredcolumn h4
{
	color: #FFFFFF;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.8em;
}
.coloredcolumn .button
{
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
}

.mainsubmenu
{
	list-style-type: none;
	margin: 0;
}
.mainsubmenu li
{
	display: inline-block;
}
.mainsubmenu a
{
	display: inline-block;
	padding: 15px 10px 15px 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.mainsubmenu li.selected a
{
	background: #F0F0F0;
	color: #333333;
}

.breadcrumb
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li
{
	display: inline;
}
.breadcrumb .intro
{
	color: #888888;
	padding-right: 10px;
}
.breadcrumb .separator
{
	padding: 0 5px 0 5px;
}

.h1center, .h2center, .h3center, .h4center
{
	text-align: center;
}

.slider
{
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: default;
	background: none;
	margin-bottom: 0;
}
.slider:after
{
	display: block;
	content: '';
	padding-top: 28%; /* do aspect ratio */
}
.slider .slide
{
	width: 100%;
	vertical-align: top;
}
.slider .slide .image
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slider .slide .image img
{
	position: relative;
	min-width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.slider .paging
{
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slider:hover .paging
{
	opacity: 1;
}
.slider .slide .text
{
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	max-width: 960px;
	padding: 60px 20px 20px 20px;
}
.slider .slide .text h2
{
	padding-top: 0;
	padding-bottom: 0.25em;
	font-size: 2.1em;
}
.slider .slide .text p
{
	font-size: 1.3em;
}
.slider .slide .text h2,
.slider .slide .text p
{
	color: #FFFFFF;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}
.slider .slide .text a
{
	border: 2px solid #4A5373;
	background: #4A5373 !important;
	color: #FFFFFF;
	font-size: 0.9em !important;
}
.slider .slide .text a:hover
{
	color: #FFFFFF !important;
}


.slider .paging
{
	bottom: 10px;
}
.slider .paging .bullet
{
	background: none;
	box-shadow: none;
	border: 3px solid #FFFFFF;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.slider .paging .bullet.active
{
	background: #FFFFFF;
	border-color: #FFFFFF;
}

.button,
.slider .slide .text a
{
	position: relative;
	display: inline-block;
	border: 2px solid #4A5373;
	background: #FFFFFF;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: box-shadow 0.2s ease;
	margin: 15px 0 15px 0;
}
.button::before,
.slider .slide .text a::before
{
	font-family: FontAwesome;
	content: "\f101";
	padding-right: 0.75em;
}
.button:hover,
.slider .slide .text a:hover
{
	color: #4A5373;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.button.right
{
	float: right;
}

.googlemaps-wrapper
{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 80%;
}
.googlemaps
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mailformsubmit,
.newslettersubscribesubmit
{
	padding: 5px 7px 5px 7px;
	color: #FFFFFF;
	background: #4A5373;
	text-transform: uppercase;
	border: 1px solid #4A5373;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1em;
}
.mailformsubmit:hover, .mailformsubmit:focus,
.newslettersubscribesubmit:hover, .newslettersubscribesubmit:focus
{
	background: #FFFFFF;
	color: #4A5373;
}

.mailformabort
{
	padding: 5px 7px 5px 7px;
	color: #AAAAAA;
	background: #EEEEEE;
	text-transform: uppercase;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1em;
}
.mailformabort:hover, .mailformabort:focus
{
	background: #FFFFFF;
	color: #992200;
}

.mailformsent, .mailformnotsent
{
	border-radius: 2px;
}


.contact
{
	list-style-type: none;
	margin: 0;
}
.contact li
{
	margin: 0 0 5px 0;
}
.contact .fa
{
	display: none;
	color: #4A5373;
	font-size: 1.3em;
	text-align: center;
}

.social
{
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
.social li
{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 20px 10px 20px 10px;
}
.social a
{
	text-decoration: none;
}
.social i
{
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	background: #4A5373;
	line-height: 42px;
	font-size: 20px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: color 0.25s ease, background 0.25s ease;
}
.social a:hover i
{
	color: #4A5373;
	background: #FFFFFF;
}

.coloredcolumn
{
	background: #4A5373;
}

.downloadbox
{
	margin-left: 0;
}