#sp-logo {
	width: 25%;
	*width: 25%;
}

#sp-menu {
	width: 35%;
	*width: 35%;
}

#sp-menu-wrapper #sp-main-menu ul li.first {
	display: inline-block;
}

.header-phone {
	font-size: 20px;
}

.glyphicon-phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
	padding-left: 25px;
}

.phone-number {
	white-space: nowrap;
}

.homepage #sp-main-body-wrapper {
	background-image: url(../images/custom/bagr-a-avia.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 540px;
	padding-top: 0 !important;
}

.homepage #sp-menu-wrapper {
	margin-bottom: 5px;
}

.homepage #sp-component-area-wrapper {
	background-color: rgba(255, 255, 255, 0.9);
	width: 30em;
	padding: 3em 2em 2em 2em;
	border-radius: 0.5em;
}

body.bg {
	background-color: #333;
}

.body-innerwrapper {
	background-color: #FFF;
}

#sp-component .images:before,
#sp-component .images:after {
	content:"";
	display:table;
}
#sp-component .images:after {
	clear:both;
}
#sp-component .image_box {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
#sp-component .image_box strong {
	text-align: center;
	display: block;
	margin-bottom: 0.5em;
}
#sp-component .image_box img {
	width: 15em;
}
#sp-component img {
	border-radius: 0.5em;
}

#sp-component .mn-contact dl {
	float: left;
	margin-right: 4em;
	margin-top: 0em;
}
#sp-component .mn-contact dt {
	font-weight: bold;
	margin-top: 0.5em;
	display: block;
}
#sp-component .mn-contact dd {
	display: block;
}
#sp-component .mn-contact:before,
#sp-component .mn-contact:after {
	content:"";
	display:table;
}
#sp-component .mn-contact:after {
	clear:both;
}

@media (max-width: 30em) {
	.homepage #sp-component-area-wrapper {
		width: auto;
	}
}