﻿/* Add here all your CSS customizations */

/*Periexomena
  1. Filtering
  2. General classes and id's
  3. Page Top
  
  ...
*/

/************************************************/
/*  **************** FILTERING **************** */


/* menu: Κατηγορίες */
ul.nav-list.primary.filtering> li {line-height: 14px;}
ul.nav-list.primary.filtering> li a {background-position: 9px 13px;}

div.thumbnail.filtering{padding:10px; display:block;position;}
.thumbnail.filtering label{font-size:0.8em;}
.thumbnail.filtering p{font-size:0.9em; line-height:110%;}


div.filter-section{position:relative; display:block; padding:10px; border-bottom:1px solid #ddd;}
.filter-section h4{margin-top:10px;}
.filter-section label{font-size:0.8em;}
.price-range label{float:left; padding:0 3px;}
.price-range input{float:left; padding:0 3px;}

a.more-filtering{font-size:10px; position:absolute; top:24px; right:5px;}



/************************************************/
/*  **************** FILTERING **************** */
div.clear{clear:both;}

/* ************************************* */
/* Page Top */
section.parts-page-top {
	background: url(../img/road-1920-500.jpg) no-repeat center center fixed;
	background-size: cover;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	margin-top: 15px;
	min-height: 300px;
	padding: 0;
	padding: 20px;
	position: relative;
	text-align: left;
}

section.parts-page-top ul.breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

section.parts-page-top ul.breadcrumb > li {
	text-shadow: none;
}

section.parts-page-top h2 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
}

/* Page Top Custom - Create your Own */
section.parts-page-top.custom-product {
	background: #999;
	border-top: 5px solid #888;
}

section.parts-page-top.custom-product div.row {
	position: relative;
}

section.parts-page-top.custom-product p.lead {
	color: #CCC;
}

section.parts-page-top.custom-product img {
	bottom: -20px;
	position: absolute;
	right: 0;
}

section.parts-page-top.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
}

.paging{background:#f7f7f7 none repeat scroll 0 0; padding:10px 10px;margin:0 0 20px 30px;}
.paging form{margin:0;}
.paging p{margin:0;line-height:30px;text-align:left;}
.paging label{float:left;line-height:30px;margin-right:5px;}

/* Center a div, p or other block */
.center-block{float:none; margin-left:auto; margin-right:auto;}
p.center-block, div.center-block {text-align:justify;}