/*
 * Easy Notify
 * Custom Wrapper
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/

/* RESET */
.noty-popup-bullet,
.enoty-social {
	list-style: none outside none !important;
	padding: 0;
	margin: 0;
}

.option-container fieldset {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.option-container button,
.option-container input[type="submit"],
.option-container input[type="button"],
.option-container input[type="reset"] {
	margin: 0 !important;
	padding: 0 30px 0 30px;
}

.option-container input {
	height: 30px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.noty-popup-bullet li p {
	margin-bottom: 7px !important;
}

.noty-text-header h1 {
	margin: 0px !important;
}

.noty-popup-content p {
	margin-bottom: 0px !important
}


/* Wrapper */
.enoty-custom-wrapper {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	position: relative;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.enotybox-opened .enoty-custom-wrapper {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.enotybox-close {
	outline: none !important;
}

.noty-text-header,
.enoty-wrapper {
	text-align: left;
	-moz-border-radius: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}


/* Tick */
.bulltickblue {
	background-image: url('assets/images/bullets/tick_blue.png');
	background-repeat: no-repeat;
}

.bulltickred {
	background-image: url('assets/images/bullets/tick_red.png');
	background-repeat: no-repeat;
}

.bulltickyellow {
	background-image: url('assets/images/bullets/tick_yellow.png');
	background-repeat: no-repeat;
}

.bulltickgreen {
	background-image: url('assets/images/bullets/tick_green.png');
	background-repeat: no-repeat;
}

.bulltickorange {
	background-image: url('assets/images/bullets/tick_orange.png');
	background-repeat: no-repeat;
}

.bulltickgrey {
	background-image: url('assets/images/bullets/tick_grey.png');
	background-repeat: no-repeat;
}


/* Rounded */
.bullroundedblue {
	background-image: url('assets/images/bullets/rounded_tick_blue.png');
	background-repeat: no-repeat;
}

.bullroundedred {
	background-image: url('assets/images/bullets/rounded_tick_red.png');
	background-repeat: no-repeat;
}

.bullroundedyellow {
	background-image: url('assets/images/bullets/rounded_tick_yellow.png');
	background-repeat: no-repeat;
}

.bullroundedgreen {
	background-image: url('assets/images/bullets/rounded_tick_green.png');
	background-repeat: no-repeat;
}

.bullroundedorange {
	background-image: url('assets/images/bullets/rounded_tick_orange.png');
	background-repeat: no-repeat;
}

.bullroundedgrey {
	background-image: url('assets/images/bullets/rounded_tick_grey.png');
	background-repeat: no-repeat;
}


/* Blue Ribbon */
.enoty-ribbon-blue {
	background: url('assets/images/ribbon/ribbon_bg_blue.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-blue:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_blue.png');
	background-repeat: no-repeat;
	content: ' '
}

/* Red Ribbon */
.enoty-ribbon-red {
	background: url('assets/images/ribbon/ribbon_bg_red.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-red:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_red.png');
	background-repeat: no-repeat;
	content: ' '
}

/* Grey Ribbon */
.enoty-ribbon-grey {
	background: url('assets/images/ribbon/ribbon_bg_grey.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-grey:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_grey.png');
	background-repeat: no-repeat;
	content: ' '
}

/* Green Ribbon */
.enoty-ribbon-green {
	background: url('assets/images/ribbon/ribbon_bg_green.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-green:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_green.png');
	background-repeat: no-repeat;
	content: ' '
}


/* Orange Ribbon */
.enoty-ribbon-orange {
	background: url('assets/images/ribbon/ribbon_bg_orange.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-orange:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_orange.png');
	background-repeat: no-repeat;
	content: ' '
}

/* Yellow Ribbon */
.enoty-ribbon-yellow {
	background: url('assets/images/ribbon/ribbon_bg_yellow.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-yellow:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_yellow.png');
	background-repeat: no-repeat;
	content: ' '
}

/* Black Ribbon */
.enoty-ribbon-black {
	background: url('assets/images/ribbon/ribbon_bg_black.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8023;
	height: 73px;
	margin-left: -13px;
	bottom: 20px;
}

.enoty-ribbon-black:after {
	position: absolute;
	top: 0;
	z-index: 8025;
	height: 73px;
	right: -11px;
	width: 15px;
	background: url('assets/images/ribbon/ribbon_right_black.png');
	background-repeat: no-repeat;
	content: ' '
}

/* No Ribbon */
.enoty-ribbon-noribbon {
	position: relative;
	z-index: 8023;
	height: 33px;
	margin-left: -13px;
	bottom: 35px;
}

/* Share Button */

.social-container {
	position: relative;
	width: 100%;
}

.share-buttons {
	list-style: none;
	position: relative;
	bottom: -26px;
}

.share-buttons li {
	display: inline;
	margin-right: 10px;
}

.share-buttons li a {
	outline: none !important;
}

/* Share Button Style 2 */
ul.enoty-social {
	position: relative;
	list-style: none;
	display: inline-block;
	cursor: pointer;
	bottom: -26px !important;
}

ul.enoty-social li {
	display: inline;
	float: left;
	background-repeat: no-repeat;
	padding-right: 10px;
}

ul.enoty-social li a {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	text-decoration: none;
	outline: none !important;
}

ul.enoty-social li:last-child {
	padding-right: 0px;
}

ul.enoty-social li a strong {
	text-align: center;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: -1px;
	color: #fff;
	padding: 3px;
	z-index: 9999;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
	background-color: rgba(0, 0, 0, 0.7);
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

ul.enoty-social li.enoty-facebook {
	background-image: url("assets/images/flat_web_icon_set/color/Facebook.png");
}

ul.enoty-social li.enoty-twitter {
	background-image: url("assets/images/flat_web_icon_set/color/Twitter.png");
}

ul.enoty-social li.enoty-googleplus {
	background-image: url("assets/images/flat_web_icon_set/color/Google+.png");
}

ul.enoty-social li.enoty-pinterest {
	background-image: url("assets/images/flat_web_icon_set/color/Pinterest.png");
}

ul.enoty-social li.enoty-email {
	background-image: url("assets/images/flat_web_icon_set/color/Email.png");
}

#enoty-cssanime:hover li {
	opacity: 0.2;
}

#enoty-cssanime li {
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 500ms;
}

#enoty-cssanime li a strong {
	opacity: 0;
	transition-property: opacity, top;
	-webkit-transition-property: opacity, top;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: opacity, top;
	-moz-transition-duration: 300ms;
	width: 140px;
}

#enoty-cssanime li:hover {
	opacity: 1;
}

#enoty-cssanime li:hover a strong {
	opacity: 1;
	top: -10px;
}


/* Custom Button */
.enoty-custom-button,
.enoty-optin-button {
	outline: none !important;
	-moz-box-shadow: inset 0px 1px 0px -2px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px -2px #f5978e;
	box-shadow: inset 0px 1px 0px -2px #f5978e;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	text-indent: 0px;
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	height: 38px;
	line-height: 38px;
	width: auto;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

.enoty-custom-button:active {
	position: relative;
	top: 1px;
}

.enoty-optin-button:active {
	position: relative;
	top: 1px;
}

.submitloading {
	background-image: url('assets/images/element/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.submitok {
	background-image: url('assets/images/element/ok.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 41px;
	height: 30px;
	vertical-align: middle;
}

#submit-status {
	position: relative;
	margin-right: 10px;
	top: -2px;
}


/* Custom Button Wrapper */
.custom-button-main {
	position: relative;
}

.custom-button-container {
	bottom: -22px;
	width: 50%;
	max-width: 49%;
	text-align: right;
	position: relative;
	display: inline-block;
}

.custom-text-container {
	bottom: -23px;
	width: 50%;
	max-width: 49%;
	text-align: left;
	position: relative;
	display: inline-block;
}

.enoty-ribbon-noribbon .custom-button-container,
.enoty-ribbon-noribbon .custom-text-container {
	bottom: -7px;
}

.isribbon {
	padding-left: 30px;
	padding-right: 30px;
}


/* Opt-in Form */
.option-container {
	bottom: -23px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
}

.enoty-ribbon-noribbon .option-container {
	bottom: -10px;
}

.enoty-field-email,
.enoty-field-name {
	display: inline-block;
	margin-top: 3px;
	vertical-align: top;
	margin-right: 1%;
	max-width: 25%;
	text-align: center;
}

.option-container .enoty-optin-button {
	line-height: 24px;
}

.option-container input[type=text] {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #DDDDDD;
	border-radius: 7px;

}

.option-container input[type=text]:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

input.enoty-field-email {
	background-image: url('assets/images/element/mail.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}

input.enoty-field-name {
	background-image: url('assets/images/element/person.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
}

.option-container .enoty-field-error {
	color: #CC0000 !important;
	border: 1px solid #CC0000 !important;
	box-shadow: inset 1px 1px 3px #CC0000 !important;
	-webkit-box-shadow: inset 1px 1px 3px #CC0000 !important;
}

.option-container .enoty-field-error::-webkit-input-placeholder {
	color: #CC0000;
}

.option-container input.enoty-field-error:-moz-placeholder {
	color: #515151;
}

.option-container .enoty-field-error.placeholder {
	color: #515151;
}

/* Privacy Note ( Footer ) */
.enoty-footer {
	position: relative;
	bottom: 12px;
}

.enoty-privacy:before {
	content: url('assets/images/element/padlock_1.png');
	margin-right: 5px;
	margin-left: 10px;
	position: relative;
	top: 1px;
	vertical-align: middle;
	display: inline;
}

.enoty-privacy {
	color: #666;
	margin-bottom: 0px !important;
	font-size: 12px !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


/* License Notification */
.enoty-license-logo-front {
	width: 60%;
	border: solid 1px #666;
	padding: 10px;
	margin: 0 auto;
	background: #CCC
}

.enotylicensekey {
	border-radius: none !important;
	box-shadow: none !important;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
}

.enotyactivatecheck {
	color: red;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}


/* Responsive Design */
@media only screen and (max-width: 767px) {

	.custom-text-container {
		display: none;
	}

	.custom-button-container,
	.option-container {
		width: 100%;
		max-width: 100%;
		text-align: center !important;
	}

	.enoty-ribbon-noribbon .custom-button-main {
		margin-top: 25px !important;
	}

}

@media only screen and (max-width: 480px) {

	.custom-text-container {
		display: none;
	}

	.enoty-footer {
		display: none;
	}

	.option-container {
		position: relative;
		width: 100%;
		text-align: center !important;
	}

	.custom-button-container,
	.social-container {
		position: relative;
		width: 100%;
		text-align: center !important;
	}

	.enoty-custom-button {
		font-size: 12px !important;
	}

	.option-container fieldset {
		width: 100%;
	}

	.social-container,
	.enoty-social {
		text-align: center !important;
	}

	ul.enoty-social li {
		background-size: 21px 21px !important;
		margin-right: -13px;
	}

	.option-container input[type="text"] {
		width: 80%;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	button#enoty-optin-submit.enoty-optin-button {
		font-size: 12px !important;
	}

	.enoty-field-email {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.enoty-ribbon-noribbon .option-container {
		margin-top: 15px;
	}

	.enoty-ribbon-noribbon .custom-button-main {
		margin-top: 25px !important;
	}

	.isribbon,
	.isribbon:after {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0;
		background: none;
	}

	#submit-status {
		width: 100%;
		text-align: center;
		display: block;
		margin-right: 0px;
		top: -2px;
	}

	.submitloading {
		background-position: center;
	}

}