/* 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');
}

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

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: 300;
	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: 60px;
	right: 20px;
}

.icon-close:hover {
	color: #b8860b;
}



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

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

.content-style-text p {
	color: #fff;
	font-weight: 400;
	font-size: 1.15em;
	line-height: 1.4;
	width: 500px;
	
}

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

.content-style-text .icon-close {
	top: 1;
	right: 50;
	color: #fff;
}

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


@media screen and (max-width: 770px) {
	
}


@media(max-width:490px) {
    .content-style-text h2 {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.content-style-text {
	padding: 10px;
	text-align: left;
}


}










