html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}

#page{
	width: 100%;
	height: 100vh;
  position: relative; 
	top: 0;
	left: 0;
}

/* back to top */

.back-to-top{
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #DF292D;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
}

.back-to-top:hover{
  background-color: #333;
}

.back-to-top i{
  color: #fff;
  font-size: 30px;
  margin: auto;     
}

@media (max-width: 850px){
.back-to-top{
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
}

.back-to-top i{
  margin: auto;
  font-size: 17px;     
}

}

/* header telefon */
.logo{
  widows: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: 5px;
}

.navbar{
  background-color: #000;
  height:62px;
  width: 100%;
  position: relative;
  z-index: 50;
}

.navbar a{
  display: block;
  color:#f2f2f2;
  padding:18px 16px;
  text-decoration:none;
  font-size:17px;
}

.side-nav{
  width:0;
  position: absolute;
  z-index:30;
  top:70;
  left:0;
  background-color: #fff;
  overflow-x:hidden;
  padding-top:10px;
  transition: 0.6s;
}

#side-nav-img{
  display: flex;
}

#side-nav-img img{
  margin: 20px auto;
}    

.side-nav a{
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  display: block;
}

.side-nav a:hover{
  color: #ed1c24;
  transition: 0.4s;
}  

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:45px;
  margin-left:50px;
}

/* // section-1 */

#section-1{
  display: flex;
  width: 100%;
  z-index: 20;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.text{
  width: 90%;
  margin: 100px auto;
  position: relative;
}

.text p{
  margin: 0;
  color: #fff;
  font-size: 2.6em;
  font-weight: 600;
  text-shadow: 2px 2px #000;
  font-family: 'Allerta Stencil';
}

.underline{
  background-color: #DF292D;
  width: 60px;
  height: 4px;
  margin-top: 10px;  
  display: block;
}

.text a{
  justify-content: space-around;
  flex: 1;
  position: absolute;
  display: block;
  text-decoration:none;
  border: none;
  color: #fff;
  background-color: red;
  padding: 10px 30px;
  text-align: center;
  font-size: 1em;
  bottom: 0px;
  border-radius: 20px;
}

.text a:hover{
  transform: scale(0.9);
  transition: 0.5s;
}

/* slider */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.slider {
  width: 100%;
  z-index: 10;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.slider .controll {
  display: none;
}

.slider .controll .fa {
  background: #333;
  color: #fff;
  padding: 5px 10px;
  margin: 80px 5px 0 5px;
}

.slider .controll .fa:hover,
.slider .controll .fa.active {
  color: #fff;
  background: #DF292D;
}

.slider ul {
  color: #fff;
  position: absolute;
  list-style: none;
  background-color: #333;
}

.slider ul li{
  float: left;
  background-image: url(img/event3-ozadje.jpg);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.slider ul li:nth-child(2){
  background-image: url(img/cayman1-ozadje.jpg);
}


/* sectio-1 media query */

.onas{
  width: 100%;
  background: #000;
  padding: 30px 0;
}

.onas-text{
  width: 90%;
  margin: 0 auto;
}

.big-text-w{
  font-size: 50px;
  /*font-family: 'Michroma', sans-serif;*/
  font-family: 'Allerta Stencil', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.small-text-onas{
  text-align: center;
  color: #fff;
  padding: 20px;
}

.steps{
  width: 75px;
  height: 75px;
  background-color: #fff;
  margin: 40px auto;
  border-radius: 50%;
  display: flex;
}

.steps p{
  margin: auto;
  font-size: 2.5em;
  font-family: 'Allerta Stencil', sans-serif;
  font-weight: 700;
}

.steps-text{
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  margin: 20px;
}

/* // section-2 produkti */

#section-2{
  width: 100%;
  background-color: #f9f9f9;
  padding: 50px 0;
}

.big-text{
  text-align: center;
  font-size: 50px;
  /*font-family: 'Michroma', sans-serif;*/
  font-family: 'Allerta Stencil', sans-serif;
  font-weight: 400;
  color: #000;
}

.underline-text{
  margin:20px auto;
  background-color: #DF292D;
  width: 100px;
  height: 2px;
  display: block;
}

.card-container{
  width: 90%;
  margin: 0 auto;
}

.card{
  margin: 20px 0;
  box-shadow: 2px 5px 5px 2px rgba(0,0,0, 0.5);
  position: relative;
}

.btn{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 30px;
  margin-left: -50px;
  margin-top: -15px;
}

.btn a{
  text-decoration:none;
  border: none;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  font-size: 1em;
  padding: 10px 15px;
  border-radius: 20px;
}

.btn:hover{
  transform: scale(0.9);
  transition: 0.5s;
}

/* copyright */

.footer{
  padding: 20px;
  width: 100%;
  background-color: #111;
  color: #fff;
  text-align: center;
}

/* end of footer */

/* avti */

.card-avti{
  margin: 20px 0;
  box-shadow: 2px 5px 5px 2px rgba(0,0,0, 0.5);
  position: relative;
  background-color: #e9e9e9;
  padding: 10px;
}

.card-avti h2{
  text-align: center;
  font-family: 'Allerta Stencil', sans-serif;
  margin: 5px;
}

.btn-avti a{
  text-decoration:none;
  border: none;
  color: #fff;
  background-color: red;
  text-align: center;
  font-size: 1em;
  padding: 10px 25px;
  border-radius: 20px;
  margin: auto;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.2);
}

.btn-avti{
  display: flex;
}

.btn-avti:hover{
  transform: scale(0.9);
  transition: 0.5s;
}

.avti-text p{
  color: #000;
  background-color: #fefefe;
  text-align: center;
  font-size: 1em;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 5px;
}

.cena{
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/*  */
 
/* kolendar */

.calendar-wrap{
  width: 100%;
  padding: 60px 0;
}

.calendar{
  width: 90%;
  margin: auto;
}

.calendar ul{
  list-style: none;
}

.calendar .other-month{
  background-color: #555;
}

.calendar .days li{
  padding: 5px 0 20px 0;
  border: 1px solid #222;
}

.calendar .date{
  margin: 0 5px;
  font-size: 1.2em;
  padding: 3px;
  border-radius: 20px;
  color: #fff;
  background-color: #333;
}

.calendar .date-mobile{
  margin: 0 5px;
  font-size: 1.2em;
  padding: 3px;
  border-radius: 20px;
  background-color: red;
}

.calendar .event p{
  margin: 10px;
  font-size: 1.2em;
}

.calendar .event a{
  margin: 10px 0 0 10px;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  background-color: #000;
  border-radius: 20px;
}

.content{
  padding: 20px 10px 5px 10px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 1000px){
  .calendar .weekdays, .calendar .other-month{
    display: none;
  }
}

/*  */

/* drugo */

.section-drugo{
  padding: 0;
  width: 100%;
}

.containor-drugo{
  width: 85%;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}

.big-text-drugo{
  font-size: 25px;
}

.text-drugo{
  margin: 20px 0;
}

.containor-drugo a, .prijava a{
  margin: 20px 0;
  text-decoration: none;
  color: #fff;
  background-color: red;
  border-radius: 20px;
  font-size: 1em;
  padding: 10px 25px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.2);
}

.containor-drugo a, .prijava a:hover{
  transform: scale(0.9);
  transition: 0.5s;
}

/*  */

/* prijava */

.prijava{
  width: 90%;
  margin: 40px auto;
}

input, select{
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
}

label{
  font-size: 20px;
}

.pay{
  display: flex;
  flex-flow: column;
  margin: 20px auto;
}

.pay img{
  margin: 10px auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pay img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*  */












