

.notifications .error 		{ padding: 34px 50px; background-color: #F8644F; border: 0; }
.notifications .success 	{ padding: 34px 50px; background-color: #03C9A9; border: 0; }
.notifications .warning 	{ padding: 34px 50px; background-color: #F7CA18; border: 0; }
.notifications .info 		{ padding: 34px 50px; background-color: #0c6997; border: 0; }
.notifications .message 	{ padding: 0 12px; }
.notifications .notifications-container 	{ line-height: 20px; }
.notifications .close-click { font-size: 16px; /*display: block; position: absolute; top: 18px; right: 10px; font-size: 16px;*/ }


@media (min-width: 750px) {
.notifications .error 		{ padding: 26px 50px; }
.notifications .success 	{ padding: 26px 50px; }
.notifications .warning 	{ padding: 26px 50px; }
.notifications .info 		{ padding: 26px 50px; }
.notifications .message 	{ padding: 0 12px; }
.notifications .notifications-container 	{ line-height: 22px; }
.notifications .close-click { font-size: 18px; /*position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 18px;*/ }

}