/*********************************************************/
/******************** CATEGORY ***************************/
/*********************************************************/

.Category{
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin: 0 0 15px;
	
	border: 1px solid #dedede;
	position: relative;
}

.Category:hover{
	border: 1px solid #ec7516;
}

.Category .Img {
	float: left;
	width: 100%;
	height: 164px;
	padding: 0;
	overflow: hidden;
}

.Category .Img span {
	z-index: 100;
	background-color: rgba(0,0,0,0.8);
	font-family: "Nunito";
	font-size: 0.75em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 10px;
	color: #ffffff;
	line-height: 1.2;
}

.Category .Img:hover span{
	color: #ec7516;
}

.Category .Img img {
	position: absolute; 
	display: inline-block;
	width: 154px;
	left: 5px;
	top: 5px;
	-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.Category .Img:hover img {
	width: 164px;
	left: 0px;
	top: 0px;
}

/*********************************************************/
/******************** PAGING TOOLS ***********************/
/*********************************************************/

.Box .Content.Category-Content{
	margin-top: 15px;
}

.Tools{
	float: left;
	width: 100%;
	padding: 30px 0 15px;
}

.Tools .Paging {
	float: right;
	position: relative;
}

.Tools .Show {
	margin-right: 10px;
	float: left;
	position: relative;
}

.Tools .Sort {
	margin-right: 10px;
	float: left;
	position: relative;
}

/*** Buttons ***/

.Tools span.Label{
	top: -16px;
	font-size: 0.7em;
	font-family: "Nunito";
	text-transform: uppercase;
	color: #252161;
	position: absolute;
	font-weight: bold;
}

.Tools .Show a {
	float: left;
	line-height: 36px;
	padding: 0 10px;
	
	text-decoration: none;
	border: 1px solid #dedede;
	background-color: #ffffff;
	
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	
	font-size: 0.75em;
	color: #252161;
}

.Tools .Show a:hover,
.Tools .Show a.Selected {
	border: 1px solid #ec7516;
}

.Tools a.First{
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.Tools a.Last{
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 979px) {
	.Tools .View{
		display: none;
	}
	.Tools .Show{
		display: none;
	}
}

/*** PAGING ***/

.Tools .Paging{
	line-height: 38px;
}

.Tools .Paging a{
	float: left;
	color: #90a8c0;
	padding: 0 10px;
}

.Tools .Paging a:hover{
	text-decoration: none;
	color: #252161;
}


.Tools .Paging a b{
	font-weight: bold;
	color: #252161;
	text-decoration: none;
}

.Tools .Paging a.Prev,
.Tools .Paging a.Next{
	float: left;
	height: 38px;
	width: 35px;
	text-indent: -999em;
	overflow: hidden;
}

.Tools .Paging a.Prev{
	background-image: url('../images/buttons/prev.png');
	margin-right: 10px;
}

.Tools .Paging a.Next{
	background-image: url('../images/buttons/next.png');
	margin-left: 10px;
}

/*** GRID ***/

.Tools a.Grid{ 
	padding-left: 16px;
	background-image: url('../images/obj/grid.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.Tools a.List{ 
	padding-left: 16px;
	background-image: url('../images/obj/list.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

/*** SORT ***/

.Tools .Sort .customSelect{
	width: 220px;
}