body {
}

.background-1 {
	background: url(../images/photo-1.jpg) center center;
	background-size: cover;
}

.background-2 {
	background: url(../images/photo-2.jpg) center center;
	background-size: cover;
}

.background-3 {
	background: url(../images/photo-3.jpg) center center;
	background-size: cover;
}

.background-4 {
	background: url(../images/photo-4.jpg) center center;
	background-size: cover;
}

.background-5 {
	background: url(../images/photo-5.jpg) center center;
	background-size: cover;
}

.background-6 {
	background: url(../images/photo-6.jpg) center center;
	background-size: cover;
}

#preloader {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.mobile, .tablet {
	display: none;
}

.desktop {
	display: inline-block;
}

header {
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #c3c0bf;
	min-height: 160px;
}

.container-fluid {
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
}

.content-primary {
	float: left;
	width: 149px;
	margin-top: -20px;
	margin-bottom: -42px;
}

.content-secondary {
	float: right;
	margin-top: 25px;
	font-size: 13px;
	line-height: 16px;
}

.content-secondary .item, .content-secondary .gap {
	display: inline;
	margin-left: 8px;
}

#logo {
	display: block;
	max-width: 200px;
}

.social {
	font-family: "ltc-bodoni-175", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #4d4d4d;
	margin-bottom: 26px;
	line-height: 1;
}

.social a {
	position: relative;
	top: -3px;
	margin-left: 6px;
}

.social a:hover, .social a:focus {
	text-decoration: none;
}

.social img {
	max-width: 20px;
}

.contact, .slogan {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #4d4d4d;
	text-transform: uppercase;
}

.contact a, .slogan a {
	color: #4d4d4d;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact a:hover, .slogan a:hover,
.contact a:focus, .slogan a:focus {
	color: #333;
	text-decoration: none;
}

.contact a.tel:hover, .contact a.tel:focus {
	color: #333;
}

.slogan {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
}

@media all and (max-width: 1200px) and (min-width: 700px) {

	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}

	.content-primary {
		margin-top: -20px;
	}

	.content-secondary {
		line-height: 20px;
	}

	.content-secondary .item {
		display: block;
		margin-left: 0;
	}

	.social {
		margin-bottom: 17px;
	}

	.desktop {
		display: none;
	}
	
	.tablet {
		display: inline-block;
	}
}

@media all and (max-width: 700px) {

	header {
		min-height: 97px;
	}

	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content-primary {
		margin-top: 0;
		width: 97px;
	}

	.content-secondary {
		margin-top: 11px;
		font-size: 10px;
		line-height: 14px;
	}

	.content-secondary .item {
		display: block;
		margin-left: 0;
	}
	
	#logo {
		max-width: 97px;
	}

	.social {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.social a {
		margin-left: 6px;
		padding: 0;
		position: relative;
		top: -1px;
	}

	.social img {
		max-width: 14px;
	}

	.desktop, .tablet {
		display: none;
	}
	
	.mobile {
		display: inline-block;
	}
}
