.map { 
	position:relative;
	background: url(../img/background/map-bg.jpg) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -85px;
    height: 830px;
}
.map-title {
	top: 0px;
}
.map .map-field {
	width: 1040px;
	max-width: 100%;
	margin: 0 auto;
}
.map-links {
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
}
.map-links a {
	font-family: 'Lobster', cursive;
	color: #fff;
    font-size: 26px;
	padding: 25px 35px;
    padding-left: 20px;
}

.map-links a:hover {
background: url(../img/button/link-background.png) no-repeat center center;
background-size: 110% 100%;
}
.map-links a.active {
	text-decoration: underline;
}
.map-links a:hover {
	text-decoration: none;
}

.map .map-field img {
	max-width: 100%;
	margin-top: 40px;
}
.map-photo-left {
	position: absolute;
	left: 0;
	bottom: -22px;
}
.map-photo-right {
	position: absolute;
	right: 0;
	bottom: -22px;
}

.map-mobile {display:none;}
@media (min-width:1261px) {
	.map .map-field {
		position: absolute;
		left: 74px;
		right: 0px;
	}
	.map-photo-tablet {
		display: none;
	}
}
@media (max-width:1260px) {
	.map-photo-desktop {
		display: none;
	}
	.map {
		height: 800px;
		padding-bottom: 60px;
	}
	.map .map-field {
		position: relative;
		z-index: 1;
	}
	.map-links {
		text-align: center;
	}
}

@media (max-width:760px) {
	.map-tablet-desktop {display:none;}
	.map-mobile {display:block; margin: 0 auto;}
	.map-links a {
		padding: 15px 35px;
		display: inline-block;
	}
}