@font-face {
  font-family: Helvetica Bold;
  src: url(../fonts/HelveticaNeueLTW1GBdCn.otf);
  font-weight: 700;
}


@font-face {
  font-family: Helvetica Light;
  src: url(../fonts/HelveticaNeueLTW1GThCn.otf);
  font-weight: 200;

}

  

* {
    margin: 0;
    padding: 0;
   
}


iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  margin: 0;
}








/* privacy policy page start */


.container {
  width: 100%;
 
  
}


.inner-container {
  margin: auto;
  max-width: 1100px;
  margin-bottom: 100px;
  padding: 0px 20px 0px 20px;
  
}


.bar {
  height: 150px;
  background:#026198;
 
}


.inner-bar-container {
  max-width: 1100px;
  margin: auto;
 
  
  vertical-align: middle; 

  padding: 0px 20px 0px 20px;
}


.inner-bar-left {
  width: 50%;
  height: 150px;
  display: flex;
  justify-content: flex-start;
  float: left;
  align-content: center;
  flex-wrap: wrap;
}

.inner-bar-right {
  width: 50%;
  height: 150px;
  display: flex;
  float: right;
  justify-content: flex-end;
  align-items: center;
  
}

.sibiu-logo {
  margin-top: -5px;
  width: 300px;

}


#back-btn {
  background: #f3f3f3;
  padding: 15px 15px 12px 12px;
  text-decoration: none;
  border-radius: 5px;
  color:#026198;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}




#back-btn:hover {
  background:#ffffff;
  padding: 15px 15px 12px 12px;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: middle;
  color: #026198;
  transform: scale(1.1);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


#btn-icon {
  fill:#026198;
  width: 10px;
  float:left;
  margin-right: 10px;

}


#back-btn:hover #btn-icon {
  fill:#026198;
  margin-right:15px;
  
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
 
}




/*
#back-btn img {
  margin-top: -1px;
  width: 10px;
  float:left;
  margin-right: 10px;
}*/






#back-btn {
  float:right;
}


h1 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 70px;
  font-size: 2.5em;
}


h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin-top: 40px;
}


h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  margin-top: 25px;
  color: #026198;

}


h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin-top: 20px;
  color: #026198;

}


p {
  margin-top:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;

}


p b {
  font-family: Arial, Helvetica, sans-serif;
}


a {
  color:#026198;
  font-family: Arial, Helvetica, sans-serif;
}


hr {
  border: .5px #dadada solid;
}


ul {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  margin-left: 50px;

  
}

ul li {
  margin-bottom: 5px;

}


ul li::before {
    content: "⬤";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #026198; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width:2em; /* Also needed for space (tweak if needed) */
    /*margin-left: -1em;  Also needed for space (tweak if needed) */
    margin-left: -35px;
}






.table-cookies {
  border-collapse: collapse;
  
}

.table-cookies tr {
  background: #f3f3f3;
}

.table-cookies td {
  border: 1px solid #dadada;
  vertical-align: top;
  padding: 15px 20px 10px 15px;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
}

.table-cookies th {
  color: #026198;
  text-transform: uppercase;
  padding: 15px 20px 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  border: 1px solid #dadada;
  text-align: left;
}









/* privacy policy page end */