body {
	font-family: 'Lato', sans-serif;
}
header {
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 1px 5px 17px 0px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    1px 5px 17px 0px rgba(50, 50, 50, 0.49);
	box-shadow:         1px 5px 17px 0px rgba(50, 50, 50, 0.49);
	top: 0;
	z-index: 1;
	background-color: white;
}
header img {
	height: auto;
    width: 200px;
    margin-top: 30px;
    cursor: pointer;
}
nav {
	display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0 !important;
    margin-left: 20px;
    background-color: transparent !important;
    border: 0 !important;
    min-height: 0 !important;
}
.navbar-default .navbar-nav>li>a {
	padding-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #565796;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #1674BC;
}
.carousel {
	margin-top: 138px;
	min-height: 400px;
    overflow: hidden;
}
.content {
	padding: 10px 20px;
	float: none;
}
h2 {
	font-size: 30px;
    text-transform: uppercase;
    color: #2D2F93;
}
footer {
	height: 30px;
	background-color: #333;
	margin-top: 50px;
}
.right {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	color: #878787;
	line-height: 29px;
    padding-right: 20px;
}
.left {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #878787;
	line-height: 29px;
    padding-left: 20px;
}

#service-page, #contacts-page, #main-page {
	display: none;
}
#service-page.open, #contacts-page.open, #main-page.open {
	display: block;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%
}

@media (max-width: 768px) {
	header img {
		display: block;
		margin: 0 auto;
	}
	.navbar-header {
		position: fixed;
    	top: 65px;
	}
	.carousel {
		margin-top: 128px;
	}
}