/* cmsms stylesheet: jolana modified: 10/04/21 19:32:13 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.5.2015, 9:06:27
    Author     : bunak
*/

body {
  /*
  background-image: url(../uploads/images/sablona/pozadi10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  */
  color: white;
  font-family: 'Ubuntu', 'Calibri', sans-serif;
  font-size: 18px;
}

a {
  color: #B31828;
  text-decoration: none;
  border-bottom: 1px #B31828 dotted;
}

a:hover {
  color: #B31828;
  text-decoration: none;
  border-bottom: 1px #B31828 solid;
}

.border-red {
  border-top: 1vh solid #B31828;
}
.border-white {
  border-top: 1vh solid white;
}
.bg-black {
  background-color: #0f0f0f;
}
.bg-form {
  background-color: rgba(255,255,255,0.4);
  padding: 0px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-title {
  min-height: 100vh;
}
.p5 {
  padding: 5px;
}

.col-filling10 {
  height: 10vh;
}

.col-filling30 {
  height: 10vh;
}

.well {
  background-color: transparent;
  border: none;
}



@media screen and (min-width: 768px) {
  .col-filling30 {
    height: 15vh;
  }
  .well h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .col-filling30 {
    height: 20vh;
  }
.well h1 {
  font-size: 2.5em;
  /*color: #B31828;*/
  text-shadow: 1px 1px 5px black;
}  
}
@media screen and (min-width: 1200px) {
  .col-filling30 {
    height: 30vh;
  }
.well h1 {
  font-size: 2.5em;
  /*color: #B31828;*/
  text-shadow: 1px 1px 5px black;
}  
}




nav.navbar-default {
  background-color: rgba(0,0,0,0.2); /*transparent;*/
  border: none;
}

.nav.navbar-nav li a {
  color: whitesmoke;
  border: none;
}
.nav.navbar-nav li a:hover {
  color: white;
  border-bottom: 1px #B31828 dotted;  
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: red;
  border-bottom: 1px #B31828 solid;  
}
.navbar-default .navbar-brand {
  color: white;
}

.navbar-inverse {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: red;
  border-bottom: 1px #B31828 solid;  
}

.text-red {
  color: #B31828;
}

#mapa {
  width: 100%;
  min-height: 50vh;
  padding: 0;
  margin: 0;
}

#top {
  height: 300px;
}

#content {
  min-height: 65vh;
  padding-bottom: 20px;
}

.bg-inverse {
  background-color: #222222;
}
.text-small {
  font-size: 12px;
}

/* menu */
.navbar-default .navbar-nav li.dropdown:hover >  ul {
   display:block;
 }

.navbar-default .navbar-nav li.dropdown:hover  ul li ul {
  position: absolute;
  left: 120px;
  top: -2px;
}
/* menu */

/* guestbook */

.cms-guestbook-div-insert {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d60000;
}
.cms-guestbook-entry-sendername {
  font-weight: bold;
}
.cms-guestbook-entry-posted {
  font-size: 11px;
}
.cms-guestbook-entry-text {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d60000;
}
.cms_submit {
 height: 30px;
 background-color: #d60000;
 color: white;
 padding-left: 8px;
 padding-right: 8px;
 border: 1px solid gray;
}
.cms-guestbook-smiley-table {
 width: 400px;
}
.cms-guestbook-smiley-table img {
  margin: 0;
  box-shadow: 0px 0px 0px #d60000;
  -moz-box-shadow: 0px 0px 0px #d60000;
  -webkit-box-shadow: 0px 0px 0px #d60000;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#d60000);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#d60000')";
}
.cms-guestbook-entry-text img {
  margin: 0;
  box-shadow: 0px 0px 0px #d60000;
  -moz-box-shadow: 0px 0px 0px #d60000;
  -webkit-box-shadow: 0px 0px 0px #d60000;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#d60000);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#d60000')";
}
.cms-guestbook-pagination_header {
  margin-bottom: 15px;
}
.cms-guestbook td {
  padding: 3px;
}
.cms-guestbook input {
  color: black;
}
.cms-guestbook textarea {
  color: black;
}
.cms-guestbook a {
   border-bottom: 0px dotted white;
}
.ovideo {
  width:425px;
  height: 344px;
  margin-bottom: 20px;
}
