/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.cs-bg-yokkapet {
 background: url("../images/yokka-pet-bg.png") top repeat-y;
} 


.cs-bg-white {
	background-color: #fff;
}

.pet-bg > .tm-headerbar {
 background: url("../images/head-pet.jpg") top repeat-y;
 min-height: 627px;
 margin-top: 0px;
}

.pet-bg-small > .tm-headerbar {
 background: url("../images/head-pet-small.jpg") top repeat-y;
 min-height: 260px;
 margin-top: 0px;
}

.cat-bg > .tm-headerbar {
 background: url("../images/head-cat.jpg") top repeat-y;
 min-height: 627px;
 margin-top: 0px;
}

.cat-bg-small > .tm-headerbar {
 background: url("../images/head-cat-small.jpg") top repeat-y;
 min-height: 260px;
 margin-top: 0px;
}

.dog-bg > .tm-headerbar {
 background: url("../images/head-dog.jpg") top repeat-y;
 min-height: 627px;
 margin-top: 0px;
}

.dog-bg-small > .tm-headerbar {
 background: url("../images/head-dog-small.jpg") top repeat-y;
 min-height: 260px;
 margin-top: 0px;
}

.tm-logo {
	margin-top: 80px;
}

.uk-panel-box-black {
	background-color: #000000;
	color: #ffffff;
}

.uk-panel-box-white {
	background-color: #ffffff;
	color: #444444;
}

.uk-panel-box-blue {
	background-color: #095d85;
	color: #444444;
}

.uk-panel-box-red {
	background-color: #ec6c00;
	color: #444444;
}

.tm-logo .uk-panel-box-black {
	min-width: 300px
}

.tm-headerbar .uk-panel {
	float: left;
}

.tm-headerbar .cs-logo {
	margin-left: 10px;
	margin-top: 80px
}

.tm-navbar {
  margin-top: 0px;
}
/* Only large screens */
@media (min-width: 1220px) {
  .tm-navbar {
    margin-top: 0px;
  }
}

.tm-headerbar {
  margin-bottom: 0px;
}
/* Only large screens */
@media (min-width: 1220px) {
  .tm-headerbar {
    margin-bottom: 0px;
  }
}

.uk-navbar-nav > li > a {
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
}

.uk-navbar-nav > li.uk-active > a {
  border-left: 30px solid #ffffff;
  border-right: 30px solid #ffffff;
  color: #f9f9f9;
}

.uk-nav-navbar > li > a {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #095d85;
}