/*
 * Easy Notify
 * Custom Wrapper
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/

/* RESET */
.noty-popup-bullet {
	list-style: none outside none !important;
	padding: 0;
	margin: 0;
	}

.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;
			
	}

.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);
	}

.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; 
	}


/* Rounded */
.bullroundedorange {
            background-image: url('assets/images/bullets/rounded_tick_orange.png');
            background-repeat: no-repeat;
	}

/* Shadow */
.bottom-shadow {
    width: 100%;
    box-shadow: 0 3px 8px -2px #B4B4B4;
    -moz-box-shadow: 0 3px 8px -2px #B4B4B4;
    -webkit-box-shadow: 0 3px 8px -2px #B4B4B4;
	}

.bottom-shadow {
	width: 100%;
	box-shadow: 0 3px 8px -2px #303030;
	-moz-box-shadow: 0 3px 8px -2px #303030;
	-webkit-box-shadow: 0 3px 8px -2px #303030;
		}
		
.enotybox-close {
	outline: none !important;
	}
	
/* Responsive Design */
@media only screen and (max-width: 767px) {
	
	.enoty-custom-wrapper {
		width:auto !important;
		height:auto !important;
		}
	
}
	
@media only screen and (max-width: 480px) {
	
	.enoty-custom-wrapper {
		width:auto !important;
		height:auto !important;
		}

	}