@media only screen and (max-width: 768px) {
	.img_div .shopinfo_div {
		background-color: transparent;
		position: relative;
		text-align: center;
		padding: 0;
	}

	.img_div .shopinfo_div h3 {
		color: #000;
		padding: 20px 0;
	}

	.address{
		color: #000;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.img_div .shopinfo_div{
		background-color: rgba(0,0,0,0.50);
		position: absolute;
		text-align: left;
		padding: 20px 30px;
	}

	.img_div .shopinfo_div h3,
	.address {
		color: #fff;
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.img_div .shopinfo_div{
		background-color: rgba(0,0,0,0.50);
		position: absolute;
		text-align: left;
		padding: 20px 30px;
	}

	.img_div .shopinfo_div h3,
	.address {
		color: #fff;
		padding: 0;
	}
}

@media only screen and (min-width: 1250px) {
	.img_div .shopinfo_div{
		background-color: rgba(0,0,0,0.50);
		position: absolute;
		text-align: left;
		padding: 20px 30px;
	}

	.img_div .shopinfo_div h3,
	.address {
		color: #fff;
		padding: 0;
	}

	a.shop:hover div.button{
		background-color: #f5cf92;
	}

}

@media only screen and (min-width: 1400px) {
	.img_div .shopinfo_div{
		background-color: rgba(0,0,0,0.50);
		position: absolute;
		text-align: left;
		padding: 20px 30px;
	}

	.img_div .shopinfo_div h3,
	.address {
		color: #fff;
		padding: 0;
	}
}
/* # */
/* # */

/* . */

div.button{
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	background-color: #d2ac67;
	display: block;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.img_div{
	position: relative;
	overflow: hidden;
}

.img_div img {
	transition: all .3s ease-in-out;
}

.img_div img:hover {
	transform: scale(1.15);
}

.img_div .shopinfo_div{
	bottom: 0;
	right: 0;
	width: 100%;
}

.img_div .shopinfo_div a:hover {
	background-color: #f5cf92;
}

/* . */
@media only screen and (max-width: 768px) {
	#animated_header_div {
		height: 200px;
	}
}

@media only screen and (min-width: 768px) {
	#animated_header_div {
		height: 400px;
	}
}

@media only screen and (min-width: 1024px) {
	#animated_header_div {
		height: 400px;
	}
}

@media only screen and (min-width: 1250px) {
	#animated_header_div {
		height: 400px;
	}
}

@media only screen and (min-width: 1400px) {
	#animated_header_div {
		height: 600px;
	}
}

/* # */
	#animated_header_div {
		background: rgba(0, 0, 0, .9) url(/images/preloader.gif) center no-repeat;
		position: relative;
		transition: all 0.2s ease-in-out;
		z-index: 0;
	}

	#animated_header_div > span {
		display: block;
		position: absolute;
		right: 160px;
		bottom: 40px;
		z-index: 100;
		transform: rotate(180deg);
	}

	#animated_header_div > span > span {
		background-color: #fff;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		display: block;
		border: 4px solid #fff;
		position: absolute;
		bottom: 0;
		transition: all 0.2s ease-in-out;
	}

	#animated_header_div > span > span:hover {
		background-color: transparent;
		width: 20px;
		height: 20px;
	}

	#animated_header_div > div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
/* # */

/* . */
	.right_side_div {
		width: 50%;
		float: right;
		margin: 0 0 40px 40px;
	}
/* . */

section #map_div {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 500px;
	margin-top: 20px;
}

section {
	padding: 0px;
}
