/*
 * Easy Notify ( head-video-txt-list 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-right {
	margin-left: 3%;
	display: inline-block;
	width: 35%;
	max-width: 35%;
	vertical-align: top;
}

/* Header Text */
.noty-text-header {
	text-align: left;
	width: 100%;
}

.noty-text-header h1 {
	padding: 15px;
	font-weight: bold !important;
	line-height: normal !important;

}

/* Notify Video */
.noty-popup-video {
	display: inline-block;
	width: 65%;
	max-width: 60%;
	height: auto;
	margin-bottom: 15px;
}


/* 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;
}

/* Notify Bullets */
.noty-popup-bullet ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.noty-popup-bullet li:first-child {
	margin-top: 0px;
}

.noty-popup-bullet li {
	padding-left: 35px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

.noty-popup-bullet li p {
	font-weight: normal;
	line-height: normal;
}


@media only screen and (max-width: 767px) {

	.noty-popup-bullet-wrap,
	.noty-popup-content,
	.enoty-wrapper,
	.noty-popup-bullet-wrap {
		float: none;
	}

	.noty-popup-video,
	.noty-popup-content,
	.noty-popup-bullet-wrap,
	.noty-content-right {
		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;
	}

	.noty-content-right {
		margin: 0;
	}

}

@media only screen and (max-width: 480px) {

	.noty-popup-bullet-wrap,
	.noty-popup-content,
	.enoty-wrapper,
	.noty-popup-bullet-wrap {
		float: none;
	}

	.noty-popup-video,
	.noty-popup-content,
	.noty-popup-bullet-wrap,
	.noty-content-right {
		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;
	}

	.noty-content-right {
		margin: 0;
	}

}