@font-face {
  font-family: 'GESSTwoLight-Light';
  src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'), 
  		url('../fonts/GESSTwoLight-Light.otf')  format('opentype'),
	    url('../fonts/GESSTwoLight-Light.woff') format('woff'), 
	    url('../fonts/GESSTwoLight-Light.ttf')  format('truetype'), 
	    url('../fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	cursor: pointer;
}
body, html{
	font-family: 'GESSTwoLight-Light', sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	background-color: #c9f190;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px;
	color: #333333;
}

.item{
	width: 100%;
	float: left;
	margin: 0 0 30px;
	border-radius: 12px;
	overflow: hidden;
}
.zone{
	height: 255px;
	border: 2px dashed #464646;
}
.item h3{
	padding: 5px 10px;
	text-align: center;
	background-color: #a5c165;
	margin: 0;
}
.images img{
	width: 165px;
	margin: 0 auto 10px;
	clear: both;
}
.item img {
    height: 240px;
    margin: auto;
    z-index: 999;
}
div{
	overflow: visible !important;
}



.padding-30{
 	padding: 20px 0;
 }
 .padding-20{
 	padding: 0 0 30px;
 }
 .container{
 	width: 1000px;
 	max-width: 100%;
 }
 .zones .col-md-3{
 	padding: 0 40px;
 }
.zone:after{
	content: '';
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
	right: -30px;
	background-image: url('../images/rightArrow.png');
	background-size: 60px;
	background-repeat: no-repeat;
}
.zone.zone4:after{
	content: none;
}


.for-desktop{ display: inline-block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: inline-block !important; }
	.for-desktop{ display: none !important; }
}

@media screen and (max-width: 650px) {
	.images img{
		width: 100px;
	}
	.zones .col-md-3{
	 	padding: 0 35px;
	}
	.zone {
	    height: 125px;
    	margin: 0 0 20px;
	}
	.item img {
	    height: 100%;
	    height: auto;
	    margin: auto;
	    z-index: 999;
	}
	.zone:after {
	    width: 40px;
	    height: 27px;
	    right: 0px;
	    background-size: 40px;
	}
}