* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {
    background-color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 20px;
    color: #444;
}


a, a:visited, a:link, a:active {
  color: #C17D11;
}

.w100 {
  width: 100%;
}



.btn {
  background: #282828;
  color: inherit !important;
  font-size: 1em;
  text-transform: uppercase;
  border: 2px solid #6B6363;
  letter-spacing: 1px;
  padding: 15px 20px;
}

ul li, ul li {
  text-align: left !important;
}

.roses {
  background-color: #350709;
  background-image: url('../img/bg-rose.jpg');
}



.gallery img {
    opacity: 0.8;
    transition: ease 0.3s;
}

.gallery img:hover {
    opacity: 1;
}

textarea {
  height: 150px;
}

hr {
    border: 0;
    border-bottom: 3px solid #EBC931;
    width: 3em;
    height: 1px;
    margin: 40px auto;
    text-align: center; }

#kontakt hr {
  margin: 10px auto;
}

.carousel img {
  max-height: 600px;
}

.bg-darken {
  background-color: rgba(204,153,102,0.8);
}

.text-primary {
  color: #C4A000 !important;
}

.text-secondary {
  color: #C17D11 !important;
}

.gallery {
	margin: 30px 0;
}

.gallery img {
	margin: 10px 0;
}

.navbar-brand img {
  width: 60px;
}

.wp-caption {
  font-size: 0.8em;
  text-align: center;
}

.main-box {
  box-shadow: 0px 0px 100px 20px rgba(0,0,0,0.75);
}

.navbar {
  box-shadow: 0px 3px 45px 0px rgba(0,0,0,0.2);
  border-bottom: 1px solid #c0c0c0;
  text-transform: lowercase;
}

.sliderbig .carousel-item {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}


header {
  color: #ab8708;
  text-transform: uppercase;
  text-align: right;
  padding: 30px 0 0 0;
}

.category {
  color: #c0c0c0 !important;
}

section .container {
  padding-top: 40px;
}

h1,h2 {
  text-align: center;
  margin: 30px 0;
}

h1 a {
  color: inherit;
}

h2 {
 color: #C17D11;
}

section h3 {
  margin: 10px;
}

.pointer { cursor: pointer; }

.bold {
  font-weight: bold;
}


section iframe {
  width: 100%;
  margin: 30px 0;
}

a.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #C4A000;
  padding: 2px 20px;
  border-radius: 20px;
  color: white;
  font-size: 2em;
  opacity: 0.8;
  z-index: 2000;
}

table, td, tr, th {
  border: 0;
}

th, td {
  min-width: 100px;
  vertical-align: top;
}



section {
    padding: 0 0 40px 0;
    text-align: justify;
  }

section img {
      max-width: 100%;
      height: auto;
  }

@media (max-width: 767px) {
    section img, .wp-caption {
      display: block;
      text-align: center;
      margin: 10px auto;
      width: 100% !important;
    }
  }


.aligncenter {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.alignright {
    float: right;
}

.w-100 {
    width: 100%;
}

@media (max-width: 992px) {
    .movie { height: 400px; }
}


.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:link, .btn-primary:active, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
 {
   background: #7F0F0F;
   color: white !important;
   font-weight: 600;
   border: 0;
}

.social ul {
    flex-direction: row !important;
}

.social .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important; }

.bg-secondary {
    background-color: #1a69a6;
}

.bg-primary {
  background-color: #C4A000 !important;
}

.ico {
    height: 25px;
}

footer {
    letter-spacing: 2px;
}

footer a {
    color: inherit;
}

.radius {
    border-radius: 10px;
}

.radius-top {
    border-radius: 20px 20px 0 0;
}

.text-default {
    font-size: initial;
}

@media (min-width: 992px) {

}
