/* General */
h2 {
  color: #171218;
}

.clear {
  clear: both;
}

.inline {
  display: inline-block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

body {
  font-family: "Dosis";
  background-image: url("../assets/background1.jpg");
}

.tc {
  text-align: center;
}

html {
  background-color: #171218;
}

li {
  list-style: none;
}

.pages {
  display: none;
}

.pages .link {
  margin-left: 10px;
  padding: 2px 6px;
  background: #171218;
  color: white;
}

#cosmetice .active {
  background-color: #564950;
}

.not1 {
  padding-top: 20px;
}

/* Header */

nav .navbar-fixed-top {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
  
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  
  font-size: 17px;
  padding: 15px;
}


/* Menu */ 

nav .menu {
  float: right;
  list-style: none;
  margin-top: 25px;
  margin-right: 50px;
  font-size: 16px;
  padding-left: 0px;
}

nav .logo-icon img{
  width: 190px;
}

.menu > li {
  display: inline;
  padding-left: 20px;
}

.menu a {
  color: #898989;
}

/* Dropdown */

.dropdown-menu {
  font-size: 16px;
  margin-top: 5px;
  min-width: 105px;
}

.dropdown-menu li a {
  color: #898989;
  padding: 6px 20px;
  font-weight: 300;
}


/* Carousel */

.slider {
  position: relative;
  width: 100%;
  height: 470px;
  border-bottom: 1px solid #ddd;
}

.slide {
  background: rgba(0, 0, 0, 0.09);
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active-slide {
    display: block;
}

.slide-img {
  text-align: right;
}

/* Slide feature */

.slider-nav {
  text-align: center;
  margin-top: 20px;
}

.arrow-prev {
  margin-right: 45px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.arrow-next {
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.slider-dots {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.slider-dots li {
  color: #bbbcbc;
  display: inline;
  font-size: 30px;
  margin-right: 5px;
}

.slider-dots li.active-dot {
  color: #363636;
}

#galerie,
#localuri,
#harta,
#zoo,
#home,
#istoric {
  margin-top: 59px;
}

.img-scale img {
  -webkit-transition: all .3s ease; /* Safari and Chrome */
  -moz-transition: all .3s ease; /* Firefox */
  -o-transition: all .3s ease; /* IE 9 */
  -ms-transition: all .3s ease; /* Opera */
  transition: all .3s ease;
}

.img-scale img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
  -moz-transform:scale(1.5); /* Firefox */
  -ms-transform:scale(1.20); /* IE 9 */
  -o-transform:translatZ(0) scale(1.20); /* Opera */
  transform:translatZ(0) scale(100);
  z-index: 2;
  border: 2px solid lightGray;
}

.thumb-info .thumb-info-title {
    transition: all 0.3s ease 0s;
    background: rgba(36, 27, 28, 0.9) none repeat scroll 0% 0%;
    bottom: 10%;
    font-size: 18px;
    left: 0px;
    padding: 9px 11px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    color: #FFF;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
}
.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}
.thumbnail .thumb-info img {
  height: 315px;
}
