* {box-sizing: border-box}
body {font-family: Arial;}
p{font-size: 18px; line-height: 1.5; margin: 20px 0; font-family: 'Montserrat', sans-serif;}
p span{color: #dc0101;}
hr{border-top: 1px solid #dc0101; margin-right: 100px}
h1, h2, h3, a, li, span, div, label{font-family: 'Epilogue', sans-serif; font-family: 'Montserrat', sans-serif;}
h2{font-weight: bold}
label, button{font-size: 16px}
section{margin: 60px 0;}

/***************************/
/**** Navbar ****/
/***************************/

.navbar{padding: 20px 0; margin-bottom:0;}
#mainMenu{text-align: center;}
#mainMenu{padding-top: 10px}
#mainMenu li{list-style: none; font-size: 16px}
#mainMenu a{color: #111}
#mainMenu a:hover{text-decoration: none; color: #dc0101;}


/***************************/
/**** Page title ****/
/***************************/

#page-title{background: #f2f2f2; padding: 40px 0; margin-top:0;}
#page-title h1{text-align: center; font-size:44px;}
#page-title h3{color: indianred;}
#page-title p{padding-top: 40px;}

#mulumesc-page-title{
  border-top: 10px solid #eee;
  padding-top: 40px;
  margin-bottom: 40px;}


/***************************/
/**** Produse Carousels ****/
/***************************/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

#produse {margin-bottom:0;}
#produse p{font-size:16px;}
#produse .container .col-sm-4{margin-bottom: 60px;}
#produse .btn-danger{padding:6px 12px; font-size: 16px;}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  #produse .container .col-sm-4{margin-bottom: 30px;}
}

/***************************/
/**** Cerere oferta ****/
/***************************/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 650px;
  }
  .modal-header{padding: 15px 25px}
  .modal-header .close{color: #777;}
  .modal-body{padding: 15px 25px}
  .modal-footer{padding: 15px 0px}

  .modal-title{color: #dc0101; font-weight: bold}

 #myModalCerereOferta {padding-top: 10px; z-index: 1111}
 #myModalCerereOferta label{margin-left: 0px}
 
 

/***************************/
/**** Footer ****/
/***************************/

 footer{background: #262626; padding: 40px 20px !important;}
 footer img{max-height: 60px}
 footer h2{color:#de1212; font-size: 18px; text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
  margin: 20px 0 20px 0;
letter-spacing: 1px}
  footer p{margin: 0 0 5px 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;}
  footer a{color: #888888;}
  footer a:hover{text-decoration: none; color:#db3d3d}

  .bottom{background: #f2f2f2}
  .bottom p{font-size: 14px; color:#808080; margin-left: 15px}