/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 .tm-cover-content {
  /* Tablet and bigger */
  /* Force text wrap in IE10 */
}
@media (min-width: 768px) {
  .tm-cover-content {
    height: 600px;
    width: 600px;
    padding: 0;
    background: url('../svg/home_fullscreen_content.svg') 50% 50% no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tm-cover-content.tm-cover-content-2 {
    background-image: url('../svg/home_fullscreen_content_02.svg');
  }
  .tm-cover-content.tm-cover-content-3 {
    background-image: url('../svg/home_fullscreen_content_03.svg');
  }
}

@media only screen 
  and (min-device-width: 220px) 
  and (max-device-width: 480px)
  {
	   .relatedlarge {
	max-width: 310px !important;
	min-width: 300px !important;
	width: 310px !important;
	height: 230px !important;
	min-height: 230px !important;
	max-height: 230px !important;
	background-image: url(../png/missing.png) !important;
   
 }

}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  {
	   .relatedlarge {
	max-width: 390px !important;
	min-width: 320px !important;
	width: 390px !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-image: url(../png/missing.png) !important;
   
 }

}



@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px){
.relatedlarge {
	max-width: 398px !important;
	min-width: 375px !important;
	width: 550px !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
	background-image: url(../png/missing.png) !important;	}
}

.tm-cover-content h1,
.tm-cover-content .uk-article-lead {
  color: #ffffff;
  font-weight: normal;
}
.tm-cover-content h1 {
  font-size: 39px;
  line-height: 39px;
}
.tm-cover-content .uk-article-lead {
  font-size: 19px;
  line-height: 26px;
}
.tm-cover-content > div {
  -ms-flex-negative: 1;
}




/* ========================================================================
  Zoo CSS extensiopns
 ========================================================================== */

 .relatedsmall {
	max-width: 345px;
	max-height: 263px;
	min-height: 263px;
	min-width: 345px;
	width: 345px;
	height: 263px;
	background-image: url(../svg/missingsmall.svg); 
    
}
 .relatedthumb {
	max-width: 150px;
	max-height: 150px;
	min-height: 150px;
	min-width: 150px;
	width: 150px;
	height: 150px;
	background-image: url(../svg/missingsmall.svg); 
    
}


.relatedsmalloverlay{
	background-image:url(../svg/relatedsmall.svg);
	z-index:2;
}
.relatedsmalloverlay p{margin-bottom:3px !important;}
.relatedsmalloverlay h4.title {color:#000 !important;}
.relatedorangeoverlay{
	background-image:url(../svg/relatedorange.svg);
	z-index:2;
}
.relatedthumboverlay{
	background-image:url(../svg/relatedthumb.svg);
	z-index:2;
}
.h5small
{
	font-size: 0.8em;
	}



  .relatedlarge {
	max-width: 525px;
	min-width: 525px;
	width: 525px;
	height: 394px;
	min-height: 394px;
	max-height: 394px;
	background-image: url(../png/missing.png);	
   
 }
.video-container {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative;
}
.moredetails li{line-height:30px;}

/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * Reset dropdown width
 */
.uk-datepicker {
  width: auto;
}
/* Sub-object: `uk-datepicker-nav`
========================================================================== */
.uk-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}
/*
 * Micro clearfix
 */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: " ";
  display: table;
}
.uk-datepicker-nav:after {
  clear: both;
}
/*
 * Previous and next navigation
 */
.uk-datepicker-nav a {
  color: #534c4c;
  text-decoration: none;
}
.uk-datepicker-nav a:hover {
  color: #534c4c;
}
.uk-datepicker-previous {
  float: left;
}
.uk-datepicker-next {
  float: right;
}
.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}
.uk-datepicker-previous:after {
  content: "\f053";
}
.uk-datepicker-next:after {
  content: "\f054";
}
/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
.uk-datepicker-table {
  width: 100%;
}
.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px;
}
.uk-datepicker-table th {
  font-size: 12px;
}
/*
 * Item
 */
.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #534c4c;
  text-decoration: none;
}
/*
 * Sub-object: `uk-datepicker-table-muted`
 */
a.uk-datepicker-table-muted {
  color: #a8aeb6;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #f4f1f1;
  color: #534c4c;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-datepicker-table a:active {
  background-color: #cccccc;
  color: #534c4c;
}
/*
 * Active
 */
.uk-datepicker-table a.uk-active {
  background: #c74b59;
  color: #ffffff;
}

/**setting z index to 1 so that the category and related teaser boxes go below the top fixed menu */
.uk-flex {
    z-index: 1;
}

.uk-alert-gray {background-color:rgba(84, 84, 84, 0.85);}
.uk-alert-title {background-color:rgba(89, 89, 89, 0.95);}
.uk-alert-price {background-color:rgba(101, 34, 34, 0.85);}

.uk-modal-dialog {  
    margin-top: 150px;  
}
.uk-panel-box-primary .uk-button {
  background: rgba(4, 155, 174, 0.8);
  color: #fff;
}

.uk-panel-box-primary .uk-button:hover {
  background: rgba(4, 155, 174, 0.9);
  color: #fff;
}
.uk-panel-box-primary .uk-button:active,
.uk-panel-box-primary .uk-button:focus {
  background: rgba(4, 155, 174, 0.8);
  box-shadow: none;
  color: #fff;
}
.uk-panel-box-primary .uk-badge {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.uk-panel-box-primary-hover:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #fddf00;
  box-shadow: 0 15px 45px rgba(182, 162, 10, 0.25), 0 5px 20px rgba(182, 162, 10, 0.25);
}
.uk-panel-box-primary .uk-panel-title {
  color: #ffffff;
}
.uk-panel-box-primary .uk-button-danger {
  background: #ff0a49;
  color:#fff;
  font-size:13px;
  font-weight:bold;
}
.uk-panel-box-primary .uk-button-danger:hover {
  background: #ff0a49;
  color: #f3d600;
  font-size:13px;
  font-weight:bold;
}
.uk-heading-large {
    font-size: 38px;
    line-height: 56px;
    color: #f1f1f1;
}
uk-button-small {
    min-height: 35px;
    padding: 0 29px;
    line-height: 35px;
    font-size: 11px;
    font-weight: bold;
}