body
{
	margin-top: 55px;
	font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}
a,
a:focus,
a:active
{
	outline: none !important;
}
.h2, h2 {
    font-size: 1.8rem;
}
button
{
	-webkit-appearance: none;
	border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

body.compensate-for-scrollbar
{
	margin-right: 0 !important;
}
.crisp
{
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.er-404 .er-404-title p {
    font-size: 1.6rem;
    line-height: 35px;
}
.er-404 .er-404-img img
{
	max-width: 720px;
	max-height: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.er-404 .er-404-btn .er-404-btn-a
{
	border-radius: 30px;
}

@media (min-width: 1360px)
{
	body
	{
		margin-top: 85px;
	}
}
@media (min-width: 768px)
{
	.container {
		max-width: initial;
	}
}
@media (min-width: 576px)
{
	.container {
		max-width: initial;
	}
}
@media only screen and (min-width: 1200px){
	.container {
		max-width: 1550px;
		padding: 0 20px;
	}
}

@media (max-width: 991px)
{
	.pb-5, .py-5 {
    	padding-bottom: 2rem !important;
	}

	.pt-5, .py-5 {
		padding-top: 2rem !important;
	}
	.mt-5, .my-5 {
		margin-top: 2rem !important;
	}
	.mb-5, .my-5 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; 
		margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; 
		top:-2px;
	}
	.nav-item .submenu-left{ 
		right:100%; 
		left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
	
	.nav-item.dropdown:hover > .dropdown-menu.main,
	.nav-item.dropdown .dropdown-menu.main:hover
	{
		display: block;
	}
	.nav-item.dropdown .dropdown-menu.main
	{
		margin-top: -3px;
	}
}


#back-top
{
    background: #fff !important;
    border: none;
    color: #235ea8;
    font-size: 16px;
    padding: 7px 15px;
    box-shadow: 0px 0px 10px #00000038;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s .1s;
}
#back-top.bottom
{
	bottom:80px;
}

.btn:focus,
.btn:active
{
	box-shadow: none !important;
}
.btn-primary
{
	font-size: 15px;
    border-radius: 30px;
    padding: 10px 20px;
    background: #2462B0;
	border-color:#2462B0;
    font-weight: 500 !important;
	border-width: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
{
	background: #1ca3db;
/*	border-color:#1ca3db !important;*/
	color:white;
}
.btn-primary.outline
{
	background:none;
	color:#1D4E8C;
	border-width: 2px;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active
{
	background:#1ca3db !important;
}
.btn-primary.outline.white
{
	background:none;
	color:#fff;
	border-color:white;
}
.btn-primary.outline.white:hover,
.btn-primary.outline.white:focus,
.btn-primary.outline.white:active
{
	background:white !important;
	color:#1D4E8C !important;
	border-color:white !important;
}

.bg-gray
{
	background:#f4f7fa;
}
.bg-blue
{
	background: linear-gradient(90.17deg, #1D4E8C 5.91%, #2462B0 100%);
}
.bg-blue-reverse
{
	background: linear-gradient(-90.17deg, #1D4E8C 5.91%, #2462B0 100%);
}
.navbar
{
	background: linear-gradient(90.17deg, #1D4E8C 5.91%, #2462B0 100%);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.footer
{
	background: linear-gradient(90.17deg, #1D4E8C 5.91%, #2462B0 100%);
}
.navbar .header-logo,
.navbar .header-lang
{
	max-width: 205px;
}

.navbar .header-lang .lang
{
    border: solid 1px #fff;
    padding: 18px 25px;
    border-radius: 35px;
}
@media (max-width: 1360px)
{
	.navbar .header-lang .lang
	{
		padding: 15px 20px;
	}
	.navbar .header-lang
	{
/*		max-width: 205px;*/
	}
}
.navbar .header-lang .lang a
{
	color:white;
	line-height: 15px;
	text-decoration: none;
	font-size: 15px;
}
.navbar .header-lang .lang a:hover{
	color: #1ca3db;
}
.navbar .header-lang .lang a.current
{
	font-weight: 500;
}
.navbar .header-lang .lang a:first-child
{
	border-right: 1px solid #fff;
	padding-right: 8px;
	margin-right: 8px;
}
.navbar-nav .nav-link,
.dropdown-menu .dropdown-item
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.navbar-nav .nav-link
{
	color:white;
}
@media (min-width: 1360px)
{
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar .container-fluid
	{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

.navbar-nav .nav-link:hover{
	color: #1ca3db;
}
.navbar-expand-lg .navbar-nav .nav-link
{
	padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav .dropdown-toggle::after,
.header-top .lang-toggle a.dropdown-toggle:after
{
	display: none;
}

.dropdown-item.active, 
.dropdown-item:active
{
	color: #fff !important;
    text-decoration: none;
    background-color: #2462af !important;
}
.dropdown-menu
{
	border:none;
	border-radius: 0;
	box-shadow: 1px 1px 10px #00000038;
	padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu .dropdown-item
{
	padding: 10px 15px;
    font-size: 15px;
	color: #1d4e8c;
}
.dropdown-menu .dropdown-item:hover
{
	color:black;
}
.dropdown-menu .dropdown-item.sub i
{
	position: absolute;
	right: 10px;
	top:50%;
	transform: translateY(-50%);
	color: #1e5190;
}
.dropdown-item.sub.active i,
.dropdown-item.sub:active i
{
	color:white;
}
.dropdown-menu .dropdown-item.sub 
{
	padding-right: 40px;
}

@media (max-width: 1360px){
	.navbar-expand-md .navbar-nav .nav-link
	{
		font-size: 15px;
	}
	.navbar .header-logo img
	{
		max-width: 100%;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
	.navbar .header-logo,
	.navbar .header-lang
	{
		max-width: 150px;
	}

}
@media (max-width: 1024px){
	.header-main,
	.navbar .header-lang .lang
	{
		display:none !important;
	}
	.navbar
	{
		min-height: 60px;
	}
	.navbar .header-logo
	{
		max-width: 100%;
	}
	.navbar .header-lang {
		max-width: 60px;
	}
	.navbar .header-logo img {
		max-width: 130px;
	}
}

.carousel-item {
    min-height: 420px;
	height: 85vh;
	position: relative;
}
.carousel-item video
{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
/*
.carousel-item video:before
{
	content: "";
	background-image: url("../../images/loader.gif");
	width:50px;
	height: 50px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
*/
.carousel-item > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.carousel-item .container:after
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #001d4133;
    z-index: 1;
}
.carousel-caption
{
	bottom: unset;
	width: 100%;
    padding: 0 55px;
}
.carousel-control-next, .carousel-control-prev
{
	width:70px;
}
.carousel-inner .carousel-box
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
}
.carousel-inner .carousel-caption h1 
{
    color: #fff;
    text-align: center;
    letter-spacing: 0.7px;
    text-shadow: 0 0 10px #0000007a;
    margin-bottom: 20px;
    font-weight: 400;
}
.carousel-inner .carousel-caption h1 span
{
    display: inline-block;
    width: 100%;
    font-size: 55px;
    font-weight: 700;
}
.carousel-inner .carousel-box .arrows
{
	position: relative;
    height: 40px;
    width: 70px;
    margin: auto;
}
.carousel-inner .carousel-box .arrows a 
{
	opacity: 1;
}
@media (max-width: 991px){
	.carousel-inner .carousel-caption h1
	{
		font-size: 28px;
	}
	.carousel-inner .carousel-caption h1 span
	{
		font-size: 40px;
	}
	.carousel-item
	{
		height: 92vh
	}
}

.footer-main
{
	max-width: 1200px;
    margin: auto;
}
.footer-main .hours ul
{
	padding-left: 0;
    list-style: none;
}
.footer .info img
{
	
}
.footer .info p
{
	padding: 15px 0;
    margin-bottom: 0;
    font-size: 15px;
}
.footer .info a
{
    color: #fff;
    margin: 0 5px;
    font-size: 27px;
}
.footer .menu a
{
	color:white;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.footer .menu a:hover,
.footer .info a:hover
{
	text-decoration: none;
	color: #1ca3db;
}
.footer .menu li
{
	margin-bottom: 15px;
}
.footer .hours h5
{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer .hours h5
{
	cursor: help;
}
.footer .hours li
{
	margin-bottom: 20px;
}
.footer .hours li strong,
.footer .hours li b
{
	display:inline-block;
	width:100%;
}
.tooltip-inner {
    max-width: 200px;
    padding: 13px;
    color: #fff;   
	padding-bottom: 16px;
    background-color: #000;
    border-radius: .25rem;
    line-height: 19px;
}

.copyright
{
	background:#262626;
}
.copyright small,
.copyright small a
{
	color:white;
}
.copyright small img
{
	width: 45px;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
	position: relative;
	top:-2px;
	margin-left: 5px;
}

@media (max-width: 991px){
	.copyright .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}
	.copyright .col.design small
	{
		margin-top:0 !important;
	}
	.footer .menu
	{
		display:none;
	}
	#back-top
	{
		display: none !important;
	}
}
@media (max-width: 767px){
	.footer .col-auto,
	.footer .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}
	.footer .hours
	{
		margin-top: 50px;
	}
	.footer .container
	{
		padding-top:0 !important;
	}
	.footer
	{
		padding:20px 0 !important;
	}
}


.stores-container a
{
	display: block;
	width:100%;
	height:100%;
	justify-content: center;
}
.stores-home .logos
{
	overflow: hidden;
}

.stores-container a:hover img
{
	transform: scale(1.06);
}
.stores-container a img
{
	max-width: 100%;
	max-height: 100px;
	transition: all 0.2s ease-in-out;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.stores-home p,
.home-about p
{
	text-align: justify;
}

.about-text
{
	max-width: 1024px;
	margin:auto;
	text-align: justify;
}

@media (max-width: 991px){
	.stores-home .text
	{
		text-align: center;
		margin-bottom: 50px;
	}
	.bg
	{
		min-height: 200px;
	}
}

.slick-dots li.slick-active button:before
{
	opacity: 1;
}
.slick-dots li:only-child {
	display: none;
}
.slick-dots li button:before
{
	background: #312853;
}
.slick-dots {
    margin-top: 0px;
    position: relative;
}
.slick-next:before {
    content: " ";
    border-right: 2px solid #225ca5;
    border-top: 2px solid #225da7;
    position: absolute;
    right: 25px;
    top: 3px;
    height: 15px;
    width: 15px;
}
.slick-prev:before {
    content: " ";
    border-right: 2px solid #225ca5;
    border-top: 2px solid #225ca5;
    position: absolute;
    right: -20px;
    top: 3px;
    height: 15px;
    width: 15px;
}
.slick-slide,
.slick-slide a
{
	outline:none;
	border:none;
}
.slick-slider
{
	display: none;
	overflow: hidden;
}
.slick-slider.slick-initialized
{
	display: block;
	overflow: visible;
}

.services-page .card
{
    border: none;
    box-shadow: 0px 0px 15px #3c3c3c42;
    border-radius: 15px;
    padding: 10px;
	margin-bottom:30px;
	min-height: 200px;
}
.services-page .card h4 
{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.services-page .card img,
.home-services .icons img
{
	display: inline-block;
	height: 60px;
	width: auto;
}
.home-services .icons p
{
	margin-bottom: 0;
    max-width: 120px;
    margin: auto;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 19px;
    font-weight: 500;
}


.home-services .slick-dots li button:before {
    background: #fff;
}
.home-services .text p
{
	max-width: 900px;
	margin: auto;
	margin-bottom: 15px;
}

.home-about
{
	
}
.home-about .image img
{
	max-width: 100%;
	display: inline-block;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.home-about .text .inner p
{
	max-width: 600px;
}
.home-about .text .buttons
{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
@media (max-width: 767px){
	.home-about .row
	{
		flex-direction: column-reverse;
	}
	.home-about .text
	{
		text-align: center;
	}
	.home-about .image
	{
		flex-direction: column;
	}
	.home-about .text .inner p
	{
		max-width: 100%;
	}
	.home-about .text .inner
	{
		padding:0 !important;
	}
	.home-about .text .btn
	{
		display:none;
	}
}

.home-news .image-holder
{
	border: solid 5px white;
	overflow: hidden;
	max-width:700px;
	height:370px;
	-ms-transform: rotate(5deg);
  	transform: rotate(5deg);
	background: white;
}
.home-news .image-holder img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.home-news .news-arrows
{
    position: relative;
    width: 95px;
    height: 60px;
    margin-top: 30px;
}
.home-news .news-arrows .slick-prev
{
	width: 40px;
    height: 40px;
	background:url("../../images/icons/arrow-left.svg");
	left:0;
	top:0;
	transform: none;
}
.home-news .news-arrows .slick-next
{
	background:url("../../images/icons/arrow-right.svg");
	width: 40px;
    height: 40px;
	right:0;
	top:0;
	transform: none;
}
.home-news .news-arrows .slick-prev:before,
.home-news .news-arrows .slick-next:before
{
	display:none;
}

.home-news .text p
{
    max-width: 670px;
}
.home-news .slick-track
{
    height: 360px;
}

@media (max-width: 991px){
	.home-news .images,
	.home-news .news-arrows
	{
		display:none;
	}
	.home-news .text p
	{
		min-width: 100%;
	}
	.home-news .text 
	{
		text-align: center;
		padding-bottom: 50px !important;
		padding-top: 25px;
	}
}


.directions-tabs
{
	max-width: 1200px;
	margin:auto;
}
.tab-content
{
	padding-top:30px;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active
{
	border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #225ca5;
	color:#225ca5;
	background:none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    
    border:none;
/*	text-transform: uppercase;*/
	font-weight: 500;
	color:#909090;
	font-size: 17px;
}
.directions-tabs .desktop-directions
{
	
}
.directions-tabs .mobile-directions
{
	display:none;
}
.center-icons .nav-tabs .nav-link
{
	text-align: center;
	width: 305px;
}
.center-icons .tab-content>.tab-pane
{
/*	text-align: center;*/
}
.center-icons .nav-tabs .nav-link img
{
	text-align: center;
	width:95px;
	margin-bottom: 10px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}
.center-icons .nav-tabs .nav-link.active img
{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.center-icons .nav-tabs .nav-link span
{
	width: 100%;
	display: inline-block;
}
.center-icons .nav-tabs 
{
	justify-content: center;
}

.home-directions .text p 
{
	max-width: 1000px;
	margin:auto;
}
@media (max-width: 1024px){
	.directions-tabs .desktop-directions
	{
		display:none;
	}
	.directions-tabs .mobile-directions
	{
		display:block;
	}
}
@media (max-width: 480px){
	.visit-accordion .card-header h5
	{
		font-size: 16px !important;
	}
}
.text-header p 
{
	max-width: 1000px;
	margin:auto;
}
.text-header h1 
{
	font-size: 2.2rem;
    margin-bottom: 15px;
}
.page-text ul
{
	list-style: none;
    padding-left: 10px;
}
.page-text ul li
{
	list-style: none !important;
}
.page-text ul li:before
{
    content: "\2022";
    color: #1e4f8d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 29px;
    line-height: 25px;
    top: 4px;
    position: relative;
}
.directions-tabs .page-text ul
{
	padding-left: 0;
}
.page-text ol
{
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 10px;
}
.page-text ol li
{
	counter-increment: my-awesome-counter;
	margin-bottom: 5px;
}
.page-text ol li:before
{
	content: counter(my-awesome-counter)"." ;
	font-weight: bold;
	color: #1e4f8d;
	position: relative;
	font-size: 22px;
	margin-right: 8px;
}

.page-text b,
.page-text strong
{
	font-weight: 600;
	color: #1d4e8c;
}
.page-text p a,
.page-text a
{
	font-weight: 400;
	color: #1d4e8c;
	text-decoration: underline;
}


.project-photos img
{
    padding: 0;
    border-radius: 0;
    border: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.project-photos a.d-block
{
	display: inline-block;
	overflow: hidden;
	box-shadow: 0px 0px 15px #3c3c3c42;
	transition: all 0.3s;
	position: relative;
    min-height: 250px;
}

.about-gallery a
{
	min-height: 100% !important;
	height:600px;
}
.about-gallery a img
{
	position: relative !important;
	transform: none !important;
	top:unset !important;
	left:unset;
}
.project-photos a.d-block:hover
{
	box-shadow: none;
	opacity: 0.8;
}
.about-gallery a:hover{
	opacity: 1 !important;
}

.store-slick
{
	overflow: hidden;
}
.store-slick img
{
	    object-fit: contain;
    max-height: 340px;
}
.about-gallery .slick-prev,
.store-slick .slick-prev
{
	left: 15px;
    z-index: 100;
}
.about-gallery .slick-next,
.store-slick .slick-next
{
	right: 15px;
    z-index: 100;
}
.about-gallery .slick-prev:before,
.store-slick .slick-prev:before,
.about-gallery .slick-next:before,
.store-slick .slick-next:before
{
	display:none;
}
.about-gallery .slick-prev,
.store-slick .slick-prev
{
	width: 40px;
    height: 40px;
	background:url("../../images/icons/arrow-left.svg");
}
.about-gallery .slick-next,
.store-slick .slick-next
{
	background:url("../../images/icons/arrow-right.svg");
	width: 40px;
    height: 40px;
}
@media only screen and (max-width: 991px) {
	.about-gallery a
	{
		height:300px;
	}
}
@media only screen and (max-width: 767px) {
	
	.project-photos a.d-block
	{
		min-height: 180px;
	}
}
.gallery-thumb.bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.gallery-thumb.bg
{
	border-radius: 0;
	border: none;
}
.gallery-thumb
{
	box-shadow: 0px 0px 15px #3c3c3c42;
}
.project-photos.gallery a
{
	box-shadow: none;
}
.gallery-thumb .card-body .card-text {
  
    width: 100%;
    text-align: center;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    font-size: 25px;
}
.gallery-thumb .card-body h2 {
  	color: #fff;
    text-shadow: 2px 2px 5px #00000082;
}

.gallery-thumb .card-body {
    position: relative;
    height: 100%;
    width: 100%;
	background: #1d4e8c75;
}
.gallery-thumb .card-body:after
{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    display: block;
    content: "";
    margin: 25px;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s;
}
.gallery-thumb .card-body:hover:after
{
	opacity:1;
	visibility: visible;
}
.gallery-thumb .card-body:hover
{
/*	background: #1d4e8cf2;*/
}
.gallery-thumb .card-body:hover .btn
{
	background:white;
	color:black;
}
.gallery-thumb a
{
	display: inline-block;
	height:100%;
	width:100%;
}
.gallery-thumb .card-body
{
	
	transition: all 0.3s;
}
.gallery-thumb .card-body h2 
{
    font-size: 27px;
    padding: 0 20px;
}
.gallery-thumb .card-body h2 span
{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #e62521;
}

.services.inner .row
{
	overflow: hidden;
}
.services.inner .flex-row-reverse .bg-blue
{
	background: linear-gradient(-90.17deg, #1D4E8C 5.91%, #2462B0 100%);
}
.services .service-image.bg
{
	min-height: 450px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services .service-image.bg:hover 
{
	transform: scale(1.02);
}
.services .service-image.bg:hover a
{
	background: #001d4133;
}
.services .service-image.bg a
{
	position: absolute;
	display: block;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.services .service h2
{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.services .service h2 span
{
	color: #121d39;
	font-size: 50px
}

@media (max-width: 1200px){
	.services .card .card-body .card-text
	{
		width: calc(100% - 50px);
	}
}
@media (max-width: 991px){
	.row.heading .text
	{
		display:none !important;
	}
} 
@media (max-width: 1024px){
	.services.inner .row
	{
		-ms-flex-direction: column !important;
    	    flex-direction: column !important;
	}
	.services.inner .row .col-6
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services.inner .service-image.bg
	{
		min-height: 200px;
	}
	.services.inner .wrap
	{
		width: 100%;
		text-align: center;
		padding-top: 0px !important;
	}
} 

.page-header
{
	position: relative;
}
.page-header span
{
	margin-bottom: 5px;
}
.page-header h1,
.page-header h2
{
	font-weight: 500;
	font-size: 2rem;
}
.page-header .more 
{
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #bc1e1d;
    font-weight: 600;
    font-size: 15px;
	text-decoration: none;
}

.row.article-inner
{
	max-width: 1200px;
	margin:auto;
}
.row.article-inner .article-image img
{
    border: solid 7px #edf0f2;
    border-radius: 2px;
}
.latest-news .card
{
	border-radius: 0;
	border:none;
	background:#f4f7fa;
}
.latest-news.inner .card
{
	background:white;
}
.latest-news .card a
{
	text-decoration: none;
	color:inherit;
}
.latest-news .card a:hover h5
{
	color:#1ca3db;
}
.latest-news .card .card-body
{

}
.latest-news .card .card-body span,
.page-header .date
{
	font-size: 15px;
	font-weight: 400;
	color:gray;
}
.latest-news .card .card-body span i,
.page-header .date i
{
	font-size: 22px;
    position: relative;
    top: 2px;
	color: #2461ad;
}
.page-header .more 
{
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #2462B0;
    font-weight: 600;
    font-size: 15px;
	text-decoration: none;
}
.latest-news .card .card-body h5
{
	font-weight: 500;
}
.latest-news .card .card-body p
{
	text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}
.latest-news .card .image
{
	height:300px;
	overflow: hidden;
}
.latest-news .card .image img
{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height:100%;
}

.bg.hero
{
	position: relative;
	background-position: 50% 0px;
}
.hero .hero-container
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}
.hero:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #001d4133;
    z-index: 0;
}
.hero .hero-container h1
{
	color:white;
	text-shadow: 0 0 15px black;
}
.hero .hero-container span a
{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.hero .hero-container span a:hover
{
	color: #1ca3db;
}
.hero .hero-container span a:after
{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:0;
	content: "";
	width:50px;
	height:2px;
	background:white;
}


.contact-info.form
{
	background:#e3e4e9;
	padding:30px;
}
.contact-info.form h5
{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.contact-info.form ul
{
	
}
.contact-info.form ul li
{
	font-weight: 400;
}
.contact-form a
{
	color: #fff;
	text-decoration: underline;
}
.contact-info.form ul li a
{
	color:#bc1e1d;
}
.contact-form .form-group
{
	margin-bottom: 1.5rem;
}
.contact-form input
{
	border-radius: 20px;
    padding: 10px 15px;
    height: auto;
}
.contact-form textarea
{
	border-radius: 10px;
	padding: 10px 15px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder
{
/*  color: white;*/
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder
{ 
  color: white;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder
{
/*  color: white;*/
}
.contact-form input:focus,
.contact-form textarea:focus
{
/*
	background:transparent;
	border-bottom: solid 2px #1ca3db;
*/
}
.contact-form label
{

}
.contact-form .invalid-feedback
{
	color:white
}
.contact-form input:focus{
	box-shadow: none !important;
}

.contact-form .checkbox
{
	position: relative;
}

.checkbox label {
	padding-left: 30px;
	cursor: pointer;
	font-size: 15px;
	color:white;
	position: relative;
}
input[type="checkbox"] {
  	display: none;
}
input[type="checkbox"] + .box:before,
input[type="checkbox"] + .box:after {
	transition: all 0.3s;
}
input[type="checkbox"] + .box:after {
    position: absolute;
    left: 0px;
    top: 3px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 2px;
/*    background-color: #fff;*/
    z-index: 1000;
	border-radius: 3px;
}
input[type="checkbox"]:checked + .box:after {
	background-color: #fff;
	border-color: #fff;
}
input[type="checkbox"]:checked + .box:before {
	transform: rotate(45deg);
	position: absolute;
	left: 7px;
	top: 6px;
	width: 6px;
	height: 13px;
	border-width: 2px;
	border-style: solid;
	border-top: 0;
	border-left: 0;
	border-color: #000;
	content: '';
	z-index: 10000;
}

.form-control,
.form-select
{
	
}
.form-success-message{
	display: none;
}
.contact-form-info .info.pin i
{
	margin-right: 14px;
}
.contact-form-info .info i
{
	color: #205699;
	margin-right: 10px;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	margin-top: -1px;
}
.contact-form-info .info a,
.contact-form-info .info 
{
	color:black;
	font-weight: 300;
}
.contact-form-info .info 
{
	position: relative;
	padding-left: 30px;
}
.contact-form-info .wrap,
.contact-container .wrap
{
	max-width: 500px;
	margin:auto;
}
.contact-form-info .social a
{
	margin-right:15px;
    font-size: 35px;
}
.contact-form-info .social a:hover
{
	color:black;
}
.contact-form-info .hours .alert
{
	font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    background: #fff;
    color: #000;
    width: auto;
    max-width: 455px;
	border-color: #e6e6e6;
}
.contact-form-info .hours .alert a
{
	color: #205699;
}
.contact-form-info .hours ul
{
	padding-left: 0;
    list-style: none;
}
.contact-form-info .hours li 
{
	position: relative;
	padding-left:30px;
	margin-bottom: 10px;
}
.contact-form-info .hours li strong
{
	margin-left: 5px;
}
.contact-form-info .hours li:before
{
	content: "\f017";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
	color: #205699;
    left: 0;
}
.visit-hours.contact-form-info .hours li:before
{
	display:none;
}
.visit-hours.contact-form-info .hours li
{
	padding-left: 0;
}

.visit-hours.contact-form-info .hours .alert
{
    max-width: 660px;
    margin: auto;
    background: none;
    margin-top: 25px;
    border: none;
    font-weight: 300;
	padding:0;
}


@media only screen and (max-width: 991px) {
	.contact-info.form
	{
		margin-bottom: 60px;
		display:none;
	}
	.contact-form .terms,
	.contact-form .captcha,
	.contact-form .submit-wrap
	{
		text-align: center;
	}
	.contact-map iframe
	{
		height:300px;
	}
	.contact-form-info .wrap, 
	.contact-container .wrap
	{
		text-align: center;
	}
	.contact-form-info .info i
	{
		position: relative;
		top:unset;
		transform:none;
	}
	.contact-form-info .info
	{
		padding-left:0;
	}
	.contact-form-info, 
	.contact-container
	{
		padding-right: 15px !important;
    	padding-left: 15px !important;
	}
	.contact-form-info .hours .alert
	{
		max-width: 100%;
	}
	.contact-form-info .hours li:before
	{
		display: none;
	}
	.contact-form-info .hours li
	{
		padding-left: 0;
	}
	.hero .hero-container h1
	{
		font-size: 2rem
	}
}

.partners .lead-header h1
{
	font-weight: 400;
	font-size: 2.3rem;
}
.partners .lead-header h1 span
{
	font-weight: 600;
    width: 100%;
    display: inline-block;
}
.partners .image img
{
	max-width: 350px;
}
@media only screen and (max-width: 991px) {
	.partners .page-text
	{
		text-align: center;
	}
	.partners.reverse .row
	{
		flex-direction: column-reverse;
	}
	.partners .image img
	{
		max-width: 200px;
		margin-bottom: 20px;
	}
	.partners .lead-header
	{
		padding:0 !important;
	}
	.partners .lead-header h1,
	.contact-container .lead-header h1
	{
		font-size: 2rem;
	}
	.partners .lead-header p,
	.contact-container .lead-header p
	{
		font-size: 1.1rem;
	}
}

.store-details 
{
	max-width: 1000px;
	margin:auto;
}
.store-details i
{
    font-size: 35px;
    margin: 0 5px;
}
.store-details h5
{
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
	    margin-top: 15px;
}
.store-details .hours .row
{
	margin-bottom: 5px;
}
.store-details .hours .col
{
	max-width: 140px;
}
.store-details .hours .col:last-child
{
	text-align: right;
	font-weight: 400;
}
.store-details .hours 
{
	max-width: 280px;
	margin: auto;
}
.store-details .contact li 
{
	margin-bottom: 10px;
}
.store-details .contact li.phone
{
	font-size: 18px;
    font-weight: 400;
}
.store-details .contact li a
{
	color:white;
	text-transform: lowercase;
}

.visit-accordion .card
{
	border:none;
	margin-bottom: 20px;
	background: none;
}
.visit-accordion .card-header
{
/*	background: #225ca5;*/
    cursor: pointer;
    padding: 0;
    border-radius: 40px;
}
.visit-accordion .card-header:hover img,
.visit-accordion .card-header[aria-expanded="true"] img
{
	transform: scale(1.2);
}
.visit-accordion .card-header h5
{
	color: #fff;
    font-weight: 400;
    font-size: 18px;
    border: none;
}
.visit-accordion .card-header img
{
	transition: all .2s ease-in-out; 	
}
.visit-accordion .card-body
{
	
}

@media only screen and (max-width: 991px) {
	.store-details .col.main
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.store-details .col.main:first-child
	{
		margin-bottom: 50px;
	}
}

#gmap .zoomInMap {
  background: #1e4f8d;
  border-radius: 3px;
  position: relative;
  transition: all .35s ease-in-out; 
}
#gmap .zoomInMap:hover {
    background: #000; 
}
#gmap .zoomInMap::before {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   font-size: 15px;
    color: white; 
}
#gmap .zoomOutMap {
  background: #1e4f8d;
  border-radius: 3px;
  position: relative;
  transition: all .35s ease-in-out; 
}
#gmap .zoomOutMap:hover {
    background: #000; 
}
#gmap .zoomOutMap::before {
    content: "\f068";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   font-size: 15px;
    color: white; 
}

#gmap .zoomWrap {
  margin-right: 10px;
  margin-bottom: 10px; 
}


.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--play
{
	display:none !important;
}
.fancybox-bg
{
	background-color: #121d39;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover
{
	display: none;
}
.fancybox-button
{
	background: #1d4e8c;
	opacity: 1;
}
.fancybox-button svg
{
	opacity: 1;
	color:white;
}


/*mobile menu*/

body { 
  -webkit-animation: bugfix infinite 1s; 
}

@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}


.mob-lang 
{
	text-align: center;
    position: absolute;
    width: 100%;
    top: 80px;
}
.mob-lang a 
{
	display:inline-block;
	border-radius: 50%;
	height:30px;
	width:30px;
	border:2px solid white;
	overflow: hidden;
	margin:0 5px;
}
.mob-lang a img
{
	width: 100%;
	height:100%;
	object-fit: cover;
}


div#navtoggler{  /* Sample burger icon to toggle menu state */
    z-index: 9;
    position: relative;
    font-size: 8px;
    width: 5em;
    height: 3em;
    top: 0;
    left: 0;
    text-indent: -1000px;
    border: 0.4em solid #fff;
    border-width: 0.4em 0;
    cursor: pointer;
    display: none;
	border-radius: 0;
}

div#navtoggler::before{ /* Sample burger icon */
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.3em;
    top: 50%;
    margin-top: -0.2em;
    left: 0;
    background: #fff;
}

nav#ddfullscreenmenu{ /* Full screen nav menu */
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0.9);  /* initially scale down nav size */
	transform: scale(0.9);
	background: #1d4f8ef7; /* menu background color */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 20px;
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
	-webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}

nav#ddfullscreenmenu.openmenu{ /* open menu class */
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-transition-delay: 0s;
	z-index: 100000;
}
#ddfullscreenmenu .mobile-logo
{
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    max-width: 165px;
}
nav#ddfullscreenmenu.openmenu .mobile-logo
{
	display: block;
}
nav#ddfullscreenmenu div#closex{ /* Large x close button inside nav */
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 10;
    top: 20px;
    right: 15px;
    display: none;
}
nav#ddfullscreenmenu.openmenu div#closex
{
	display:block;
}
nav#ddfullscreenmenu div#closex::before, nav div#closex::after{ /* render large cross inside close button */
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav#ddfullscreenmenu div#closex::after{ /* render large cross inside close button */
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

div#ulwrapper{
	position: relative;
	width: 500px; /* menu UL width */
	margin: auto;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-perspective-origin: 50%;
	perspective-origin: 50%;
	margin-top:125px;
}

nav#ddfullscreenmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.5s .1s;
	transition: all 0.5s .1s;
}

nav#ddfullscreenmenu ul li{
	margin-bottom: 5px;
	position: relative;
	display: block;
}

nav#ddfullscreenmenu ul li.header > a:after{ 
   
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
/*	content: "\f30b";*/
	font-size: 17px;
 	color: #1ca3db;
}

nav#ddfullscreenmenu ul.submenu{ 
  position: absolute;
  top: 0;
  left: 0;
	opacity: 0;
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
}

nav#ddfullscreenmenu ul li a,
nav#ddfullscreenmenu ul li.breadcrumb{
	text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    display: block;
    cursor: pointer;
    font-size: 21px;
	font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
}

nav#ddfullscreenmenu ul li.breadcrumb{
	background: none;
    position: relative;
/*    border-bottom: solid 2px #1ca3db;*/
    border-radius: 0;
	padding-left:0;
	padding-right: 0;
}

nav#ddfullscreenmenu ul li.breadcrumb:after{ /* back arrow inside breadcrumb LI */
	
	position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30a";
    font-size: 17px;
	color: #1ca3db;
}

nav#ddfullscreenmenu ul li a:hover{
	color:#1ca3db;
}

nav#ddfullscreenmenu ul.hidemenu{
  transform: rotateY(30deg) translateZ(-5px) !important;
  opacity: 0;
  pointer-events: none;
}

nav#ddfullscreenmenu ul.showmenu{
  transform: translate3d(0,0,0) !important;
  opacity: 1 !important;
  pointer-events: auto;
}

@media only screen and (max-width: 1024px) {
	div#navtoggler {
		display: flex !important;
	}
}