@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #271c1c;
	font-size: 18px;
	background-color: #c4d7e5;
	min-height: 100vh;
}
body {
	background: url('images/mback4.jpg') #c4d7e5 no-repeat center;
	background-size: cover;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
em {
	font-style: italic;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
.hidden {
	display: none;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.anti-underline, .anti-underline:hover {
	text-decoration: none !important;
	border-bottom: 0 !important;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sub {
	vertical-align: baseline;
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}
a {
	color: #374848;
}
a:hover {
	color: #271c1c;
}
p {
	padding: 10px 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
	padding: 0 0 10px 0;
}
h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
}
h1 + h2 {
	padding-top: 0;
}
h2 + h3 {
	padding-top: 0;
}
h1 {
	font-size: 4rem;
/*	text-transform: uppercase;*/
	color: #374848;
	padding: 25px 0 15px;
	margin-left: -5px;
	letter-spacing: 2px;
	line-height: 3rem;
}
h2 {
	font-size: 1.8em;
	color: #374848;
	padding: 25px 0 10px;
}
h3 {
	font-size: 1.1em;
	color: #374848;
	padding: 15px 0 5px;
}
h4 {
	font-size: 1.3em;
	color: #374848;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
h5 {
	font-size: 1.2em;
	color: #3b4951;
	font-weight: normal;
	padding: 10px 0 5px 0;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul {
	padding-top: 0;
}
ul, ol {
	padding: 10px 15px 10px 5%;
}
.mainbox {
	margin: auto;
	width: 90%;
	max-width: 1200px;
	padding: 5px 0 50px 50px;
	position: relative;
}
.sub {
	font-size: 1.5rem;
	display: inline-block;
	margin-left: 5px;
}
.logocollect a {
	display: block;
	border-radius: 10px;
	float: left;
	width: 200px;
	height: auto;
	line-height: 150px;
	margin-right: 30px;
	margin: 20px 30px 20px 0;
	text-align: center;
	background: url('images/blockback.png') no-repeat left top #ededed;
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
}
.logocollect a img {
	vertical-align: middle;
}
.logos {
	position: absolute;
	left: -50px;
	top: 35px;
}
.logoflat {
	position: relative;
    padding-bottom: 30px;
}
.logoflat img {
	padding: 0 30px 0 0;
}
li {
	padding: 5px
}
.footer div {
	float: left;
	width: 30%;
}
a.message {
	display: block;
	width: 200px;
	margin: 10px 0;
	text-decoration: none;
	font-size: 1.3em;
	color: #efefef;
	border-radius: 10px;
	padding: 9px 30px;
	box-sizing: border-box;
	border: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
	cursor: pointer;
	/*position: absolute;*/
	text-align: center;
	background-color: #999;
}
.colorbox-wrapper {
    display: none;
}
#request_content {
/*padding: 20px;*/
}
.formbox {
    width: 500px;
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 2px 2px 15px rgba(122,122,122,0.8);*/
    padding: 40px 20px;
    text-align: center
}
.formrow {
    padding: 10px
}
.formbox label {
    display: block;
    padding: 5px 0 5px
}
.formline, .formtext {
    width: 80%;
    border-radius: 5px;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 20px
}
button.mssg, button.bclose {
    font-size: 20px;
    font-weight: bold;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 9px 30px;
    border: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
    cursor: pointer;
}
.close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}
.formbox form {
    top: 20px;
    position: relative;
}
.showform {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 10;
    top: 5vh;/*    display:none;*/
}
.invalid-request {
    color: #980002;
    padding: 5px 0 0;/*        display:none;*/
    height:25px
}
.feedbackmsg {
    /*width:80%;*/
    margin: auto;/*        display:none;*/
}
@media screen and (max-width: 1000px) {
h1 {
	font-size: 3rem;
}
.logos {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 0 20px 1px;
}
.mainbox {
	padding: 50px 0 50px 0;
}
.footer div.n1 {
	width: 60%
}
.footer div.n2 {
	width: 40%
}
.footer div.n3 {
	width: 100%;
	float: none;
	clear: both
}
}

@media screen and (max-width: 555px) {
h1 {
	font-size: 3rem;
}
.logos {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 0 20px 1px;
}
.logocollect a {
	float: none;
	width: 100%
}
.footer div.n1 {
	float: none;
	width: 100%
}
.footer div.n2 {
	float: none;
	width: 100%
}
.footer div.n2 {
	width: 100%;
	float: none;
	clear: both
}
a.message {
	display: block;
	width: 100%;
	margin: 10px auto;
}
}
