html {
    height: 100%;
}
body {
	margin: 0px;
	margin-top: 0px;
	height: 100%;
	background-repeat: no-repeat;
}

/* CLASS */

.text {
	font-family: Roboto Condensed;
	font-size: 15px;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.text a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.text a:hover {
	text-decoration: none;
	color: #2499D6;
}
.text-modry {
  font-family: Roboto Condensed;
	font-size: 13px;
	text-decoration: none;
  color: #2499D6;
}
.text-modry-velky {
  font-family: Roboto Condensed;
	font-size: 18px;
	text-decoration: none;
  color: #2499D6;
}
.text-maly {
  font-family: Roboto Condensed;
	font-size: 13px;
	text-decoration: none;
  color: #555;
}
.text-shadow {
	font-family: Roboto Condensed;
	font-size: 17px;
	text-decoration: none;
	color: #555;
    /*text-shadow: 3px 3px 8px #000000;*/
    /*text-shadow: 4px 4px 8px rgba(0,0,0, 0.3);*/
}
.text-shadow a {
	color: #555;
  text-decoration: none;
}
.text-shadow a:hover {
	color: #2499D6;
  text-decoration: none;
}
.text-m {
	font-family: Roboto Condensed;
	font-size: 17px;
	text-decoration: none;
	color: #2499D6;
    /*text-shadow: 3px 3px 8px #000000;*/
    /*text-shadow: 4px 4px 8px rgba(0,0,0, 0.3);*/
}
.text-m a {
	color: #2499D6;
  text-decoration: none;
}
.text-m a:hover {
	color: #2499D6;
  text-decoration: none;
}
.text-white {
	font-family: Roboto Condensed;
	font-size: 17px;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.text-white a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.text-white a:hover {
	text-decoration: none;
	color: #2499D6;
}
.text-black {
	font-family: Roboto Condensed;
	font-size: 15px;
	color: black;
}
.text-black a {
	text-decoration: none;
	color: black;
}
.text-black a:hover {
	text-decoration: none;
	color: #2499D6;
}
.nadpis {
  font-family: Roboto Condensed;
	font-size: 22px;
	text-decoration: none;
	color: #2499D6;
}
.nadpis-big {
  font-family: Roboto Condensed;
	font-size: 32px;
	text-decoration: none;
	color: #2499D6;
  font-weight: bold;
}
.nadpis-white {
  font-family: Roboto Condensed;
	font-size: 22px;
	text-decoration: none;
	color: white;
}
.nadpis-maly {
  font-family: Roboto Condensed;
	font-size: 18px;
	text-decoration: none;
	color: #2499D6;
}

#form-nadpis-0 {
    margin-bottom: -45px;
}
.nadpis-green {
  font-family: Roboto Condensed;
  font-size: 16px;
  color: #555;
  text-decoration: none;
}
.nadpis-red {
  font-family: Roboto Condensed;
  font-size: 16px;
  color: #555;
  text-decoration: none;
}

/* Dropdown */
.admin-btn {
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #555;
  text-decoration: none;
}
.navbar {
  overflow: hidden;
  background-color: transparent;

}
.navbar a {
  float: right;
  font-family: Roboto Condensed;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
}
.dropdown {
  float: right;
  overflow: hidden;
  font-family: Roboto Condensed;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 20px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: white;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  color: #2499D6;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(black 0%, #2499D6 100%);
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: white;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* END Dropdown */

/* Combobox */
.dropbtnadmin {
  margin-bottom: 7px;
  padding: 3px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  color: #919191;
  line-height: 1.42857143;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropbtnadmin:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.dropdownadmin {
  position: relative;
  display: inline-block;
}
.dropdownadmin-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  font-family: Roboto Condensed;
  font-size: 16px;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: -7px;
  border: 1px solid #cccccc;
}
.dropdownadmin-content a {
  color: #919191;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}
.dropdownadmin-content a:hover {background-color: #2499D6; color: white;}

.dropdownadmin:hover .dropdownadmin-content {display: block;}


.dropbtnadmin-mena {
  float: left;
  margin-top: -36px;
  margin-left: 484px;
  padding: 3px 20px;
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #919191;
  line-height: 1.42857143;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropbtnadmin-mena:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.dropdownadmin-mena {
  position: relative;
  display: inline-block;
  float: left;

}
.dropdownadmin-mena-content {
  float: left;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  font-family: Roboto Condensed;
  font-size: 15px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 415px;
  margin-top: -7px;
  border: 1px solid #cccccc;
}
.dropdownadmin-mena-content a {
  color: #919191;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}
.dropdownadmin-mena-content a:hover {background-color: #2499D6; color: white;}

.dropdownadmin-mena:hover .dropdownadmin-mena-content {display: block;}

.dropbtnadmin-krajina {
  width: 381px;
  margin-bottom: 7px;
  padding: 3px 12px;
  font-family: Roboto Condensed;
  text-align: left;
  font-size: 16px;
  color: #919191;
  line-height: 1.42857143;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropbtnadmin-krajina:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.dropdownadmin-krajina {
  position: relative;
  display: inline-block;
}
.dropdownadmin-krajina-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  font-family: Roboto Condensed;
  font-size: 16px;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: -7px;
  border: 1px solid #cccccc;
}
.dropdownadmin-krajina-content a {
  color: #919191;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}
.dropdownadmin-krajina-content a:hover {background-color: #2499D6; color: white;}

.dropdownadmin-krajina:hover .dropdownadmin-krajina-content {display: block;}


/* END Combobox */
#formular-zeleny {
  font-family: Roboto Condensed;
  float: left;
  margin-bottom: 20px;
  margin-left: 7px;
  color: green; 
  border: 1px solid green;
  padding: 5px;
  width: 563px;
  border-radius: 4px;
  background: #EDFFF1; 
}
#formular-cerveny {
  font-family: Roboto Condensed;
  float: left;
  margin-bottom: 20px;
  margin-left: 7px;
  color: red; 
  border: 1px solid red;
  padding: 5px;
  width: 563px;
  border-radius: 4px;
  background: #FED5D5; 
}
/* Carousel */

#wrapper {
  width: 100%;
  position: relative;
}

#carousel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev,
#next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}

#next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

#content {
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}

.item {
  width: 380px;
  height: 230px;
  border: 1px solid #DFA513;
  padding: 3px;
}
/* END Carousel */

.ng-modal-number-container {
  margin-top: 25px;
  background-color:#F5F5F5;
  border-top: 1px dotted lightgrey;
  width:500px;
  display:flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.questionNumbers {
  margin-top: -27px;
}

.questionNumberIcon {
  width:50px;
  height:50px;
  border-radius:50%;
  font-size:18px;
  color:#000;
  line-height:50px;
  text-align:center;
  background: linear-gradient(#ECECEC 0%, lightgrey 100%);
  /*border:1px solid #555;*/
}
#kosik-detail {
  float: left;
  border-bottom: 1px dotted grey;
  width: 100%;
  margin-bottom: 5px;
}
#kosik-detail-obr {
  float: left;
  background: #ffffff;
  border-radius: 5px;
  padding: 2px;
}
#kosik-detail-nadpis {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
#kosik-detail-kusy {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}
#kosik-detail-tlacidlo {
  float: right;
  font-family: Roboto Condensed;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 4px 4px 10px rgba(0,0,0, 0);
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.1);
  border: 1px solid #2499D6;
  padding: 5px;
  border-radius: 3px;
  width: 70px;
  text-align: center;
  margin: auto;
  margin-top: 18px;
  font-weight: 500;
  background-color:rgba(36, 153, 214, 1);
}
#kosik-detail-tlacidlo:hover {
  color: white;
  background: linear-gradient(#2499D6 0%, #11a5f5 100%);
  text-decoration: none;
}
#kosik-detail-tlacidlo-dole {
  float: right;
  font-family: Roboto Condensed;
  font-size: 16px;
  text-decoration: none;
  color: white;
  text-shadow: 4px 4px 10px rgba(0,0,0, 0);
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.1);
  border: 1px solid #2499D6;
  padding: 5px;
  border-radius: 3px;
  width: 150px;
  text-align: center;
  margin: auto;
  margin-top: 18px;
  margin-left: 10px;
  font-weight: 500;
  background-color:rgba(36, 153, 214, 1);
}
#kosik-detail-tlacidlo-dole:hover {
  color: white;
  background: linear-gradient(#2499D6 0%, #11a5f5 100%);
  text-decoration: none;
}
#kosik-detail-cena {
    float: right;
    margin-top: 18px;
    margin-right: 60px;
}
#kosik-detail-spolu-1 {
    float: left;
    width: auto;
    text-align: left;
    /*height: 100px;
    border: 1px solid #cccccc;
    background-color: #F6F6F6;
    border-radius: 4px;*/
}
#kosik-detail-spolu-2 {
    float: right;
    width: auto;
    text-align: right;
    /*height: 100px;
    border: 1px solid #cccccc;
    background-color: #F6F6F6;
    border-radius: 4px;*/
}
#kosik-detail-spolu-3 {
    float: left;
    width: auto;
    text-align: left;
    /*height: 100px;
    border: 1px solid #cccccc;
    background-color: #F6F6F6;
    border-radius: 4px;*/
}
#kosik-detail-spolu-4 {
    float: right;
    width: auto;
    text-align: right;
    /*height: 100px;
    border: 1px solid #cccccc;
    background-color: #F6F6F6;
    border-radius: 4px;*/
}
.img-24 {
  width: 40px;
    margin-top: 5px;
}
#spolu {
    float: right;
    width: 250px;
}
/* BODY */
#slider {
  z-index: 0;
}
#img-designers {
  float: left;

}
.detail-fotogaleria {
    float: left;
    width: 280px;
    border: 1px solid lightgrey;
    padding: 0px;
    margin: 8px;
}
#kosik {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
}
#kosik-text {
    float: right;
    margin-top: 10px;
    margin-right: -50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2499D6;
    text-align: center;
    color: #fff;
}
.kosik-cislo {
    font-family: Roboto Condensed;
	font-size: 14px;
}
.img-kurieri {
    float: left;
    width: 50px;
    border: 1px solid #cccccc;
    margin: 1.1px;
    background: white;
}
#nazov {
     width: 100%;
     text-align: center;
     border: 1px solid transparent;
}
#home-logo {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}
#telo-cele {
    padding: 0;
    margin: 0px auto;
 }
#telo {
	  width: 1200px;
    padding: 0;
    margin: 0px auto;
}
#katalog-cele {
    padding: 0;
    margin: 0px auto;
    /*background: #F5F5F5;*/
}
#katalog {
    width: 1200px;
    padding: 0;
    margin: 0px auto;
}
#kontakt-cele {
  padding: 0;
  margin: 0px auto;
  /*background: #F5F5F5;*/
}
#kontakt {
  width: 1200px;
  padding: 0;
  margin: 0px auto;
}
#menu-home {
  height: 59px;
}
#obrazok {
  width: 379px;
}
#lava {
  float: left;
  width: 49%;
}
#prava {
  float: right;
  width: 49%;
}
#lava-1 {
  float: left;
  width: 33%;
}
#stred-1 {
  float: left;
  width: 33%;
  margin-left: 6px;
}
#prava-1 {
  float: right;
  width: 33%;
}
#lava-2 {
  float: left;
  width: 66%;
  min-height: 200px;
}
#prava-2 {
  float: right;
  width: 33%;
  margin-right: 5px;
}
#historia-1 {
  float: left;
  width: 31%;
  margin-right: 42px;
}
#historia-2 {
  float: right;
  width: 31%;
}
#historia-3 {
  float: right;
  margin-top: 40px;
  margin-right: 55px;
}
#img-priestory {
  width: 560px;
}
#img-flag {
  float: right;
  width: 60px;
  margin-top: -63px;
}
#ikona {
  width: 40px;
  margin-right: 15px;
  margin-left: 160px;
  float: left;
  margin-top: -5px;
}
#ramcek {
  width: 96%;
  padding: 10px;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#k1 {
  float: left;
  width: 32%;
  margin-right: 24px;
}
#k2 {
  float: left;
  width: 32%;
}
#k3 {
  float: right;
  width: 32%;
}
.logo {
    float: left;
    margin-top: 10px;
    font-size: 17px;
    font-family: Roboto Condensed;
    color:white;
}
#img-logo-velke {
  width: 500px;
}
#image {
  width: 100%;
}
.parallax {
    background-image: url("../images/bg.jpg");
    min-height: 600px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
}
.parallax-cookie {
  background-image: url("../images/bg.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
}
#tlacidlo-modre {
  font-family: Roboto Condensed;
  font-size: 20px;
  text-decoration: none;
  color: white;
  text-shadow: 4px 4px 10px rgba(0,0,0, 0);
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.1);
  border: 1px solid #2499D6;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-weight: 500;
  background-color:rgba(36, 153, 214, 1);
}
#tlacidlo-modre:hover {
  color: white;
  background: linear-gradient(#2499D6 0%, #11a5f5 100%);
  text-decoration: none;
}
#tlacidlo-modre-kosik {
  float: left;
  font-family: Roboto Condensed;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 4px 4px 10px rgba(0,0,0, 0);
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.1);
  border: 1px solid #2499D6;
  padding: 5px;
  border-radius: 3px;
  width: 70px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-left: 5px;
  font-weight: 500;
  background-color:rgba(36, 153, 214, 1);
}
#tlacidlo-modre-kosik:hover {
  color: white;
  background: linear-gradient(#2499D6 0%, #11a5f5 100%);
  text-decoration: none;
}
a .podciarkutie {
  text-decoration: none;
}
#detail-image {
  float: left;
}
#tlacidlo {
  font-family: Roboto Condensed;
  font-size: 17px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 4px 4px 10px rgba(0,0,0, 0.7);
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.5);
  border: 1px solid rgb(255, 255, 255);
  padding: 10px;
  width: 250px;
  text-align: center;
  margin: auto;
  font-weight: 500;
  background:rgba(0,0,0,0.3);
}
#tlacidlo a {
color: white;
text-decoration: none;
}
#tlacidlo a:hover {
 color: #2499D6;
}
#tlacidlo-s {
    font-family: Roboto Condensed;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 4px 4px 10px rgba(0,0,0, 0.7);
    box-shadow: 4px 4px 10px rgba(0,0,0, 0.5);
    border: 2px solid rgb(255, 255, 255);
    padding: 15px;
    width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    font-weight: 500;
    background:rgba(0,0,0,0.3);
}
#tlacidlo-s a {
  text-decoration: none;
  color: #ffffff;
}
#tlacidlo-s a:hover {
  text-decoration: none;
  color: #2499D6;
}
#tlacidlo-cierne {
    font-family: Roboto Condensed;
    font-size: 18px;
    text-decoration: none;
    color: #555;
    /*text-shadow: 4px 4px 10px rgba(0,0,0, 0.7);
    box-shadow: 4px 4px 10px rgba(0,0,0, 0.5);*/
    border: 2px solid #555;
    padding: 15px;
    width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    font-weight: 500;
    /*background:rgba(0,0,0,0.3);*/
}
#tlacidlo-cierne a {
    text-decoration: none;
    color: #555;
}
#tlacidlo-cierne a:hover {
    text-decoration: none;
    color: #2499D6;
}
#menu-mobil {display: none;}

#menu-horizontalne {
    background: rgba(0,0,0,0.7);
    /*border-bottom: 1px solid #DFA513;*/
    /*border-bottom: 1px solid white;*/
    position: fixed;
    top: -70px;
    width: 100%;
    display: block;
    transition: top 0.5s;
    z-index: 15;
  }
#down-cele {
    padding: 0;
    margin: 0px auto;
    background: linear-gradient(#242323 0%, black 100%);
}
#down {
	width: 1200px;
    padding: 0;
    margin: 0px auto;
}
#down-sidlo {
    float: left;
    margin-top: 20px;
    margin-right: 40px
}
#down-kontakt {
    float: left;
    margin-top: 20px;
    margin-right: 40px
}
#down-fu {
    float: left;
    margin-top: 20px;
    width: 260px;
}
#down-oh {
    float: left;
    margin-top: 20px;
}
#down-logo {
    float: right;
    margin-top: 20px;
}
#down-text {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
#ponuka-cele {
    padding: 0;
    margin: 0px auto;
}
#ponuka {
	width: 1200px;
    padding: 0;
    margin: 0px auto;
}
#separator {
    clear: both;
}
#separator-5 {
    clear: both;
    height: 5px;
}
#separator-10 {
    clear: both;
    height: 10px;
}
#separator-20 {
    clear: both;
    height: 20px;
}
#separator-30 {
    clear: both;
    height: 30px;
}
#separator-40 {
    clear: both;
    height: 40px;
}
#separator-50 {
    clear: both;
    height: 50px;
}
#separator-60 {
    clear: both;
    height: 60px;
}
#separator-70 {
    clear: both;
    height: 70px;
}
#separator-80 {
    clear: both;
    height: 80px;
}
#separator-90 {
    clear: both;
    height: 90px;
}
#separator-100 {
    clear: both;
    height: 100px;
}
#separator-140 {
    clear: both;
    height: 140px;
}
#map {
   width: 100%;
   height: 500px;
   background-color: grey;
}
#mapa {
    margin-top: -19px;
}
#produkt {
  float: left;
  width: 300px;
  margin-bottom: 30px;
}
#img-produkt {
  width: 300px;
}
#formular-cele {
    padding: 0;
    margin: 0px auto;
}
#formular {
	  width: 1200px;
    padding: 0;
    margin: 0px auto;
}
#formular-cele-kontakt {
    padding: 0;
    margin: 0px auto;
    background-image: url("../images/bg-fialova.jpg");
}
.grecaptcha-badge {
    visibility: hidden;
}
#kocka1 {
    float: left;
    width: 280px;
    margin-right: 26px;
}
#kocka2 {
    float: right;
    width: 280px;
}
#kolekcie-okno-1 {
    float: left;
    margin-right: 26px;
}
#kolekcie-okno-1 a:hover{
  opacity: 0.3;
}
#kolekcie-okno-2 {
  float: right;
}
#kolekcie-okno-2 a:hover{
  opacity: 0.3;
}
.img-kolekcie {
  width: 280px;
  height: 197px;
}
.img-kolekcie-detail {
  width: 550px;
  margin-bottom: 5px;
}
.img-kolekcie-detail-maly {
  float: left;
  width: 270px;
  margin-right: 10px;
}
/* FORM */
.form-control {
  /* display: block; */
  width: 550px;
  margin-bottom: 7px;
  height: 15px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.form-control-sprava {
  display: block;
  max-width: 550px;
  min-width: 550px;
  height: 160px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-sprava:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.form-control-kosik {
  /*display: block;*/
  width: 90%;
  margin-bottom: 7px;
  height: 15px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-kosik:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.form-control-sprava-kosik {
  display: block;
  min-width: 90%;
  max-width: 90%;
  height: 120px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-sprava-kosik:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.form-control-combobox {
  width: 322px;
  margin-bottom: 7px;
  padding: 3px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: grey;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-combobox:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
.button {
  width: 578px;
  height: 65px;
  margin-top: -12px;
  font-size: 20px;
  font-family: Roboto Condensed;
  color: #FFFFFF;
  font-weight: 500;
  cursor: pointer;
  /*background-color: #0080C8;*/
  background: linear-gradient(#11a9fa 0%, #2499D6 100%);
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: 0.3s;
}
.button:hover {
background: linear-gradient(#11a9fa 0%, #0f79b3 100%);
}

/* OZNAM KONTAKT */

#ochrana {
    float: right;
    margin-right: 380px;
    margin-top: 18px;
}
#oznam {
  width: 100%;
  background-color: rgba(36, 153, 214, 0.5);
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.5);
}
#oznam-chyba {
  width: 100%;
  background-color: rgba(248, 54, 64, 0.8);
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 4px 4px 10px rgba(0,0,0, 0.5);
}

/* MOBIL MENU */

#menu {
    float: right;
    margin-right: -55px;
    margin-top: 2px;
}
.menu-nadpis {
    font-family: PT Sans;
	font-size: 14px;
	text-decoration: none;
	color: #2499D6;
}

.page_title,
.what_to_do {
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0,0,0,.8);
  text-transform: uppercase;
}

/* PEN STYLES ========== */
a,
.side_menu {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
    z-index: 1;
}

/* MENU CONTAINER ----- */
  .side_menu {
    background: linear-gradient(#000 0%,#000 13%, transparent 100%);
    height: 100vh;
    left: -250px;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 5;
  }
  .side_menu .container {
    padding: 0 1em;
  }

/* HAMBURGER STYLES ----- */
  .burger_box {
    display: block;
    float: right;
    margin-right: -45px;
  }
  .burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 25px;
    padding: 10px;
    opacity: .7;
    width: 25px;
    z-index: 1000;
  }
  .burger_box a.menu-icon:hover,
  .burger_box a.menu-icon.opened {
    opacity: 1;
  }
  .burger_box a.menu-icon.opened {
    background: #000;
  }
  .burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: left;
    width: 25px;
  }
  .burger_box .menu-icon_line {
    background: #2499D6;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
  }
  .burger_box .menu-icon_line--1 {
    top: 2px;
  }
  .burger_box .menu-icon_line--2 {
    top: 10px;
  }
  .burger_box .menu-icon_line--3 {
    top: 18px;
  }
  .burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
  }
  .burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
  }
  .burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
  }
  .burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  .burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
  }
  .burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
  }
  .burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }
  .burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
  }

/* STAGGER LIST ----- */
  .list_load {
    display: none;
    list-style: none;
    padding: 0;
  }
  .list_item {
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .list_item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  .list_item a:hover {
    background: linear-gradient(to right, #DFA513 0%, #DFA513 30%, transparent 100%);
  }

/* SCROLL TOP */
.scrollToTop{
	position:fixed;
	bottom: 40px;
	right: 40px;
	display:none;
}
#scroll {
    width: 50px;
}

/* POPUP */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: inline;
}
.cnt223 a{
    text-decoration: none;
}
.popup{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}
.cnt223{
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: linear-gradient(white 0%, whitesmoke 100%);
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    margin-top: 10px;
}
.cnt223 p{
    clear: both;
    color: #555555;
    text-align: justify;
    font-size: 15px;
    font-family: Raleway;
}
.cnt223 p a{
    color: #d91900;
}
.cnt223 p a:hover{
    color: darkred;
}
.cnt223 .x{
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover{
    cursor: pointer;
}


.scrolling {
  animation: marquee 35s linear infinite;
  display: block;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


/* TABLE */

table {
    border: 1px solid #E2E2E9;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 3px 5px rgba(57, 10, 72, 0.1);
    margin-bottom: 30px;
}
td, th {
    text-align: left;
    padding: 7px;
}
tr:nth-child(even) {
    background: linear-gradient(to right, #f0f0f3 0%, #f5f5f7 100%);
}

/* ADMIN */

#panel-cele {
  padding: 0;
  margin: 0px auto;
  background: black;
  color: white;
  height: 30px;
}
#panel {
  width: 1200px;
  padding: 0;
  margin: 0px auto;
}
#panel-menu-cele {
  padding: 0;
  margin: 0px auto;
  background: #F6F6F6;
  height: 30px;
}
#panel-menu {
  width: 1200px;
  padding: 0;
  margin: 0px auto;
}
#admin-menu-nadpis {
  float: left;
  margin-top: 5px;
}
#admin-menu-menu {
  float: left;
  margin-top: 2px;
  font-family: Roboto Condensed;
  font-size: 15px;
  text-decoration: none;
  color: #555;
}
#admin-menu-right {
  float: right;
  margin-top: 5px;
}
#admin-menu-right-nahlad {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  text-decoration: none;
}
.admin-button {
  width: 200px;
  height: 35px;
  font-size: 17px;
  margin-top: -10px;
  font-family: Roboto Condensed;
  color: #FFFFFF;
  font-weight: 500;
  cursor: pointer;
  /*background-color: #0080C8;*/
  background: linear-gradient(#11a9fa 0%, #2499D6 100%);
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: 0.3s;
}
.admin-button:hover {
background: linear-gradient(#11a9fa 0%, #0f79b3 100%);
}
.admin-form-control {
  display: block;
  width: 350px;
  margin-bottom: 7px;
  height: 15px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.admin-form-control:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
/* ADMIN MENU */
.adminbtn {
  float: left;
  background-color: #F6F6F6;
  color: black;
  padding: 5px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  font-family: Roboto Condensed;
	font-size: 15px;
	text-decoration: none;

}
.adminbtn:hover {
  color: #11a9fa;
}
.admindown {
  position: relative;
  display: inline-block;
}
.admindown-content {
  display: none;
  margin-top: 25px;
  margin-left: 0px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 0px;*/
  border: 1px solid;
  border-color: #D6E1E8;
  z-index: 1;
}
.admindown-content a {
  color: black;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
}

.admindown-content a:hover {
  background-color: #11a9fa;
  color: white;
}

.admindown:hover .admindown-content {
  display: block;
}
#admin-clanky {
	background: #FBFBFB;
	border: 1px solid;
  border-color: #D6E1E8;
	padding: 10px;
  font-family: Roboto Condensed;
	font-size: 15px;
	text-decoration: none;
	color: #555;
}

/* SNACKBAR */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
 visibility: hidden; /* Hidden by default. Visible on click */
 min-width: 250px; /* Set a default minimum width */
 margin-left: -125px; /* Divide value of min-width by 2 */
 background-color: #333; /* Black background color */
 color: #fff; /* White text color */
 text-align: center; /* Centered text */
 border-radius: 2px; /* Rounded borders */
 padding: 16px; /* Padding */
 position: fixed; /* Sit on top of the screen */
 z-index: 1; /* Add a z-index if needed */
 left: 50%; /* Center the snackbar */
 bottom: 30px; /* 30px from the bottom */
 font-family: Roboto Condensed;
 color: white;
 text-decoration: none;
 font-size: 22px;
 background: linear-gradient(#2499D6 0%, #11a5f5 100%);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
 visibility: visible; /* Show the snackbar */
 /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
 However, delay the fade out process for 2.5 seconds */
 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
 animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
 from {bottom: 0; opacity: 0;}
 to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
 from {bottom: 0; opacity: 0;}
 to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
 from {bottom: 30px; opacity: 1;}
 to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
 from {bottom: 30px; opacity: 1;}
 to {bottom: 0; opacity: 0;}
}
/* SNACKBAR END */

#frm-cart2Form-krajina {
  width: 332px;
  margin-bottom: 7px;
  height: 30px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 15px;
  line-height: 1.42857143;
  color: #A0A0A0;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#frm-cart2Form-krajina:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}

#frm-cart2Form-krajina2 {
  width: 332px;
  margin-bottom: 7px;
  height: 30px;
  padding: 6px 12px;
  font-family: Roboto Condensed;
  font-size: 15px;
  line-height: 1.42857143;
  color: #A0A0A0;
  background-color: #F6F6F6;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#frm-cart2Form-krajina2:focus {
  border-color: #2499D6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(36, 153, 214, 0.5);
}
