/* Custom style for Johan Moortgat Splashpage */


body {
	background: url(../img/jm-bg.jpg) no-repeat 7% center fixed #4A4A4A;
	position: relative;
	font-family: 'Cormorant SC', Helvetica, Arial,sans-serif;
	top:0;
	width:100%;
	z-index:0;
	height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


}
.orange-border {
    border: 10px solid #DD042B;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.mainrow {
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left: 0;
	margin: auto;
	height: 78%;
}
.mainrow > div {
	max-width: 90%;
	margin: 0 auto;
	float: none;
}
.row .panel {
	background: none;
/* 	background: rgba(255, 255, 255, 0.92); */
	border: none;
	border-radius: 3px;
}
.row .inner-pannel {
	text-align: center;
}
.divider {
	height: 1px;
	width: 90%;
	background: #A9D5B9;
	margin: 1em auto 1em;
}
.row.mainrow h1, .row.mainrow h2, .row.mainrow p {
	color: white;
	font-weight: 100;
}
.row .panel h1 {
	margin: 0 auto;
}
.row .panel h1 img {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(9px 10px 8px rgba(0,0,0,0.5));
	filter: drop-shadow(9px 10px 8px rgba(0,0,0,0.5));
}
.row .orange-box {
    max-width: 380px;
    margin: 0 auto;
    padding: 1em;
    margin-bottom: 0.5em;
    overflow: hidden;
    letter-spacing: 3px;
}
.row .orange-box.form-box {
    margin-top: 2em;
}
.row.mainrow h2 {
	font-family: 'Cormorant SC', 'Open Sans', Helvetica, Arial,sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0.5em 0 1em;
	font-weight: normal;
}
.row.mainrow h3 {
	font-family: 'Cormorant SC', 'Open Sans', Helvetica, Arial,sans-serif;
	color:#3AA07E;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	}
	.row.mainrow h4 {
	font-family: 'Cormorant SC', 'Open Sans', Helvetica, Arial,sans-serif;
	color:#3AA07E;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	}

.row.mainrow p {
    color: #ffffff;
    max-width: 540px;
    display: block;
    margin: 0 auto 0em;
    font-family: 'Open Sans',Helvetica, Arial,sans-serif;
    font-size: 15px;
}
.row.mainrow a {
    color: #FDE38B;
    max-width: 540px;
/*     display: block; */
    margin: 0 auto 0em;
    font-family: 'Open Sans',Helvetica, Arial,sans-serif;
    font-size: 15px;
}
.row.mainrow a:hover {
	text-decoration: underline;
}
.row.mainrow blockquote {
    border: 1px solid #4CB895;
    max-width: 540px;
    display: block;
    margin: 2em auto 2em;
    padding: 0.5em;
    border-radius: 5px;
    color: #4CB895;
}
.row.brandsrow {
	margin-bottom: 2em;
}
.brandsrow p, .showroomrow p {
	font-size: 12px;
}
.showroomrow p span {
	font-weight: 700;
}
.showroomrow p a {
	color: white;
}
form {
	max-width: 600px;
    margin: 0 auto;
}
form .row {

}
.row form label {
	position: absolute;
	left: -9999px;
}
.row form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	color: white;
    border: 1px solid #D19A41;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    cursor: pointer;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.row form ::-webkit-input-placeholder {
   color: white;
}
.row form :-moz-placeholder { /* Firefox 18- */
   color: white;
}
.row form ::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}
.row form :-ms-input-placeholder {
   color: white;
}
.row form input:focus {
	background: none;
	border-color: #FDE38B;
}
.row form input[type="submit"] {
	background: #D19A41;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Cormorant SC', Helvetica, Arial,sans-serif;
	font-size: 16px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.row form input[type="submit"]:hover {
	background: #E3C176;
	color: white;
	border-color: #E3C176;
	text-transform: uppercase;
	font-family: 'Cormorant SC', Helvetica, Arial,sans-serif;
	font-size: 16px;
}

/* 800px ----------- */
@media only screen
and (max-width : 800px) {
	body {
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;

	}
}

/* 640px ----------- */
@media only screen
and (max-width : 640px) {
	.mainrow {
	position: relative;
	top: 2em;
	left: 0;
	transform: translate(0, 0);
	}
	.mainrow > div {
		max-width: 90%;
		margin: 0 auto;
		float: none;
	}
	.row .panel {
	}
	.row .inner-pannel {
		text-align: center;
	}
/*
	.row .panel h1 {
	width: 125px;
	height: 60px;
	}
*/
	.brandsrow p {
		margin-bottom: 0.25rem;
	}

}
/* 500px ----------- */
@media only screen
and (max-width : 500px) {
	.mainrow > div {
		max-width: 95%;
	}
}

/* 350px ----------- */
@media only screen
and (max-width : 350px) {
.row.mainrow p, .row.mainrow a {
	font-size: 11px;
}
}
