.amc {
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


.ctr {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#alert-footer-left{
	width: 360px;
	height: auto;
	float: left;
	margin: 0 0 15px 15px;
	position: fixed;
	bottom: 0;
	padding: 0;
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#alert-footer-left #top{
	/*width: 100%;
	height: 50px;
	float: left;
	margin: 0;
	padding: 10px;
	background: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;*/
	width: 100%;
    height: 50px;
    float: left;
    margin: 0;
    padding: 10px;
    background: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
}

#alert-footer-left #top i{
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
}

#alert-footer-left #top path,
#alert-footer-left #top polygon{
	fill: #FFF;
}

#alert-footer-left #top h5{
	width: auto;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: 700;
}

#alert-footer-left #top a{
	width: 15px;
	height: 15px;
	float: right;
	margin: 7px 5px 0 0;
	cursor: pointer;
}

#alert-footer-left #top a:hover{
	opacity: .7;
}

#alert-footer-left #bottom{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#alert-footer-left #bottom h4{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	border-bottom: #ddd 2px solid;
	text-align:left !important;
	display:block !important;
}

#alert-footer-left #bottom figure{
	width: 100px;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
}

#alert-footer-left #bottom figure a{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#alert-footer-left #bottom figure a img{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#alert-footer-left #bottom figure a:hover{
	opacity: .7;
}

#alert-footer-left #bottom div{
	width: -webkit-calc(100% - 115px);
	width: -moz-calc(100% - 115px);
	width: calc(100% - 115px);
	height: auto;
	float: right;
	margin: 15px 0 0 0;
}

#alert-footer-left #bottom div h2{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	color: #555;
	font-weight: 400;
	text-align:left !important;
}

#alert-footer-left #bottom div h2 a{
	color: #555;
	text-decoration: none !important;
}

#alert-footer-left #bottom div span{
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	color: #888;
	text-align: left;
}

#alert-footer-left #bottom div span font{
	text-decoration: line-through;
}

#alert-footer-left #bottom div strong{
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-align: left;
}

#alert-footer-left footer{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#alert-footer-left footer p{
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
}

#alert-footer-left footer a{
	width: 100%;
	height: 42px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: 42px;
	text-decoration: none;
	background: #F00;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}