@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.gridContainer-home {	
	width:100%;		
}
.gridContainer-home-inner {	
	width:auto;
	margin:2% 0%;		
}


.mbd-hov {
	display:block;
}
.mbd-hov:hover {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	/*box-shadow: 0px 0px 8px rgba(141, 119, 50, 0.8);*/
	/*box-shadow: 0px 0px 8px #f59295;*/
	box-shadow: 0px 0px 10px #7a7676;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.home-img-1, 
.home-img-2,
.home-img-3,
.home-img-4,
.home-img-5{
	clear:none;
	float:left;
	width:100%;
	margin:3px 0px;	
}

.home-img-1 img,
.home-img-2 img,
.home-img-3 img,
.home-img-4 img,
.home-img-5 img {
	width:100%;	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer-home-inner-1,
.gridContainer-home-inner-2 {
	clear:none;
	float:left;
	width:100%;
}

.home-img-1, 
.home-img-2,
.home-img-3,
.home-img-4,
.home-img-5{
	clear:none;
	float:left;
	width:100%;
	margin:4px 0px;	
}

.home-img-1 img,
.home-img-2 img,
.home-img-3 img,
.home-img-4 img,
.home-img-5 img {
	width:100%;	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


.gridContainer-home-inner-1,
.gridContainer-home-inner-2 {
	clear:none;
	float:left;
	width:50%;
}

.home-img-1, 
.home-img-2,
.home-img-3,
.home-img-4,
.home-img-5{
	clear:none;
	float:left;
	width:97%;
	margin:7px;	
}

.home-img-1 img,
.home-img-2 img,
.home-img-3 img,
.home-img-4 img,
.home-img-5 img {
	width:100%;
	
}
#kontainer-slider {padding-top:15px;}

}