.header{
	color:white;
	margin-top:-19px;
}
.header > ul{
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.header h1{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header li{
	font-family: 'Hind';
	font-size: 1rem;
	display: inline-block;
	font-weight: 500;
	padding-bottom: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.header li a:hover{
	color:white;
}
.header #all{
	background-color: white;
	font-weight: 600;
	border-radius: 4px;
	display: none;
}
.row1{
	text-align: center;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
h3{
	margin: 5px 0 0 !important;
	line-height: 1.6rem !important;
	max-width: 360px;
	max-height: 50px;
	overflow: hidden;
	font-weight: 500 !important;
}
.top{
	width: 100%;
	max-width: 1140px;
	margin: 40px auto 20px;
}
.top:after {
    content: "";
    display: block;
    clear: both;
}
.filter{
	border-radius: 2px;
	float: left;
	font-size: 0.8rem;
	font-weight: 600;
	border: 1px solid #C8C8C8;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
}
#filters{
	width: 100%;
	padding: 0 20px 0 15px;
	background: transparent;
    border: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    height: 26px;
}
.top .items{
	border-radius: 2px;
    border: 1px solid #C8C8C8;
    width:245px;
    display:none;
    margin-top: 34px;
    position: absolute;
    background-color: white;
    z-index: 2;
    text-align: left;
}
.top .items .button{
	display: table;
	padding-top: 8px;
	padding-bottom: 20px;
}
.top .items .cancel {
    display: none;
    padding: 0 0 30px;
    margin-top:0;
}
.top .items .button a{
	background-color: #c51111;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: 'Hind';
	font-size: 1rem;
	font-weight: 500;
	max-width: 200px;
	padding: 10px 70px 9px;
	text-transform: uppercase;
}
.top .items .cancel span {
	border-radius: 5px;
	color: #c51111;
	cursor: pointer;
	display: block;
	font-family: 'Hind';
	font-size: 1rem;
	font-weight: 500;
	max-width: 220px;
	padding: 10px 60px;
}
.top .items .cancel span:before{
	content: 'X ';
}
.top .items li {
	font-family: 'Hind';
	font-weight: 400;
	font-size: 1rem;
	margin-top: 10px;
	margin-left: 20px;
}
.top .items li input {
	background-color: white;
	margin-right: 8px;
	vertical-align: middle;
}
.top .items li input,
.top .items li label {
	cursor: pointer;
}
.top .items li:first-child{
	margin-top: 20px;
}
.order{
	float: right;
	display:inline-block;
	margin-top: 4px;
}
.order label{
	font-weight: 600;
}
.order .regular{
	display: inline-block;
    background-color: #fff;
    position: relative;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}
.order .regular:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #56565b transparent;
    position: absolute;
    margin: 0px 5px 0px 0px;
    right: 0px;
    top: 10px;
    pointer-events: none;
}
.order .mobile{
	display: none;
}
.author{
	color: #c51111;
    font-size: .8rem;
    font-weight: 500;
}
.author .time{
	color: #626262;
    margin-left: 5px;
    font-weight: normal;
}
.category{
	color:white;
    background: #C40800;
    margin: 10px 0 0 10px;
    padding: 0 5px;
    position: absolute;
    text-transform: uppercase;
}
.responsive{
	display: none;
}
#section{
	border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 90%;
    padding-bottom: 12px !important;
    padding-top: 12px;
    text-align: left;
    margin: 0;
}
#section:after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: white transparent;
    position: absolute;
    margin: -11px 0px 0px 0px;
    right: 0px;
    pointer-events: none;
}
#section > label{
	display: block;
}
.responsive input[type=checkbox]{
    display:none;
}
.responsive input[type=checkbox]:checked ~ #responsiveCat{
	display: block;
	width: 90%;
	text-align: center;
	margin: auto;
}
#responsiveCat{
	display: none;
}
#responsiveCat li{
	display: block;
	padding: 12px 0 12px 0;
	margin: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#responsiveCat li > a{
	display: block;
}
.regular{
	display: block;
}
@media screen and (max-width : 1139px){
	.top{
		padding: 0 10px;
	}
}
@media screen and (max-width: 940px){
	.top{
		padding: 20px 30px 0 30px;
		margin-top: 0px;
	}
}
@media screen and (max-width: 639px){
	.top .items .cancel {
	    display: table;
	}
	.top .items .button{
		padding-bottom: 0;
	}
	.header h1{
        padding-bottom: 10px;
	}
	.category_section {
		padding: 0 20px;
	}
	.filter{
		float: none;
		margin: 0 auto 30px;
		text-transform: uppercase;
		width: 93px;
		text-align: center;
	}
	.top{
		padding: 20px 20px 0 20px;
	}
	.top .items{
	    position: relative;
	    margin:auto;
	    border:none;
	}
	.order{
		float:none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		width: 100%;
	}
	.order .rC,
	.order .regular {
		display: none;
	}
	.order .mobile {
		margin-left: 0px !important;
		text-transform: uppercase;
		width: 100%;
	}
	.responsive{
        display: block;
    }
    .regular{
        display: none;
    }
}