<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
#map_wrapper {
	height: 400px;
}
#map_canvas {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 110px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.1em;
	font-size: 1em;
}
.maps img{
  max-width:none;
}


#map_canvas img{
	max-width:none;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666;
}
input[type='text'], textarea.form-control, select.form-control {
	width: 100%;
	height: 40px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #999;
	font-size: 1.4em;
}
textarea.form-control {
	padding: 5px;
	min-height: 120px;
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.interior-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 20%;
}
.interior {
	background-color: #fff;
	padding-bottom: 60px;
}
.interior h1 {
	font-size: 5em;
}
.interior ul,
.interior ol {
	margin-bottom: 25px;
}
.interior li {
	line-height: 26px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #2f2f2f;
}
.interior li a {
	vertical-align: text-top;
}
table {
	margin-bottom: 25px;
}
th, td {
	line-height: 28px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #2f2f2f;
}
.media-left img{
	width: inherit;
	max-width: 180px;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
	height: 460px;
}
#map_canvas {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 110px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.1em;
	font-size: 1em;
}
.maps img{
  max-width:none;
}


#map_canvas img{
	max-width:none;
}
/*=========================================== LOCATION =====================================================*/
.location h2 {
	margin-bottom: 0;
}
/*=========================================== SIGN UP =====================================================*/
.sign-up {
	background-image: url(../img/signup.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.sign-up .clock {
	color: #fff;
	text-align: center;
	font-size: 14em;
}
.sign-up h2 {
	color: #fff;
	font-size: 5em;
	max-width: 940px;
	margin: 35px auto 45px;
}
.deals-steals{
	background-image:url(../img/steals.jpg);
	padding: 20px 0;
}

.deals-steals h2{margin-top:0px;}

/*=========================================== SHOP =====================================================*/
.shop {
	padding: 20px 0 80px;
}
.shop h2 {
	margin-bottom: 0;
}
.shop img {
	max-width: 254px;
	display: block;
	margin: 0 auto 35px;
}

/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	background-color: #ff9533;
	color: #fff;
	border: solid 3px #ff9533;
	letter-spacing: 2px;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	font-weight: 900;
	font-size: 2em;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover, .btn-layout:focus {
	border-color: #ff9533;
	background-color: transparent;
	color: #ff9533;
	text-decoration: none;
}
.white-btn-layout {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.white-btn-layout:hover, .white-btn-layout:focus {
	color: #2f2f2f;
	border-color: #fff;
	background-color: #fff;
}
.big-btn-layout {
	font-size: 3.5em;
	letter-spacing: 6px;
	border-width: 6px;
	padding: 10px 15px;
}

/*=========================================== NEWS RIGHT COLUMNS ===================================================*/
.news-right-column h2,
.news-right-column h3 {
  font-size: 25px;
  line-height: 1.15em;
  margin: 20px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 12px 12px 0 0;
  height: 67px;
}
.news-right-column form input[type="submit"] {
  border-radius: 0 0 12px 12px;
  width: 100%;
  background-color: #ff9533;
  color: #fff;
  border: solid 3px #ff9533;
  letter-spacing: 2px;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 900;
  font-size: 1.4em;
  text-align: center;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover, .news-right-column form input[type="submit"]:focus {
  border-color: #ff9533;
  background-color: transparent;
  color: #ff9533;
  text-decoration: none;
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0 35px;
  display: block;
  text-align: center;
}
.pagination &gt; div {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.pagination &gt; div &gt; a, .pagination &gt; div &gt; span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 5px 12px;
  color: #5e5f5f;
  border: solid 2px #dcdcdc!important;
  border-right: none;
}
.pagination &gt; div &gt; a:hover, .pagination &gt; div &gt; span:hover {
  background-color: #dcdcdc;
  color: #5a5a5a;
}
.pagination &gt; div &gt; span.current {
  color: #fff;
  border-color: #0086ff!important;
  background-color: #0086ff;
}

/*=========================================== PRODUCTS ======================================================*/
.posts-grid .grid-item {
  display: block;
  text-align: center;
  padding: 0 2vw 62px;
  margin-bottom: 80px;
}
.posts-grid .grid-item &gt; a {
  display: block;
  margin: 0 0 30px;
}
.posts-grid .grid-item .bnn {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
}
.posts-grid .grid-item &gt; a:hover .bnn {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -o-transform: scale(.95);
}
.posts-grid .grid-item .bnn .far {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-shadow: 0 0 28px #000;
  font-size: 40px;
  opacity: 0;
  transform: translate(-50%,-50%) scale(.5);
  -webkit-transform: translate(-50%,-50%) scale(.5);
  -moz-transform: translate(-50%,-50%) scale(.5);
  -o-transform: translate(-50%,-50%) scale(.5);
  transition: opacity .4s linear, transform .3s ease;
  -webkit-transition: opacity .4s linear, transform .3s ease;
  -moz-transition: opacity .4s linear, transform .3s ease;
  -o-transition: opacity .4s linear, transform .3s ease;
}
.posts-grid .grid-item &gt; a:hover .bnn .far {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
}
.posts-grid .grid-item .text-overlay {
  display: block;
}
.posts-grid .grid-item .text-overlay .title {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: none;
  margin: 20px 0;
  letter-spacing: 1px;
  transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -webkit-transition: color .3s ease;
}
.posts-grid .grid-item .text-overlay .title a {
/*  color: #1f191a;*/
}
.posts-grid .grid-item:hover .text-overlay .title a:hover {
/*  color: #847D77;*/
}
.posts-grid .grid-item .text-overlay .info {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4em;
  text-transform: none;
  color: #1f191a;
  margin: 25px 0;
}
.posts-grid .grid-item .text-overlay .description {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  color: #1f191a;
  margin: 25px 0 35px;
}
.posts-grid .grid-item .text-overlay .btn-wrapp {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .posts-grid .grid-item .text-overlay .title {
    font-size: 22px;
  }
  .posts-grid .grid-item .text-overlay .info {
    font-size: 18px;
  }
  .posts-grid .grid-item .text-overlay .description {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .posts-grid &gt; div:nth-child(2n) .grid-item:after {
	display: none;
  }
  .posts-grid .grid-item .text-overlay .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .posts-grid .grid-item {
      padding: 40px 5vw 60px;
  }
  .posts-grid &gt; div .grid-item:after {
    display: none;
  }
  .posts-grid .grid-item .text-overlay .title {
    font-size: 18px;
  }
  .posts-grid .grid-item .text-overlay .info {
    font-size: 16px;
  }
  .posts-grid .grid-item .text-overlay .description {
    font-size: 17px;
  }
  .posts-grid .grid-item .text-overlay .btn-wrapp {
    position: absolute;
    bottom: 40px;
  }
}

/*=========================================== TESTIMONIALS ========================================================*/
.testimonials-section {
    background-color: #4169e1;
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
}
.testimonials-section:before,
.testimonials-section:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #0086ff;
    font-size: 320px;
    line-height: .8em;
    font-weight: bold;
}
.testimonials-section:before {
    content: '\f10d';
    top: -60px;
    left: 8vw;
}
.testimonials-section:after {
    content: '\f10e';
    bottom: -60px;
    right: 8vw;
}
.testimonials-section .container {
    /*opacity: 0;*/
}
.testimonials-section.ready .container {
    opacity: 1;
    animation: fadeInUp 1.2s both;
}
.testimonials-section .testimonial-slick {
    text-align: center
}
.testimonials-section .testimonial-slick .slick-dots {
    bottom: 0!important;
}
.testimonials-section .testimonial-slick p {
    font-size: 30px;
    line-height: 1.3em;
    font-style: italic;
    color: #fff;
    margin: 0 0 40px;
}
.testimonials-section .testimonial-slick .author {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 1200px) {
    .testimonials-section {
        padding: 80px 0 60px;
    }
    .testimonials-section:before, .testimonials-section:after {
        font-size: 160px
    }
    .testimonials-section:before {
        top: -20px;
    }
    .testimonials-section:after {
        bottom: -20px;
    }
    .testimonials-section .testimonial-slick p {
        font-size: 22px;
    }
    .testimonials-section .testimonial-slick .author {
        font-size: 16px;
    }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	padding: 50px 0;
	border-top: solid 1px #4169e1;
}
.footer p {
	letter-spacing: 2px;
	line-height: 2.4em;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
}
.footer p a {
	color: #000;
}
.footer p a:hover {
	color: #686868;
}
.footer .social-nav {
    margin-bottom: 35px;
}
.footer .social-nav li {
    font-size: 36px;
}
/*===========================================================================================================*/
/*=========================================== MEDIA QUERIES =================================================*/
/*===========================================================================================================*/
@media screen and (max-width: 1640px) {
	
}
@media screen and (max-width: 1500px) {
	
}
@media screen and (max-width: 1400px) {
	/*============== INTERIOR TOP ================*/
	.interior-banner {
		padding-top: 30%;
	}
}
@media screen and (max-width: 1300px) {
	/*============== TOP ================*/
	.menu, .menu.behaved {
		padding: 33px 30px 15px;
	}
	.menu.actived {
		padding: 20px 30px;
	}
	.menu .logo-nav {
		left: 30px;
	}
	.navigation-overlay {
		padding-top: 80px;
	}
	.desktop-nav .logo {
    	max-width: 250px;
	}
	.desktop-nav ul {
		margin-top: 5px;
	}
	.desktop-nav ul.social-nav {
		margin: 0;
		margin-top: -19px;
	}
	.desktop-nav {
		padding: 20px 15px;
	}
	/*============== COMMON ================*/
	
}
@media screen and (max-width: 1200px) {
	/*============== TOP ================*/
	.navigation-overlay &gt; ul &gt; li &gt; a {
		font-size: 3em;
	}	
}
@media screen and (min-width: 1151px) {
	/*============== TOP ================*/
	.menu, .navigation-overlay {
		display: none !important;
	}
	body.behaved {
		overflow: auto!important;
		  background: #131313!important;
	}
	.page.behaved {
		-webkit-transform: scale(1)!important;
		-moz-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
		-o-transform: scale(1)!important;
		transform: scale(1)!important;
	}
}
@media screen and (max-width: 1150px) {
	/*============== TOP ================*/
	.menu {
		display: block;
	}
	.desktop-nav {
		position: absolute;
		z-index: 4;
	}
	.desktop-nav .container {
		width: 100%;
	}
	.desktop-nav ul {
		display: none;
	}
	
	.float-text-left{
		margin-right: 0px;
		margin-top: 0;
		padding: 0px;
	}
	
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 768px) {
	/*============== COMMON ================*/
	p {
		font-size: 1.4em;
	}
	th, td,
	.interior li {
		font-size: 14px;
	}
	.interior h1,
	h1, .h1-style {	
		font-size: 3em;
		letter-spacing: 2px;
		margin-top: 40px;
		margin-bottom: 35px;
	}
	h2 {
		font-size: 1.8em;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	h3{
		font-size: 1.6em;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.btn-layout {
		font-size: 1.4em;
	}
	.big-btn-layout {
		font-size: 2.1em;
		letter-spacing: 3px;
		border-width: 3px;
	}
	.subheading {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.sign-up h2 {
		font-size: 2.5em;
	}
	.sign-up .clock {
		font-size: 8em;
	}
	.shop img {
		max-width: 150px;
	}
	/*============== TOP ================*/
	.menu {
		padding: 33px 15px 15px;
	}
	.menu.actived {
		padding: 20px 15px;
	}
	.menu .logo-nav {
		left: 15px;
	}
	.navigation-overlay &gt; ul &gt; li &gt; a {
		font-size: 2.8em;
	}
	.page {
		-webkit-transform-origin: 50% 10%;
		-moz-transform-origin: 50% 10%;
		-ms-transform-origin: 50% 10%;
		-o-transform-origin: 50% 10%;
		transform-origin: 50% 10%;
	}
	/*============== INTERIOR TOP ================*/
	.interior-banner {
		padding-top: 40%;
	}
}
@media screen and (max-width: 650px) {
	/*============== TOP NAV ================*/
	.menu &gt; a &gt; .txt {
		display: none;
	}
	.menu .logo-nav {
		max-width: 200px;
		padding-top: 6px;
	}
	.navigation-overlay {
		padding-top: 70px;
	}
	.navigation-overlay &gt; ul &gt; li &gt; a {
		font-size: 2em;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.navigation-overlay &gt; ul &gt; li &gt; ul &gt; li a {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 600px) {
	/*============== INTERIOR TOP ================*/
	.interior-banner {
		padding-top: 60%;
	}
	.media-left img{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	/*============== TOP NAV ================*/
	.menu {
		padding: 28px 15px 15px;
	}
	.desktop-nav .logo {
		padding-right: 50px;
		float: left;
	}
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 350px) {
}</pre></body></html>