/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
img {
    max-width: 100%;
    height: auto;
}
#upBtn {
  display: none;
  font-size: 36px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 999999;
  border: none;
  outline: none;
  background-color: transparent;
  color: #BF0000;
  cursor: pointer;
}

#upBtn:hover {
  color: lightblue;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-brand {
  background: url(images/logo_EDILGALCON.png) center / contain no-repeat;
  width: 200px;
}
a.navbar-brand {
  font-size: 0px !important;
}
a.active {
    border-bottom: 2px solid #c2c2c2;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 520px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 520px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 520px;
}
.carousel-indicators li {
    border: 1px solid #000000 !important;
}
.carousel-indicators .active {
    background-color: #939393 !important;
}
@media screen and (min-width: 768px) {
.carousel-caption {
    right: 0% !important;
    left: 0% !important;
}
}
.carousel-caption h1 {
    padding: 10px 0;
    background: rgba(147, 147, 147,0.5);
}
.topup {
    padding-top:1em;
}
.reds {
    font-size: 2em;
    color: red;
}
.section {
    padding-top: 50px;
}
.section h1 {
    color: #1e8bc3;
}
#desprenoi .glyphicon, #servicii .glyphicon {
    font-size: 2em;
}
#servicii .panel {
    min-height: 155px;
}
#servicii .panel-heading {
    min-height: 50px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.iso .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.iso h2 {
  font-weight: normal;
}
.iso .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2em 0 -1em 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
form input, form textarea, form select {
    outline: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-form input:not([type="submit"]), .contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.contact-form textarea {
    min-height: 150px;
    margin-bottom: 20px;
}
.contact-form input:not([type="submit"]):focus, .contact-form input:not([type="submit"]):hover, .contact-form textarea:focus, .contact-form textarea:hover {
    border-color: #0f75bd;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}