body {
	font-family: "Open Sans";
}
a:hover,
a:focus {
	text-decoration: none;
}
#logo {
	margin-top: 25px;
}
#phone {
	margin: 15px 0 0;
	font-size: 18px;
}
#phone span {
	color: #052DA6;
}
#menu>li {
	display: inline-block;
}
#menu a {
	padding: 0;
	color: #333;
	margin: 15px 0 0 15px;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	font-size: 18px;
	font-weight: 300;
}
#menu .current-menu-ancestor>a,
#menu .current-menu-item>a,
#menu a:hover,
#menu a:focus {
	background: none;
	color: #052DA6;
}
#menu ul a {
	display: block;
}





#slideshow {
	position: relative;
	margin-top: 15px;

}
.slide {
	position: absolute;
	width: 100%;
}
.slide+div {
	display: none;
}
.slide img {
       width: 100%;
	height: auto;

}
.top {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.box {
	color: #FFF;
}
.box h2 {
	font-size: 24px;
	margin: 0;
	text-shadow: 0 0 30px #052DA6;
}
.box p,
#content p {
	margin: 15px 0 0;
}
h1 {
	font-size: 30px;
	color: #052DA6;
	margin: 30px 0 0;
	font-weight: 300;
}
#offer a {
	position: relative;
	display: block;
}
#offer img {
	width: 100%;
	height: auto;
	margin-top: 30px;
	border-radius: 15px 0 15px 0;
}
#offer h2 {
	position: absolute;
	bottom: 15px;
	margin: 0;
	padding: 15px;
	color: #FFF;
	font-size: 18px;
}
#offer div:nth-child(odd) h2 {
	background: #27AE61;
}
#offer div:nth-child(even) h2 {
	background: #052DA6;
}
#business {
	margin: 30px 0 0;
	background: #052DA6;
	padding: 0 30px 30px;
}
#business p {
	color: #FFF;
	margin: 30px 0 0;
}
#business img {
	width: 100%;
}
#footer {
	margin-top: 30px;
}
#footer p {
	margin: 0 0 30px;
}
#more {
	display: inline-block;
	margin-top: 30px;
	padding: 15px;
	color: #FFF;
	background: #052DA6;
	transition: .4s;
	-webkit-transition: .4s;
}
#more:hover {
	background: #333;
}