* {box-sizing: border-box}
.public-sans-reclame {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

body {font-family: "Public Sans"; letter-spacing:-1px;}
p{font-size: 18px; line-height: 1.5; margin: 20px 0; font-family: "Public Sans", sans-serif; letter-spacing:0;}
p span{color: #e7235e;}
hr{border-top: 1px solid #dc0101; margin-right: 100px}
h1, h2, h3, a, li, span, div, label{font-family: "Public Sans", sans-serif;}
h2{font-weight: bold}
label, button{font-size: 16px}
section{margin: 60px 0;}



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

.navbar{padding: 20px 0; margin-bottom:0;}
.navbar #logo img{width:100px;}
#mainMenu{text-align: center;}
#mainMenu{padding-top: 10px}
#mainMenu li{
	list-style: none;
    font-size: 16px;
    display: inline;
    margin: 0 15px;
}
#mainMenu a{color: #111}
#mainMenu a:hover{text-decoration: none; color: #e7235e;}


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

#page-title{background: #E9E9E7; padding: 40px 0; margin-top:0;}
#page-title h1{text-align: center; color:#e7235e; font-size:40px;}
#page-title h3{color: #029bc9; line-height:1.5; font-size: 32px;}
#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;}
#produse h2{color: #029bc9;}

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

#produse{margin-bottom:0;}
#produse p{font-size:16px;}
#produse .col-sm-4{margin-bottom: 60px;}
#produse .btn-danger{padding:6px 12px; font-size: 16px; background-color: #e7235e; border-color:#b51a49;}
#produse .btn-danger:hover{background-color: #b51a49;}

/* 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;
}

.logo-small {
color: #00afef;
font-size: 50px;
}

.dece h2{color: #e7235e; margin-bottom: 20px;}
.dece h4{font-size: 16px; font-weight:bold;}
#page-title .dece p{font-size: 16px; padding-top:0px;}
#page-title .dece .col-sm-3{height: 130px;}
#page-title .dece span{color: #029bc9;}

#desprenoi .page-title{background: #E9E9E7; padding: 40px 0; margin-top:0;}
#desprenoi h1{color: #e7235e;}
#desprenoi h2{color: #e7235e; font-size: 26px; font-weight:normal; margin:40px 0 20px 0;}
#desprenoi h3{font-size: 20px;}
#desprenoi h4{color: #029bc9; margin-top: 40px;}
#desprenoi p{margin: 10px 0 20px 0;}

.tabcontent {
    padding: 6px 12px;
}
.kep {
    padding: 0;
    margin: 1px;
    width: 16.55% !important;
}

@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}
}

/***************************/
/**** 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: #1c1c1a; padding: 40px 20px !important;}
 footer img{max-height: 60px}
 footer h2{color:#e7235e; 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:#e7235e}

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