/* 
 * Dynamic Selling Group 
 */
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/logo-dynamic.png) center no-repeat #ffffff;
}

/* Fonts */
body{

  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  background-color: #f3f3f5;
}

/* Styles for the logo link*/
.logo-link{
  color: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

a.logo-link:hover{
  color: #eee;
}

/* Styles for the box wrapper - the content */
.content{
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap; /* drop the columns when the breakpoint is hit */
}

/* Styles for the gallery wrapper */
.gallery-content{
  display: flex;
  flex-wrap: wrap;
}

/* Wrapper div for an empty box, used for adding titles or section headings */
.empty-box{
  width: 100%;
  text-align: center;
  margin: 45px 0 0 0;
}

/* The styling for the box - applied to all boxes*/
.box{
  width: 100%;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  background: #ffffff;
  margin-bottom: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

/* The styling for the gallery */
.box-gallery{
  width: 100%;
  background: #f3f3f5;
  margin-bottom: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;

  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

/* Hover effect when the mouse if over a gallery box */
.box-gallery:hover{
  background-color: #f8f8f8;
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

/* The text from the image description in the gallery */
.box-gallery p{
  font-size: 0.8em !important;
  margin-top: 0px !important;
  padding: 0 5px 4px 5px;
}

/* Change the box shadow on mouse over */
.box:hover {
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

.box p{
  font-size: 0.9em;
  margin-top: 15px;
  line-height: 150%;
  word-spacing: 0.2em;
}

.box p a{
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}

/* Styles for the gallery images - when the user hover on them*/
.gallery-content img{
  opacity: 1.0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-content img:hover{
  opacity: 0.7;
}

/* Styles for the buttons */
.the-btn{
display: inline-block;
padding: 1.2em 1.4em;
margin-top: .7em;
background-color: rgba(0, 176, 240, 1.0);
font-size: 1.3rem;
font-weight: 700;
letter-spacing: 1px;
color: #ffffff;
text-transform: uppercase;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}

.the-btn:hover{
  background-color: #0077a2;
  color: #fff;
}

.the-btn-smaller{
display: inline-block;
padding: 1.0em 1.2em;
margin-top: .7em;
background-color: rgba(0, 176, 240, 1.0);
font-size: 1.1rem;
font-weight: 700;
letter-spacing: 1px;
color: #ffffff;
text-transform: uppercase;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}

.the-btn-smaller:hover{
  background-color: rgba(0, 176, 240, 1.0);
  color: #fff;
}

.the-btn-smallest{
display: inline-block;
padding: 0.8em 1.0em;
margin-top: .7em;
background-color: rgba(146, 192, 79, 1.0);
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 1px;
color: #ffffff;
text-transform: uppercase;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}

.the-btn-smallest:hover{
  background-color: #75a333;
  color: #fff;
}

.services{
  text-align: center;
}

.services img{
  width: 80%;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services img:hover{
  opacity: 1.0;
}

/* Format the flexslider */
.client-quote{
  font-size: 1.3em !important;
  padding: 0px 65px 0px 65px;
}

.quote-author{
  text-align: center;
  font-size: 1.1em !important;
}
.author-image{
  display: inline-block !important;
  vertical-align: middle !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.service-description{
  font-size: 0.8em !important;
  padding: 0px 30px 0px 30px;
}


.align-center{
  text-align: center !important;
}

/* Staff image */
.staff-image{
  margin-top: 8px;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 140px !important;
  height: 140px !important;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.staff-image:hover{
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.staff-description{
  font-size: 0.8em !important;
  padding: 0px 30px 0px 30px;
}

.staff-description a{
  color: #ccc !important;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}

.staff-description a:hover{
  color: #333 !important;
}

/* Style the footer area */
.footer{
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  background: #4e5359;
}

.footer:hover{
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.8);
}

.footer-content{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box-footer{
  width: 100%;
  padding: 15px;
}

.background-footer{
  background-color: #4e5359;
}

footer{
  margin-bottom: 40px !important;
}

footer h4{
  font-family: 'Bree Serif', serif !important;
  font-size: 1.4em;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  color: #fff;
}

footer .logo{
  letter-spacing: -1px;
}

footer p{
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 20px;
}

footer a{
  color: #ccc;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

footer a:hover{
  color: #eee;
}

.highlight{
  font-weight: 600;
}

.phone{
  display: block;
  margin-left: 47px;
}

.copyright{
 visibility: hidden;
}

/* Format here the foreword paragraph */
.foreword p{
 background-image: url("img/quote.png");
 background-repeat: no-repeat;
 padding-left: 40px;
}

/* The signature from the foreword */
.signature{
 color: #2c343b;
 padding: 0px;
 font-size: 1.5em;
 font-weight: lighter;
 display: block;
 float: right;
 margin-right: 15px;
}

/* The text below the signature in foreword */
.owner{
 color: #2c343b;
 font-size: 0.8em;
 font-weight: lighter;
 margin-top: -12px;
 display: block;
 float: right;
 clear: right;
 margin-right: 15px;
}

/* Breakpoint for when the viewport is above 1081px */

.slider-p{
  background-color:rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 1081px){

  .top-bar {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1080px;
  }

  .slider-container {
    width: 100%;
    margin: 120px auto;
  }

  .slider {
    margin: auto;
    padding: 0 30px;
    height: 100vh; /* fallback if needed */
    height: calc(100vh - 150px);
    background-color: #cfcfcf;
    background-image: url('cat.jpg');
    background-repeat: no-repeat;
  }

  .slider-p{
    background-color:rgba(0, 0, 0, 0.6);
  }

  .content{
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
  }

  .gallery-content{
    width: 100%;
    margin: 0 auto;
  }

  /* The types of boxes that the layout relies on */
  .general-one-third-right{
    width: 32%;
    margin-left: 2%;
  }

  .two-thirds-left{
    width: 66%;
  }

  .two-thirds-right{
    width: 66%;
    margin-left: 2px;
  }

  .our-team-two-thirds-right{
    width: 66%;
    margin-left: 2%;
  }

  .noutati-left{
    width: 78%;
    margin-right: 2%;
  }

  .noutati-right{
    width: 20%;
  }

  .our-team-two-thirds-left{
    width: 66%;
  }

  .one-third-right{
    width: 32%;
    margin-left: 2%;
  }

  .one-third-left{
    width: 32%;
  }

  .one-third-middle{
    width: 32%;
    margin-left: 2%;
  }

  .full-width-box{
    display: block;
    width: 100%;
    clear: both;
  }

  /* Add more boxed for the profiles on the homepage */

  .one-fifth-right{
    width: 18%;
    margin-left: 2%;
  }

  .one-fifth-left{
    width: 18%;
  }

  .one-fifth-middle{
    width: 18%;
    margin-left: 2%;
  }


  /* Add more boxed for the profiles on the homepage - 4 per row */

  .one-forth-right{
    width: 22.5%;
    margin-left: 2.5%;
  }

  .one-forth-left{
    width: 22.5%;
  }

  .one-forth-middle{
    width: 22.5%;
    margin-left: 2.5%;
  }

  /* The boxes for the gallery area */
  .gallery-one-third-left{
    width: 23.5%;
  }

  .gallery-one-third-middle{
    width: 23.5%;
    margin-left: 2%;
  }

  .gallery-one-third-right{
    width: 23.5%;
    margin-left: 2%;
  }

  .gallery-solid {
    width: 100%;
    max-width: 166px;
  }

  /* Style the footer in this media query */
  .footer{
    width: 100%;
    margin: 10px auto;
    max-width: 1080px;
  }

  .footer-left{
    width: 32%;
    border-right: solid 1px #f3f3f5;
    position: relative;
  }

  .footer-middle{
    width: 32%;
    margin-left: 2%
  }

  .footer-right{
    width: 32%;
    margin-left: 2%;
    border-left: solid 1px #f3f3f5;
  }

  .copyright{
    position: absolute;
    bottom: 10px;
    visibility: visible;
  }

  .extra-line-height {
    line-height: 1.5;
  }

  .footer-one-forth-right{
    width: 23.5%;
    margin-left: 2%;
  }
}

/* Breakpoint for when the viewport is between 600px and 1081px
   This breakpoint is for service area
*/
@media screen and (min-width: 600px){
 .one-third-right{
   width: 32%;
   margin-left: 2%;
 }

 .one-third-left{
   width: 32%;
 }

 .our-team-two-thirds-right{
   width: 66%;
   margin-left: 2%;
 }

 .our-team-two-thirds-left{
   width: 66%;
 }

 .one-third-middle{
  width: 32%;
  margin-left: 2%;
 }
}

@media screen and (min-width: 201px) and (max-width: 599px) {
  .services img{
    width: 50%;
  }

  /* Hide services logo when the resolution is lower */
  .services-icon{
    display: none;
  }
}

/* Breakpoint for when the viewport is between 600px and 1081px
   This breakpoint is for gallery area
*/
@media screen and (min-width: 601px) and (max-width: 1080px) {
  .gallery-one-third-left{
    width: 24.5%;
  }

  .gallery-one-third-middle{
    width: 23.5%;
    margin-left: 2%;
  }

  .gallery-one-third-right{
    width: 23.5%;
    margin-left: 2%;
  }
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-weight: 800 !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.014) !important;
  letter-spacing: -2px !important;
  -webkit-font-smoothing: antialiased !important;
  color: #2c343b;
  margin-bottom: 5px;
}

h1{
  font-size: 30px;
}

h2{
  font-size: 25px;
  color: #2c343b;
}

h3{
  font-size: 20px;
  letter-spacing: -1px !important;
}

h4{
  font-size: 0.9em;
  font-weight: 600 !important;
  letter-spacing: -1px !important;
  color: #4e5359;
}

/* Cifra de afaceri */
.cifra-afaceri{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-weight: 800 !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.014) !important;
  letter-spacing: -2px !important;
  -webkit-font-smoothing: antialiased !important;
  color: #00b0f0;
  margin-bottom: 5px;
  font-size: 25px;
  color: #4e5359;
}


/* Profit */
.profit{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-weight: 800 !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.014) !important;
  letter-spacing: -2px !important;
  -webkit-font-smoothing: antialiased !important;
  color: #00b0f0;
  margin-bottom: 5px;
  font-size: 23px;
}

/* The menu */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 800; }

a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 150px; }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px; }

  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 8px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/*
Header
The header will resize after the user scrolls at least 50px
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 120px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  box-shadow: 0px 2px 2px #888;
  }

  @media all and (max-width: 768px) {
    header {
      position: relative;
      margin-bottom: -80px; /* The position it is changed in smaller viewports */
    }
  }

/* Here is the styling for the logo */
  header h1#logo {
    display: inline-block;
    height: 80px;
    line-height: 110px;
    float: left;
    font-family: 'Bree Serif', serif !important;
    font-size: 40px;
    color: white;
    font-weight: 400;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

    header h1#logo img{
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
    }


  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 120px;
      margin-left: 10px;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
      header nav a:hover {
        color: #ffffff;
        background-color: #0077a2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

  header.smaller {
    height: 75px;
    background: #ffffff;
    text-align: center;
  }

  header.smaller h1#logo img{
    margin-top: 15px;
    height: 45px;
  }

  /* The styling for the logo when the user scrolls the page
     The logo will be rendered smaller */
    header.smaller h1#logo {
      width: 220px;
      height: 55px;
      line-height: 75px;
      font-size: 30px;
      text-align: left;
    }
    header.smaller nav a {
      line-height: 75px; }

/* Extras  */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* Media queries */
@media all and (max-width: 768px) {
  /* Media queries for the header
     Display the logo centered when the viewport is within 768px */
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    margin-left: 10px;
    height: 75px;
    line-height: 100px;
    text-align: center; }

  /* The content of the nav element will be centered when the viewport is less than 768px */
  header nav {
    display: block;
    float: none;
    height: 52px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px;
      text-align: center !important;
      margin: auto;
      margin-top: 5px;
    }
    header.smaller nav {
      height: 52px;}
      header.smaller nav a {
        line-height: 35px; }

        header.smaller h1#logo img{
          margin-top: 3px;
          height: 45px;
        }

}

/* Add more top margin for the inside pages */
.inside-page{
  margin-top: 125px;
}

/* For images in content */
.image-in-content{
  float: right;
  width: 35%;
  margin: 0.5em;
}

/* Styles for the prices area */
.price-title{
  text-align: center;
  font-size: 1.1em !important;
  font-weight: 400;
}

.service-price{
  margin-top: 8px;
  line-height: 130px;
  font-size: 2.0em;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 140px !important;
  height: 140px !important;
  border-radius: 50%;
  border: solid 2px #f3f3f5;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
  transition: border 0.4s;
}

.service-price:hover{
  border: solid 2px #00b0f0;
}

/* Styles for the text in the prices box  */
.service-paragraph{
  font-size: 0.8em !important;
  padding: 0px 30px 0px 30px;
}

.service-paragraph a{
  color: #ccc !important;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}

.service-paragraph a:hover{
  color: #333 !important;
}

/* Styling elements for the Shortcodes page */
h2.shortcodes{
  margin-top: 35px;
}

h3.shortcodes{
  margin-top: 35px;
}

h4.shortcodes{
  margin-top: 35px;
  font-size: 1.0em;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  color: #90be4c;
}

/* Styling the block quote */
.qoute{
  background-image: url("img/quote.png");
  background-repeat: no-repeat;
  padding-left: 40px;
}

/* Styles for alert boxes */
.alert-box {
    color:#555;
    border-radius:10px;
    font-size: 0.9em;
    padding:10px 10px 10px 15px;
    margin:10px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
  background:#ffecec;
  border:1px solid #f5aca6;
}
.success {
   background:#e9ffd9;
   border:1px solid #a6ca8a;
}
.warning {
   background:#fff8c4;
   border:1px solid #f2c779;
}
.notice {
   background:#e3f7fc;
   border:1px solid #8ed9f6;
}

/* Styles for forms */
/* Larger Side Border */
.form-basic{
    max-width: 100%;
    padding: 25px;
    box-sizing: border-box;

    background-color:  #ffffff;
    text-align: left;
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 22px;
}

.form-basic .form-title-row{
    text-align: left;
    margin-bottom: 55px;
}

/* The form title */

.form-basic h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 10px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}

.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 25%;
    text-align: left;
    vertical-align: top;
    padding: 12px 25px;
}

.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 60%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}

.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-basic input[type=checkbox]{
    margin-top: 13px;
}

.form-basic select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    max-width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
}

.form-basic textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 70%;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.form-basic .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div{
    margin-top: 10px;
}

.form-basic .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.form-basic .form-radio-buttons input{
    width: auto;
}

/* Style Google maps */
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(0, 176, 240, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(0, 176, 240, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #00b0f0;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.address{
  color: #00b0f0;
  margin-right: 16px;
}

.contact-phone{
  color: #00b0f0;
  margin-right: 10px;
}

.contact-email{
  color: #00b0f0;
  margin-right: 7px;
}

.logo-image{
  border-radius: 25px;
  margin-top: 20px;
}

.detalii-noutati{
  color: #00b0f0 !important;
}

.delimitare-noutati{
  margin: 35px 0 35px 0;
  border: 0;
  border-top: 1px solid #00b0f0;
}

/* Pentru pagina de cariere */
.align-right{
  float: right;
}

.align-left{
  float: left;
}

.job-description{
  width: 70%;
  float: left;
}

.letter-form{
  height: 160px !important;
}

.download{
  color: #4e5359;
}


/* Pentru pagina de parteneri */
.imagine-parteneri{
  margin: auto;
  width: 100px;
}

.imagine-parteneri--vorne{
   width: 100px;
   margin: 40px auto;
}

.imagine-parteneri--ramplast{
   width: 100px;
   margin: 49px auto;
}

.imagine-parteneri--oltchim{
   width: 100px;
   margin: 55px auto;
}

.textarea-parteneri{
  height: 150px !important;
}

.h2-produs{
  float: left;
  margin-left: 13px;
}

.img_news {
  width: 100%;
  max-width: 345px;
  float: left;
}

.produs-profil {
  width: 100%;
  max-width: 100px;
  opacity: 1 !important;
}

.descarca-documente-profil {
  margin-right: 20px;
}

.mai-multe-detalii {
  font-size: 14px;
}

.list-ramplast {
  margin-left: 30px !important; 
  font-size: 14px;
}

.list-ramplast strong {
  font-weight: bold !important;
}

.list-ramplast li {
  list-style: circle !important;
}

.strong {
  font-weight: bold !important;
}

.articol {
  display: block; 
  width: 100%; 
  margin-bottom: 10px; 
  min-height: 220px;
  margin-top: 10px;
}

.imagine-articol {
  width: 264px; 
  height: 164px; 
  float: left; 
  margin-right: 20px; 
  margin-top: 10px;
}

.separator-articol {
  margin-top: 10px; 
  margin-bottom: 20px; 
  border: solid 1px #00b0f0; 
  color: #00b0f0;
}

.descriere-articol {
  margin-top: 10px;
}

.articol p {
  margin-top: 10px;
}

.luni {
  margin-top: 15px;
}

p b {
  font-weight: bold !important;
}

.link-job {
  display: block;
  margin-bottom: 5px;
}

.imagine-ramplast-europa {
  float: right;
  width: 100%;
  max-width: 160px;
}

.color-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.img-thumb {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 10px;
  font-weight: bold;
  text-align: center;
}

.img-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: .9em;
  font-weight: light;
  color: white;
}

.img-thumb {
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.5s 0.5s ease-out;
}


.animated {
  opacity: 1;
  transform: none;
}

.error{
  display: block;
  font-size: 0.7em;
  color: red;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.show{
  visibility: visible;
  opacity: 1;
}