/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300&subset=latin-ext';
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
  /* 1 */
  font: 400 16px / 23px 'Open Sans';
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #f7f8fc;
  color: #3f3f3f;
}

#tm-main {
background: url(/images/templates/back-home.jpg) no-repeat;
background-size: cover;
} 

/* pozadí pro jednotlivé stránky */

.aboutus #tm-main {
background: url(/images/templates/lion_bg.jpg) no-repeat;
background-size: cover;
} 


.shea #tm-main {
background: url(/images/templates/page_bg_1.jpg) no-repeat;
background-size: cover;
} 

.application #tm-main {
background: url(/images/templates/page_bg4.jpg) no-repeat;
background-size: cover;
} 

.eshop #tm-main {
background: url(/images/templates/page_bg_2.jpg) no-repeat;
background-size: cover;
} 

.eshop #tm-content {
    background: rgba(255, 255, 255, 0.8);
}

.wholesale #tm-main {
background: url(/images/templates/page_bg_3.jpg) no-repeat;
background-size: cover;
} 

.private #tm-main {
background: url(/images/templates/elephant_bg.jpg) no-repeat;
background-size: cover;
} 

.contact #tm-main {
background: url(/images/templates/contact_bg.jpg) no-repeat;
background-size: cover;
} 


.uk-navbar-nav > li.item116 > #tm-main {  
background: #FFFF00;  
}

#tm-bottom-a {
  background: url(/images/templates/back-home2.jpg) no-repeat;
}

.boot {
  background: url(/images/templates/back-foot-home.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}


#tm-bottom-b,#tm-bottom-c  {background:none;}

#tm-footer {background:none;}

#tm-top-a .tm-panel-align-center .uk-overflow-hidden {
  border-bottom: 23px solid #b9aba0;
  overflow: visible;
}

#tm-top-a .uk-width-9-10 .uk-width-small-4-5 .uk-width-medium-2-3 .uk-width-large-1-2 .uk-panel {
  position: relative;
}

#tm-top-a .uk-panel h3 {
  position: absolute;
  top: 123px;
  left: 125px;
  font-weight: 700;
}

/*
 * collapse gutter between horizontal blocks
 */

[class*='uk-align-'] {
  display: block;
  margin-bottom: 0px;
}

  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0px;
  }

.button_buy {
    background: url(/images/buttons/button_buy.png) no-repeat;
    border: none;
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-left: 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    width: 243px;
    height: 77px;
    margin: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #743b29;
  text-transform: uppercase;
}

.button_buy:hover {
    background: url(/images/buttons/button_buy_hover.png) no-repeat;
    text-decoration: none;    
    color: white;
}

.button_more {
    border: 2px solid #535d6b;
    border-radius: 100px;
    color: #535d6b;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    width: 86px;
    height: 86px;
    line-height: 5.3;
}

.button_more_white {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    width: 86px;
    height: 86px;
    line-height: 5.3;
    margin: 50px;
}

.button_more:hover {
    text-decoration: none;
    border-color: #954b14;    
    color: #954b14;
}

.button_purchase {
    background: url(/images/buttons/button_purchase.png) no-repeat;
    border: none;
    color: #fff;
    text-align: center;
    padding-top: 28px;
    padding-left: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    width: 246px;
    height: 68px;
    z-index: 999;
}

.button_purchase:hover {
    background: url(/images/buttons/button_purchase_hover.png) no-repeat;
    text-decoration: none;    
    color: #fff;
}

.transparent-back {
	background: rgba(255, 255, 255, 0.75);
  padding-bottom: 45px;
}

.solid-back {
	background: #fff;
	padding: 0;
}

.muted-back {
  background: #f1e8d8;
  padding: 0;
}

.muted-back-paragaph {
  color: #535d6b;
  padding: 30px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}


.solid-back-highlight {
	color: #a86e5e;
}

.solid-back-header {
	color: #743b29;
	font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  text-transform: none;
  margin: 50px;
}

.solid-back-subheader {
	color: #a86e5e;
	font-family: 'Open Sans', sans-serif;
  	font-size: 24px;
  	text-transform: none;
  	text-align: center;
}

.application-header {
  color: #cc7d22;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  margin: 50px;
  font-weight: 300;
  text-align: center;
}

.application-highlight {
  color: rgba(148, 56, 57, 0.53);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  text-align: right;
  padding-right: 20px;
}

.about-us-header {
	color: #0a6b7a;
	font-family: 'Open Sans', sans-serif;
  	font-size: 36px;
    font-weight: 300;
  	text-transform: uppercase;
  	text-align: center;
    margin-top: 50px;
}

.about-us-subheader {
	color: #008aa5;
	font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: none;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.semibold {
  font-weight: 600;
}

.about-us-orange {
  color: #e15837;
  font-family: 'Open Sans', sans-serif;
}

.about-us-gold {
  color: #b86606;
  font-family: 'Open Sans', sans-serif;
}

.about-us-blue {
  color: #075e6f;
  font-family: 'Open Sans', sans-serif;
}


/*
 * White color and styling for heading in homepage slideshow
 */
.uk-overlay-panel h1
 {
  color: #fff;
}

.homepage-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}

.homepage-header-primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}

.homepage-header-secondary {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #151414;
}

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.tm-navbar {
    position: relative;
    padding: 0 40px;
    z-index: 999;
    width: 100%;
    display: block;
}


.uk-navbar-nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  float: none;
  width: 1200px;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  /* 2 */
  color: #2e251f;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #da8752;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #da8752;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #da8752;
}

.uk-contrast h2, h3, ul, li {
  color: #151414;
  }
  
  .PricesalesPrice {
  font-size:16px;
  font-weight:bold;
  }

.uk-slider .uk-panel-box {
  padding: 30px;
  background: #762911;
  color: #ded4ba;
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.04);
}

.uk-slider .uk-panel-box h3 {
  color: #ded4ba;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
  background: #61210d;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 30px;
  color: #eabb6e;
}

h3.uk-h3.uk-margin-top-remove.uk-margin-remove {
    font-size: 20px;
}

.product-prices .PricesalesPrice span.PricesalesPrice {
    color: #943839;
}

.exclusive-importer a {
    color: #943839;
    font-weight: 400;
}

.exclusive-importer a:hover {
    color: #943839;
    font-weight: 400;
  text-decoration: none;
}

.uk-subnav > * > * {
    display: inline-block;
    color: #f6c683;
}

.uk-subnav > * > *:hover {
    display: inline-block;
    color: #fff;
}

.uk-subnav > .uk-active > * {
    color: #fff;
}

a.weboo-eu {
    color: #f6c683;
}

a.weboo-eu:hover {
    color: #fff;
}

.tm-totop-scroller {
    color: #f6c683;
    display: inline-block;
    text-align: center;
}

.our-products {
    margin-top: 30px;
}

.slide-home .uk-overlay-panel > :last-child, .slide-home .uk-overlay-panel.uk-flex > * > :last-child {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.34);
    padding: 30px;
}

.slide-home .uk-overlay-panel h1 {
    color: #762911;
}

#tm-bottom-a {
    background: none;
}

.uk-block-default:not(.tm-block-texture) {
    border-color: transparent;
}

.uk-panel-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #762911;
}

.uk-block {
    margin-top: 0px; 
}

.uk-badge-warning {
    background-color: #762911;
    color: #ffffff;
}

.respo {
    width: 100%;
}

.our-products h3.uk-panel-title.uk-margin-small {
  font-size: 1rem;
  font-weight: 400;
}

.our-products .uk-button-primary {
    background-color: #fff;
    color: #762911;
    border-color: transparent;
}

.our-products .uk-overlay-background {
    background: rgba(234, 187, 110, 0.6);
}

.our-products .uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #762911;
}

.uk-text-large {
    font-weight: normal;
}

.uk-width-medium-1-2 p {
    line-height: 2rem;
    padding: 31px;
}

.uk-width-1-2 p {
    line-height: 2rem;
    padding: 31px;
}

.tm-popover-item:hover {
    background: #97d57c;
    color: #ffffff;
    cursor: pointer;
}

.tm-popover-item {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: #F6C683;
    text-align: center;
}

body.tm-isblog {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}