*{margin:0 auto;padding:0;outline:none;}
body{background-color:#fff;}
img{max-width:100%;}
a{color:#799900;text-decoration:none;}
a:hover{text-decoration:underline;}
.wrap{width:100%;padding-bottom:20px;}
.wrap .topBanner{width:100%;margin-bottom:30px;}
.wrap .content{width:1070px;max-width:100%;background-color:#fff;}
.wrap .content .description{font-family:"Helvetica_title";font-size:30px;line-height:35px;letter-spacing:0px;color:#6F9009;    margin-bottom:10px;}
.wrap .content .title{font-family:"Helvetica_title";font-size:35px;line-height:35px;letter-spacing:0px;color:#637C05;margin-bottom:21px;}
.wrap .content .gallery{background-color:#fff;border-radius:31px;padding:0;margin-bottom:20px;max-width:100%;display:flex;flex-wrap:wrap;}
.wrap .content .gallery .element{width:284px;padding:24px;margin:12px;background-color:#EAE3DC;border-radius:35px;}
.wrap .content .gallery .element .image{width:282px;height:310px;border:solid 1px #707070;border-radius:31px;margin-bottom:10px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.wrap .content .gallery .element .details{width:90%;font-family:"Titillium Web";color:#2B2E34;font-size:18px;line-height:24px;margin:0;}
.wrap .content .gallery .element .details .star_baler{}
.wrap .content .gallery .element .details .farm{}
.wrap .content .gallery .element .details .location{}
.wrap .content .gallery .element .details .comment{}
.wrap .footer{width:50%;text-align:center;}
.wrap .footer,.wrap .footer a{color:#707070;font-family:"Titillium Web";font-size:17px;line-height:21px;text-decoration:none;}
@media(max-width:1300px){
	.wrap .content{width:734px;}
	.wrap .content .gallery{width:712px;}
}
@media(max-width:900px){
	.wrap .content{width:632px;}
	.wrap .content .gallery .element{width:244px;}
	.wrap .content .gallery .element .image{width:242px;height:266px;}
}
@media(max-width:700px){
	.wrap .content{width:540px;}
	.wrap .content .description{font-size:21px;line-height:27px;}
	.wrap .content .title{font-size:25px;line-height:25px;}
	.wrap .content .gallery .element{width:198px;}
	.wrap .content .gallery .element .image{width:196px;height:215px;}
	.wrap .content .gallery .element .details{width:100%;}
	.wrap .footer{width:70%;}
}
@media(max-width:600px){
	.wrap .content{width:450px;}
	.wrap .content .gallery .element{width:153px;}
	.wrap .content .gallery .element .image{width:151px;height:166px;}
	.wrap .content .gallery .element .details{}
}
@media(max-width:500px){
	.wrap .content{width:324px;}
	.wrap .content .gallery .element{width:calc(100% - 34px);}
	.wrap .content .gallery .element .image{width:248px;height:272px;}
	.wrap .footer{width:80%;}
	.wrap .footer, .wrap .footer a{font-size:12px;line-height:14px;}
}