@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');
.social-header {
	display: flex;
	justify-content: flex-end;
}
.social-header .link {
	margin: 0 .15em;
}
/* = DEFAULT STYLES = */
html, body {
	margin: 0;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	text-decoration: none;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
/* = DEFAULT - HEADINGS = */
h1 {
	padding-bottom: 2px;
	font-size: 32px;
	margin: 0;
	font-weight: 700;
	font-family: 'Alegreya', serif;
	border-bottom: 1px solid #777777;
}
h2 {
	font-size: 30px;
	margin: 0;
	padding: 1% 0 1% 1%;
	color: #fff;
	font-family: 'Alegreya', serif;
}
h2.message {
	border: none;
}
h3 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
/* Buttons */
.btn {
	background: #9c9c9c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.btn:hover, .btn:focus {
	background: #1a266d;
	color: #fff;
}
.menu-button {
	text-align: center;
	margin: 20px auto;
}
/* HEADER */
header {
	padding: 20px 0;
}
.header-inner>.row {
	display: flex;
	align-items: center;
}
.logo img:hover, .logo img:focus {
	opacity: .8;
}
/* = CALL TO ACTION = */
.c2a {
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	font-family: 'Alegreya', serif;
}
.c2a i {
	font-size: 30px;
}
.tagline {
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.tel {
	display: block;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
address {
	display: block;
	margin-bottom: 0px;
	font-size: 21px;
	font-weight: bold;
}
.email a {
	font-size: 21px;
}
.c2a a:hover, .c2a a:focus {
	text-decoration: none;
}
/* = Lists = */
.main-inner ul, .feature-content ul, .service ul {
	display: inline-block;
	text-align: left;
}
/* = FLOATED IMAGES = */
img.pull-left {
	margin: 20px 20px 20px 0px;
}
img.pull-right {
	margin: 20px 0px 20px 20px;
}
/* = SOCIAL MEDIA LINKS = */
.primary-header-container {
	display: flex;
	width: 100%;
	height: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	text-align: center;
}
.int-logo {
	padding: 10px 0;
}
.int-logo img {
	max-height: 150px;
}
.social {
	display: none;
}
nav .nav {
	position: relative;
	z-index: 11;
}
nav .nav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0 !important;
}
.navbar-default {
	box-shadow: none;
	min-height: 0;
	z-index: 11;
}
.mobile-nav {
	display: none;
}
.social .home-link {
	display: none;
}
.social .social-text {
	display: none;
}
/* = NAVIGATION = */
.navbar {
	margin-bottom: 0;
	padding: 14px;
	position: relative;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
nav {
	position: relative;
	z-index: 2;
}
nav a {
	text-decoration: none;
}
.navbar-default {
	border-radius: 0px;
	border: 0;
	background: transparent;
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	padding: 15px 25px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.nav {
	line-height: 1em;
}
.nav li.active a {
	color: #fff;
	background: transparent;
}
.dropdown-menu {
	margin-top: -2px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 0px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
}
.navbar {
	min-height: auto;
}
.navbar-nav>li {
	list-style-type: none;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.mobile-nav {
	display: none;
}
.menu-mobile-drop-down-menu-container {
	display: none;
}
.mobile-list a, .nav-toggler .toggle-text, .nav-toggler i {
	font-size: 18px;
}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
}
.navbar .navbar-collapse {
	text-align: center;
}
/* = BANNER = */
#banner {
	position: relative;
	z-index: 1;
}
#banner img {
	width: 100%;
}
.carousel-inner {
	border: none;
	box-shadow: none;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.carousel-caption span {
	display: block;
	font-size: 32px;
	font-weight: 700;
}
.carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .85);
	font-family: 'Alegreya', serif;
}
/* = MAIN = */
main {
	text-align: left;
	color: #000;
	padding: 30px 0;
	font-size: 16px;
}
/* = FEATURE = */
#bottom-feature {
	padding: 30px 0;
}
#bottom-feature a:hover, #bottom-feature a:focus {
	text-decoration: none;
}
.feature-box img {
	width: 100%;
	transition: all 0.3s ease-out;
}
.feature-box span.ql-heading {
	display: block;
	font-weight: bold;
	background: #fff;
	font-size: 28px;
	text-align: center;
	padding: 10px;
	color: #c30101;
	border: 0;
	font-family: 'Alegreya', serif;
}
.feature-box p {
	margin: 0 !important;
}
.feature-box:hover img {
	opacity: 0.8;
}
.feature-box:hover a {
	text-decoration: none;
}
#map iframe {
	width: 100%;
	height: 160px;
	display: block;
}
/* = ASIDE = */
aside {
	text-align: left;
}
/* Home Page Contact Form */
.contact-form {
	background: #000000;
	color: #fff;
	padding: 20px 25px;
}
#home-contact-form li.gfield {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
#home-contact-form {
	margin-top: 0px !important;
}
#home-contact-form label {
	display: none;
}
#home-contact-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
#home-contact-form textarea, #home-contact-form input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background-image: none;
	border: 3px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#home-contact-form textarea {
	height: 88px;
}
#home-contact-form .gform_button {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 12px;
	transition: all 0.3s ease-out;
	height: auto;
}
#home-contact-form .gform_button:hover, #home-contact-form .gform_button:active {
	color: #fff;
}
#home-contact-form .gform_wrapper {
	margin: 0;
}
#home-contact-form .gform_footer {
	margin: 0;
	padding: 0;
}
#home-contact-form span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 25px;
}
/* = CONTACT INFO = */
#contact-info {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Alegreya', serif;
}
.contact-info {
	display: inline-block;
}
.spacer {
	margin: 0px 5px;
}
#contact-info a:hover, #contact-info a:focus {
	text-decoration: none;
}
.copyright a {
	font-size: 12px;
	font-family: 'Alegreya', serif;
}
/* = FOOTER = */
footer {
	text-align: center;
	padding: 15px 0;
}
.sitemap .list-inline {
	margin-bottom: 15px;
}
.sitemap a {
	font-size: 18px;
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	padding: 15px 20px;
}
.contact-info a {
	font-weight: 300;
}
footer a:hover, footer a:focus {
	text-decoration: none;
}
/* = BACK TO TOP LINK = */
#top-link-block.affix-top {
	position: absolute;
	bottom: -82px;
	left: 10px;
}
#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	left: 10px;
}
/* Contact Page */
.contactform-bg {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, .7);
	border: 3px solid #fff;
	border-radius: 0;
}
.contactform-bg input, .contactform-bg textarea {
	background: #ffffff;
}
.contactform-bg button:hover {
	background: #fff;
	color: #000;
}
.input-group-addon {
	color: #000;
	background-color: #e5e5e5;
	border-radius: 0;
}
.jumbotron-sm {
	padding: 24px 0;
	border-radius: 0 !important;
	font-weight: bold;
	margin: 0 0 4% 0;
	background: rgba(195, 1, 1, .7);
}
.jumbotron-sm h2 {
	font-family: 'Alegreya', serif;
	color: #fff;
	background: none;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}
.jumbotron-sm a:hover, .jumbotron-sm a:focus {
	text-decoration: none;
}
.location-container {
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	margin: 1.5em auto;
	font-weight: normal;
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
}
span.company-heading {
	font-size: 22px;
	;
	text-align: center;
	display: block;
	width: 100%;
}
span.company-address {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
}
span.company-address a {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
}
span.company-address a:hover {
	color: #9c9c9c;
	text-decoration: none;
}
legend {
	font-size: 26px;
	color: #fff;
	text-align: center;
	display: block;
	border-bottom: 1px solid transparent;
	font-weight: bold;
	width: 100%;
}
#contact-section {
	padding: 30px 0 15px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
}
/* Contact Page Contact Form */
#contact-page-form label {
	display: none;
}
#contact-page-form form textarea, #contact-page-form form input {
	position: relative;
	font-family: 'Alegreya', serif;
	font-weight: bold;
	border-radius: 0;
	background: transparent;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #ccc;
	color: #fff;
}
#contact-page-form textarea {
	max-height: 75px !important;
	height: 75px !important;
}
#contact-page-form .gform_button {
	width: 100%;
	border: none;
	border-radius: 0;
	background: #c30101;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	font-family: 'Alegreya', serif;
}
#contact-page-form .gform_button:hover, #contact-page-form .gform_button:active {
	background-color: #fff;
	color: #000;
}
/* -- GOOGLE MAP -- */
.googlemap-container {
	position: relative;
	max-width: none;
	margin: 0 auto;
}
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed {
	top: 0;
	left: 0;
	width: 100%;
	height: 322px;
	border: 3px solid #1A266D;
}
.googlemap-container p {
	margin: 0;
}
/* Services Page */
/* Gallery Page */
.gallery img:hover, .gallery img:focus {
	opacity: .6;
}
.gallery h2.gallery-section-heading {
	margin: 5px 20px;
}
/* = SITEMAP PAGE = */
ul.sitemap-page {
	margin: 20px auto;
	display: block;
	max-width: 500px;
	float: none;
	padding-left: 0px;
}
ul.sitemap-page li {
	list-style: none;
}
ul.sitemap-page li a {
	font-family: 'Alegreya', serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	/* CSS3 Transition Effect */
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	text-align: center;
	font-size: 36px;
	line-height: 55px;
	display: block;
}
ul.sitemap-page li a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	/* CSS3 Transform Effect */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: 0px 3px 0px #ccc, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
}
.services-section {
	margin-bottom: 30px;
}
.services-section .service {
	margin-bottom: 15px;
}
.services-section .service .heading-wrap {
	text-align: center;
	margin-bottom: 15px;
}
.services-section .service-inner {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 15px;
	align-items: center;
	flex-direction: row-reverse;
}
.services-section .service:nth-child(even) .service-inner {
	flex-direction: row;
}
.services-section .service-inner .image-col {
	flex: 1 1 calc(50% - 0px);
}
.services-section .service-inner .content-col {
	flex: 1 1 calc(50% - 30px);
	padding: 30px 0;
}
.services-section .service-inner .content-col p:first-child {
	margin-top: 0;
}
.services-section .service-inner .content-col p:last-child {
	margin-bottom: 0;
}
.services-section .service .image-col {
	align-self: stretch;
}
.services-section .service .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1200px) {
	.jumbotron-sm a {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.dropdown-toggle::after {
		display: none !important;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: #c30101;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	ul.nav-list {
		padding: 0;
		list-style: none
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.slide-in-right {
		animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: 9999 !important;
		border: 1px solid #fff;
	}
	.slide-out-right {
		animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: -999 !important;
		border: 1px solid #fff;
	}
	.menu-main-menu-container {
		display: none;
	}
	.menu-mobile-drop-down-menu-container {
		display: block;
	}
	.tagline {
		font-size: 18px;
	}
	.logo {
		padding: 25px 0;
	}
	.feature-box h3 {
		font-size: 16px;
	}
	.list-inline>li {
		line-height: 3em;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		background: transparent;
	}
	nav {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		height: 50px;
	}
	nav a:hover, nav a:focus, nav a:focus {
		background: transparent;
	}
	.navbar {
		display: none;
		position: fixed;
		left: auto;
		right: 0;
		z-index: 10;
		height: auto;
	}
	.navbar-nav>li {
		display: block;
	}
	.navbar-nav>li a {
		color: #fff;
		display: block;
		padding: 5px 20px;
	}
	.mobile-nav {
		display: block;
		height: 100%;
	}
	.mobile-list {
		list-style: none;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.mobile-list li a {
		color: #fff;
	}
	.mobile-list li {
		padding: 15px 5px;
	}
	.menu-mobile-menu-container {
		height: 100%;
	}
	.nav-toggler {
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: 600;
		width: 60px;
		transition: all ease-in-out .3s;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		cursor: pointer;
		padding: 10px 10px;
	}
	.nav-toggler .toggle-more {
		transform: rotate3d(1, 0, 0, 0deg);
		float: left;
		opacity: 1;
	}
	.nav-toggler .toggle-less {
		opacity: 0;
	}
	.nav-toggler .toggle-text {
		width: 40px;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.nav-toggler .toggle-text, .nav-toggler .fas {
		transition: all ease-in-out .3s;
	}
	.nav-toggler .fas {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 11px;
	}
	.nav-toggler.active .toggle-more {
		transform: rotate3d(1, 0, 0, 180deg);
		float: left;
		opacity: 0;
	}
	.nav-toggler.active .toggle-less {
		transform: none;
		float: left;
		opacity: 1;
	}
	.nav-toggler.active .fas {
		transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-list a {
		color: #fff;
		padding: 5px 10px;
	}
	.navbar-nav {
		padding-left: 0;
		margin: 7.5px 0px;
	}
	.navbar-collapse {
		display: block;
		border-top: none;
		width: auto;
		text-align: center;
		border-top: none;
		padding-right: 15px;
		padding-left: 15px;
	}
	.top-wrapper {
		margin-bottom: 50px;
	}
	.social [class^="col-"] {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.social {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #000;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 11;
	}
	.social .row {
		width: 100%;
	}
	.social a {
		color: #fff;
	}
	.social a:not(.home-link):not(.head-directions):not(.head-phone) {
		display: none;
	}
	.social a:not(.home-link) {
		border-right: none;
		font-size: 14px;
		line-height: 2em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.social .home-link {
		margin-left: 0;
		display: inline-block;
		float: left;
		padding-left: 0;
		width: 50px;
		border-right: 1px solid #fff;
	}
	.social .social-text {
		display: inline-block;
		padding-left: 5px;
		color: #fff;
	}
	.navbar-nav>li {
		float: none;
		padding: 0;
	}
	.navbar .navbar-collapse {
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 50px;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		text-decoration: none;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		background: none;
		text-decoration: none;
	}
	.social {
		display: flex;
	}
	.home main section, .home main {
		margin-top: 0;
	}
	.home .navbar .navbar-nav {
		margin-top: 0;
	}
	.carousel {
		z-index: 1;
	}
	.carousel-caption {
		position: relative;
		bottom: 0;
		top: 0;
		right: 0;
		left: 0;
	}
	.c2a {
		display: none;
	}
	.logo {
		padding-top: 100px;
		width: 100%;
		padding-bottom: 10px;
	}
	.navbar .navbar-collapse {
		margin: 0;
	}
	.navbar-nav>li a {
		padding: 15px 20px;
		position: relative
	}
	.caret {
		border: none;
		height: 15px;
		width: 15px;
		position: relative;
		margin-right: 10px;
		font-size: 22px;
	}
	.caret::after {
		content: "\f053";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.services-section .service-inner > .col {
		flex-basis: 100%;
	}
	.services-section .service-inner .content-col {
		padding: 0;
	}
	.services-section .service .heading-wrap  {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.navbar .navbar-nav {
		display: block;
		margin-bottom: 0px;
	}
	img.pull-left, img.pull-right {
		float: none !important;
		margin: 20px auto;
	}
	.contact-info {
		display: block;
	}
	.spacer {
		display: none;
	}
	.feature-box span.ql-heading {
		font-size: 20px;
	}
	.feature-box {
		margin: 10px 0;
	}
	.list-inline>li {
		display: block;
		padding: 10px;
		line-height: 2em;
	}
	.mobile-list a {
		padding: 5px 6px;
	}
}
@-webkit-keyframes move_fade_down {
	2 0% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
	50% {
		-webkit-transform: translate(0, 5px) scale(.95);
		opacity: .75
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes move_fade_down {
	0% {
		transform: translate(0, 0);
		opacity: 1
	}
	50% {
		transform: translate(0, 5px) scale(.9);
		opacity: .75
	}
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}
@-webkit-keyframes move_fade_side {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
	50% {
		-webkit-transform: translate(5px, 0) scale(.95);
		opacity: .75
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes move_fade_side {
	0% {
		transform: translate(0, 0);
		opacity: 1
	}
	50% {
		transform: translate(5px, 0) scale(.9);
		opacity: .75
	}
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes slide-in-right {
	0% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(15px);
		opacity: 1;
	}
}
@keyframes slide-out-right {
	0% {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	100% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
nav.sticky {
	position: relative;
}
@media screen and (max-width:991px) {
	nav.sticky {
		position: fixed;
	}
}
.location-container,
#contact-page-form form textarea,
#contact-page-form form input,
.jumbotron-sm {
	border: 3px solid;
}
.feature-box img {
	border: 2px solid;
}
span.company-address a:hover,
span.company-address a:focus,
#contact-page-form .gform_button:hover,
footer a:hover,
footer a:focus,
.copyright a:hover,
.copyright a:focus,
#home-contact-form .gform_button:hover,
#home-contact-form .gform_button:focus .feature-box h3,
.c2a a:hover,
.c2a a:focus,
a:hover,
a:focus,
span.social-header a span,
.feature-box a,
h1,
ul.sitemap-page li a, .tel {
	color: var(--color-1);
}
#contact-info,
nav,
.carousel-indicators li,
#bottom-feature h2,
.btn,
#home-contact-form .gform_button,
#home-contact-form .gform_button,
.mobile-list,
#contactform button,
#contact-page-form .gform_button, h2 {
	background-color: var(--color-1);
}
.carousel-indicators li,
.carousel-indicators .active {
	border-color: var(--color-1);
}
.jumbotron-sm a:hover,
.jumbotron-sm a:focus,
a,
#contact-info a:hover,
.c2a,
.c2a a,
ul.sitemap-page li a:hover,
ul.sitemap-page li a:focus, .contact-info i:hover {
	color: var(--color-2);
}
.btn:hover,
.btn:focus,
footer,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-toggle,
#home-contact-form,
#home-contact-form textarea,
#home-contact-form input, .navbar-default .navbar-nav>.active>a {
	background-color: var(--color-2);
}
section a {
	color: var(--color-3);
}
span.company-heading .gform_body textarea,
#contact-page-form input,
.jumbotron-sm h3,
.copyright a,
span.spacer,
#home-contact-form textarea,
#home-contact-form input,
.social-header a:hover span,
.social-header a:focus span,
address,
span.tel a,
.email a,
footer a,
.location-container span.icon,
.jumbotron-sm a,
.contact-info,
#contact-info a,
#contactform button,
.c2a address a, span.contact-info i, h2, .tagline,
h2.gallery-section-heading {
	color: var(--color-4);
}
#contact-page-form .gform_button:hover,
.feature-box,
.feature-box h3,
#testimonials,
#home-contact-form .gform_button:hover,
#home-contact-form .gform_button:focus {
	background-color: var(--color-4);
}
.location-container,
#contact-page-form form textarea,
#contact-page-form form input,
.jumbotron-sm,
.feature-box img,
h1 {
	border-color: var(--color-4);
}
.hovereffect {
	background: var(--hovereffect);
}
header, #mobile-logo {
	background: var(--header-bg);
}
#bottom-feature {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0;
	background-color: var(--feature-bg);
	background-image: var(--feature-bg-img);
}
#contact-section {
	background-color: var(--contact-bg);
	background-image: var(--contact-bg-img);
}
@media screen and (max-width:991px) {
	.navbar {
		background-color: var(--color-1);
	}
}
.flex-row {
	display: flex;
}
/* Blog Template */
.blog-section {
	margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
	margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
	flex: 1 1 auto;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
.main-section.single {
	margin: 50px 0;
}
.main-section.single .image.pull-left {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-section.single .date {
	margin: 5px 0;
	font-size: .9em;
	color: #666;
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
	.row-md>.col:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.row-sm {
		display: block;
	}
	.row-sm>.col:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
	.main-section.single .image.pull-left {
		float: none !important;
		margin: 0 auto 20px;
	}
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text {
	color: var(--color-1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-1);
}
.blog-section .blog .read-more-text {
	color: var(--color-2);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color-2);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-2);
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.pull-right,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	.pull-left,
	.alignleft {
		float: none !important;
		margin: 20px auto;
	}
	.pull-right,
	.alignright {
		float: none !important;
		margin: 20px auto;
	}
}
