/* Icons */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'FontAwesome';
	src:url('./font-awesome/fonts/fontawesome-webfont.eot');
	src:url('./font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('./font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
		url('./font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('./font-awesome/fonts/fontawesome-webfont.svg') format('svg');
}

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

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* Styles for dummy content */

/* 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 .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-close:hover {
	color: #f9e1c9;
}

.morph-button-fixed > button {
	border-radius: 15px;
}

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

.forgot > a {
	color: #00a1f6;
	text-decoration: none;
	cursor: pointer;
}

.forgot a:hover {
	color: #00a1f6;
	text-decoration: none; !important;

}



.content-style-form h2 {
	margin: 0;
	padding: 0.4em 0 0.3em;
	text-align: center;
	font-weight: 200;
	font-size: 2em;
}

form .forgot {
	text-align: right
}


.content-style-form form p, .content-style-form .row {
	margin: 0 0 5px 0;
	font-size: 0.7em;
	text-align: center;
}

.content-style-form input[type="text"],
.content-style-form input[type="email"],
.content-style-form input[type="tel"],
.content-style-form input[type="datetime"],
.content-style-form input[type="password"] {
	padding: 10px;
	width: 75%;
	margin: 15px auto 0;
	border: 2px solid #ffffff;
	background: #ffffff;
	color: #b09a86;
	font-weight: 300;
	font-size: 2.2em;
	border-radius: 10px;
}

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

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

.content-style-form .icon-close {
	top: 0;
	right: 0;
	color: #ebd3bd;
}

.content-style-form .icon-close:hover {
	color: #e75854;
}

.js .content-style-form-2 .row,
.js .content-style-form-2 h2,
.js .content-style-form-2 p,
.js .content-style-form-2 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
	transition: opacity 0.2s 0.3s, transform 0.2s 0.3s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

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

.content-style-form-2 .row:first-child {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

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

.content-style-form-2 .row:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

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

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

.morph-button.open .content-style-form-2 h2,
.morph-button.open .content-style-form-2 .row,
.morph-button.open .content-style-form-2 p,
.morph-button.open .content-style-form-2 .icon-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


.controls {
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.js .controls {
	position: absolute;
}

.controls span {
	display: inline-block;
}

.controls::after {
	content: '';
	position: absolute;
	height: 7px;
	left: 100px;
	right: 70px;
	bottom: 16px;
	background: #aaa;
}

@media screen and (max-width: 770px) {
	.content-style-overlay {
		font-size: 75%;
	}

	.content-style-overlay .icon-close {
		top: 5px;
		right: 5px;
	}
}

















