body{
	font-family: 'Roboto', sans-serif;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	box-shadow: none; 
}
.header{
	height: 50px;
	width: 100%;
	display: block;
	line-height: 50px;
	background: #000;
	margin-bottom: 40px;
}
.footer{
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.login{
	max-width: 400px;
	margin: auto;
}
.alert-danger{
	color: #ec5840;
}

.top-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.grid{
	display: block;
	background: #f2f2f2;
	width: 100%;
	height: 320px;
	margin-bottom:15px;
	-webkit-transition: box-shadow 100ms linear,top 100ms linear;
    -moz-transition: box-shadow 100ms linear,top 100ms linear;
    -o-transition: box-shadow 100ms linear,top 100ms linear;
    -ms-transition: box-shadow 100ms linear,top 100ms linear;
    -khtml-transition: box-shadow 100ms linear,top 100ms linear;
    transition: box-shadow 100ms linear,top 100ms linear;
    border: 1px solid #f3f3f3;
}
.grid:hover {
	 box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.promotion-end{
	font-size: 12px;
	color: #e35205;
	font-style: italic;
}
.description-body {
	color: #808080;
    font-size: 14px;
}
.thumb-holder{
	width: 100%;
	max-height: 150px;
	display: block;
	overflow: hidden;
}
.close-button{
	background: #fff !important;
}
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.84);
}
.loading span {
    margin: auto;
    position: absolute;
    top: 40%;
    color: #fff;
}