/* 
    Created on : 21.9.2015, 22:57:19
    Author     : miled
*/
/* Variables
-------------------------------------------------- */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.uvod {
  background-image: url(../img/bg1.jpg);
}
body.o-nas {
  background-image: url(../img/bg2.jpg);
}
body.sluzby {
  background-image: url(../img/bg3.jpg);
}
body.akce {
  background-image: url(../img/bg4.jpg);
}
.nav-main {
  /*margin-top: 15px;*/
  background: #3e454c;
}
.nav-main > li > a {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.nav-main > li > a.active {
  color: #f2d13e;
}
.nav-main > li > a:hover,
.nav-main > li > a:focus {
  background: #f2d13e;
  color: #3e454c;
}
.section-actions {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-actions {
    padding: 100px 40% 30px 30px;
  }
}
.section-actions h1 {
  color: #3e454c;
  font-size: 74px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .section-actions h1 {
    font-size: 50px;
  }
}
.section-actions p {
  font-size: 16px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.3);
  color: #3e454c;
}
.section-actions .btn-yellow {
  font-size: 16px;
  padding: 10px 15px;
}
.section-actions .btn-yellow .fa {
  font-size: 16px;
  margin-left: 5px;
}
header {
  margin-top: 40px;
  overflow: hidden;
  background-color: rgba(62, 69, 76, 0.7);
}
.logo {
  padding: 15px 20px 15px 120px;
  display: inline-block;
  text-align: center;
  background: url(../img/logo.svg) no-repeat 20px 10px;
  background-size: 90px auto;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.logo span {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
}
.logo span em {
  display: block;
  font-style: normal;
  text-transform: none;
  font-size: 16px;
  font-weight: 200;
}
main {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  main {
    padding: 30px;
    background: #fff;
  }
}
.footer-top {
  padding: 30px;
  background: #f6f6f6;
  color: #6f7b86;
}
.footer-top h4 {
  color: #3e454c;
  text-transform: uppercase;
  margin-top: 0;
}
.social {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.social li {
  float: left;
  margin-right: 10px;
}
.social .fa {
  color: #3e454c;
  font-size: 32px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.social .fa:hover {
  color: #f2d13e;
}
.footer-bootom {
  background: #3e454c;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 30px;
}
.btn-yellow {
  background: #f2d13e;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  white-space: normal;
}
main h1 {
  margin-top: 0;
  color: #3e454c;
  letter-spacing: -0.01em;
}
main h2 {
  color: #3e454c;
  letter-spacing: -0.01em;
}
main p,
main ul:not(.shop-group-items):not(.kategorie-items),
main ol:not(.breadcrumb) {
  color: #6f7b86;
  font-size: 16px;
}
.konzultace {
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
  color: #fff;
  font-size: 16px;
}
.konzultace .fa {
  color: #f2d13e;
  margin-right: 5px;
}
.konzultace a {
  color: #fff;
}
.konzultace a:hover,
.konzultace a:focus {
  color: #f2d13e;
}
.home-box {
  margin-bottom: 5px;
}
.home-box a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 40px 10px 20px;
  background-color: #3e454c;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: right 10px top 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-box a {
    font-size: 16px;
  }
}
.home-box a:hover,
.home-box a:focus {
  color: #3e454c;
  background-color: #f2d13e;
  text-decoration: none;
}
.mobile-menu {
  display: none;
}
@media (max-width: 550px) {
  .mobile-menu {
    float: right;
    display: block;
    color: #fff;
    background: #3e454c;
    font-size: 16px;
    padding: 3px 6px;
  }
  .mobile-menu .fa {
    color: #f2d13e;
  }
  .mobile-menu:hover,
  .mobile-menu:focus {
    color: #3e454c;
    background: #fff;
    text-decoration: none;
  }
  nav {
    display: none;
  }
}
@media (max-width: 360px) {
  .logo {
    padding: 10px 15px 10px 85px;
    background-size: 60px auto;
  }
  .logo span {
    font-size: 28px;
  }
  .logo span em {
    font-size: 14px;
  }
}
@media (min-width: 551px) {
  nav {
    display: block !important;
  }
}
.photo {
  display: block;
  position: relative;
}
.photo img {
  margin-bottom: 20px;
}
.photo:after {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  content: " ";
}
.photo:hover:after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}
.photo .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(255, 255, 255, 0);
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.photo:hover .fa {
  color: #ffffff;
}
.photo + p {
  text-align: center;
  margin-top: -10px;
}
.photo_ref {
  margin-bottom: 5px;
  display: inline-block;
  padding: 4px;
  border: 1px solid #ddd;
  /*transition: all 0.3s;*/
}
.photo_ref:hover {
  border: 1px solid #3e454c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.heading-shop-cat {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  background: #3e454c;
  padding: 10px 20px;
}
.shop-group {
  display: block;
  background: #f6f6f6;
  color: #3e454c;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
}
.shop-group .fa {
  float: right;
  color: #f2d13e;
}
.shop-group-items {
  background: #ebebeb;
  list-style: none;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: none;
}
.shop-group.open + .shop-group-items {
  display: block;
}
.shop-group-items li a {
  display: block;
  padding: 5px 20px 5px 40px;
  background: url(../img/li.png) no-repeat 20px 50%;
  color: #3e454c;
}
.shop-group-items li.active a {
  color: #101214;
  font-weight: 600;
}
.kategorie-items {
  list-style: none;
  padding-left: 20px;
}
.kategorie-item {
  margin-bottom: 30px;
}
.kategorie-item img {
  margin-bottom: 5px;
}
.zbozi-item {
  margin-bottom: 30px;
}
.zbozi-item h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}
.zbozi-item h3 a {
  color: #3e454c;
}
.zbozi-item .znacka {
  font-weight: 600;
  margin-bottom: 5px;
}
.zbozi-item .popis {
  font-size: 14px;
}
.zbozi-item .cena {
  color: #edc510;
  font-size: 28px;
  margin-bottom: 0;
}
.zbozi-item .cena span {
  font-size: 20px;
}
.zbozi-item .cena-bezna {
  color: #6f7b86;
  font-size: 16px;
  font-size: 14px;
}
.zbozi-item .cena-bezna span {
  text-decoration: line-through;
}
.btn-dokosiku {
  background: #edc510;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 5px;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.btn-detail {
  background: #3e454c;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 5px;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.breadcrumb {
  border-radius: 0;
}
.breadcrumb a {
  color: #3e454c;
}
.empty {
  color: #6f7b86;
  font-size: 14px;
}
.img-thumbnail {
  margin-top: 10px;
}
.modal-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.modal-header {
  background-color: #edc510;
}
.doporucujeme {
  background-color: #edc510;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}
.doporucujeme2 {
  background-color: #3e454c;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 30px;
}
.nomargin {
  margin-top: 0;
}
.promo-interiery {
  display: block;
  padding: 30px;
  text-align: center;
  background: #F6F6F6;
  margin-top: 30px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #3E454C;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promo-interiery strong {
  font-size: 18px;
}
.promo-interiery .chevron {
  height: 24px;
  margin-top: 3px;
}
.promo-interiery:hover,
.promo-interiery:focus {
  background: #3E454C;
  color: #fff;
  text-decoration: none;
}
.promo-interiery img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.promo-interiery:hover img:first-child {
  -webkit-transform: scale(1.1) translateY(-6px);
          transform: scale(1.1) translateY(-6px);
}
.promo-interiery:hover img:last-child {
  -webkit-transform: scale(1.1) translateY(6px);
          transform: scale(1.1) translateY(6px);
}
@media (min-width: 1200px) {
  .affix {
    top: 0;
    width: 247.5px;
  }
  .affix-bottom {
    position: absolute;
    width: 247.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affix {
    top: 0;
    width: 197.5px;
  }
  .affix-bottom {
    position: absolute;
    width: 197.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affix {
    top: 0;
    width: 200px;
  }
  .affix-bottom {
    position: absolute;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .affix,
  .affix-bottom,
  .affix-top {
    position: static !important;
  }
}
