@import "./fontawesome.min.css";
@import "./fa-solid.css";
@import "./owl.carousel.css";
@import "./magnific-popup.css";



html        {height:100%; margin:0; padding:0; }
body        {font-family: 'Roboto Condensed', sans-serif; color: #2a2a2a; height:100% !important;; }

h1          {color: #785636}
a           {color: #785636; transition: color .2s,background-color .2s,border-color .2s; }
a:hover, a:active, a:focus {color: #93ba11; text-decoration: none; outline: 0 none;}
iframe      {border:none}
label       {font-weight: 300; font-weight: lighter; padding:0; cursor: pointer;}

.hiden      {display:none}
.cover      {background-size: cover; -moz-background-size: cover; background-repeat: no-repeat; background-position: center}
.relative   {position: relative;}
.underline  {text-decoration: underline;}
.more-space {padding:3rem 0;}
.np {padding:0}
.ulreset {margin:0; padding:0; list-style-type: none;}

.btn {cursor: pointer;  }
.btn-primary {color: #fff; background-color: #fd7d00; border-color: #fd7d00; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {background-color: #de6e00 !important ; border-color: #de6e00 !important; color: white  !important }
.btn:focus, .btn:active:focus, .btn.active:focus, input:focus, textarea:focus {box-shadow: none !important}



.form-control {border-radius:0}
.form-control:focus, .close:focus{border-color: #8fbdcd !important;  box-shadow: none !important;  outline: 0 !important;  transition: none;}
.input-group {margin-bottom:15px}



.mfp-image-holder .mfp-close {font-size:3rem; top: -5px; font-weight: lighter; margin:0; padding:0}
.dropdown-menu {padding:0; border-radius:0;  box-shadow: 3px 3px 20px 0px rgba(105, 105, 105, 0.35); margin:0}
.cd-top {border-radius:5px 0 0 5px; z-index:1000; display: inline-block; height: 40px; width: 70px; position: fixed; bottom: 140px; right: 0px;  overflow: hidden; text-indent: 100%; white-space: nowrap; background: #e3e5e8 url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-top.cd-is-visible:hover {opacity:1} .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } .cd-top.cd-is-visible { visibility: visible; opacity: 1; } .cd-top.cd-fade-out { opacity: .5; } .no-touch .cd-top:hover { background-color: #fd7d00; opacity: 1 }
.cd-top:hover {background-color: #8DBD5A;}

.modal-content {border-radius:0}
.close {font-size:3rem; font-weight: lighter; cursor: pointer; position: absolute; top:1.5rem; right:1rem; z-index: 1000 !important; color: #6c757d !important; top:0; opacity:1}
.close:hover {opacity:.5}
.modal-body {padding:2rem; color: #000;}

@media (min-width: 1200px){ .container { max-width: 1230px; } }

@media print {
  a[href]:after {content:none;} /* nevytlaci linky */
 .noprint, footer {display: none;}
 FORM input[type=text], FORM textarea {margin-bottom:10px; border:none !important}
}

strike {text-decoration: none; position: relative;}

strike:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  right: -5px;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-18deg);
  -moz-transform:rotate(-18deg);
  -ms-transform:rotate(-18deg);
  -o-transform:rotate(-18deg);
  transform:rotate(-18deg);
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.navbar-toggler {position:relative}
.navbar-toggler span {
   display: block;
   background-color: #475868;
   height: 3px;
   width: 30px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
   position:relative
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;

}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
    margin-top: .75rem;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    margin-top: .75rem;

    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}



.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 1}
.grayscale:hover {-webkit-filter: none; filter: none; opacity:1}
