@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);
	color: #fff;
	font-family: 'Halant';
	font-size: 17px;
	line-height: 170%;
}
.wrapper {

	background-image: url(../images/bg/greinerfoto2.jpg);
	background-size: cover;
	background-position: center -30px;
	background-attachment: fixed;
	
/*background-color: rgba(255,255,255,0.25);
	max-width: 1400px;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0px 0px 72px -13px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 72px -13px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 72px -13px rgba(0,0,0,0.35);*/
}
a {
	font-weight: normal;
	color:#003e53;
}
a:hover,a:active {
	font-weight: normal;
	color:coral
}
header, footer, .container-fluid, section {
	margin-bottom: 0px;
	min-height: 5px;
}
row {
	position: relative;
}
.row img {
	width: 100%;
}
.row img.rightimage, .rimage {
	width:  38.5%;
	margin: 4px 0px 10px 3.5%;
	float: right;
	display: inline-block;
}
.row img.leftimage, .limage {
	width: 38.5%;
	margin: 0px 3.5% 10px 0;
	float: left;
	display: inline-block;
}
.row img.fullimage, .fullimage {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
}
.row .img-sizer {
	width: 100%;
	visibility: hidden;
}
.row .img-filler {
	background-size: cover;
	background-position: center;
}
/* header */

h1, h2 {
	font-size: 30px;
	line-height: 90%;
	margin-bottom: 20px;
}
h3 {
	font-size: 25px;
	line-height: 90%;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}
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: coral
}
.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: #003e53;
	background-image: url(../images/bg/greinerfoto2.jpg);
	background-size: cover;
	background-position: center -30px;
	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-orange {
	background-color: coral;
	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,1.0);
	color: #666;
}
.bg-black {
	background-color: rgba(2,16,17,1.0);
	border-bottom: 1px solid rgba(239,239,239,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: coral;
}
.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: 1px dotted rgba(255,255,255,0.5);
}
.homelink{
	display:none;
}
header .logo {
	padding: 30px 5% 30px 5%;
	width: 80%;
	max-width: 400px;
	min-width: 350px;
	float: left;
}
/*Main nav*/
.navbar-static-top .nav-spacer {
	height: 30px;
}
.navbar-static-top .navbar-header {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 60px;
}

.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 {
	float: right;
	border-width: 0px;
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none;

}

.navbar-nav a {
	font-family: 'Didact Gothic';
	font-size: 25px;
	margin-top: 70px;
	margin-right: 20px;
	color: white;
	white-space: nowrap;
	width: 100%;
	text-decoration: underline;
	letter-spacing: 1px;
	text-shadow: 1px 0 0 rgba(0,0,0,0.6), 0 0 0 rgba(0,0,0,0.6), 0 0 0 rgba(0,0,0,0.6);
}
.navbar-nav li a:hover {
	background: none;
	color: coral;
	text-decoration: underline;
}
.navbar-nav li a.active {
	color: coral;
	text-decoration: none;
}
.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: coral;
}
/* FOOTER */
footer {
	background-color: rgba(0,0,0,0.40);
	padding: 40px 0 50px 0;
	font-size: 18px;
}
footer h3 {
	font-family: 'Didact Gothic';
	letter-spacing: 1px;
	font-size: 20px;
	color: coral;
	margin-bottom: 12px;
}
footer .inner.extraspace {
	padding: 0 0 0 20%;
}
footer, footer a {
	color: rgba(255,255,255,0.8);
}
footer .fa {
	font-size: 20px;
	color: rgba(255,255,255,0.8);
}
footer a:hover, footer a:hover .fa {
	color: coral;
	text-decoration: none;
}
footer .logo {
	width: 80%;
	margin-bottom: 15px;
	margin-top: 15px;
	max-width: 200px;
}
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;
}
.inner.full-width {
	max-width: 94%;
	margin: 20px 3% 30px 3%;
}
.inner.blocktitle {
	border-right: 2px solid #ccc;
	margin-right: -25px;
	padding-right: 25px;
	padding-bottom: 50px;
	text-align: right;
}
.inner.blocktitle small {
	line-height: 100%;
	display: block;
}
.inner.pagetitle {
	margin: 10px 3% 0px 3%;
}
.inner.pagetitle h1 {
	color: #333;
}
.inner.pagetitle .intro {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	font-family: 'Didact Gothic';
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.bg-grey .inner.pagetitle .intro {
	color: rgba(0,0,0,0.6);display:inline-block
}
.inner.headline h1 {
	font-size: 45px;
	margin-top:130px;
}

.inner.headline a {
	font-size: 20px;
	font-family: 'Didact Gothic';
	letter-spacing:1px;
	color:coral;line-height:100%;
	/*text-decoration:underline;*/
	
}
.inner.headline a:hover {
	color: rgba(255,255,255,1.00);
}
/* 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;
}
.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.3);
	border: 0px solid rgba(255,255,255,0.3);
}
input[type='text'] {
	height: 28px;
	padding: 2px 2px 2px 2px;
	background-color: rgba(255,255,255,0.3);
	border: 0px solid rgba(255,255,255,0.3);
}
.color_area select, .color_area select option {
	height: 33px;
	padding: 4px 2px 2px 2px;
	background-color: rgba(255,255,255,0.3);
	border: 0px solid rgba(255,255,255,0.3);
}
.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: coral;
	font-size: 30px;
}
/* Mason */

.mason {
	padding: 0;
}
.mason .grid-item {
	cursor: pointer;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 10px;
}
.mason .grid-item img{
	width:100%
}
.mason .grid-item .imgbox {
	border: 1px solid #eee;
    box-shadow:5px 5px 15px rgba(0, 0, 0, 0.15);
}
.mason .grid-item .innergrid{
	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: 230px;
}
.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: 30px;
}
footer .inner.extraspace {
	padding: 0 0 0 15%;
}
footer {
	font-size: 14px;
	line-height: 25px;
}
.navbar-nav a {
	margin-top: 55px;
}
}

@media only screen and (max-width: 767px) {
body{font-size:18px;}.bg-white {
	color: #333;
}
.navbar-nav a {
	font-size: 20px;
	margin-top: 0px;
}
.navbar-nav {
	margin-top: -10px;
}
.navbar-nav li {
	width: 32%;
	float: left;
	text-align:center;
}
.navbar-nav li a {
	font-size: 23px;
	text-decoration: none;
}
.navbar-nav li.meta a {
	font-size: 16px;
	color: #bbb;
	text-decoration: none;
	text-transform:lowercase;
}
.navbar-nav li.meta a .fa {
	margin-left:-7px;
}
.navbar-nav li.meta.larger a .fa {
	margin-left:-12px;
}
.navbar-nav li.meta.larger a, .navbar-nav li.meta.larger a {
	font-size: 22px;
	color: #fff;
	
}.navbar-nav li.meta.larger a .fa {
	color: #fff;
}
.navbar-nav li:hover a, .navbar-nav li a.active, .navbar-nav li.larger a.active, .navbar-nav li.meta.larger a.active .fa {
	background: none;
	color:coral;
}
.btn-primary {
	padding-left: 0;
	padding-right: 0;
	margin: 20px 0 0px 0;
	width: 100%;
}
.btn-primary > .btn-primary {
	margin: 0px 0 0px 0;
}
footer {
	font-size: 18px;
	line-height: 25px;
}
.mason .grid-item {
	width: 45%;
}
.mason .grid-item.bigger {
	width: 100%;
}
.popmessage {
	width: 60%;
	margin-left: 20%;
}
.inner.headline  h1 {
	margin-top:80px
}

.inner.blocktitle {
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ddd;
	margin-right: 0;
	margin-bottom: -20px;
	padding: 0;
	text-align: left;
}
.homelink{
	display:block;position:absolute;height:136px;width:80%;z-index:1001;border:0px solid red;
}

.inner.blocktitle {

	border-bottom:0px solid #bbb;
	
}
.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.rightimage, 
.row img.leftimage {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	display: block;
}
.inner.headline  h1 {
	margin-top:50px;
	font-size:42px;
}
.mason .grid-item {
	width: 100%;
}
header .logo {
	min-width: 90%;
}
}
