/* baze */
html, head, body {
    width: 100%; }
body {
  background-color: #f1f1f1;;
}
body > div {
	max-width: 1600px;
	margin: auto;
}
#navbar {
  width: 100%;
  top: 0;
  background-color: #667BAF; 
  position: fixed;
  z-index: 99;}


#navbar a {
  color: #ffffff;
  text-align: center;
  padding: 10px;  
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s, color .3s; }

#navbar a:hover {
  border-bottom: 2px solid #ffffff;
  }
#navbar a b {
  font-weight: 500;
}

.logo img {
   float: left;
   padding: 0 200px 15px 210px;
   vertical-align: middle;
   word-spacing:30px;}

.logo {
   height: 4%;
   width: 4%}

h2.sigla {
  color: white;
  vertical-align: middle;
  text-shadow: 4px 4px #0060d2;}

#navbar-right {
  float: right;
  text-shadow:none;}

/* CONTINUTUL*/

/* Slideshow container */
.content-acasa {
  background-color: #f1f1f1;
  padding-top: 25px;}
.content-acasa .row-logo img {
	width: 90%;
	margin: 5%;}

.mySlides {
   width: 100%;
   height: 560px;
   position: relative;
   padding: 80px 30px 0px;}

   @media (max-width: 767px) {
    .mySlides {
      height: auto; } }

/* descriere activitate*/
.col-container {
      display: flex;
      width: 100%;
      text-align: justify;
      padding: 40px 30px 0;}
      @media (max-width: 767px) {
        .col-container {
          flex-direction: column;}}

  .col { 
        flex: 1;
        padding: 20px 30px 0;
        display: inline-block;
        margin-left: 30px;
        margin-right: 20px;    
        text-align: justify;
        font-size: 17px;}

/*Partenerii  logo*/

.partenerii {
width: 100%;
height: 90px;
text-align: center;}

.column-logo {
  float: left;
  width: 16.66%;
  padding:10px 15px 50px;
padding-bottom: 80px;}

.row-logo::after {
  content: "";
  clear: both;
  display: table;}

/*footer*/

 .copyright {
   width: 100%;
    float: right;
    list-style-type: none;
    bottom: 0;
    color: #B2B9BC;
    background-color: #ffffff;}

#info {
   width: 100%;
   height: 120px;
   text-align: center;
   padding-top: 15px;
   padding-right: 100px;
   color:  #B2B9BC;}

  .tabel {
   width:80%;
    height:30px;  
   float: right;
   color:  #B2B9BC;}

 .iconite img {
  width: 40px;
  height: 30px;
  list-style-type: none;
  padding-right: 5px;
   color: #B2B9BC;}

   img.iconite {
    color: #B2B9BC;
   }

/*sfarsit index.html */

/*furnizori. html_COLOANE */

.main-furnizori {
  max-width: 1600px;  
  padding-top: 80px;
  background-color: #f1f1f1;}

/* spatiu intre coloane */
.row-furnizori,
.row-furnizori  > .column-furnizori {
  padding: 7px 10px 10px;}

/* patru coloane */
.column-furnizori {
  float: left;
  width: 25%;}

/* Clear floats after rows */ 
.row-furnizori:after {
  content: "";
  display: table;
  clear: both;}

/* Content */
.content-furnizori {
  background-color: white;
  padding: 7px 12px 12px;
  font-family: Georgia;
    min-height: 40rem;}
.content-furnizori img {
	width: 100%;}

h5 {text-align: center;}

/* Sfarsit furnizori.html*/

/*produse.html*/

.col-produse {
  display: flex;
  width: 100%;
  background-color: #f1f1f1;
  padding-top: 80px;}

@media (max-width: 767px) {
  .col-produse {
    flex-direction: column;}}

.col {
  flex: 1;
  padding: 16px;
  text-align: justify;
   font-family: 'Roboto', sans-serif;
 background-color: #f1f1f1;}

.col-produse img {
  padding-left: 25px;}




.OFERTE-P {
padding-top: 30px;
  text-align: center;
  color: black;
font-family: Georgia;
    min-height: 17rem;}

.column-ofer-P {
  float: left;
  width: 25%;
  padding: 0 30px;
padding-bottom: 30px;}

/* Remove extra left and right margins, due to padding */
.row-ofer-P {margin: 0 -5px;}

/* Clear floats after the columns */
.row-ofer-P:after {
  content: "";
  display: table;
  clear: both;}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-ofer-P {
    width: 100%;
    display: block;
    margin-bottom: 20px; }}

/* Style the counter cards */
.card-ofer-P {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: white;}

.card-ofer-P img{

  padding-bottom: 40px;}

.card-ofer-P button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #667BAF; 
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 14px;}

.card-ofer-P button:hover {
  opacity: 0.7;}


/* oferte.html*/

/* Float four columns side by side */

.OFERTE {
padding-top: 80px;
padding-bottom: 80px;
  text-align: center;
  color: black;
font-family: Georgia;
    min-height: 17rem;}

.column-ofer {
  float: left;
  width: 25%;
  padding: 0 40px;}

/* Remove extra left and right margins, due to padding */
.row-ofer {margin: 0 -5px; padding-bottom: 30px;}

/* Clear floats after the columns */
.row-ofer:after {
  content: "";
  display: table;
  clear: both;}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-ofer {
    width: 100%;
    display: block;
    margin-bottom: 20px; }}

/* Style the counter cards */
.card-ofer{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;}

.card-ofer img{

  padding-bottom: 40px;}

.card-ofer button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #667BAF; 
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 14px;}

.card-ofer button:hover {
  opacity: 0.7;}


/* VIDEO  */
.content-oferte {
  background-color:  #f1f1f1;
  height: 600px;}

.row-oferte {
    display: flex;
    width: 100%;
    padding-left: 100px;
    padding-bottom: 60px;
    padding-top:40px;}

 .column-ofer h4 {
  text-align:center;}   

  @media (max-width: 767px) {
  .row-oferte {
    flex-direction: column;
    padding-left: 0; } }

.container1 {
    position: relative;
    width: 100%;
    padding-top:15px;}

.column1  {
  padding: 20px;
    width: 100%;
    height: 100%;}

video {
  width:600px;
  height: auto;}

.container2 {
    position: relative;
    width: 100%;
    padding: 15px 0 12px 115px;}

.column2  {
    padding: 80px ;
    width: 100%;
    height: 100%;}


/*figure Promotii*/
.Figure{
  padding-top: 60px;}

.tilter_figure {
  position: relative;
  width: 180px;
  height: 250px;
  padding-top: 20px;
   margin-left: auto;
  margin-right: auto;}

.tilter_image, .tilter_deco, .tilter_caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 60%;
  transition: .5s ease-out;
  transform: translate3d(0, 0, 0);}

.tilter_deco { background-color: rgba(40,150,200,0.3); }

.tilter_figure .tilter_title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 6em;
  position: absolute;
  left: -60px;
  bottom: 50px;
  color: black;
  font-size: 20px;}

.tilter_figure .tilter_tag {
  display: inline-block;
  padding: 5px ;
  margin: 0;
  position: absolute;
  bottom: 5px;
  text-align: left;
  border-top: 2px solid black;
  font-size: 20px;}

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

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}}

/*end oferte.html*/


/* despre noi. html*/
.content-noi
 {background-color:#f1f1f1; 
  padding-top: 94px;}

.noi {
width: 45%;
height: 100%;
margin:auto;
padding: 20px;
text-align: justify;
font-size: 16px;
padding-bottom: 260px;}

 .row-expo > .column-expo {
  padding: 0 8px 30px;
}

.row-expo:after {
  content: "";
  display: table;
  clear: both;}

.column-expo {
  float: left;
  width: 25%;}

.modal-expo {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #f1f1f1;}

.modal-expo-content {
  position: relative;
  background-color: #667BAF; 
  margin: auto;
  padding-top: 20px;
  width: 90%;
  max-width: 1200px;}

.close-expo {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;}

.close-expo:hover,
.close-expo:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;}

.mySlides-expo {
  display: none;}

.cursor {
  cursor: pointer}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #667BAF;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;}
.prev {
  left: -4rem;
}
.next {
  right: -4rem;
  border-radius: 3px 0 0 3px;}

.prev:hover,
.next:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #667BAF;}

.column-expo img {
  width:100%;}

.mySlides-expo img{
width: 100%;}

.column-expo img {
width: 100%;}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;}

.demo {
  opacity: 0.6;}

.active,
.demo:hover {
  opacity: 1;}

img.hover-shadow {
  transition: 0.3s}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}


/*contact. html*/
.content-contact{
  padding-top: 80px;}

h3{
  text-align: center;}

.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;}

.foto-contact {
  width:100%;
  height:500px;}

 .foto-contact img{
  width: 100%;
  padding-right: 60px;}

#subiect {
  height:200px;}

/* Style inputs */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
      background-color: rgba(255,255,255,0.8);}

input[type=submit] {
    background-color: #667BAF;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;}

input[type=submit]:hover {
    background-color: #B2B9BC;}

.container-formular {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;}


.row:after {
    content: "";
    display: table;
    clear: both;}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;}}



/*end body*/


/*responsive*/

@media (max-width: 767px) {
  header .left, header .right {
    width: 100%;}

  header .right ul {
    width: 100%;}

  header .right ul li {
    width: 100%;
    text-align: center;}

  footer .col {
    width: 100%;}
}
@media (max-width: 1024px) {
  .sfert {
    width: 50%;}}

@media (max-width: 767px) {
  .jumate {
    width: 100%;}

  .sfert {
    width: 100%;}

  footer p {
    text-align: center;}}

@media (device-pixel-ratio: 2) {}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

p {
  font-size: 16px;
  line-height: 1.618em;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.btn {
  background-color:  #667BAF;
  color: white;
  border: none;
  border-radius: 0;
}
.btn a {
  color: #ffffff;
  text-decoration: none;
}
.btn a:hover,
.btn a:focus,
.btn a:active {
  color: #ffffff;
  text-decoration: none;
}
.contact-body {
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  background-position: top center;
}
.contact-body .copyright {
  background-color: #f1f1f1;
}
.navbar-default {
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  padding: 5px 15px;
  color: #ffffff;
  font-weight: 700;
}
.navbar-default .navbar-brand:hover {
  color: #ffffff;
}
.navbar-brand img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.navbar-default {
  background-color: #667BAF;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
  color: #ffffff;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
  border-bottom: 2px solid #ffffff;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .container a {
  color: #667BAF;
  display: block;
  margin-top: 25px;
}
footer .container a .fa {
  font-size: 2em;
  position: relative;
  top: .15em;
  color: #AD8629;}

@media (max-width: 767px) {

  .container1, .container2, {
    padding: 15px;}

  .content-oferte {
    height: auto;}

/*   .container2 .btn, .container3 .btn {
    position: relative;
    transform: unset;
    left: 0;
    margin-top: 15px;}      */
 

  .tilter_figure {
    left: 70px;
    margin-top: 80px;}

  .noi {
    width: 90%; }

  .column-expo {
    width: 100%;}

  .foto-contact {
    height: 0;}

  .contact-body {
    background-position: left center;}

  .copyright {
    height: auto;}

  .col {
    margin: 0;
    padding: 15px;}

  .column-logo {
    padding: 10px;
    width: 50%;
    height: 60px;
    text-align: center;
    box-sizing: border-box;}

  .column-logo img {
    margin: auto!important;
    padding: 0!important;
    width: auto; }

  .col-produse img {
    padding-left: 0;}

  .column1, .column2 {
    text-align: center;}
}

.date-contact {
  font-size: 2rem;
  padding: 15px;
  text-align: left;
  background-color: rgba(255,255,255,0.8);
  min-height: 400px;}

@media (max-width: 767px) {
  .date-contact {
    min-height: 1px; } }

.date-contact h3 {
  text-align: left;}

.date-contact li {
  margin-bottom: 1rem;}

.date-contact li a {
  color: #667BAF;}

.date-contact li a .fa {
  font-size: 1.4em;
  position: relative;
  top: .15em;
  color: #AD8629;
  width: 2em;}

.column-scule .imag {
  width: 50%;
  float: left;}

.column-scule::after {
  display: block;
  content: "";
  clear: both;}