
body{
	margin: 0;
	}


p{
	display: table-cell;
	vertical-align: middle;
	}




img.top-trim {
	width:100%;
	height:15px;
	padding:0px;
	border:0px solid #eee4e5;
/*background-color:#ffffff;*/  /*colours the area inside pic border*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 2px 7px 0px #888888;
	-moz-box-shadow:    0px 2px 7px 0px #888888;
	-webkit-box-shadow: 0px 2px 7px 0px #888888;
	z-index:20;
	}


#wrapper-slideshow-homepage{

	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
background-color: red ;
	padding-bottom: -650px;   /*eqivalent to footer height - not sure reason why this is here - page can work without it*/
	padding-top: -185px;      /*eqivalent to wrapper-top height - not sure reason why this is here - page can work without it*/
	border-right: 0px solid red;    /*row border right*/
	border-left: 0px solid red;     /*row border left*/
/*background-color:#00ff00;*/
	}



.Push {
	clear: both;
	}


#container-products-gallery-hp {
	width:100%;
	z-index: 0;
	padding-right:0px;

	float:left;
	border-top: 1px solid #eee;
	border-bottom: 3px solid #eee;
	margin: 0 auto;
	max-width: auto;
	background-color:#eeeeee;
	}


.row-hp {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 4px;
/*background-color:purple;*/
	}


.column-hp {		/* Create four equal columns that sits next to each other */
	flex: 33.33%;
	max-width: 33.33%;
	padding: 0 4px;
/*background-color:yellowgreen;*/
	}


.column-hp img {
	vertical-align: middle;
	}


.photo-unit-hp{
	border:1px solid #eee4e5;
	border-radius: 4px 4px 4px 4px;
	padding: 10px 10px;
	background-color:white;
	margin-top: 16px;
	margin-bottom: 16px;
	box-shadow: 1px 1px 4px 0px #aaaaaa;
	-moz-box-shadow:    1px 1px 4px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 4px 0px #aaaaaa;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	-ms-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	}


.photo-unit-hp:hover{
	background-color:#ddd;
	}


.row-hp, .column-hp, .photo-unit-hp{
	box-sizing: border-box;
	}


.photo-unit-image-hp{
	width:100%;
	}


.photo-title-hp{
	display:block;
	text-align:center;
	font-family: myfirstfont;     
	font-size: 16px;
	color:#003366;
/*background-color:green;*/
	}


.photo-price-hp{
	display:block;
	text-align:center;
	font-family: mysecondfont;     
	font-size: 18px;
	color:#808080;
/*background-color:pink;*/
	}


.add-cart-hp{
	position:relative;          
	top:0px; 
	margin: 0 auto;
	width:100%;
	height:30px;
/*background:red*/
	}


.add-cart-button-hp{
	display: block;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #aaa;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
	box-shadow: #ccc 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 1px 12px 1px 12px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -ms-linear-gradient(top, #ccc, #aaa);
	background-image: -o-linear-gradient(top, #ccc, #aaa);
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ccc, endColorstr=#aaa);
   
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; 
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	}


.add-cart-button-hp:hover{
	opacity: 1;    
	}

.read-more-button-hp{
	display: block;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #c0c0c0;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
	box-shadow: #ccc 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:20px;
	font-family: mysecondfont;
	padding: 8px 12px 8px 12px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:normal;
	color: #FFFFFF;
	background-color: #c0c0c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#808080));
	background-image: -webkit-linear-gradient(top, #c0c0c0, #808080);
	background-image: -moz-linear-gradient(top, #c0c0c0, #808080);
	background-image: -ms-linear-gradient(top, #c0c0c0, #808080);
	background-image: -o-linear-gradient(top, #c0c0c0, #808080);
	background-image: linear-gradient(to bottom, #c0c0c0, #808080);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c0c0c0, endColorstr=#808080);
   
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; 
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	}


.read-more-button-hp:hover{
	opacity: 1;    
	}



#container-products-gallery-hp-2 {
	width:100%;
	z-index: 0;
	padding-right:0px;

	float:left;
	border-top: 1px solid #eee;
	border-bottom: 3px solid #eee;
	margin: 0 auto;
	max-width: auto;
	background-color:#eeeeee;
	}


.row-hp-2 {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 4px;
/*background-color:purple;*/
	}


.column-hp-2 {		/* Create four equal columns that sits next to each other */
	flex: 20%;
	max-width: 20%;
	padding: 0 4px;
/*background-color:yellowgreen;*/
	}


.column-hp-2 img {
	vertical-align: middle;
	}


.photo-unit-hp-2{
	border:1px solid #eee4e5;
	border-radius: 4px 4px 4px 4px;
	padding: 10px 10px;
	background-color:white;
	margin-top: 16px;
	margin-bottom: 16px;
	box-shadow: 1px 1px 4px 0px #aaaaaa;
	-moz-box-shadow:    1px 1px 4px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 4px 0px #aaaaaa;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	-ms-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	}


.photo-unit-hp-2:hover{
	background-color:#ddd;
	}


.row-hp-2, .column-hp-2, .photo-unit-hp-2{
	box-sizing: border-box;
	}


.photo-unit-image-hp-2{
	width:100%;
	}


.photo-title-hp-2{
	display:block;
	text-align:center;
	font-family: myfirstfont;     
	font-size: 16px;
	color:#003366;
/*background-color:green;*/
	}


.photo-price-hp-2{
	display:block;
	text-align:center;
	font-family: mysecondfont;     
	font-size: 18px;
	color:#808080;
/*background-color:pink;*/
	}


.add-cart-hp-2{
	position:relative;          
	top:0px; 
	margin: 0 auto;
	width:100%;
	height:30px;
/*background:red*/
	}


.add-cart-button-hp-2{
	height:20px;
	line-height:20px;
	text-align:center;
	display: block;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #aaa;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
	box-shadow: #ccc 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 1px 12px 1px 12px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image: -moz-linear-gradient(top, #ccc, #aaa);
	background-image: -ms-linear-gradient(top, #ccc, #aaa);
	background-image: -o-linear-gradient(top, #ccc, #aaa);
	background-image: linear-gradient(to bottom, #ccc, #aaa);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ccc, endColorstr=#aaa);
   
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; 
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	}


.add-cart-button-hp-2:hover{
	opacity: 1;    
	}


/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {
	


	}




@media (max-width: 800px) {	/* Responsive layout - makes a two column-layout instead of four columns */
	
.column-hp {
	flex: 33.33%;
	max-width: 33.33%;
	}


.photo-title-hp{
	font-size: 20px;
	}


.column-hp-2 {
	flex: 20%;
	max-width: 20%;
	}

.photo-title-hp-2{
	font-size: 20px;
	}

	}




@media (max-width: 600px) {	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.column-hp {
	flex: 100%;
	max-width: 100%;
	}

.column-hp-2 {
	flex: 100%;
	max-width: 100%;
	}

	}


