/*
 * Easy Notify ( head-txt Layout )
 * Main Wrapper and Content
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/


/* Main Wrapper */
.enoty-wrapper {
	position: relative;
}

.noty-content-wrap {
	padding: 25px;
}

.noty-content-center {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

/* Header Text */
.noty-text-header {
	text-align: center;
	width: 100%;
}

.noty-text-header h1 {
	padding: 15px;
	font-weight: bold !important;
	line-height: normal !important;

}

/* Main Text */
.noty-popup-content {
	margin-bottom: 25px;
	line-height: 1.5;
	text-align: justify;
}

.noty-popup-content p {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-style: italic;
}

@media only screen and (max-width: 767px) {

	.noty-popup-content,
	.enoty-wrapper {
		float: none;
	}

	.noty-popup-content,
	.noty-content-center {
		width: 100% !important;
		max-width: 100% !important;
	}

	.noty-text-header {
		text-align: left;
		margin-bottom: 15px;
	}

	.noty-text-header h1 {
		padding: 10px;
		font-size: 22px !important;
	}

}

@media only screen and (max-width: 480px) {

	.noty-popup-content,
	.enoty-wrapper {
		float: none;
	}

	.noty-popup-content,
	.noty-content-center {
		width: 100% !important;
		max-width: 100% !important;
	}

	.noty-text-header {
		text-align: left;
		margin-bottom: 15px;
	}

	.noty-text-header h1 {
		padding: 10px;
		font-size: 16px !important;
	}
}