.body {
}

.zoom{
	position:relative;
	overflow:hidden;
}

.zoom:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.zoom img{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

 .modal-backdrop {
      opacity: 0.75 !important;
    }

    .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 2rem;
      background: #022718;
      border: 1px solid #c8b328;
      text-align: center;
    }

    .btn {
      border-radius: 0 !important;
      color: white;
      border: 2px solid white !important;
      padding: .5rem 3rem !important;
    }

    .btn:hover {
      background: #c8b328;
      color: #022718; 
      border: 2px solid #fff !important;
      padding: .5rem 3rem !important;
    }
    @media (max-width:768px) {
      .mobile-margin-bottom{
        margin-bottom:.5rem;
      }
      
    }
	
	.popover {
    background: #0ad4f7;
    }

    .hlavniNadpis {
    font-size: 22px;
    }