@import "./fontawesome.min.css";
@import "./fa-solid.css";

/*
@import "./magnific-popup.css";
@import "./owl.carousel.css";
*/

html        {height:100%; margin:0; padding:0; }
body        {font-family: 'Roboto', sans-serif; color: #000; height:100% !important;; }
main        {background-color: #f2f2f2;}
h1          {color: #007ec3}
a           {color: #007ec3; transition: color .2s,background-color .2s,border-color .2s; }
a:hover, a:active, a:focus {color: #174F81; text-decoration: none; outline: 0 none;}
iframe      {border:none}
label       {font-weight: 300; font-weight: lighter; padding:0; cursor: pointer;}

.hiden      {display:none !important}
.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; border-radius:0; }
.btn-primary {color: #fff; background-color: #007ec3; border-color: #007ec3; }
.btn-primary:hover, .btn-primary:focus {background-color: #174F81; border-color: #174F81; }
.btn:focus, .btn:active:focus, .btn.active:focus, input:focus, textarea:focus {box-shadow: none !important}

.btn-danger { background-color: 	 #dc3545; border-color:#dc3545; }
.btn-ponuka{border-radius:20px;font-weight:bold; padding-left:10px; padding-right:10px;} 

.badge-akcia {background-color:#ff7e00;}

.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 {z-index:1000; display: inline-block; height: 40px; width: 70px; position: fixed; bottom: 40px; right: 0px;  overflow: hidden; text-indent: 100%; white-space: nowrap; background: 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: #626262; opacity: 1 }
.cd-top:hover {background-color: #ccc;}

.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: red !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}
}
