/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?i64fx9');
	src:url('../fonts/icomoon/icomoon.eot?#iefixi64fx9') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?i64fx9') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?i64fx9') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?i64fx9#icomoon') format('svg');
}

.fa-times {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
}

/* Style for overlay */

.content-style-overlay {
	padding: 100px 50px;
	text-align: center;
}

.content-style-overlay h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 300;
	font-size: 3em;
}

.content-style-overlay p {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 700px;
	text-align: justify;
	font-weight: 300;
	font-size: 1.5em;
}

.content-style-overlay .fa-times {
	border: 2px solid #f9e1c9;
	border-radius: 50%;
	line-height: 2.8;
}

.content-style-overlay .fa-times:hover {
	border-color: #a50a05;	
}

/* Style for text modal */
.content-style-text {
	padding: 60px;
	text-align: left;
}

.content-style-text h2 {
	margin: 0 0 0.5em 0;
	font-weight: 300;
	font-size: 1.85em;
}

.content-style-text p {
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.4;
}

.content-style-text label {
    padding: 10px;
    color: #f9e1c9;
    font-weight: bold;
}

.content-style-text .fa-times {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .fa-times:hover {
	color: #f9e1c9;
}

/* Style for form modal */
.content-style-form {
	position: relative;
	text-align: left;
}

.content-style-form h2 {
	margin: 0;
    padding: 0.8em 0 0.4em;
    text-align: center;
    font-weight: 300;
    font-size: 3em;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: 'Bebas Neue';
}

.content-style-form #form-wrapper {
	padding: 10px 30px;
	font-size: 14px;
}

.content-style-form #form-wrapper p {
	margin: 0 0 5px 0;
	font-size: 0.7em;
}

.content-style-form label {
	display: block;
	padding: 10px 0 0;
	color: rgba(151, 151, 151, 0.64);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 5px;
}

.content-style-form .checkmark-container {
	padding-left: 25px;
	position: relative;
}

.content-style-form .checkmark-container input {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.content-style-form .checkmark {
	width: 20px;
    height: 20px;
    margin-top: 2px;
    left: 0;
    position: absolute;
	display: inline-block;
	cursor: pointer;
    border: 2px solid rgba(151, 151, 151, 0.64);
}

.content-style-form .checkmark::after {
	content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: #bdbdbd;
    position: absolute;
    left: 2px;
	top: 2px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content-style-form input:checked + .checkmark::after {
	opacity: 1;
}

.content-style-form textarea::-webkit-input-placeholder {
	color: rgba(151, 151, 151, 0.64);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.8em;
	font-family: 'Open Sans';
}

.content-style-form textarea:-ms-input-placeholder {
	color: rgba(151, 151, 151, 0.64);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.8em;
	font-family: 'Open Sans';
}

.content-style-form textarea::placeholder {
	color: rgba(151, 151, 151, 0.64);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.8em;
	font-family: 'Open Sans';
}

.content-style-form input[type="text"],
.content-style-form input[type="password"],
.content-style-form textarea {
	padding: 10px;
	width: 100%;
	border: 2px solid rgba(151, 151, 151, 0.64);
	background: transparent;
	color: rgba(151, 151, 151, 0.64);
	font-size: 1.4em;
	resize: none;
}

.content-style-form input[type="text"]:focus,
.content-style-form input[type="password"]:focus,
.content-style-form textarea:focus {
	border-color: #ed2024;
	color: #ed2024;
}

.content-style-form input:focus,
.content-style-form textarea:focus {
	outline: 0;
}

.content-style-form button {
	display: block;
	margin-top: 2.5em;
	padding: 0 1.5em;
	width: 100%;
	height: 55px;
	border: none;
	background: #ed2024;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.25em;
	font-family: 'Open Sans';
	cursor: pointer;
	outline: none;
}

.content-style-form .fa-times {
	top: 0;
	right: 0;
	position: absolute;
	color: rgba(151, 151, 151, 0.64);
	font-size: 75%;
}

.content-style-form .fa-times:hover {
	color: #ed2024;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .fa-times {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .fa-times {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}