#slider{
	width:100%;
	overflow:hidden;
	max-height:600px;	
}
#slider li{
	width:100%;
	height:600px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;	
}
#slider .slide-1{
	background:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url(/images/slider/genikou-katharismou.jpg);
}
#slider .slide-1 h2{
	margin:50px 0 0 275px;
	font-size:40px;
	color:#fefefe;
	text-shadow:1px 1px 1px #000;	
}
#slider .slide-1 p{
	margin:20px 0 0 250px;
	font-size:20px;
	color:#dedede;
	text-shadow:1px 1px 1px #000;
}
#slider .slide-1 .links{
	width:58%;
	margin:8px auto;	
	text-align:center;
}
#slider .links a{
	font-size:20px;
	color:#dedede;
	text-shadow:1px 1px 1px #000;
	transition:ease 0.25s;
}
#slider .links a i{
	font-size:12px;
	padding-left:8px;
	line-height:12px !important;	
}
#slider .links a:hover{
	color:#E81F00;	
}
#slider .slide-2{
	background:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url(/images/slider/toilet-paper.jpg);
}
#slider .slide-2 h2{
	clear:both;
	margin:450px 0 0 0;
	font-size:40px;
	color:#fefefe;
	float:right;
	text-align:right;
	text-shadow:1px 1px 1px #000;	
}
#slider .slide-2 p{
	clear:both;
	margin:20px 0 0 0;
	font-size:20px;
	color:#dedede;
	float:right;
	text-align:right;
	text-shadow:1px 1px 1px #000;
	text-align:right;	
}
#slider .slide-2 .links{
	width:58%;
	margin:8px 0;
	float:right;
	text-align:right !important;
}
#slider .slide-3{
	background:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url(/images/slider/car-cleaning.jpg);
}
#slider .slide-3 h2{
	clear:both;
	margin:70px 0 0 0;
	font-size:40px;
	color:#fefefe;
	float:right;
	text-align:right;
	text-shadow:1px 1px 1px #000;	
}
#slider .slide-3 p{
	clear:both;
	margin:20px 0 0 0;
	font-size:20px;
	color:#dedede;
	float:right;
	text-align:right;
	text-shadow:1px 1px 1px #000;	
}
#slider .slide-3 .links{
	width:58%;
	margin:8px 0;
	float:right;
	text-align:right !important;
}
#featured-products{
	padding:0 0 50px 0;
	min-height:400px;
}
#featured-products .title,#blog .title{
	width:100%;
	margin:40px 0 40px 0;
	float:left;	
}
#featured-products .title h3,#blog .title h3{
	display:inline-block;
	font-size:18px;
	padding:0;
	margin:0;
	color:#888;
	float:left;
	clear:both;
	font-weight:700;
	position:relative;
	color:#363d97;
}
#featured-products .title h3:after,#blog .title h3:after{
	content:' ';
	width:30%;
	border-bottom:2px solid #E81F00;
	position:absolute;
	left:0;
	height:30px;
}
#featured-products .product{
	width:17%;
	padding:20px 0 10px 0;
	margin:0 1.5% 4% 1.5%;
	float:left;
	text-align:center;
	box-shadow:0 0 1px #ccc;
	border-top:1px solid #363d97;
	position:relative;
}
#featured-products .product span{
	position:absolute;
	left:3px;
	top:3px;
	padding:0 4px;
	line-height:15px;
	background:#E81F00;
	color:#fefefe;
	font-size:10px;	
}
#featured-products .product img{
	width:65%;
	margin-bottom:10px;
}
#featured-products .product-name{
	position:relative;
	padding-top:10px;
	width:100%;
	float:left;
	text-align:center;
	transition:ease 0.25s;
}
#featured-products .product-name:hover{
	color:#E81F00;
}
#featured-products .product-name:before{
	content:' ';
	width:80%;
	border-bottom:1px solid #f1f1f1;
	position:absolute;
	left:10%;
	top:0;
	margin-bottom:10px;
}
#featured-products .product a{
	color:#363d97;
	font-size:13px;
	line-height:16px;
	font-weight:700;
}
#featured-products .all-btn{
	width:100%;
	height:43px;	
	margin:10px auto 0 auto;
	text-align:center;
}
#featured-products .all-btn a{
	height:40px;
	line-height:40px;
	font-weight:700;
    display:inline-block;
	background:#363d97;
	color:#fefefe;
	font-size:1em;
	text-align:center;
	padding:0 20px;
	border:3px solid #363d97;
	border-radius:3px;
	min-width:200px;
	transition:ease 0.25s;	
}
#featured-products .all-btn a:hover{
	background:#fefefe;
	color:#363d97;
}
#main-slice{
	width:100%;
	height:368px;
	padding:100px 0 0 0;
	background:linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url(/images/genikou-katharismou.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
#main-slice h3{
	color: #fff;
    font-size: 36px;
    line-height: 1;
    padding: 0 0 30px 0;
	margin:0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(20,20,25,0.5);
}
#main-slice h3:after {
    border-top: 1px solid #fff;
    clear: both;
    content: "";
    display: block;
    margin: 30px auto 0 auto;
    width: 150px;
}
#main-slice p{
	width:90%;
	color:#fefefe;
	text-shadow: 0 1px 0 rgba(20,20,25,0.5);
	font-size: 18px;
    font-style: italic;
    margin: 20px 0;
	margin-left:5%;
    display: block;
    padding:0;
	font-weight:400;
    position: relative;
    text-align: center;
}
#main-slice small{
	width:100%;
	color:#fefefe;
	text-shadow: 0 1px 0 rgba(20,20,25,0.5);
	text-align:center;
    display: block;
	font-size:15px;
	margin-top:50px;
}
#blog{
	padding:0 0 40px 0;
	min-height:350px;
}
#blog .cover{
	float:left;
	height:200px;
	width:100%;
	background-position:center;	
}
#blog .title{ margin-bottom:50px !important; }
#blog .box{
	width:23%;
	min-height:300px;
	float:left;
	margin:0 1%;
}
#blog h4{
	width:100%;
	padding:0;
	margin:13px 0;
	font-size:17px;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	color:#363d97;
}
#blog h4 a{
	color:#363d97;
	transition:ease 0.25s;
}
#blog h4 a:hover{
	color:#E81F00;
}
#blog .more{
	display:block;
	margin:0 auto 0 auto;
	max-width:300px;
	height:35px;
	line-height:35px;
	color:#fefefe;
	text-align:center;
	font-weight:700;
	font-size:14px;
	background:#363d97;
	border:2px solid #363d97;
	transition:ease 0.25s;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#blog .more:hover{
	background:#fefefe;
	color:#E81F00;
	border:2px solid #E81F00;	
}
#blog .post-more{
	font-size:13px;
	color:#83bc02;
	line-height:17px;
	height:17px;	
}
@media only screen and (max-width: 480px){
#slider li{
	height:300px;	
}
#slider .slide-1 h2,#slider .slide-2 h2,#slider .slide-3 h2{
	font-size:14px;
	width:98%;	
	margin:10px 0 0 0;
	margin-left:1%;
	text-align:left;
}
#slider .slide-1 p,#slider .slide-3 p{
	font-size:12px;
	margin:10px 0 0 0;
	margin-left:1%;
	width:98%;
	text-align:left !important;
}
#slider .slide-1 .links,#slider .slide-2 .links,#slider .slide-3 .links{
	width:98%;
	margin:8px auto;	
	margin-left:1%;
	text-align:left !important;
}
#slider .links a,#slider .links a i{
	font-size:10px;
}
#featured-products .title h3, #blog .title h3{
	font-size:16px;	
}
#featured-products .product{
	width:98%;
	margin-left:1%;	
	margin-right:1%;
}
#main-slice{
	height:400;
	padding-top:20px;	
}
#main-slice h3{
	font-size:15px;	
}
#main-slice p{
	font-size:12px;	
}
#blog{
	padding:0 0 40px 0;
	min-height:350px;
}
#blog .title{ 
	margin-top:15px;
	margin-bottom:10px !important; 
}
#blog .box{
	width:90%;
	min-height:250px;
	float:none;
	margin-top:0;
	margin-left:5%;
	padding-top:20px;
	clear:both;
}
#blog .middle-box{
	margin:0 0 0 5%;	
}
#blog h4{
	margin:5px 0;
	font-size:70%;
	line-height:1.2em;
}
#blog p{
	font-size:50%;
	line-height:1.2em;
}
#blog .more{
	font-size:80%;
}
#blog .post-more{
	font-size:50%;
	color:#83bc02;
	line-height:17px;
	height:17px;
	margin-top:0;	
}
}
@media only screen and (min-width: 481px) and (max-width: 768px){
#blog h4{
	font-size:70%;
	line-height:1.2em;
}
#blog p{
	font-size:50%;
	line-height:1.2em;
}
#blog .more{
	font-size:80%;
}
#blog .post-more{
	font-size:50%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
#blog h4{
	font-size:70%;
	line-height:1.2em;
}
#blog p{
	font-size:50%;
	line-height:1.2em;
}
#blog .more{
	font-size:80%;
}
#blog .post-more{
	font-size:50%;
}
}