/* Custom style for SURE Splashpage */

body { 
	background: url(../img/sure-bg.jpg) no-repeat center top white; 
	position: relative;
	font-family: 'Work Sans', Helvetica, Arial,sans-serif;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.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;
	padding: 0;
}
.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.5em auto 1em;
	font-family: 'Work Sans', Helvetica, Arial,sans-serif;
	font-size: 2.3em;
}
.row .panel h1 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.row .orange-box {
	background: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    margin-bottom: 0.5em;
    overflow: hidden;
}
.row .orange-box img {
	max-width: 400px;
    width: 100%;
    height: auto;
}
.row .orange-box.form-box {
    margin-top: 2em;
    background: none;
    border-radius: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    }
.row .orange-box .green-box {
	border: 1px solid #006500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	margin: 3em 0 0;
	font-weight: 300;
}
.row .orange-box .green-box span {
	font-weight: 600;
}
.row .orange-box .green-box p {
	margin-bottom: 1em;
	color: #000000;
}
.row.mainrow h2 {
    font-family: 'Work Sans', 'Open Sans', Helvetica, Arial,sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0em 0 0em;
    font-weight: 600;
    padding: 8px 11px;
    display: inline-block;
    text-transform: uppercase;
}
.row.mainrow h3 {
	font-family: 'Work Sans', 'Open Sans', Helvetica, Arial,sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 1em;
}
	.row.mainrow h4 {
	font-family: 'Work Sans', 'Open Sans', Helvetica, Arial,sans-serif;
	color:#000000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	}

.row.mainrow p {
    color: #333333;
    max-width: 540px;
    display: block;
    margin: 0 auto 0em;
    font-family: 'Work Sans',Helvetica, Arial,sans-serif;
    font-size: 16px;
}
.row.mainrow a {
    color: #60574E;
    max-width: 540px;
    margin: 0 auto 0em;
    font-family: 'Work Sans',Helvetica, Arial,sans-serif;
    font-size: 16px;
}
.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 white;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    cursor: pointer;
    font-family: 'Work 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: #005AB9;
} 
.row form input[type="submit"] {
	background: white;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Work Sans', 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: #bfbfbf;
	color: black;
	border-color: #bfbfbf;
	text-transform: uppercase;
	font-family: 'Work Sans', Helvetica, Arial,sans-serif;
	font-size: 16px;
}

/* 800px ----------- */
@media only screen 
and (max-width : 800px) {
}

/* 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 {
		top: 0em;
	}
	.mainrow > div {
		max-width: 95%;
	}
}

/* 350px ----------- */
@media only screen 
and (max-width : 375px) {
.row.mainrow h2 {
	font-size: 14px;
}
.mainrow > div {
    max-width: 100%;
}
}