/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.Tem.2017, 15:51:06
    Author     : Hazar
*/

.image-fade-load img {
	opacity: 1
}

.toggle-container {
	display: block
}

div.js-alert {
	width: 100%;
    position: fixed;
    top: 220px;
	left: 0;
	z-index: 9001
}
div.js-alert .notification {
	margin: 0 auto;
	width: 1000px;
	border: 5px solid red
}