html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #333;

}

html {
	background: url('../img/bg-ce-spain-2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1, h2, h3, h4, h5 {
    font-family: 'Slabo 27px', serif;
	display: inline-block;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

.pagebg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg-ce-spain-2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-ce-spain-2.jpg', sizingMethod='scale')";
	height: 100%;
	width: 100%;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    max-width: 680px;
	padding: 20px;
}


.title {
	background-color: #737373;
	height: 50px;
	padding-left: 45px;
	overflow: visible;
}

.main {
	padding: 20px 50px 30px 50px;
	background-color: rgba(255,255,255,0.97);
}

h1 {
	margin: 25px 0 0 0;
	color: #e60016;
	text-transform: uppercase;
}

.main p {
	line-height: 1.375em;
	margin-top: 8px;
}

.main h3 {
	margin: 0;
}

.formdiv {
	padding: 20px 50px 10px 50px;
	margin-top: 5px;
	background-color: rgba(228,228,228,0.95);
	border-bottom: 7px solid #E60016;
}

.formdiv h2 {
	margin: 0 0 5px 0;
}

#mc_embed_signup {
    background: none!important;
    font: 16px 'Open Sans', sans-serif!important;
}

#mc_embed_signup form {
    padding: 10px 0!important;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: inline-block!important;
}

#mc_embed_signup input {
    border: 1px solid #fff!important;
}

#mc_embed_signup .mc-field-group input {
    font-size: 16px!important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #333!important;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #333!important;
    font-size: 14px!important;
    margin: 0;
}

#mc_embed_signup .mc-field-group {
    min-height: 25px!important;
}

#mc_embed_signup .button {
    background-color: #828282!important;
    color: #fff;
    border: none!important;
    border-radius: 0!important;
    font-size: 1.375em!important;
    font-family: 'Slabo 27px', sans-serif!important;
    height: 40px!important;
    transition: all 1s;
}

#mc_embed_signup div.response {
    width: 100%!important;
    padding 10px 0 40px 0!important;
    margin: 0 0 40px 0!important;
}

#mc_embed_signup div#mce-responses {
    width: 100%!important;
    margin: 0!important;
    font-size: 0.875em;
}

#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
	background-color: #333!important;
    transition: all 1s;
}

.huurincassologo img {
    float: right;
    position: relative;
    top: -73px;
}

@media only screen and (max-width: 500px) {
    .huurincassologo img {
        float: none;
        position: inherit;
        top: 0;
        margin: 30px 0 0 0;
    }
    
    html {
        background: url('../img/bg-ce-spain-mobile.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .pagebg {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg-ce-spain-mobile.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-ce-spain-mobile.jpg', sizingMethod='scale')";
        height: 100%;
        width: 100%;
    }
    
    .main {
        padding: 20px 30px 40px 30px;
    }
    
    .formdiv {
        padding: 30px 30px 20px 30px;
    }
}

