/* --- footer section --- */
.footer-div {
	position: relative;
	display: block;
	background-color: #2b2d2e;
	padding: 50px 20px 10px 20px;
	z-index: 4;
}

.footer-phone {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	color: #fafafa;
	text-align: center;
}
.footer-phone a {
	color: #10ad74;
	font-weight: 700;
	text-decoration: none;
}
.social-buttons {
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
.social-buttons a {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 12px;
}
.social-buttons .social-grey {
	display: block;
}
.social-buttons .social-white {
	display: none;
}
.social-buttons a:hover .social-grey {
	display: none;
}
.social-buttons a:hover .social-white {
	display: block;
}

.footer-inner {
	display: flex;
	margin: 0px auto 50px auto;
	width: 100%;
	max-width: 800px;
	font-size: 0px;
}
.footer-column {
	display: inline-block;
	vertical-align: top;
	width: 28.3%;
	text-align: left;
	padding: 15px;
}
.footer-demo {
	background: #00547f;
	width: 100%;
	border-radius: 3px;
	min-width: 200px;
}
.footer-column-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 20px;
}
.footer-column-link,
.footer-column span {
	display: block;
	padding: 2px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	text-decoration: none;
}
.footer-column-link:hover {
	color: #ffffff;
}
.footer-bottom {
	display: block;
	margin: auto;
	text-align: center;
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 400;
}
.footer-bottom div {
	display: block;
	padding: 2px;
}
.footer-bottom a {
	color: #557b8e;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: #79a1b6;
}

#top-place-v {
	width: 100%;
}

.footer-section-content form {
	font-size: 0;
}
.footer-section-content .form-field {
	margin: 0 0 16px;
}
.footer-section-content .form-field-half {
	display: inline-block;
	width: 48%;
}
.footer-section-content .form-field-half:first-child {
	margin-right: 4%;
}
.footer-section-content .field-name {
	margin: 0 0 10px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.footer-section-content .field-name .invalid-footer {
	display: none;
	margin-left: 10px;
	color: #ff6b6b;
	font-size: 10px;
}
.footer-section-content input {
	width: 100%;
	border: 1px solid #2f2f2f;
	border-radius: 3px;
	background: #2f2f2f;
	color: #949494;
	font-size: 14px;
}
.footer-section-content input:focus {
	outline: 0;
	border: 1px solid #157bb0;
}
.footer-section-content input[type='submit'] {
	display: inline-block;
	padding: 10px 20px;
	width: auto;
	border: 0;
	border-radius: 3px;
	background: #17da93;
	color: #2f2f2f;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s ease;
}
.footer-section-content input[type='submit']:hover {
	background: #00fba0;
}
.successful-submission {
	display: none;
	margin-top: 16px;
	color: #17da93;
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
}

.ci-popup-section {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.ci-popup-shadowbox {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
}
.ci-popup {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 3px;
	width: 95%;
	max-width: 500px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
}
.ci-popup-top {
	display: block;
	padding: 20px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: #525252;
	border-bottom: solid 1px #e5e5e5;
}
.ci-popup-middle {
	display: block;
	padding: 20px;
	text-align: center;
}
.ci-popup-middle img {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.ci-popup-bottom {
	display: block;
	padding: 20px;
	text-align: center;
}
.ci-popup-btn {
	display: inline-block;
	vertical-align: middle;
	background-color: #d4d4d4;
	color: #808080;
	box-sizing: border-box;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 3px;
	cursor: pointer;
	min-width: 140px;
}
.ci-popup-btn-yes {
	background-color: #1394d6;
	color: #ffffff;
}

.ci-popup-btn-divider {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 40px;
	background-color: #e5e5e5;
	margin: 0px 20px;
}

@media screen and (max-width: 76px), screen and (max-device-width: 767px) {
	.footer-inner {
		flex-wrap: wrap;
	}
}
