body {
	background-color: #f1f2f7;
}

.logo {
	background-color: #f1f2f7;
	padding-top: 10px;
}

.logo img {
	width: 100%;
}

.page {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 21px;
}

.page p {
	font-size: 23px;
	font-weight: bold;
}

.white-page {
	background-color: #FFF;
}

.nav-right {

	font-size: 18px;
}

.navbar-phone {
	margin-left: 20px;
}

.nav-fb {
	margin-left: 20px;
	text-decoration: none;
	color: #000;
	transition: all .3s;
}

.nav-fb:hover {
	text-decoration: none;
	color: #0485f9;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.custom-nav {
	box-shadow: 1px 1px 3px #888888;
	z-index: 9999;
}

.big-icon {
	font-size: 56px;
}

.text-center {
	text-align: center;
}

.work-time table {
	width: 100%;
}

.work-time table td {
	text-align: center;
	width: 50%;
}

.contact-box {
	margin-top: 25px;
	margin-bottom: 25px;
}