
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('icomoon.eot?i64fx9');
	src:url('icomoon.eot?#iefixi64fx9') format('embedded-opentype'),
		url('icomoon.woff?i64fx9') format('woff'),
		url('icomoon.ttf?i64fx9') format('truetype'),
		url('icomoon.svg?i64fx9#icomoon') format('svg');
}


table {width:100%;border:0;border-collapse: collapse;}
th {width:20%;border:0;text-align:center;}
td {border:0;padding:10px 5px;}


.btn_submit {
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px; 
	padding:0 20px;
	height:30px;
	line-height:30px;
	border:1 solid #666;
	background:#666;
	color:#fff;
	cursor:pointer
}


/* Icons */

.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: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-close::before {
	content: "\e601";
}

.icon-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.icon-close:hover {
	color: #000;
	background: #ccc;
}

/* Styles for dummy content */


/* Style for text modal */
.content-style-text {
	padding: 50px;
	text-align: left;
}

.content-style-text h2 {
	margin: 15px 0 15px 0;
	font-weight: 700;
	font-size: 1.8em;
	text-align: center;
	color: #666;
	letter-spacing: 2px
}

.content-style-text p {
	color:#fff;
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.7;
}

.content-style-text label {
    padding: 10px;
    color: #666;
}

.content-style-text input {
    height: 30px;
}

.content-style-text .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.4);
}

.content-style-text .icon-close:hover {
	color: #fff;
}



.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
	border-radius: 25px; 
	padding:0 20px;
	height:28px;
	line-height:28px;
	background: #f2bfd7;
	border: 1px solid #f2bfd7; 
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

.morph-button:hover {
	background: #fff;
	border: 1px solid #f2bfd7; 
	color: #f2bfd7;
}

.morph-button > button {
	position: relative;
	padding: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 33px;
	overflow: hidden;
	font-weight:300;
	background: #f2bfd7;
}

.morph-button > button:hover {
	background: #fff;
	color: #f2bfd7;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	width: 90px;
	height: 33px;
}


.morph-button-fixed > button {
	z-index: 1000;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}


.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -310px 0 0 -300px;
	width: 600px;
	height:600px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}




.morph-button-modal-1 .morph-content {
	background-color: #fff;
}



.morph-button-modal-1::before {
	background: rgba(0,0,0,0.4);
}


