
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1400px;
}

/* Sizes */

h1, .uk-h1 {
  font-size: 2.6rem;
  line-height: 1;
}
h2,.uk-h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}
h3, .uk-h3 {
  font-size: 1.7rem;
  line-height: 1.2;
}
h4, .uk-h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
h5, .uk-h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
h6, .uk-h6 {
  font-size: 1.0rem;
  line-height: 1.2;
}

h2, h3, h4, h5, h6,
.uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	margin: 1.0em 0 1em;
	}
	
h1, .uk-h1 {
	margin: 0 0 0.5em 0; 
}


.uk-text-lead {
   line-height: 1.2 !important;
}

.price-color,
.nav-item a,
.nav-item a:hover,
a, .uk-link,
.uk-link-heading a, 
a.uk-link-heading {
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  color: rgba(224, 96, 22, 1);
}
.footer a:hover,
a:hover,
.uk-link:hover,
a.uk-link-heading:hover,
.my-top-ext a:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: rgba(224, 96, 22, 1);
  text-decoration: none;
}
.page-link {
	color: rgba(224, 96, 22, 1);
}
.page-item.active .page-link {
	background-color: rgba(224, 96, 22, 1);
	border-color: rgba(224, 96, 22, 1);
}

.cat-accordion ul li.url-active > a.acord-title,
.cat-accordion ul li > a.acord-title:hover {
	background-color: rgba(224, 96, 22, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.mod_rsvwishlist table tr td span.wl-qty,
.mod_rsvcart table tr td span.cart-qty {
	background-color: rgba(224, 96, 22, 1) !important;
}
.cck_catalog_wl_addbutton .uk-button-secondary {
	color: rgba(224, 96, 22, 1) !important;
}

.uk-card {
	border-radius: 4px;
}

/***** Default  *****/

.uk-card-default {
  background: rgba(255, 255, 255, 1);
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default.uk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-background-default {
  background-color: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}



/***** Primary  *****/
.uk-card-primary,
.uk-background-primary  {
	background: #424c52;
}

.uk-card-primary.uk-card-hover:hover {
  background: #424c52;
}

.uk-button-primary {
	background: #424c52;;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
	background: #293133;
	color: #fff;
}

.uk-offcanvas-bar {
	background: #424c52;
}

.site-title:hover {
	color: rgba(0, 120, 120, 1);
	text-shadow: 2px 2px rgba(255, 179, 26, 1);
}

.uk-navbar-dropdown {
   background: #424c52;
}

.chzn-container .chzn-results li.highlighted {
  background-color: #424c52;
  background-image: none;
  color: #fff;
}

/***** Secondary  *****/

.skewed {
	background: -webkit-linear-gradient(135deg, #b4bfc2, #293133);
	background: -moz-linear-gradient(135deg, #b4bfc2, #293133);
	background: linear-gradient(135deg, #b4bfc2, #293133);

}


.uk-card-secondary,
.uk-background-secondary  {
	background: -webkit-linear-gradient(135deg, #b4bfc2, #293133);
	background: -moz-linear-gradient(135deg, #b4bfc2, #293133);
	background: linear-gradient(135deg, #b4bfc2, #293133);
}

.uk-card-secondary.uk-card-hover:hover {
  background: #424c52;
}

.uk-button-secondary {
  background: rgba(224, 96, 22, 1);
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}

.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus {
  background: rgba(255, 179, 26, 1);
  color: #fff;
}
.uk-slideshow  a.uk-hidden-hover,
.cck_module_list .uk-slider.uk-slider-container a.uk-hidden-hover {
	background-color: rgba(224, 96, 22, 1);
	color: #fff !important;
}
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
	background: rgba(224, 96, 22, 1);
	color: #fff !important;
	-ms-transform: scale(1.03,1.03); /* IE 9 */
    -webkit-transform: scale(1.03,1.03); /* Chrome, Safari, Opera */
    transform: scale(1.03,);
}
.mod-languages ul.mod-languages__list li.uk-active a,
.mod-languages ul.mod-languages__list li:hover a {
	background: rgba(224, 96, 22, 1);
	color: #fff;
}
.mod-languages .mod-languages__list li a {
	border: 1px solid rgba(224, 96, 22, 1);
}

.uk-accordion a:hover {
	text-decoration: underline;
}
.uk-subnav-pill > .uk-active > a {
    background-color: rgba(224, 96, 22, 1);
    color: #fff;
}
::selection {
    background: rgba(224, 96, 22, 1);
}
::-moz-selection {
    background: rgba(224, 96, 22, 1);
}
.title-bottom-line::before {
	background-color: rgba(224, 96, 22, 1);
}
.position-offcanvas .nav-item.current a {
	color: rgba(224, 96, 22, 1);
}

/***********************************************/

.top-phone.uk-card-body {padding: 15px 5px 5px;}
.top-phone .uk-button {line-height: 120%; padding: 5px 20px 8px;}

[class*=uk-animation-] {
    animation-duration: 1.5s;
}

.uk-animation-fade {
    animation-duration: 1.8s;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 800px;
    max-width: calc(100% - .01px)!important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity,transform;
}


.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0;
}

.uk-light .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 1);
}

.uk-button {
	line-height: 1.1rem;
	padding: 5px 20px; 
}

.uk-button-small {
    padding: 3px 10px;
    font-size: 0.875rem;
}

.uk-button-large {
    padding: 10px 30px;
}


.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*='uk-card-media']), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*='uk-card-media']), .uk-overlay-primary, .uk-offcanvas-bar {
    color: rgba(255, 255, 255, 0.9);
}

.uk-select option:hover {
	background-color: #000;
}


/*navigation*/

.uk-sticky-fixed.uk-active .uk-navbar-nav > li > a {
	min-height: 40px;
}

.uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	padding-right: 30px;
	min-height: 60px;
    font-size: 110%;
	white-space: nowrap;
	font-family: Roboto, sans-serif;
}


.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 1);
}

.uk-navbar-dropdown {
    min-width: 300px;
	width: auto;
}
.uk-navbar-dropdown-nav > li > a,
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
    color: #fff;
}
.uk-navbar-dropdown-nav > li.uk-active > a,
.uk-navbar-dropdown-nav > li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
	font-size: 1rem;
}

[class*='uk-navbar-dropdown-bottom'] {
    margin-top: 5px;
}

.uk-navbar-toggle {
    min-height: 50px;
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li > a.uk-open {
    color: #fff;
}

.position-offcanvas .nav-item a,
.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 1);
}

.uk-breadcrumb>*>* {
	 font-size: 1rem;
	 color: inherit;
}




@media (max-width: 769px) {
	
	h1, .uk-h1 {
		font-size: 2.2rem;
		line-height: 1.2;
	}	
	h2, .uk-h2 {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	h3, .uk-h3 {
		font-size: 1.6rem;
		line-height: 1.2;
	}	
	h4, .uk-h4 {
	  font-size: 1.4rem;
	  line-height: 1.2;
	}
	h5, .uk-h5 {
	  font-size: 1.2rem;
	  line-height: 1.2;
	}
	h6, .uk-h6 {
	  font-size: 1.0rem;
	  line-height: 1.2;
	}
}
@media (max-width: 640px) {
	
	h1, .uk-h1 {
		font-size: 2.0rem;
		line-height: 1.2;
	}	
	h2, .uk-h2 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	h3, .uk-h3 {
		font-size: 1.4rem;
		line-height: 1.2;
	}	
}

@media (max-width: 480px) {
	
	h1, .uk-h1 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	h2, .uk-h2 {
		font-size: 1.4rem;
		line-height: 1.2;
	}
	h3, .uk-h3 {
		font-size: 1.2rem;
		line-height: 1.2;
	}	
}















	
	
	


