@import url(https://fonts.googleapis.com/css?family=Open+Sans);

:root {
  --blue: #1563FF;
  --lightblue: #306ef1;
  --gray: #D4D4D4;

  --factor: 0.5;
}


@media only screen and (max-width: 480px) {
    .logo img {
        width: 95%;
    }
    .nws-search-form {
        width: 280px !important;
    }

    .lekarne-image {
        width: 280px !important;
        height: 143px !important;
    }

    .nws-vlozinzerat {
        width: 235px !important;
    }

    .nws-zoznamvidei {
        height: 300px !important;
    }
    .nws-videothumb {
        width: 300px;
    }

}

@media only screen and (max-width: 768px) {
    .nws-responsive-image {
      width: 100%;
      height: auto;
      display: block;
    }
    #topnav {
      background-color: white !important;
	  border-bottom:6px solid white;
	  border-radius: 20px 20px 20px 20px;
    }
    #nws-topnav-reg {
      display: block !important;
    }
    #nws-topnav {
      display: block !important;
    }

    .nws-header-image {
        margin-bottom: 1px !important;
        z-index: 1;
    }
    .jqueryslidemenu select {
        margin-top: 10px !important;
        height: 35px;
    }

    .nws-visible ul {
        display: block !important;
    }

    .onlymobile {
        margin-top: 10px !important;
    }

    #nws-topnav-fb {
        margin-top: -20px;
    }
    .lekarne-image {
        width: 400px;
        height: 205px;
    }
    .nws-search-form {
        width: 400px;
    }

    .nws-vlozinzerat {
        width: 350px;
    }

    .nws-zoznamvidei {
        height: 350px !important;
    }

}

@media only screen and (min-width: 769px) {
    .nws-search-form {
        width: 320px;
    }

    .nws-vlozinzerat {
        width: 175px;
    }

    .nws-zoznamvidei {
        height: 500px !important;
    }
    .nws-videothumb {
        width: 600px;
    }

    .nws-vytvoritprofil {
        width: 205px;
    }


}

.nws-search-form {
    border-radius: 20px 20px 20px 20px;
    border: 1px solid var(--blue);
}

.nws-search-input {
  font-family: "Quicksand",sans-serif;
  font-size: medium !important;
  width: 250px !important;
}

#search-text {
  margin-left: 5px;
}

.nws-search-input::placeholder {
  color: var(--blue);
  opacity: 1; /* Firefox */
}

.nws-button-submit {
    width:30px;
    height:30px;
    background-color:transparent !important;
    border: 1px solid white !important;
    cursor:pointer;
    outline: none !important;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}

.nws-searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 20px 0 0 20px;
  outline: none;
  color: #9DBFAF;
}

.nws-searchTerm:focus{
  color: #00B4CC;
}

.nws-searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  /*background: #00B4CC;*/
  text-align: center;
  color: #fff;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  font-size: 20px;
}

#searchsubmit.nws-button-submit {
 box-shadow: 0 0;
}
#searchsubmit.nws-button-submit:hover {
 box-shadow: 0 0;
}

.search_wrapper #search-text input[type="text"]:focus-visible {
    outline: 0;
}

/*Resize the wrap to see the search bar change!*/
.nws-wrap{
  /*width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.uvod_zaujimavosti {
  height: 400px;
  width: 200px !important;
  border: 1px solid var(--gray);
  border-radius: 20px 20px 20px 20px;
  margin: 5px;
  padding: 10px;
  position: relative;
}

.uvod_zaujimavosti:hover {
  border: 1px solid var(--blue);
  box-shadow: 1px 1px 2px var(--blue), 0 0 10px var(--blue), 0 0 1px darkblue;
}

.zaujimavosti_text {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 15px !important;
}

.citat_viac {
  background-color: var(--blue);
  /*border: 1px solid #fff;*/
  text-shadow: none !important;
  border-radius: 20px 20px 20px 20px;
  padding: 5px 5px 5px 20px;
  height: 20px;
  display: block;
  width: 80px;
  margin: 20px;
  position: absolute;
  left: 18%;
  bottom: -10px;
}
.citat_viac_link {
  color: #ffffff !important;
}

.volne_miesta_obrazok {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid var(--gray);
}

.volne_miesta_obrazok:hover {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid var(--blue);
  box-shadow: 1px 1px 2px var(--blue), 0 0 10px var(--blue), 0 0 1px darkblue;
}

.video_obrazok {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid var(--gray);
}
.video_obrazok_div {
  border-radius: 10px 10px 10px 10px;
  border: 0px solid var(--gray);
  background: var(--blue);
}
/* shadow efect na videach - rozhadzuje obrazky */
.video_obrazok:hover {
  border: 1px solid var(--blue);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 2px var(--blue), 0 0 10px var(--blue), 0 0 1px darkblue;
  filter: brightness(130%);
  object-fit: cover;
  opacity: 0.6;
}

.nws-medicals {
    background: none;
    border: 1px solid var(--red);
    color: var(--red) !important;
    text-shadow:none !important;
    border-radius: 20px 20px 20px 20px !important;
    margin-left: 10px;
    /*height: 40px;*/
    /*position: absolute;
    bottom: 10px;
    right: 10px;*/
}

.nws-h4-lowercase {
  text-transform: lowercase;
}

.jqueryslidemenu {
  	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
 	font-weight: 600;
}

.nws-menu {
  background-color: var(--blue);
  border-radius: 0px 0px 20px 20px !important;
}
.nws-submenu {
  /*background-color: var(--blue) !important;*/
}

.jqueryslidemenu ul li ul li a:not(.prihlasenie) {
  background-color: var(--blue) !important;
  border-bottom: none;
  border-radius: 0px 0px 20px 20px !important;
  font: 12px/18px "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

}

.jqueryslidemenu ul li {
    margin-left: 0 !important;
}

#nws-topnav {
    background-color: var(--red);
	border-bottom:6px solid var(--red);
	border-radius: 20px 20px 20px 20px;
    height: 29px;
    padding: 0;
    margin-top: 20px;
}

.nws-margin-left-0 {
    margin-left: 0 !important;
}

#nws-topnav-reg {
    /*background-color: var(--red);*/
	/*border:1px solid var(--red);
	border-radius: 20px 20px 20px 20px;*/
    height: 34px;
    padding: 0;
    margin-top: 20px;
}

#topnav {
    height: 31px !important;
}

.nws-li-reg {
    color: var(--red) !important;
    background-color: white !important;
    border:1px solid var(--red);
	border-radius: 20px 20px 20px 20px;
}

.nws-li-reg:hover {
    background-color: var(--darkred) !important;
    color: white !important;
}

.nws-li-log {
    color: white !important;
    background-color: var(--red) !important;
    border:1px solid var(--red);
	border-radius: 20px 20px 20px 20px;
}

.nws-li-log:hover {
    background-color: var(--darkred) !important;
    color: white !important;
}

.columns img:hover, .blog_thumbnail_image img:hover {
    opacity: 0.85;
    filter: alpha(opacity = 85);
    object-fit: cover;
}

.sidebar.left {
    margin-left: 0px;
    top: 353px;
    z-index: 5;
    right: 50%;
    margin-right: 520px;
    text-align: right;
}

.sidebar.right {
    z-index: 5;
    left: 50%;
    top: 353px;
    margin-left: 510px;
    text-align: right;
}

.reklama {
  display: none !important;
}

.nws-header-image {
    margin-bottom: -75px;
    z-index: 1;
}

.jqueryslidemenu ul li ul li a:hover {
    color: yellow !important;
    background-color: var(--lightblue) !important;
    border-radius: 20px 20px 20px 20px !important;
}

.jqueryslidemenu ul li a.active {
    background-color: var(--darkred);
}

.prihlasenie ul li a.active {
    background-color: var(--darkred);
}

.searchform_filters input {
    border-radius: 20px;
}

.searchform_filters input[type="submit"], button {
    background-color: var(--blue);
    border-radius: 20px;
    border:1px solid var(--blue) !important;
    color: white;
    font-weight: 400 !important;
    font-family: "Quicksand",sans-serif;
    font-size: medium !important;
    background-image: none !important;
    box-shadow: none !important;
}

td.nazov1 {
    background-color: var(--darkred) !important;
    width: 200px;
}
td.ponuka3 input, textarea {
    width: 300px;
}

td.ponuka3 select {
    width: 311px;
}

.registration input[type="text"], .registration input[type="url"], .registration input[type="email"], .registration input[type="password"], .registration textarea, .registration select {
    border-radius: 20px;
    border:1px solid var(--blue) !important;
}

.registration select {
    height: 35px;
}

#nws-topnav-fb {
    width: 145px;
    float: right;
}

.nws-li-fb {
    background-color: white;
    color: var(--blue) !important;
    border-radius: 20px;
    border:1px solid var(--blue) !important;
    width: 100px;
    float: right;
    margin-top: -30px;
    position: absolute;
    z-index: 9999;
}

#nws-topnav-fb ul li a:hover {
    background-color: var(--lightblue) !important;
    color: white !important;
}

.nws-fb {
    width: 15px;
    padding-bottom: 3px;
}

.lekarne-image {
    width: 220px; /* Specify the width */
    height: 113px;
    background-image: url('/images/new/logo-lekarne.svg'); /* Initial background image */
    background-size: cover; /* Cover the entire area of the element */
    cursor: pointer;

}

.lekarne-image:hover {
    background-image: url('/images/new/logo-lekarne-hover.svg'); /* Change on hover */
}

.nws-inzerat {
    margin-top: -7px;
    margin-right: 15px;
}

.nws-img-zaujimavosti {
    width: 220px;
    height: 150px;
    margin-left: -10px;
    margin-top: -10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover !important;

}

.nws-red {
    color: var(--red);
}

.nws-blue {
    color: var(--blue);
}

.nws-slogan {
    font-size: large;
}


.nws-vytvoritprofil {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    background-color: var(--red);
    color: white;
    border: 1px solid var(--darkred);
    border-radius: 20px;
}

.nws-cennik-profil-img {
    height: 423px;
    margin: 5px;
}

.nws-cenniknadpis {
    font-weight: bold;
    font-size: x-large;
    line-height: normal;
    font-family: "Quicksand",sans-serif;
    color: var(--blue);
}

.nws-cenniktext {
    font-size: normal;
    font-family: "Quicksand",sans-serif;
    text-align: center;
}

.nws-cennikcena, .nws-cennikcenabold{
    font-size: medium;
    font-family: "Quicksand",sans-serif;
    text-align: center;
    color: var(--blue);
}

.nws-cennikcenabold {
    font-size: bold;
}


.nws-cennikcenabold:last-child:after {
    display: inline !important;
}

.nws-cennikplatnost {
    font-size: bold;
}


.nws-cennikplatnostbold:last-child:after {
    display: inline !important;
}

.nws-cennikbutton {
  background-color: var(--blue);
  /*border: 1px solid #fff;*/
  text-shadow: none !important;
  border-radius: 20px 20px 20px 20px;
  padding: 5px 5px 5px 20px;
  height: 20px;
  display: block;
  width: 118px;
  margin: 20px;
  position: absolute;
  left: 10%;
  bottom: -10px;
}

.objednatsi_link {
    color: #ffffff !important;
    margin-left: 10px;
}

.nws-img-nemocnice {
    width: 220px;
    height: 220px;
}

.nws-registracia {
    background-image: none !important;
    background-color: var(--darkred) !important;
    border-radius: 20px 20px 20px 20px !important;
    height: 40px !important;
    border-color: var(--darkred) !important;

}

td.ponuka3 input[type="radio"], input[type="checkbox"] {
    width: 10px !important;
}

.blog_thumbnail_image img {
    object-fit: cover;
}


/* skrytie tinimce button upgrade*/
.tox .tox-promotion {
    visibility: hidden;
}

.nws-profil-odhlasit {
    margin-top: 20px;
    color: var(--red) !important;
    background-color: white !important;
    border: 1px solid var(--red) !important;
    background: none !important;
    border-radius: 20px 20px 20px 20px;
    padding: 5px 70px;
}

@media screen and (min-width: 1359px) {
    .sidebar.left {
        z-index: 5;
        left: 50%;
        margin-left: -720px;
        text-align: right;
    }
    .sidebar.right {
        z-index: 5;
        left: 50%;
        margin-left: 510px;
        text-align: right;
    }
}