.sortContainer{
	text-align: center;
	margin: 0 0 7px;
}
.sortContainer label#label_sort{
	color: #404040;
    display: inline-block;
	font-family:'Avenir Next W01' ; 
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 34px;
    padding: 0;
    position: relative;
    top: 6px;
    vertical-align: middle;
    margin-right: 4px;
	cursor: default;
}
body .wrapper .sortContainer a{
	font-size: 14px;
	padding: 0;
	color: #404040;
	height: 34px;
	vertical-align: middle;
	font-family:'Avenir Next W01' ; 
    font-weight: 500; 
    font-style: normal;
}
body .wrapper .sortContainer a.selected{
	color: #f58220;
}
.sortContainer .sep{
	color: #9c9c9d;
    font-size: 12px;
    height: 10px;
    margin: 0 6px;
    position: relative;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.sortContainer{ float: left;  position: relative; }
}
@media only screen and (min-width: 641px) and (max-width: 788px) {
	.sortContainer{ position: absolute; top: 35px; }
    .events .sortContainer{ position: relative; top: 0; }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

    
}
