/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.dp-overlay {
	background:url(../images/pattern2.png);
	padding-bottom:50px;	
}
.tm-wrapper {
  padding-bottom: 0;
}
.tm-navbar-space .tm-navbar {
  margin-bottom: 100px;
  margin-top: 80px;
}
.tm-logo img {
  margin-top: -60px;
  width: 184px;
}
.tm-logo-small img {
  margin-top: -103px;
  width: 184px;
}
.home-css .tm-logo img {
  margin-top: inherit;
  width: inherit;
}
.uk-navbar-brand {
  font-size: 50px;
  line-height: 36px;
}
 .uk-navbar-brand:before {
  height:auto ;
}
.tm-overlay .tm-overlay-caption:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.wk-slideshow-organic .caption h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.uk-border {
	border:1px solid rgba(255,255,255,.6)!important;
}
.uk-navbar-nav > li.uk-active > a {
	border-color: rgba(206,193,85,.6);
}
.uk-table-condensed td {
  border-bottom: 1px solid #e1e2e1;
}
.tm-panel-blank,
.tm-panel-blank h1, .tm-panel-blank h2, .tm-panel-blank h3, .tm-panel-blank h4, .tm-panel-blank h5, .tm-panel-blank h6,
.tm-panel-blank .uk-navbar-brand {
  color: #ffffe3;
  text-shadow:1px 1px 0px rgba(0,0,0,.8);
}
.wk-slideshow-organic .caption .tm-button-secondary {
	background:rgba(98, 99, 61, 0.4);
}


/* Only Phones */
@media (max-width: 767px) {
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
}

/* Only tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
}
/* Only tablets and Large Screen */
@media (min-width: 768px) and (max-width: 1219px) {
}
/* Only tablets and desktop */
@media (min-width: 768px) {
}
/* Only desktop */
@media (min-width: 960px) {}

