<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   =Wrap
   ========================================================================== */

	#wrap {
		position: relative;
		background-color: #fff;
	}
	
	@media (max-width: 767px) {

		#wrap {}

	}

/* ==========================================================================
	=Header Wrap
	========================================================================== */
   
   /**
 	 * 1. z-index is 105 because the .tp-rightarrow.default and .tp-leftarrow.default is 100
 	 */
   
   	#header-wrap { 
		z-index: 105; 	/* 1 */
	}
	
	.header-style-2 #header-wrap { position: relative; }
   
/* ==========================================================================
   =Header 
   ========================================================================== */
   	
	#header {
		margin: 0 auto; 
	}
	
	#header .container-fluid { max-width: 1840px; }
	
	.header-style-2 #header { background-color: #000; }
	
/* ==========================================================================
   =Logo
   ========================================================================== */
   
	#logo {  
		padding: 45px 0 43px 0;
		-webkit-transition: padding 0.2s;
				transition: padding 0.2s;
	}
	
	/**
	 * 1. displaying the &lt;a&gt; inline-block makes it depends on the size of it's children
	 *    we add max-width:100% to tell it not that it shouldn't extend beyond the size of it's
	 *    parent if it's child is very large eg a 1000x1000 logo img
	 */
	
	#logo a {
		display: inline-block;
		max-width: 100%; 	/* 1 */
	}
	
	#logo img { display: block; }	
	
	@media (max-width: 767px) {

		/**
		 * 1. on mobile devices logo padding right needs to be the width of the
		 *	  mobile menu trigger + some spacing so as to not let the logo &lt;a&gt;
		 *    overlap the mobile menu trigger
		 */
	
		#logo {  
			padding-right: 50px; 	/* 1 */
		}
		
	}
	
/* ==========================================================================
   =Menu 
   ========================================================================== */

/* =Menu Basics
   ========================================================================== */
   
	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sf-menu &gt; li { float: left; }

	.sf-menu &gt; li &gt; a {
		position: relative;
		display: block;
	}
	
	/**
 	 * 1. z-index is 1025 because the sticky menu is 1020
 	 */
	
	.sf-menu li.dropdown ul,
	.sf-menu .sf-mega {
		position: absolute;
		z-index: 1025;		/* 1 */
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu &gt; li.dropdown:last-child ul {
		right: 0;
		left: auto;
	}
	
	.sf-menu &gt; li.dropdown.menu-cart ul {
		right: 0;
		left: auto;
		padding: 0 20px;
		min-width: 225px;
	}
	
	.sf-menu li.dropdown { position: relative; }
	
	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
	}
	
	.sf-menu &gt; li.dropdown:last-child ul ul {
		top: -1px;
		right: 100%;
		left: auto;
		margin-right: 20px;
	}
	
	.sf-menu li:hover &gt; .sf-mega,
	.sf-menu li.sfHover &gt; .sf-mega,
	.sf-menu li.dropdown:hover &gt; ul,
	.sf-menu li.dropdown.sfHover &gt; ul { display: block; }

/* =Menu Skin
   ========================================================================== */
	
	#menu { display: none; }
	
	.sf-menu { float: right; } 
	
	.sf-menu a {
		display: block;
		padding: 20px 0;
		font: 11px 'Roboto', Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		color: #fff; 
		text-decoration: none;
		text-transform: uppercase;	
	}
	
	.sf-menu li.dropdown a { 
		padding: 20px 25px;
		border-bottom: 1px solid #333;
	} 
	
	.sf-menu li:last-child &gt; a { border-bottom: none; }
	
	.sf-menu &gt; li &gt; a,
	.sf-menu &gt; li.dropdown &gt; a {
		padding: 48px 18px;
		border: none;
		color: #000;
		font-size: 13px;
		font-weight: 400;
		-webkit-transition: padding 0.2s;
				transition: padding 0.2s;
	}
	
	.header-style-2 .sf-menu &gt; li &gt; a,
	.header-style-2 .sf-menu &gt; li.dropdown &gt; a { color: #fff; }
	
	.sf-menu &gt; li.menu-search { margin-left: 20px; }
	
	.sf-menu &gt; li.menu-search span { display: none; }
	
	.sf-menu &gt; li.menu-search &gt; a,
	.sf-menu &gt; li.menu-cart &gt; a,
	.sf-menu &gt; li.menu-language &gt; a { padding: 48px 10px; }		
	
	.sf-menu &gt; li.current &gt; a,
	.sf-menu li.sfHover &gt; a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover,
	.header-style-2 .sf-menu &gt; li.current &gt; a {
		color: #848484;
		text-decoration: none;	
	}
	
	.sf-menu li.dropdown.menu-cart .product_item a { 
		padding-left: 0;
		border-bottom: none;
	}
	
	.sf-menu li.dropdown.menu-cart h5 {
		padding-top: 10px;
		color: #fff; 
	}
	
	.sf-menu li.dropdown.menu-cart .divider {
		border-color: #333;
		margin: 10px -20px;
	}
	
	.sf-menu &gt; li.dropdown.menu-cart .btn {
		display: inline-block;
		padding: 6px 15px;
		border-color: #fff;
		color: #fff;
 	}

/* =DropDown
   ========================================================================== */
	
	/**
 	 * 1. allow long menu items to determine submenu width
 	 */
	
	.sf-menu li.dropdown ul {
		min-width: 240px; 	/* 1 */
		border: 1px solid #333;
		background-color: #060606;	
		color: #fff;		
	}
		
/* =Mega Menu Section
   ========================================================================== */
	
	.sf-mega {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border: 1px solid #333;	
		background-color: #060606;
		color: #fff;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.sf-mega h1, 
	.sf-mega h2, 
	.sf-mega h3, 
	.sf-mega h4, 
	.sf-mega h5, 
	.sf-mega h6 { color: #fff; }

	.sf-mega-section {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.sf-mega li a i { margin-right: 5px; }
	
	.sf-mega li a {
		padding: 25px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		text-transform: uppercase;
	}
	
	.sf-mega li.sf-mega-section-title { 
		padding: 20px 25px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		color: #848484;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
	}
	
	.sf-mega-section:last-child li a { border-right: none; }

	/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */
	
	.sf-mega.sf-mega-1-col .sf-mega-section { width: 100%; } /* 1 */
	
	.sf-mega.sf-mega-2-col .sf-mega-section { width: 50%; }
	
	.sf-mega.sf-mega-3-col .sf-mega-section { width: 33.3333333333%; }
	
	.sf-mega.sf-mega-4-col .sf-mega-section { width: 25%; }
	
/* =Menu Arrows
   ========================================================================== */
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: none;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #000;
		margin-top: -3px;
		content: "";
	}
	
	.header-style-2 .sf-arrows .sf-with-ul:after { border-top-color: #fff; }
	
	.sf-arrows .menu-language .sf-with-ul:after { display: block; }
	
	.sf-menu &gt; li.menu-search .sf-with-ul:after,
	.sf-menu &gt; li.menu-cart .sf-with-ul:after,
	.sf-menu &gt; li.menu-language .sf-with-ul:after { right: 0; }
		
	.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
	.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
	.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after { border-top-color: #848484; }
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		border-color: transparent;
		border-left-color: #fff;
		margin-top: -4px;
		margin-right: 10px;
	}
	
	.header-style-2 .sf-arrows ul .sf-with-ul:after { border-top-color: transparent; }
	
	.sf-arrows li.dropdown:last-child ul .sf-with-ul:after { 
		left: -5px;
		border-color: transparent;
		border-right-color: #fff;
	}
	
	.sf-arrows ul li &gt; .sf-with-ul:focus:after,
	.sf-arrows ul li:hover &gt; .sf-with-ul:after,
	.sf-arrows ul .sfHover &gt; .sf-with-ul:after { border-left-color: #848484; }
	
	.sf-arrows li.dropdown:last-child ul li &gt; .sf-with-ul:focus:after,
	.sf-arrows li.dropdown:last-child ul li:hover &gt; .sf-with-ul:after,
	.sf-arrows li.dropdown:last-child ul .sfHover &gt; .sf-with-ul:after { border-right-color: #848484; }
	
	@media (min-width: 992px) {
			
		#menu { display: block; }
		
		.menu-language span,
		.cart-link-text span { display: none; }
		
	}
	
	@media (min-width: 1200px) {
		
		.sf-menu &gt; li &gt; a,
		.sf-menu &gt; li.dropdown &gt; a { padding: 48px 20px; }
		
	}
	
/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
			
	#mobile-menu {
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 0;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	#mobile-menu ul { margin-bottom: 0; }
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
	
	#mobile-menu li.menu-search { display: none; }
	
	#mobile-menu li.menu-cart .btn {
		display: inline-block;
		padding: 6px 15px;
		border-color: #000;
 	}
		
	#mobile-menu &gt; li &gt; ul, 
	#mobile-menu &gt; li &gt; ul &gt; li &gt; ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
		background-color: #fff;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { margin-left: 0; }
	
	#mobile-menu li.sf-mega-section-title { display: none; }

	#mobile-menu li &gt; a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border: none;
		border-top: 1px solid #e6e6e6;
		color: #000;
		font-size: 13px;
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu li.menu-cart h5 { 
		margin-top: 10px;
		margin-left: 45px;
	}
	
	#mobile-menu li.dropdown.menu-cart .divider { margin: 10px 0; }
	
	#mobile-menu li a i { margin-right: 5px; }
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100%;
		border-left: 1px solid #e6e6e6;
		color: #000;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #f3f3f3; }
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
				
	#mobile-menu-trigger { 
		float: right;
		margin-top: 42px;
		margin-right: 0;
		font-size: 28px;
	}
	
	.header-style-2 #mobile-menu-trigger { color: #fff; }
	
	@media (min-width: 992px) {
		
		#mobile-menu-trigger { display: none; }
		
	}

	@media (max-width: 767px) {

		#mobile-menu-trigger { 
			position: absolute;
			top: 33px;
			right: 5px;
			padding: 10px;
			margin-top: 0;
		}

	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		#mobile-menu-trigger {}
	
	}		
		
/* ==========================================================================
   =Custom search form 
   ========================================================================== */
	
	#custom-search-button {}
	
	#custom-search-form {
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	/**
 	 * 1. z-index is 1030 because the dropdown menu has a z-index of 1025 
 	 */
	
	#custom-search-form-container {
		position: fixed;
		z-index: 1030;
		top: 0;
		right: 0;
		left: 0;
		height: 63px;
		display: none;
		padding: 30px 0 20px 0;
		background-color: #fff;
		text-align: center;
	}

	
	#custom-search-submit { display: none; }
	
	#custom-search-form #s {
		display: inline-block;
		width: 50%;
		padding: 8px 10px 8px 40px;
		border-color: #fff;
		border-radius: 3px;
		margin: 35px auto;	
		background-color: #fff;
	}
	
	#custom-search-submit {
		position: absolute;
		top: 40px;
		display: inline-block;
		border: none;
		margin-left: 10px;
		background: url(../images/bg-search.png) no-repeat center center;
	}
	
	#custom-search-form #s:focus {}
	
	#custom-search-form a.custom-search-form-close {
		position: relative;
		top: 0;
		display: inline-block;
		padding: 10px;
		border: none;
		margin-left: 20px;
		color: #848484;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
	}
	
	@media (max-width: 767px) {

		#custom-search-form #s { width: 70%; }
		
	}

/* ==========================================================================
   =Sticky Header
   ========================================================================== */

	@media (min-width: 1300px) {
		
		/**
		 * 1. The height of the #header-wrap can be increased or decreased to accommodate the logo
		 */
		 
		#header-wrap {
			position: relative;
			height: 113px; /* 1 */
		}
		
		.header-style-2 #header-wrap {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;			
		}
		
		#header {
			position: absolute;
			top: 0; 					
			right: 0;
			left: 0;
			margin: 0 auto;			
		}
		
		.header-style-2 #header { background-color: transparent; }
		
		/**
		 * 1. The z-index has to be 1020 so it is bigger than the back to top buttons z-index that is 1010
		 */
		
		#header.stuck {
			position: fixed;
			z-index: 1020; /* 1 */
			top: 0;
			width: 100%;
			padding: 0 0 0 0;
			margin: 0 auto;
			box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
			background-color: #fff;
			/*-webkit-transition: padding 0.3s;
					transition: padding 0.3s;*/
		}
		
		.header-style-2 #header.stuck { background-color: #000; }
		
		#header.stuck #custom-search-form-container { height: 53px; }				
	
	}
	
/* ==========================================================================
   =Content
   ========================================================================== */
   	
	#content { padding-bottom: 40px; background-color:#dfd5d0;}

/* ==========================================================================
   =Page Header
   ========================================================================== */
   	
	#page-header { 
		padding: 125px 0;
		margin-bottom: 100px;
		background: no-repeat center center;		
	}
	
	.header-style-2 #page-header { padding: 210px 0 150px 0; }
	
	#page-header h5 { margin-bottom: 0; }
	
	.page-header-style-1 #page-header { 
		color: #fff;
		text-align: center; 
	}
	
	.page-header-style-1 #page-header a { color: #fff; }
	
	.page-header-style-2 #page-header {
		padding: 50px 0;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		background-color: #f4f4f4;
	}
	
	.page-header-style-3 #page-header {
		padding: 45px 0;
		background: #f4f4f4 url(../../content/backgrounds/bg-page-header.png) no-repeat center center;
	}
	
	.page-header-style-4 #page-header {
		padding: 135px 0;
		background: #fff url(../../content/backgrounds/bg-page-header.png) no-repeat center center;
	}

/* ==========================================================================
   =Fullwidth Section
   ========================================================================== */
   
    /**
 	 * Full width section
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .fullwidth-section
	 *
	 */
	 
   .fullwidth-section {
		position: relative;
		overflow: hidden;
		z-index: 0;	
		padding: 30px 0;
		margin-bottom: 30px;
		color: #fff;
		background-color: #000;
		background-attachment: scroll;
		background-repeat: no-repeat; /* 1 */ 
		background-position: 50% 0;		
	}

	.fullwidth-section-content {
		position: relative;
		z-index: 3;
	}
   
   	.fullwidth-section-overlay {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		background-repeat: repeat;
		background-position: 0 0;	
	}
	
	.fullwidth-section-video {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	/**
 	 *
	 * 1. We add background-size cover so the parallax looks ok if you provide smaller images
	 *
	 */
	
	.parallax.parallax-enabled { 
		background-attachment: fixed !important;
		-webkit-background-size: cover;
				background-size: cover;	/* 1 */
	}
	
	.horizontal-parallax { background-repeat: repeat; }
	
	.animated-parallax { background-repeat: repeat; }
	
	.fullscreen { padding: 0; }
	
	.fullscreen .fullwidth-section-content {
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	@media (max-width: 767px) {

		.fullwidth-section {
			-webkit-background-size: cover;
					background-size: cover;		
		}
		
	}
	
/* ==========================================================================
   =Footer Top
   ========================================================================== */

	#footer-top { 
		background-color: #342720;
		/*background-image:url("../../content/backgrounds/background-radial.jpg");
		background-size:cover;*/
		color: #848484;
	}
	
	#footer-top a,
	#footer-top h1,
	#footer-top h2,
	#footer-top h3,
	#footer-top h4,
	#footer-top h5,
	#footer-top h6 { color: #fff; }
	
	#footer-top-widget-area-1 {}
	#footer-top-widget-area-2 {}
	#footer-top-widget-area-3 {}
	#footer-top-widget-area-4 {}
	
	.footer-style-1 #footer-top { border-bottom: 1px solid #fff; }
   
/* ==========================================================================
   =Footer
   ========================================================================== */		
	
	#footer { 
		padding: 0 0 5px 0;
		background-color: #342720;
		/*background-image:url("../../content/backgrounds/background-radial.jpg");
		background-size:cover;*/
		color: #848484;
	}
	
	#footer a,
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 { color: #fff; }
	
	#footer-widget-area-1 {}
	#footer-widget-area-2 {}
	#footer-widget-area-3 {}
	#footer-widget-area-4 {}
	
	.footer-style-2 #footer { padding: 110px 0 50px; }
	
	.footer-style-3 #footer {
		padding: 150px 0 90px 0;
		background: url(../images/bg-footer.jpg) no-repeat center center;
	}
	
/* ==========================================================================
   =Footer Bottom
   ========================================================================== */	
  
	#footer-bottom { 
		background-color: #342720;
		color: #848484;
	}
	
	#footer-bottom a,
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 { color: #fff; }
	
	#footer-bottom-widget-area-1 {}
	#footer-bottom-widget-area-2 {}
	#footer-bottom-widget-area-3 {}
	#footer-bottom-widget-area-4 {}
	
	.footer-style-2 #footer-bottom {
		padding: 65px 0 5px 0;
		border-top: 1px solid #fff; 
	}
	
	.footer-style-3 #footer-bottom { padding: 35px 0; }
	
/* ==========================================================================
   =Back to top
   ========================================================================== */

	#back-to-top {
		position: fixed;
		z-index: 1010;
		right: -40px;
		bottom: 20px;
		width: 40px;
		height: 40px;
		background-color: #000;
		color: #fafafa;
		font-size: 30px;
		text-align: center;
		text-decoration: none;					
		opacity: 0.5;
		cursor: pointer;
		-webkit-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
	}
	
	#back-to-top i {
		font-size: 24px;
		line-height: 40px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
	}
	
	#back-to-top:hover { border-radius: 10px; }
	#back-to-top:hover i { color: #fff; }
	#back-to-top.visible { right: 40px; }
	#back-to-top.gone { right: -40px; }	

/* ==========================================================================
   =Misc
   ========================================================================== */
   
	.javascript-required,
	.modern-browser-required {
	    padding: 15px 0;
		background-color: #d50f25;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
	
/* ==========================================================================
   =Under Construction
   ========================================================================== */
	
	#under-construction {
		max-width: 1720px;
		padding: 110px 0;
		margin: 100px auto 50px auto;
		background: url(../../content/backgrounds/1920x1080-11.jpg) no-repeat center center;
		color: #fff;
		text-align: center;
	}
	
	#under-construction h1,
	#under-construction h2,
	#under-construction h3,
	#under-construction h4,
	#under-construction h5,
	#under-construction h6 { color: #fff; }
	
/* ==========================================================================
   =Maintenance
   ========================================================================== */
   
   	#maintenance {
		padding: 0;
		margin-bottom: -50px;
		background-image: url(../../content/backgrounds/1920x1080-12.jpg);
	}
	
	.maintenance-box {
		padding: 50px;
		margin-bottom: 150px;
		border: 1px solid #fff;
		text-align: center;
	}
	
	.maintenance-box h1 {
		font-weight: 300;
		letter-spacing: 10px;
	}
	
	.maintenance-box h3 {
		letter-spacing: 1px;
		text-transform: none;
	}
	
	@media (max-width: 767px) {
		
		#maintenance { padding: 100px 0; }
		
		.maintenance-box { padding: 20px; }
		
		.maintenance-box h1 { letter-spacing: 5px; }
		
	}
</pre></body></html>