@import url('https://fonts.googleapis.com/css?family=Halant:300|Didact+Gothic');
@import url('../css/animate.css');
@import url('../css/fontawesome/css/font-awesome.min.css');
body {
	background-color: rgba(3,10,17,1.00);
	background-image: url(../images/bg/bg-home.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	font-family: 'Didact Gothic';
	font-size: 17px;
	line-height: 170%;
}
.wrapper {
}
a {
	font-weight: normal;
	color:rgba(38,101,142,1.00);
	text-decoration:underline;
}
a:hover, a:active {
	font-weight: normal;
	color: coral;
}
header, footer, .container-fluid, section {
	margin-bottom: 0px;
	min-height: 5px;
}
header.home {
	display: none;
}
row {
	position: relative;
}
.row img {
	width: 100%;
}
.row img.Rechts {
	width: 44%;
	margin: 4px 0px 10px 3.5%;
	float: right;
	display: inline-block;
}
.row img.Links {
	width: 44%;
	margin: 0px 3.5% 10px 0;
	float: left;
	display: inline-block;
}
.row img.Breed {
	width: 100%;
	margin: -5px 0 20px 0;
}
.row .img-sizer {
	width: 100%;
	visibility: hidden;
}
.row .img-filler {
	background-size: cover;
	background-position: center;
}
/* header */

h1 {
	font-size: 30px;
	line-height: 90%;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: right;
}
h2 {
	font-size: 25px;
	line-height: 90%;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 90%;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-family: 'Didact Gothic';
	font-size: 20px;
	font-weight: bold;
	line-height: 90%;
}
/* colors font en bgs */
.ft-yellow {
	color: rgba(214,246,74,1.00)
}
.ft-orange {
	color: #aaa
}
.ft-darkblue {
	color: #003e53;
}
.ft-darkpurple {
	color: #330045;
}
.ft-darkbrown {
	color: #451b00;
}
.ft-blue {
	color: rgba(180,213,229,1.00);
}
.ft-purple {
	color: rgba(192,156,200,1.00);
}
.ft-brown {
	color: rgba(207,178,178,1.00);
}
/* SECTION COLORS */

.bg-gummisko {
	background-color: #444;
	background-image: url(../images/bg/bg-home.jpg);
	background-position: center bottom;
	color: rgba(255,255,255,1.0);
}
.bg-none {
	color: rgba(239,239,239,1.0);
}
.bg-none.shaded {
	background-color: rgba(0,0,0,0.00);
}
.bg-white {
	background-color: rgba(255,255,255,1.0);
	color: #666;
}
.bg-white.greyborder {
	border-top: 10px solid rgba(239,239,239,1.0);
	border-bottom: 10px solid rgba(239,239,239,1.0);
}
.bg-white.blackborder {
	border-top: 3px solid rgba(0,0,0,1.0);
	border-bottom: 3px solid rgba(0,0,0,1.0);
}
.bg-orange {
	background-color: #aaa;
	color: rgba(255,255,255,0.90);
}
.bg-blue {
	background-color: #003e53;
	color: rgba(255,255,255,0.90);
}
.bg-brown {
	background-color: #451b00;
	color: rgba(255,255,255,0.90);
}
.bg-purple {
	background-color: #330045;
	color: rgba(255,255,255,0.90);
}
.bg-grey {
	background-color: rgba(239,239,239,0.5);
	color: #666;
}
.bg-black {
	background-color: rgba(2,16,17,1.0);
	color: rgba(239,239,239,1.0);
}
.bg-blue a, .bg-purple a, .bg-brown a, .bg-gummisko a {
	color: rgba(255,255,255,0.80);
}
.bg-none a, .bg-gummisko a {
	color: #aaa;
}
.bg-blue a:hover, .bg-purple a:hover, .bg-brown a:hover {
	color: rgba(255,255,255,1.00);
}
/* HR */
hr {
	height: 0;
	border: none;
	border-top: 1px dotted #eee;
	margin: 15px 40% 15px 40%;
}
.bg-white hr, .bg-grey hr {
	border-top: 1px dotted #aaa;
}
iframe {
	width: 100%;
	min-height: 300px;
	border: none;
}
/* HEADER */
header {
	background-color: rgba(0,0,0,0.40);
	border-bottom: 3px solid rgba(255,255,255,0.99);
	line-height: 140%;
}
.homelink {
	display: none;
}
.logo {
	display: block;
	margin: 0 auto;
}
header .logo {
	padding: 20px 5% 20px 5%;
	width: 100%;
	max-width: 400px;
}
header.home .logo {
	padding: 20px 5% 20px 5%;
	width: 100%;
	max-width: 600px;
}
/*Main nav*/


a.bloknav {
	text-decoration:none;
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 5px;
	border: 1px solid #aaa;
	font-size: 14px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 125%;
	text-align: left;
}
header.home a.bloknav {
	width: 125px;
	height: 125px;
	font-size: 26px;
	letter-spacing: 1px;
	margin-top: 12px;
	background-color: rgba(0,0,0,0.3)
}
a.bloknav:hover, header.home a.bloknav:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.rechts a.bloknav {
	float: right;
}
.navbar-static-top .navbar-header {
	position: absolute;
	top: 10px;
}
.navbar-static-top .navbar-toggle {
	margin: 10px 10px 0px 0px;
	padding: 0px;
}
.navbar-static-top .navbar-toggle .icon-bar {
	height: 3px;
}
.navbar-static-top .navbar-collapse {
	/* overruling Bootstrap */
	float: right;
	border-width: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -50px;
	margin-bottom: 50px;
}
.navbar-nav li a:active, .navbar-nav li a:visited, .navbar-nav li a:focus {
	/* overruling Bootstrap */
	background: none;
	text-decoration: none;
	border: none;
	outline: none;
}
.navbar {
	margin: 0px;
}
/*meta nav*/
.meta-nav {
	position: absolute;
	top: 0px;
	right: 12px;
	z-index: 1001
}
.meta-nav li {
	padding: 10px 20px 0px 0px;
}
.meta-nav .navbar-nav a {
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
	display: inline;
	padding: 0;
	text-decoration: none;
	margin-right: 0px;
}
.navbar-nav i.fa {
	font-size: 16px;
	color: #bbb;
	margin-right: 5px;
}
.meta-nav .navbar-nav li:hover a, .meta-nav .navbar-nav li a.active, .meta-nav .navbar-nav li a.active .fa, .meta-nav .navbar-nav li:hover a .fa {
	background: none;
	color: #aaa;
}
/* FOOTER */
footer {
	background-color: rgba(0,0,0,0.40);
	padding: 40px 0 50px 0;
	font-size: 14px;
	border-top: 3px solid rgba(255,255,255,1.0);
}
footer h3 {
	font-family: 'Didact Gothic';
	letter-spacing: 1px;
	font-size: 20px;
	color: #aaa;
	margin-bottom: 12px;
}
footer .extraspace {
	padding: 0 0 0 30%;
}
footer, footer a {
	color: rgba(255,255,255,0.8);	text-decoration:none;
}
footer .fa {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
footer a:hover, footer a:hover .fa {
	color: #aaa;
	text-decoration: none;
}
footer .logo {
	width: 70%;
	max-width: 300px;
	margin-top: -30px;
}
footer .colofon {
	font-size: 12px;
	color: #aaa;
}
/* Crumbnav */
.crumbnav {
	color: #aaa;
	font-family: 'Didact Gothic';
	font-size: 14px;
	letter-spacing: 1px;
}
.crumbnav a {
	color: #003e53;
}
.crumbnav a:hover {
	color: #003e53;
}
/* content main features*/


.inner {
	margin: 40px 3% 30px 3%;
}
.inner p {
	margin-bottom: 20px;
}
.main-content {
	margin: 42px 0 30px 0;
	max-width: 700px;
}
.bg-blackbox {
	margin: 43px 0px 30px 0px;
	border-right: 2px solid #aaa;
display:block;
	padding: 0px 20px 50px 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
.bg-blackbox h1 {
	margin-top: -6px;
	text-align: right;
}
/* article */

article {
	padding-top: 20px;
	padding-bottom: 20px;
}
article+article {
	border-top: 1px solid #eee;
}
.specs {
	font-family: 'Didact Gothic';
	font-size: 16px;
	line-height: 18px;
	padding: 20px;
}
.spec-title {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #003e53;
}
.spec-value {
	display: block;
	color: #999;
	margin-bottom: 20px;
}
#map-wrapper, #map2-wrapper {
	width: 100% !important;
	margin-left: 0% !important;
	margin-top: 0px !important;
	border-bottom: solid 1px #ddd !important;
	height: 330px;
}
.crumbs {
	font-size: 14px;
	color: #999;
	margin-top: 0px;
	text-align: center;
}
.btn-primary {
	font-size: 16px;
	border-radius: 0;
	border-width: 0px;
	background: #2f3f4d;
	color: #fff;
	padding: 12px 20px;
	border: 1px solid rgba(255,255,255,0.8);
	margin: 20px 20px 20px 0;
}
/* FORM */
label {
	margin-top: 12px;
	display: block;
	width: 50%;
	text-transform: uppercase;
	font-size: 12px;
}
.col2 label {
	width: 100%;
}
textarea {
	width: 90%;
	height: 135px;
	margin-top: 6px;
	padding: 5px 2px 5px 2px;
	background-color: rgba(255,255,255,0.8);
	border: 0px solid rgba(255,255,255,0.6);
}
input[type='text'] {
	height: 28px;
	padding: 2px 2px 2px 2px;
	background-color: rgba(255,255,255,0.8);
	border: 0px solid rgba(255,255,255,0.6);
}
.color_area select, .color_area select option {
	height: 33px;
	padding: 4px 2px 2px 2px;
	background-color: rgba(255,255,255,0.8);
	border: 0px solid rgba(255,255,255,0.6);
}
.formknop {
	padding: 6px 20px 6px 20px;
	margin: 0 auto;
	border: 0px solid #222;
	background-color: #2f3f4d;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.formknop:hover {
	background-color: #000;
}
.nepmailer {
	display: none;
}
.popmessage {
	position: absolute;
	background-color: #2f3f4d;
	border: 5px dashed #fff;
	width: 80%;
	margin-left: 10%;
	padding: 10px 30px 30px 30px;
	text-align: center;
	z-index: 3300;
	top: 50px;
}
.popmessage div {
	text-align: right;
	margin-right: -15px;
}
.popmessage div a i.fa {
	color: #aaa;
	font-size: 30px;
}
/* Mason */

.mason {
	padding: 0;
}
.mason .grid-item {
	cursor: pointer;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 35px;
}
.mason.project .grid-item {
	width: 30%;
	margin-right: 1%;
	margin-left: 2%;
	margin-bottom:20px;
}
.mason .grid-item .imgbox {
	height: 270px;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center top;
}
.mason .grid-item .innergrid {
	padding: 20px;
	margin: 0 0 0 0;
	text-align: center;
}
.mason .grid-item .innergrid h3 {
	font-size: 24px;
	margin-top: 5px;
}
.mason .grid-item .innergrid a {
	font-size: 14px;
}
/* entire container, keeps perspective */

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 100%;
	height: 270px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

@media only screen and (max-width: 1199px) {
.navbar-nav a {
	margin-top: 60px;
}
}

@media only screen and (max-width: 991px) {
.inner.blocktitle h2 {
	font-size: 30px;
}
.mason .grid-item {
	cursor: pointer;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 70px;
}
footer .inner {
	padding: 0 0 0 0;
}
footer .inner.extraspace {
	padding: 0 0 0 0;
}
footer {
	font-size: 14px;
	line-height: 25px;
}
a.bloknav {
	width: 50px;
	height: 50px;
	padding: 2px;
	font-size: 11px;
	line-height: 125%;
}
.navbar-nav a {
	margin-top: 55px;
}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 18px;
}
.bg-white {
	color: #333;
}
.btn-primary {
	padding-left: 0;
	padding-right: 0;
	margin: 20px 0 0px 0;
	width: 100%;
}
.btn-primary > .btn-primary {
	margin: 0px 0 0px 0;
}
header .logo {
	padding-top: 0px;
	margin-top: -30px;
}
footer {
	font-size: 18px;
	line-height: 25px;
}
.mason .grid-item, .mason.project .grid-item {
	width: 45%;
}
.mason .grid-item.bigger {
	width: 100%;
}
.popmessage {
	width: 60%;
	margin-left: 20%;
}
.bg-blackbox {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	border-right: 0px solid #777;
	text-align: left;
}
.bg-blackbox h1 {
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 2px solid #777;
}
.row img.rightimage, .row img.leftimage {
	width: 45%;
}
article + article {
	padding-top: 0;
	border-top: 0px solid #eee;
}
.inner.blocktitle small {
	margin-top: -17px;
	;
	font-style: italic;
	border-top: 1px solid #bbb;
	border-bottom: 0px solid #eee;
	padding-top: 5px;
	font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
.row img.Rechts, .row img.Links {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	display: block;
}
.mason .grid-item, .mason.project .grid-item {
	width: 97%;
}
footer {
	font-size: 12px;
}
footer h3 {
	font-size: 14px;
}
}
