.sort-links{
	color: #373a36;
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	z-index: 200;
}
.sort-links .sortView{
	font-family: superblue;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
}
.sort-links a{
	font-family: superblue;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.sort-links a.selected{
	cursor: default;
	font-family: superblue;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #F1B772;
}
.sort-links .sep{
	margin: 0 4px;
	position: relative;
	top: -1px;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.sort-links{
		float: right;
    	padding-right: 0;
	    text-align: right;
	    width: 290px;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.sort-links.columns{
		float: left !important;
	}
}
