html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
	background: #ffffff;
}
.bigger{
    font-size: 24px;
    line-height: 30px;
}
.orange{
	color: #f29400;
}

strong,
b{
    font-weight: bold;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    border: 0;
    border-top: 5px solid #005396;
    margin: 35px 0 5px;
    padding: 0;
    clear: both;
    text-align: left;
}
.content hr:first-child{
	margin-top: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}
h1 {
	font-size: 48px;
	line-height: 50px;
	color: #ffffff;
	font-weight: normal;
}
.content h1 {
	line-height: 62px;
}
h2 {
	font-size: 30px;
	line-height: 32px;
	color: #005396;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	color: #005396;
	font-weight: normal;
}

a {
	color: #f29400;
}
.formular {
  margin-top: -20px;
}
.formular form p {
	border-bottom: 2px solid #2a4b63;
	margin-bottom: 20px;
}
.formular form p:last-child {
	border-bottom: none;
}
input.button, input[type="submit"],button {
  background-color: transparent;
  border: 1px solid gainsboro;
  cursor: pointer;
  font-style: normal;
  height: 30px;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0 2px 0 2px;
  font-weight: bold;
  color: #2a4b63;
}

input.button:hover,
button:hover {
    font-style: italic;
}

input[type="text"] {
  background-color: #fff;
  border: 1px solid gainsboro;
  color: #000000;
  font-size: 19px;
  height: 30px;
  margin: 0 0 7px;
  padding: 0 0 0 3px;
  width: 99%;
}

textarea {
    background-color: #FFF;
    margin: 0 0 3px 0;
    padding: 0 0 0 3px;
    border: 1px solid gainsboro;
    width: 99%;
    height: 152px;
    font-size: 19px;
}

select {
    background-color: #FFF9A8;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #FFED00;
}

option {
    background-color: #FFF9A8;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #064413;
}

select{
    font-size: 12px;
}

ol, ul{
	margin: 0;
	padding: 0 0 0 20px;
}
li {
  padding: 0 0 0 20px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: bold;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    background-color: #FFCCCC;
}
label {
  clear: both;
  float: none;
  font-size: 19px;
  width: 100%;
  display: block;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.clickable{
	cursor: pointer;
}

.centerContainer{
	padding: 0;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 338px;
	width: 100%;
	background: none;
}

.headerContainer{
	position: fixed;
	height: 238px;
	top: 0;
	z-index: 8;
}
.headerLeft{
	width: 210px;
	height: 180px;
	position: relative;
	z-index: 9;
	background-color: #5096b4;
	float: left;
	overflow: visible;
}
.headerMiddle{
	width: 860px;
	position: relative;
	float: left;
	overflow: visible;
	height: 100%;
}
.headerRight{
	width: 210px;
	height: 180px;
	position: relative;
	z-index: 9;
	background-color: #5096b4;
	float: left;
	overflow: visible;
}
.headerLeft .headerOrange{
	background: url('../img/bg_left_orange.png');
	width: 210px;
	height: 117px;
	position: absolute;
	top: 236px;
	right: 0;
}
.headerLeft .headerWhite{
	background: url('../img/bg_left.png');
	width: 118px;
	height: 800px;
	position: absolute;
	top: -236px;
	left: 0;
}
.headerLeft .headerContent{
	position: absolute;
	top: 165px;
}
.headerMiddle .headerContent{
	padding-top: 70px;
	color: #ffffff;
	height: 110px;
	background-color: #5096b4;
}
.headerMiddle .headerOrange{
	background: url('../img/bg_middle_orange.png');
	width: 860px;
	height: 87px;
	position: absolute;
	bottom: 0;
}
.headerRight .headerOrange{
	background: url('../img/bg_right_orange.png');
	width: 210px;
	height: 117px;
	position: absolute;
	top: 236px;
	left: 0;
}

.contentContainer{
	margin: 0 auto;
	padding: 180px 0 35px;
}

.contentContainer .content{
	padding: 30px 60px 30px 210px;
}
.content.color1{
	background-color: #c8ffff;
}
.content.color2{
	background-color: #005496;
}
.content.color3{
	background-color: #cdffdc;
}
.content.color4{
	background-color: #90e696;
}
.content.color5{
	background-color: #96ffff;
}
.content.color6{
	background-color: #90ff96;
}
.content.color7{
	background-color: #96e6ff;
}
.content.color8{
	background-color: #f29400;
}
.content.color9{
	background-color: #78ffff;
}
.content.color10{
	background-color: #5096b4;
}
.content img {
	max-width: 100%;
}

.footerContainer{
	position: fixed;
	bottom: 0px;
	background-color: #5096b4;
	padding: 5px 60px 5px 210px;
	width: 1010px;
	color: #ffffff;
}

.mobile_only{
	display: none;
}

.right.bigger a{
	text-decoration: none;
	font-size: 52px;
	display: block;
}
.accordion{
	cursor: pointer;
}
.fancybox-opened.fancy_contact .fancybox-skin{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}
.fancybox-opened.fancy_contact .fancybox-close {
	background-image: url('/assets/templates/img/fancybox_close.gif');
	top: 30px;
	right: 40px;
	height: 25px;
	width: 24px;
}
.form{
	color: #0082c7;
}
.form textarea{
	background-color: #c7ffff;
	height: 340px;
	border: none;
	margin-bottom: 25px;
}
.form input{
	background-color: #c7ffff;
	border: none;
	margin-bottom: 25px;
}
.form button[type="submit"] {
	background-color: #c7ffff;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0 2px 0 2px;
	font-weight: normal;
	color: #0082c7;
	width: 99%;
	text-align: left;
	text-decoration: underline;
}
.form button[type="submit"]:hover{
	font-style: normal;
}

@media (max-width:1300px){
	.headerLeft {
	  width: 0;
	}
	.headerLeft .headerOrange {
	  background: none;
	  left: 0;
	  width: auto;
	}
	.headerLeft .headerWhite {
	  background: none;
	  width: auto;
	}
        .headerMiddle .headerContent{
          padding-left: 25px;
        }
	.headerRight {
	  display: none;
	}
	.headerContainer,
	.headerMiddle,
	.centerContainer{
		max-width: 885px;
		min-width: 885px;
		width: 885px;
	}
	.footerContainer {
	  font-size: 18px;
	  padding: 5px 25px;
	  width: 835px;
	}
}

@media (max-width:925px){
	.headerMiddle .headerOrange {
	  display: none;
	}
	.headerMiddle .headerContent {
		padding-top: 35px;
		padding-left: 25px;
	}
	.headerContainer {
		height: 145px;
	}
	.contentContainer {
		padding-top: 145px;
	}
	.headerLeft {
	        display: none;
		height: 145px;
	}
	.headerLeft .headerOrange {
		height: 145px;
		top: 0;
	}
	.headerLeft .headerWhite {
		height: 145px;
		top: 0;
	}
	.headerLeft .headerContent {
		top: 0;
	}
	.headerLeft .headerContent img {
		width: 145px;
		height: auto !important;
	}
	.contentContainer .content{
		padding-left: 25px;
	}
	.headerContainer,
	.headerMiddle,
	.centerContainer{
		max-width: 750px;
		min-width: 750px;
		width: 750px;
	}
	 .contentContainer > .content.mobile_only {
	  position: absolute;
	  padding: 0;
	  display: block;
	  top: 130px;
	  z-index: 9;
	}
	 .contentContainer > .content.mobile_only img {
	  height: auto !important;
	}
	.contentContainer > .content.mobile_only + .content {
	  padding-top: 115px;
	}
	
	h2{
	  font-size: 32px;
	  line-height: 36px;
	}
	
	h3{
	  font-size: 32px;
	  line-height: 36px;
	}
	.content p{
		font-size: 32px;
		line-height: 36px;
	}
	.footerContainer {
	  font-size: 18px;
	  padding: 4px 15px;
	  width: 720px;
	}
}


