body {
  font-family: 'Lato', sans-serif;
}
/***** HEADER STYLES *****/
header .container {
    position: relative;
}
.navbar {
  padding: 10px;
  margin-bottom: 0;
}
a.navbar-brand {
  height: 62px;
  padding: 0;
  margin-left: 0 !important;
}
.navbar-inverse {
  background-image: none;
  background-color: #252528;
}
.navbar.navbar-inverse .nav > li.active > a {
  background-color: transparent;
  background-image: none;
  color: #fff;
  opacity: 1;
}
.navbar.navbar-inverse .nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.6;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}
.navbar.navbar-inverse .nav > li > a:hover, 
.navbar.navbar-inverse .nav > li > a:active {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); 
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: none;
  box-shadow: none;
}
ul.nav {
  padding-top: 11px;
}
.navbar-toggle {
  margin-top: 14px;
}
.lang-ctr {
    text-align: right;
}
.lang-ctr img {
  margin-left: 5px;
}

/***** CONTENT STYLES *****/
article .section {
  padding-top: 60px;
}
article .section-on {
  padding-top: 60px;
  background-color: #F7F7F7;
}
article h1,
article h2 {
  border-bottom: 1px solid #b3b3b3;
  color: #646464;
  display: inline-block;
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
  line-height: 40px;
  text-rendering: optimizelegibility; 
}
article h1 span,
article h2 span {
  font-size: 18px;
  line-height: 20px;
}
article p {
    text-align: justify;
    line-height: 24px;
}
@media (max-width: 768px) {
  article .section_header {
    text-align: center;
  }
}

/***** HOMEPAGE STYLES *****/
article.home-ctr {
  position: relative;
  padding-bottom: 100px;
}
article.home-ctr a:link,
article.home-ctr a:visited,
article.home-ctr a:active {
  color: #333;
}
article.home-ctr a.platec:link {
    text-decoration: underline;
}
article.home-ctr .center-flag-ctr {
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin: 0 auto;
  left:0;
  right:0;
}
#carousel-homepage .carousel-inner .item img {
  margin-left: auto;
  margin-right: auto;
}

article.home-ctr p.subtitle {
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 35px;
  margin: 0 0 70px;
  text-align: center;
}
article.home-ctr .carousel-caption {
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  bottom: 60px;
}
@media (max-width: 768px) {
  #carousel-homepage {
    display: none !important;
    visibility: hidden !important;
  }
}
article.home-ctr .service-data {
  padding: 0 15px 60px;
}
article.home-ctr .service-data h3 {
  font-size: 20px;
  margin-top: 32px;
  font-weight: bold;
}
article.home-ctr .service-data p {
  line-height: 23px;
  text-align: left;
}
#services img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
@media (max-width: 768px) {
  #services {
    text-align: center;
  }
}
#clients .client .img {
  cursor: pointer;
  height: 76px;
  transition: box-shadow 0.1s linear 0s;
  width: 138px;
}
#clients .client .img:hover {
  border-radius: 8px;
  cursor: pointer;
}
#clients .client .client1 {
  background: url("../imgs/home/client1.png") repeat scroll 0 -75px rgba(0, 0, 0, 0);
}
#clients .client .client1:hover {
  background-position: 1px 0;
}
#clients .client .client2 {
  background: url("../imgs/home/client2.png") repeat scroll 0 -75px rgba(0, 0, 0, 0);
}
#clients .client .client2:hover {
  background-position: -1px 0;
}
#clients .client .client3 {
  background: url("../imgs/home/client3.png") repeat scroll 0 -76px rgba(0, 0, 0, 0);
}
#clients .client .client3:hover {
  background-position: 0 0;
}
@media (max-width: 991px) {
  #clients {
    text-align: center;
  }
  #clients .client {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    margin-right: 10px;
    text-align: center;
  }
}

/***** ABOUT US STYLES *****/
article.about-us-ctr .section {
    padding-bottom: 60px;
}
article.about-us-ctr .section-on {
    padding-top: 20px;
    padding-bottom: 100px;
}
article.about-us-ctr .intro {
  color: #252526;
  font-size: 21px;
  font-style: italic;
  font-weight: normal;
  line-height: 29px;
  margin: 0 0 16px;
}
article.about-us-ctr li {
  line-height: 24px;
}
article.about-us-ctr h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
article.about-us-ctr h2.bottom {
  border: none;
  text-decoration: underline;
}
#carousel-about .carousel-indicators {
  bottom: -45px;
}
#carousel-about .carousel-indicators li {
  background-color: #666;
  border-color: #666;
}
#carousel-about .carousel-indicators li.active {
  background-color: #000;
  height: 10px;
  width: 10px;
  margin: 1px;
}
@media (max-width: 768px) {
  #carousel-about {
    margin-top: 40px;
  }
}
#carousel-about .carousel-caption {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  left: 10%;
  right: 10%;
  bottom: 0;
}
#carousel-about .carousel-caption span {
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
}
#carousel-about .item img {
  border-radius: 10px;
}
#carousel-about .left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#carousel-about .right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#quality-ctr h3 {
  font-size: 20px;
  margin: 5px 0 10px;
  color: #333;
}
#quality-ctr span {
  font-weight: bold;
  font-style: italic;
}
article.about-us-ctr .quality-logos {
  margin-top: 40px;
  text-align: center;
}

/***** PRODUCTION STYLES *****/
article.production-ctr .section {
  padding-bottom: 60px;
}
#equipment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#equipment-list li {
  padding-left: 55px;
  padding-bottom: 15px;
}
#equipment-list li.icon_1 {
  background: url("../imgs/production/icon_1.jpg") no-repeat 0 0;
}
#equipment-list li.icon_2 {
  background: url("../imgs/production/icon_2.jpg") no-repeat 0 0;
}
#equipment-list li.icon_3 {
  background: url("../imgs/production/icon_3.jpg") no-repeat 0 0;
}
#equipment-list li.icon_4 {
  background: url("../imgs/production/icon_4.jpg") no-repeat 0 0;
}
#equipment-list li.icon_5 {
  background: url("../imgs/production/icon_5.jpg") no-repeat 0 0;
}
#equipment-list li.icon_6 {
  background: url("../imgs/production/icon_6.jpg") no-repeat 0 0;
}
#equipment-list li span {
  display: block;
  color: #00B6DE;
  font-size: 18px;
  font-weight: normal;
  
}
#equipment-list li.more {
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  
}
article.production-ctr .flexslider {
  margin-top: 60px;
}
article.production-ctr .flexslider .slides > li {
  margin-right: 8px;
}
article.production-ctr .flexslider .slides > li:hover {
  box-shadow: 0px 0px 1px 100px black inset; 
}
article.production-ctr .flexslider .slides > li:hover img {
  box-shadow: 1px 1px 6px 0px #888;
  opacity: 0.9;
  filter: alpha(opacity=90); 
}
/*
#prod-gallery {
    margin-top: 60px;
}
#prod-gallery .img_box {
  position: relative;
  border-radius: 5px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
#prod-gallery .img_box_last {
  margin-right: 0;
}
#prod-gallery .img_box img {
  border-radius: 6px;
  position: relative;
  margin: 0 auto; 
}
#prod-gallery .img_box span.circle {
  background: rgba(17, 137, 217, 0.8);
  width: 48px;
  height: 48px;
  display: none;
  text-align: center;
  position: absolute;
  top: 37%;
  left: 41%;
  border-radius: 100%;
}
#prod-gallery .img_box span.circle span.plus {
  display: inline-block;
  margin-top: 0;
  font-weight: bold;
  color: white;
  font-size: 32px;
}
#prod-gallery .img_box:hover span.circle {
  display: block; 
}
#prod-gallery .img_box:hover {
  box-shadow: 0px 0px 1px 100px black inset; 
}
#prod-gallery .img_box:hover img {
  box-shadow: 1px 1px 6px 0px #888;
  border-radius: 5px;
  opacity: 0.9;
  filter: alpha(opacity=90); 
}
*/

/***** AREA STYLES *****/
article.areas-ctr #filters {
  list-style-type: none;
  height: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: -20px;
}
article.areas-ctr #filters li {
  display: inline-block;
  font-size: 20px;
  margin: 0px 6px;
}
article.areas-ctr #filters li.separator {
  color: #c0c0c0;
  font-weight: lighter;
}
article.areas-ctr #filters li a {
  color: #3f3f3f;
  font-style: italic;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
article.areas-ctr #filters li a:hover, 
article.areas-ctr #filters li a.active {
  color: #00b6de;
}
#gallery_container {
  margin-bottom: 50px;
}
#gallery_container .item {
  width: 285px;
  margin: 5px;
  float: left;
  position: relative;
  box-shadow: 0px 1px 6px 2px #b1b1b1;
  border-radius: 5px;
}
#gallery_container .item img {
  border-radius: 5px;
}
#gallery_container .item:hover .mask {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
#gallery_container .item .mask {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0px 1px 6px 2px #b1b1b1;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  height: 100%;
  padding: 0px 20px;
  width: 100%;
  background: rgba(17, 137, 217, 0.5);
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
#gallery_container .item .mask h3 {
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 39%;
}
#gallery_container .item .mask small {
  color: #f0f0f0;
  font-size: 15px;
  font-style: italic;
  position: relative;
  top: 35%;
  display: block;
}
#gallery_container .item .mask .more {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 7%;
  left: 47%;
}
#gallery_container .img-responsive {
  margin: 0 auto;
}
@media (max-width: 480px) {
  #filters li {
    margin: 0px 4px;
  }
  #filters li a {
    font-size: 18px;
  }
  #gallery_container .item {
    margin-left: 35px;
  }
  #gallery_container .item img {
    left: 10%; 
  } 
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:      -o-transform, opacity;
  transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/***** CONTACTS STYLES *****/
article.contacts-ctr .contact-msg {
  color: #939394;
  font-size: 19px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 47px;
}
#contact-form {
  padding-bottom: 100px;
}
#contact-form input[type="text"],
#contact-form input[type="email"] {
  padding-left: 39px;
  margin-bottom: 10px;
  color: black;
  height: 39px;
  border-radius: 3px;
}
#contact-form input.name {
  background: url("../imgs/contacts/formname.png") white no-repeat 5px; 
}
#contact-form input.mail {
  background: url("../imgs/contacts/formmail.png") white no-repeat 5px;
}
#contact-form input.phone {
  background: url("../imgs/contacts/formphone.png") white no-repeat 5px;
}
#contact-form textarea {
  padding: 11px;
  margin: 0;
  border-radius: 3px;
  height: 139px;
}
#contact-form .submit {
  padding-top: 10px;
}
#contact-form .submit input[type="submit"] {
  float: right;
  text-transform: uppercase;
  color: #fff;
  background: #00b6de;
  font-size: 15px;
  padding: 4px 12px;
  border: 0 none;
  border-radius: 3px;
  -webkit-transition: background linear .2s, box-shadow linear .2s;
  -moz-transition: background linear .2s, box-shadow linear .2s;
  -o-transition: background linear .2s, box-shadow linear .2s;
  transition: background linear .2s, box-shadow linear .2s; 
}
#contact-form .submit input[type="submit"]:hover {
  background: #252528; 
}
#contact-form .formErrorMsg,
#contact-form .formFieldError,
#contact-form .formSuccessMsg {
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
}
#contact-form img {
  border-radius: 5px;
}
article.contacts-ctr .map-ctr {
  position: relative;
}
article.contacts-ctr .map-ctr .box_wrapp {
  width: 400px;
  position: absolute;
  margin: 0;
  box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
  padding: 33px 0 33px;
  background: white;
  top: 30px;
  border-radius: 4px; 
  z-index: 999;
}
article.contacts-ctr .map-ctr .box_cont {
  margin: 0 auto;
  width: 76%; 
}
article.contacts-ctr .map-ctr .box_wrapp .head {
  width: 100%;
  margin-bottom: 17px;
  overflow: hidden; 
}
article.contacts-ctr .map-ctr .box_wrapp .head h6 {
  font-size: 24px;
  margin: 0;
  font-style: italic;
  float: left;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  font-weight: normal; 
}
article.contacts-ctr .map-ctr .box_wrapp ul.street {
  list-style: none;
  margin: 0;
  padding: 0; 
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li {
  color: #777777;
  font-size: 14px; 
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon {
  margin-top: 3px; 
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon span.ico1 {
  float: left;
  height: 20px;
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon span.ico2 {
  float: left;
  height: 20px;
  background-position: 0px -23px;
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon .contacticos {
  background: url("../imgs/contacts/contact_icos.png") no-repeat;
  width: 24px;
  height: 44px;
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon .text {
  font-size: 15px;
  color: #777777;
  margin-left: 6px;
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icon a:hover {
  color: #187CCC;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; 
}
article.contacts-ctr .map-ctr .box_wrapp ul.street li.icontop {
  margin-top: 13px; 
}
article.contacts-ctr .map-ctr .box_wrapp .headbottom {
  margin-top: 42px; 
}
article.contacts-ctr .map-ctr .box_wrapp p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 32px; 
}
#google-map {
  //width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  article.contacts-ctr .map-ctr .box_wrapp {
    width: 90%;
    position: relative;
    margin: 0 auto 80px;
  }
  article.contacts-ctr .map-ctr  .box_wrapp a.btn {
    width: 65%; 
  }
  #google-map {
    display: none;
  }
}

/***** QREN STYLES *****/
article.qren-ctr .section {
  padding-bottom: 100px;
}


/***** FOOTER STYLES *****/
footer {
  background-color: #252528;
  padding-top: 35px;
  color: #777E83;
  font-size: 16px;
}
#main-page-footer {
  font-size: 14px;
  color: #B5B5B6;
}
footer h2 {
  margin: 20px 0 40px;
  font-style: italic;
  font-size: 25px;
  font-weight: 300;
  color: #C4C4C4;
}
footer div.subtitle {
  color: #FFF;
  font-weight: bold;
  font-style: italic;
}
footer .financing-logos {
    margin-top: 40px;
    text-align: center;
}
#main-page-footer .financing-logos {
    text-align: left;
}
footer .financing-logos img {
    margin-bottom: 15px;
    margin-right: 5px;
}
footer .financing-logos img.last-img {
    margin-right: 0;
}
footer a:link,
footer a:visited,
footer a:active {
    color: #777E83;
}
#main-page-footer a:link,
#main-page-footer a:visited,
#main-page-footer a:active {
    color: #777E83;
}
#contact-footer {
  text-align: right;
}
#contact-footer input[type="text"],
#contact-footer input[type="email"],
#contact-footer textarea {
  background-color: #1f1f21;
  border: medium none;
  border-radius: 3px;
  color: #868687;
  font-family: Lato !important;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px 20px;
  transition: background-color 0.2s linear 0s;
  width: 100%;
}
#contact-footer input[type="text"]:focus, 
#contact-footer input[type="email"]:focus,
#contact-footer textarea:focus {
  border: none;
  box-shadow: none;
  background-color: #000; 
}
#contact-footer input[type="submit"] {
  background-color: #3e3e40;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
  transition: background-color 0.2s linear 0s;
}
#contact-footer input[type="submit"]:hover {
  background-color: #2190DB; 
}
#contact-footer .formErrorMsg,
#contact-footer .formFieldError,
#contact-footer .formSuccessMsg {
  color: #FFF;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
}
footer .credits {
  border-top: 1px solid #343437;
  margin-top: 20px;
  padding: 30px 0 40px;
  font-style: italic;
  font-size: 14px;
  color: #B5B5B6;
}
footer .credits .social {
  text-align: center;
}
@media (max-width: 768px) {
  footer .credits .social {
    text-align: right;
  }
}
footer .credits .social a {
  margin: 10px; }
footer .credits .social a span {
  display: inline-block;
  width: 33px;
  height: 33px; 
}
footer .credits .social a span.ico1, 
footer .credits .social a span.icoh {
  background-position: 0px 0px; 
}
footer .credits .social a:hover span.socialicons {
  display: none; 
}
footer .credits .social a:hover span.socialicons_h {
  display: inline-block !important;
}
footer .credits .social span.socialicons_h {
  display: none; 
}
footer .credits .socialicons {
  background: url("../imgs/main/socialicons.png") no-repeat;
  width: 265px;
  height: 36px; 
}
footer .credits .socialicons_h {
  background: url("../imgs/main/socialicons_h.png") no-repeat;
  width: 265px;
  height: 36px; 
}
footer .developed-by {
  text-align:  right;
}
@media (max-width: 768px) {
  footer .developed-by {
    text-align:  left;
  }
}
footer .contact-data {
    text-align: right;
}
@media (max-width: 768px) {
  footer .credits .social {
    text-align: right;
  }
  footer .contact-data {
    text-align: left;
  }
  footer .financing-logos {
    //text-align: left;
  }
}
article.data-protection-ctr ul.index {
  padding-left: 20px;
}
article.data-protection-ctr ul.index li {
  line-height: 24px;
  list-style: none;
}
article.data-protection-ctr h2 {
    margin-bottom: 30px;
    margin-top: 50px;
}
article.data-protection-ctr h3 {
  color: #646464;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 30px;
  text-rendering: optimizelegibility; 
}
article.data-protection-ctr ul.entity li {
  line-height: 24px;
}
article.data-protection-ctr ul.entity li span {
  font-weight: bold;
}
article.data-protection-ctr .section {
  padding-bottom: 40px;
}
footer .data-protection-link {
    color: #FFF;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px;
}
#contact-footer .checkbox label {
    padding-left: 0;
    padding-bottom: 10px;
}