select::-ms-expand {
    display: none;
}

body.paginas .header {
	background:url(../images/opening_header3.jpg) no-repeat top center;
	background-size:contain;
	height:75vh;
	min-height:700px;
	margin-top:40px;
}

.header .logo {
	margin-top:-20px;
}

body.paginas .header .layout {
	height:92vh;
}

body.paginas .content {
	padding-top:0;
}

.invitation h1,
.invitation h2 {
	color:#77878c;
	text-transform:uppercase;
	font-size:38px;
	font-weight:500;
	margin:0;
}	

.invitation h2 {
	font-size:28px;
	font-weight:300;
	margin:5px 0 0;
}

.invitation .form {
	float:left;
	width:100%;
	margin-top:30px;		
}

.invitation #reageerdirect h3 {
	font-size:23px;
}

.invitation #reageerdirect .row {
	max-width:680px;
	margin-bottom:38px;
}

.invitation #reageerdirect label {
	line-height:24px;
}

.invitation #reageerdirect textarea {
	max-width:100%;
	line-height:23px;
}

.invitation #reageerdirect input,
.invitation #reageerdirect .styled-select,
.invitation #reageerdirect textarea {
	margin-top:10px;
}

.invitation #reageerdirect .disclaimer {
	max-width:680px;
}

.invitation #reageerdirect .disclaimer a {
	color:#db003c;
}

.invitation #reageerdirect .button {
	margin-top:25px;
}

.alert.alert-message {
    position: absolute;
    top: 30vh;
    z-index: 3;
    left: 0;
    right: 0;
    width: 770px;
    margin: 0 auto;
    font-size: 21px;
    padding: 30px 40px;
    text-align: center;
    line-height: 29px;
    box-shadow: 0px 5px 40px rgba(0,0,0,0.4);
    border-radius: 5px;
    font-weight: 700;
}

@media only screen and (max-width: 1260px) {
	body.paginas .header {
		min-height:0;
		height:600px;
	}
}


@media only screen and (max-width: 1120px) {
	body.paginas .header {
		background-position:right center;
		background-size:cover;
		height:540px;
		min-height:0;
	}
}

@media only screen and (max-width: 980px) {
	body.paginas .header {
		background-position:right center;
		background-size:cover;
		height:460px;
		min-height:0;
	}
}


@media only screen and (max-width: 770px) {
	body.paginas .header {
		height:360px;
	}
	
	.alert.alert-message {
		width:90%;
	}
}

@media only screen and (max-width: 600px) {
	body.paginas .header {
		height:290px;
	}
	
	.header .logo {
		margin-top:-25px;
		max-width:100px;
	}
}

@media only screen and (max-width: 480px) {
	body.paginas .header {
		height:220px;
	}
	
	.alert.alert-message {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		width: 100%;
		box-shadow: none;
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 0;	
	}
}