@charset "UTF-8";

li{
  list-style-type: none;
}
a,
button span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section,
.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

section.no-padding-top,
.section.no-padding-top {
  padding-top: 0;
}

section.no-padding-bottom {
  padding-bottom: 0;
}

img {
  max-width: 100%;
}

input {
  width: 100%;
  border: none;
  border-radius: 3px;
  height: 43px;
}

header {
  position: relative;
  overflow: hidden;
}

header .container {
  position: relative;
  z-index: 3;
}

header p {
  margin-bottom: 10px;
}

header.secondary {
  height: 450px;
}

header.secondary.small {
  height: 200px;
}

header.secondary.small .parallax-background {
  top: -40%;
}

.news_data{
  padding-bottom: 15px; padding-top: 0px !important;margin-top: -15px;
}
.news_title{
  margin-bottom:0px !important;
}

.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}

.background-image-holder p {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {
  .background-image-holder.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.7;
    z-index: 2;
    background-color: #fff;
  }
}

.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}

.main-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  position: relative;
}

.thumbnail.with-info {
  position: relative;
  margin-bottom: 90px;
}

.thumbnail.with-info .info {
  position: absolute;
  left: 30px;
  bottom: -30px;
  /* width: 60px; */
  /* height: 60px; */
  min-width: 60px;  /* xxx */
  min-height: 60px;  /* xxx */
  padding:10px;  /* xxx */
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 15px;
}

.thumbnail.with-info .info span {
  /* font-size: 18px; */
  font-size: 14px; /* xxx */
  font-weight: bold;
  display: block;
}

.thumbnail.with-info .info span:nth-child(2) {
  font-size: 11px;
}

.error h1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 900;
}

/* TYPOGRAPHY */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #8d8d8d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #323237;
  margin: 0px;
}

h1, h2.page-title, h2.product-title {
  /* font-size: 42px;  */
  font-size: 32px; /* xxx */
  line-height: 54px;
  margin-bottom: 20px;
  -webkit-font-smoothing: subpixel-antialiased; /* xxx */
}

h2 {
  font-size: 28px;
  line-height: 44px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

strong {
  font-weight: 600;
}

p {
  font-size: 18px;
  /*line-height: 28px;*/
  line-height: 22px;

  margin: 0px 0px 30px;
}

p.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}

p:last-child {
  margin-bottom: 0px;
}

p.subtitle {
  margin-bottom: 30px;
}

p.description {
  margin-bottom: 10px;
}

p.strong {
  font-weight: 700;
}

p strong {
  color: #323237;
  /*  color: #ffffff; */
 
}

/* FORM & INPUTS */
input[type="text"],
input[type="email"],
input[type="month"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color: #DCDCDC;
}

textarea {
  resize: none;
}

input[type="color"],
input[type="image"] {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="color"]:focus,
input[type="image"]:focus {
  outline: none;
  border-color: #DCDCDC;
}

input[type="text"],
input[type="email"] {
  height: 50px;
}

textarea {
  width: 100%;
  min-height: 150px;
  padding-top: 10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  max-width: 180px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}

.contact-form input[type="submit"] {
  float: right;
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 40px;
  }
}

/* OFFSCREEN NAVIGATION */
#sidr {
  display: none;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 13px;
  /* background: #323237; 
  background: #fefefe;
  border-left: 1px solid #eee;*/
  background: #292323; /* xxx */
  border-left: 1px solid #555555;
  color: #fff;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  margin-top: 40px;
}

.sidr ul li {
  display: block;
  margin: 0;
  /* line-height: 45px; */
  line-height: 30px; /* xxx */
  border: none;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border: none;
  /* line-height: 45px; */
  line-height: 30px; /* xxx */
}

.sidr ul li.divider span {
    height: 1px;
    background-color: #fff;
    opacity: .2;
    margin: 20px 30px;
    line-height: 49px;
}

.sidr ul li a,
.sidr ul li span {
  /* padding: 0 40px; */
  padding: 0 30px; /* xxx */
  display: block;
  text-decoration: none;
  /* color: #888; */
  color: #fff; /* xxx */
  border: none;
  -webkit-font-smoothing: subpixel-antialiased; /* xxx */
}

.sidr ul li a {
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size:15px; /* xxx */
}

.sidr ul li a:hover {
    color: #FF7D06;
}

.sidr ul li:first-child {
  /* margin-bottom: 20px; */
  margin-bottom: 50px; /* xxx */
}

.sidr ul li:first-child > a {
  text-transform: none;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.side-menu-opener .bars {
  display: block;
  width: 34px;
  height: 21px;
  float: left;
  position: relative;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.side-menu-opener .bars .top,
.side-menu-opener .bars .middle,
.side-menu-opener .bars .bottom {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.5px;
  margin-top: -1px;
  -webkit-transition: opacity 0.15s ease-out, margin 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0s;
  -moz-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -moz-transform 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -o-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, transform 0.15s ease-out;
}

.side-menu-opener .bars .top {
  margin-top: -8px;
}

.side-menu-opener .bars .bottom {
  margin-top: 6px;
}

.sidr-open .side-menu-opener .bars .bottom {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.sidr-open .side-menu-opener .bars .top {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.sidr-open .side-menu-opener .bars .middle {
  opacity: 0;
}

.side-menu-opener .bars .middle {
  -webkit-transition-property: all;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .4s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: .4s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-out;
}

.sidr-open .side-menu-opener .bars .middle {
  height: 0px;
  -webkit-transition-property: height;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: .1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: .1s;
  -o-transition-timing-function: ease-out;
  transition-property: height;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.side-logo {
  font-size: 26px;
  font-size: 26px;
  font-weight: bold;
}

.sidr ul li .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block !important;
  padding: 0;
  margin-left: 1px;
}

.side-social {
  /* padding: 0px 40px; */
  padding: 0px; /* xxx */
  text-align: center; /* xxx */
}

.side-social a {
  margin-right: 14px;
  color: #999;
}

/* Icon font Linea */
@font-face {
  font-family: "linea-basic-10";
  src: url("../fonts/linea-basic-10.eot");
  src: url("../fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-basic-10.woff") format("woff"), url("../fonts/linea-basic-10.ttf") format("truetype"), url("../fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
  content: "a";
}

.icon-basic-alarm:before {
  content: "b";
}

.icon-basic-anchor:before {
  content: "c";
}

.icon-basic-anticlockwise:before {
  content: "d";
}

.icon-basic-archive:before {
  content: "e";
}

.icon-basic-archive-full:before {
  content: "f";
}

.icon-basic-ban:before {
  content: "g";
}

.icon-basic-battery-charge:before {
  content: "h";
}

.icon-basic-battery-empty:before {
  content: "i";
}

.icon-basic-battery-full:before {
  content: "j";
}

.icon-basic-battery-half:before {
  content: "k";
}

.icon-basic-bolt:before {
  content: "l";
}

.icon-basic-book:before {
  content: "m";
}

.icon-basic-book-pen:before {
  content: "n";
}

.icon-basic-book-pencil:before {
  content: "o";
}

.icon-basic-bookmark:before {
  content: "p";
}

.icon-basic-calculator:before {
  content: "q";
}

.icon-basic-calendar:before {
  content: "r";
}

.icon-basic-cards-diamonds:before {
  content: "s";
}

.icon-basic-cards-hearts:before {
  content: "t";
}

.icon-basic-case:before {
  content: "u";
}

.icon-basic-chronometer:before {
  content: "v";
}

.icon-basic-clessidre:before {
  content: "w";
}

.icon-basic-clock:before {
  content: "x";
}

.icon-basic-clockwise:before {
  content: "y";
}

.icon-basic-cloud:before {
  content: "z";
}

.icon-basic-clubs:before {
  content: "A";
}

.icon-basic-compass:before {
  content: "B";
}

.icon-basic-cup:before {
  content: "C";
}

.icon-basic-diamonds:before {
  content: "D";
}

.icon-basic-display:before {
  content: "E";
}

.icon-basic-download:before {
  content: "F";
}

.icon-basic-exclamation:before {
  content: "G";
}

.icon-basic-eye:before {
  content: "H";
}

.icon-basic-eye-closed:before {
  content: "I";
}

.icon-basic-female:before {
  content: "J";
}

.icon-basic-flag1:before {
  content: "K";
}

.icon-basic-flag2:before {
  content: "L";
}

.icon-basic-floppydisk:before {
  content: "M";
}

.icon-basic-folder:before {
  content: "N";
}

.icon-basic-folder-multiple:before {
  content: "O";
}

.icon-basic-gear:before {
  content: "P";
}

.icon-basic-geolocalize-01:before {
  content: "Q";
}

.icon-basic-geolocalize-05:before {
  content: "R";
}

.icon-basic-globe:before {
  content: "S";
}

.icon-basic-gunsight:before {
  content: "T";
}

.icon-basic-hammer:before {
  content: "U";
}

.icon-basic-headset:before {
  content: "V";
}

.icon-basic-heart:before {
  content: "W";
}

.icon-basic-heart-broken:before {
  content: "X";
}

.icon-basic-helm:before {
  content: "Y";
}

.icon-basic-home:before {
  content: "Z";
}

.icon-basic-info:before {
  content: "0";
}

.icon-basic-ipod:before {
  content: "1";
}

.icon-basic-joypad:before {
  content: "2";
}

.icon-basic-key:before {
  content: "3";
}

.icon-basic-keyboard:before {
  content: "4";
}

.icon-basic-laptop:before {
  content: "5";
}

.icon-basic-life-buoy:before {
  content: "6";
}

.icon-basic-lightbulb:before {
  content: "7";
}

.icon-basic-link:before {
  content: "8";
}

.icon-basic-lock:before {
  content: "9";
}

.icon-basic-lock-open:before {
  content: "!";
}

.icon-basic-magic-mouse:before {
  content: "\"";
}

.icon-basic-magnifier:before {
  content: "#";
}

.icon-basic-magnifier-minus:before {
  content: "$";
}

.icon-basic-magnifier-plus:before {
  content: "%";
}

.icon-basic-mail:before {
  content: "&";
}

.icon-basic-mail-multiple:before {
  content: "'";
}

.icon-basic-mail-open:before {
  content: "(";
}

.icon-basic-mail-open-text:before {
  content: ")";
}

.icon-basic-male:before {
  content: "*";
}

.icon-basic-map:before {
  content: "+";
}

.icon-basic-message:before {
  content: ",";
}

.icon-basic-message-multiple:before {
  content: "-";
}

.icon-basic-message-txt:before {
  content: ".";
}

.icon-basic-mixer2:before {
  content: "/";
}

.icon-basic-mouse:before {
  content: ":";
}

.icon-basic-notebook:before {
  content: ";";
}

.icon-basic-notebook-pen:before {
  content: "<";
}

.icon-basic-notebook-pencil:before {
  content: "=";
}

.icon-basic-paperplane:before {
  content: ">";
}

.icon-basic-pencil-ruler:before {
  content: "?";
}

.icon-basic-pencil-ruler-pen:before {
  content: "@";
}

.icon-basic-photo:before {
  content: "[";
}

.icon-basic-picture:before {
  content: "]";
}

.icon-basic-picture-multiple:before {
  content: "^";
}

.icon-basic-pin1:before {
  content: "_";
}

.icon-basic-pin2:before {
  content: "`";
}

.icon-basic-postcard:before {
  content: "{";
}

.icon-basic-postcard-multiple:before {
  content: "|";
}

.icon-basic-printer:before {
  content: "}";
}

.icon-basic-question:before {
  content: "~";
}

.icon-basic-rss:before {
  content: "\\";
}

.icon-basic-server:before {
  content: "\e000";
}

.icon-basic-server2:before {
  content: "\e001";
}

.icon-basic-server-cloud:before {
  content: "\e002";
}

.icon-basic-server-download:before {
  content: "\e003";
}

.icon-basic-server-upload:before {
  content: "\e004";
}

.icon-basic-settings:before {
  content: "\e005";
}

.icon-basic-share:before {
  content: "\e006";
}

.icon-basic-sheet:before {
  content: "\e007";
}

.icon-basic-sheet-multiple:before {
  content: "\e008";
}

.icon-basic-sheet-pen:before {
  content: "\e009";
}

.icon-basic-sheet-pencil:before {
  content: "\e00a";
}

.icon-basic-sheet-txt:before {
  content: "\e00b";
}

.icon-basic-signs:before {
  content: "\e00c";
}

.icon-basic-smartphone:before {
  content: "\e00d";
}

.icon-basic-spades:before {
  content: "\e00e";
}

.icon-basic-spread:before {
  content: "\e00f";
}

.icon-basic-spread-bookmark:before {
  content: "\e010";
}

.icon-basic-spread-text:before {
  content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}

.icon-basic-star:before {
  content: "\e013";
}

.icon-basic-tablet:before {
  content: "\e014";
}

.icon-basic-target:before {
  content: "\e015";
}

.icon-basic-todo:before {
  content: "\e016";
}

.icon-basic-todo-pen:before {
  content: "\e017";
}

.icon-basic-todo-pencil:before {
  content: "\e018";
}

.icon-basic-todo-txt:before {
  content: "\e019";
}

.icon-basic-todolist-pen:before {
  content: "\e01a";
}

.icon-basic-todolist-pencil:before {
  content: "\e01b";
}

.icon-basic-trashcan:before {
  content: "\e01c";
}

.icon-basic-trashcan-full:before {
  content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}

.icon-basic-trashcan-remove:before {
  content: "\e01f";
}

.icon-basic-upload:before {
  content: "\e020";
}

.icon-basic-usb:before {
  content: "\e021";
}

.icon-basic-video:before {
  content: "\e022";
}

.icon-basic-watch:before {
  content: "\e023";
}

.icon-basic-webpage:before {
  content: "\e024";
}

.icon-basic-webpage-img-txt:before {
  content: "\e025";
}

.icon-basic-webpage-multiple:before {
  content: "\e026";
}

.icon-basic-webpage-txt:before {
  content: "\e027";
}

.icon-basic-world:before {
  content: "\e028";
}

/* HOME */
.hero-slider {
  height: 100%;
  display: block;
}

.hero-slider .slide, .hero-slider .slick-list, .hero-slider .slick-track {
  height: 100%;
}

.hero-slider .slide {
  background-repeat: no-repeat !important;
  background-color: #F5F5F7 !important;
  background-size: cover !important;
}

.hero-slider .slide:focus {
  outline: none;
}

.hero-slider .slick-dots {
  bottom: 25px;
}

.action-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.action-bar .col-md-4, .action-bar .col-sm-4 {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .action-bar .col-md-4:last-child, .action-bar .col-sm-4:last-child {
    border-right: 1px solid #e7e7e7;
  }
}

.action-bar a {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  display: block;
  position: relative;
  line-height: 55px;
  text-align: center;
}

.action-bar a i {
  font-size: 28px;
  color: #323237;
}

.action-bar a:hover,
.action-bar a:focus {
  text-decoration: none;
  opacity: 1;
}

.action-bar a:hover i,
.action-bar a:focus i {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .action-bar a {
    border-left: 1px solid #e7e7e7;
  }
}

@media screen and (max-width: 768px) {
  .action-bar a {
    border-bottom: 1px solid #e7e7e7;
  }
}

.action-bar a span.icon {
  position: relative;
  top: 13px;
  left: -9px;
  margin-top: -6px;
  display: inline-block;
}

.action-bar a span.text {
  color: #323237;
}

.action-bar .icon {
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  .action-bar {
    border: none;
  }
}

section.newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.newsletter input, section.newsletter a {
  margin-top: 25px;
}

section.newsletter input {
  font-size: 16px;
  padding-left: 25px;
  border-radius: 2px;
  border: none;
  margin-bottom: 0;
  height: 43px;
  color: #8D8D8D;
}

section.newsletter h2.page-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  section.newsletter input {
    margin-top: 30px;
  }
  section.newsletter a {
    margin-top: 30px;
  }
  section.newsletter .row {
    text-align: center;
  }
  section.newsletter h2 {
    margin-top: 20px;
  }
  section.newsletter .text-left {
    text-align: center;
  }
}

section.products-grid {
  padding-bottom: 90px;
}

section.products-grid .product {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 30px;
}

section.products-grid .product:hover .product-details {
  opacity: 1;
}

section.products-grid .product .thumbnail {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-size: cover; */
  background-size: contain;
}

section.products-grid .product .product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*opacity: 0; */
  opacity: 0.3; /* xxx */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.products-grid .product .product-details:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
}

    

section.products-grid .product .product-details h3 {
  color: #fff;
  font-weight: bold;
  position: absolute;
  color: #555;
  font-weight: bold;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

section.products-grid .product .product-details a.btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}

section.products-grid .product .product-details a.btn:hover,
section.products-grid .product .product-details a.btn:focus {
  opacity: .8;
}

section.products-grid .product .product-price {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.products-grid .product {
    margin-bottom: 15px;
  }
}

footer.footer {
  background: #292323;
  /* VANESSA 
  padding: 50px 0px 20px;*/
  
}

footer.footer .footer-navigation {
  display: table;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

footer.footer .footer-navigation li {
  list-style-type: none;
  float: left;
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
}

footer.footer .footer-navigation li a {
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-navigation li a {
    padding: 10px 0px;
    display: block;
    text-align: center;
  }
}

footer.footer .footer-navigation li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-navigation li {
    float: none;
    margin: 0;
    border-top: 1px solid #e8eced;
  }
}

@media screen and (max-width: 768px) {
  footer.footer .footer-navigation {
    display: block;
  }
}

footer.footer .accepted-payments {
  clear: both;
  display: table;
  position: relative;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e8eced;
  border-bottom: 1px solid #e8eced;
  width: 100%;
}

footer.footer .accepted-payments li {
  list-style-type: none;
  float: left;
  font-size: 38px;
  width: 20%;
  text-align: center;
}

footer.footer .accepted-payments li a {
  color: #c9c9c9;
}

footer.footer .accepted-payments li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  footer.footer .accepted-payments li {
    font-size: 26px;
  }
}

footer.footer .copyright {
  clear: both;
 /* margin-top: 40px;
 VANESSA */
    margin-top: 15px;
    margin-bottom: 10px;
}

footer.footer .copyright p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

/* ABOUT */
.team-carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-carousel .slick-slide:focus {
  outline: none !important;
}

.team-carousel .slick-slide .member-info {
  padding: 0px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}

.team-carousel .slick-slide .member-info .position {
  margin-bottom: 20px;
}

.team-carousel .slick-slide.slick-current {
  opacity: 1;
}

.team-carousel .slick-slide.slick-current .member-info {
  opacity: 0;
}

/* CATALOG */
a .custom-icon {
  width: 20px;
  height: 17px;
  position: relative;
  margin: 19px auto;
  display: table;
}

a .custom-icon span {
  position: absolute;
  background: #323237;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  outline: none;
}

a:hover .custom-icon span,
a:focus .custom-icon span {
  /* background: #fff !important; */
  background: #99cc00 !important; /* xxx */
}

a .icon-list span:first-child {
  width: 6px;
  height: 5px;
  top: 0;
  left: 0;
}

a .icon-list span:nth-child(2) {
  width: 6px;
  height: 5px;
  top: 6px;
  left: 0;
}

a .icon-list span:nth-child(3) {
  width: 6px;
  height: 5px;
  top: 12px;
  left: 0;
}

a .icon-list span:nth-child(4) {
  width: 13px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-list span:nth-child(5) {
  width: 13px;
  height: 5px;
  top: 6px;
  right: 0px;
}

a .icon-list span:nth-child(6) {
  width: 13px;
  height: 5px;
  top: 12px;
  right: 0px;
}

a .icon-grid span:first-child {
  width: 6px;
  height: 7px;
  top: 0px;
  left: 0px;
}

a .icon-grid span:nth-child(2) {
  width: 6px;
  height: 7px;
  top: 8px;
  left: 0px;
}

a .icon-grid span:nth-child(3) {
  width: 6px;
  height: 9px;
  top: 0px;
  left: 7px;
}

a .icon-grid span:nth-child(4) {
  width: 6px;
  height: 7px;
  top: 10px;
  left: 7px;
}

a .icon-grid span:nth-child(5) {
  width: 6px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-grid span:nth-child(6) {
  width: 6px;
  height: 7px;
  top: 6px;
  right: 0px;
}

a .icon-full-width span:first-child {
  width: 20px;
  height: 13px;
  top: 0px;
  left: 0px;
}

a .icon-full-width span:nth-child(2) {
  width: 6px;
  height: 8px;
  bottom: 0px;
  left: 2px;
  border: 1px solid #fff;
}

a.load-more {
    width: 82px;
    height: 82px;
    background: #e7e7e7;
    color: #323237;
    display: block;
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    margin: 0 auto;
}

.product-list .product {
  /* margin-bottom: 120px; */
  margin-bottom: 10px; /* xxx */ 
}

.product-list .product .product-details h2 {
  margin-bottom: 20px;
  display: block !important;
  margin-top: 10px;
}

.product-list .product .product-details p {
  margin-bottom: 20px;
}

.product-list .product .product-details .btn {
  margin-top: 10px;
}

.product-list .product .product-details .product-price {
  font-weight: bold;
}

.product-list .product .thumbnail {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .product-list .product {
    margin-bottom: 40px;
  }
}

.product-list .row:last-child {
  margin-bottom: 0;
}

.product-list .row:last-child .product {
  margin-bottom: 0;
}

.product-list .row:last-child .product .thumbnail {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .product-list .row:last-child .product .thumbnail {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product-full-width .row .product {
    margin-bottom: 30px;
  }
}

.product-full-width .row:last-child .product .product-details {
  margin-bottom: 0;
}

.product-full-width .product .thumbnail {
  position: relative;
}

.product-full-width .product .thumbnail .product-details {
  position: relative;
  display: block;
  max-width: 530px;
  padding: 40px;
  opacity: .9;
  margin-bottom: 120px;
}

.product-full-width .product .thumbnail .product-details h2, .product-full-width .product .thumbnail .product-details .product-price, .product-full-width .product .thumbnail .product-details p, .product-full-width .product .thumbnail .product-details .btn {
  color: #fff;
}

.product-full-width .product .thumbnail .product-details p {
  margin-bottom: 10px;
}

.product-full-width .product .thumbnail .product-details .btn {
  border-color: #fff;
}

.product-full-width .product .thumbnail .product-details .product-price {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details {
    margin-bottom: 30px;
  }
}

.product-full-width .product .thumbnail .product-details.left {
  left: 60px;
  float: left;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.left {
    left: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

.product-full-width .product .thumbnail .product-details.right {
  right: 60px;
  float: right;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.right {
    right: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .product-single .product-details {
    margin-top: 30px;
  }
}

.product-single .product-details .btn {
  margin-top: 0;
}

.product-single .product-details .product-price {
  font-size: 22px;
  font-weight: bold;
}

.product-single .product-details .product-social {
  margin-bottom: 30px;
}

.product-single .product-details .product-social a {
  margin-right: 20px;
}

.product-single .secondary-images a {
  opacity: .4;
}

.product-single .secondary-images a img {
  margin-top: 30px;
}

.product-single .secondary-images a:hover,
.product-single .secondary-images a:focus {
  opacity: .8;
}

/* BLOG */
.blog-list .post {
  margin-bottom: 30px;
  display: block;
}

.blog-list .post .product-details h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-list .post .product-details p {
  margin-bottom: 20px;
}

.blog-list .post .product-details .btn {
  margin-top: 10px;
}

.blog-list .post .product-details .product-price {
  font-weight: bold;
}

.blog-list .post .thumbnail {
  margin-bottom: 40px;
}

.blog-list .row:last-child .post {
  margin-bottom: 0;
}

.blog-list .row:last-child .post .thumbnail {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .blog-list .row:last-child .post .thumbnail {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .blog-list.alternative .row:nth-child(2n) .col-md-6 {
    float: right;
  }
}

.post-details h3 {
  font-weight: 500;
  margin-bottom: 23px;
}

/* CONTACT */
#map {
  height: 600px;
  width: 100%;
}

.map-wrapper {
  position: relative;
}

.map-wrapper .directions {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 30px;
  bottom: -30px;
}

/* BOOTSTRAP THEME */
.navbar {
  background: none;
  border: none;
  margin: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.navbar .navbar-header .navbar-brand {
  font-size: 26px;
  color: #323237;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-header .navbar-brand {
    /* padding: 42px 15px; */ /* xxx */
    padding: 10px 0px 21px 15px;
  }
}

.navbar .navbar-header .navbar-brand .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 1px;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-header {
    /* width: 100px; */ /* xxx */
    width: 158px;
  }
}

.navbar-default .navbar-nav li a {
  font-size: 13px;
    color: #323237;
    /* color: #ffffff; */
    font-weight: 700 !important;
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav li a {
    /*padding: 42px 15px; */ /* xxx */
    padding: 0px 15px 3px;
  }
}

.navbar-default .navbar-nav .active a {
  background: none;
}

.navbar-default .navbar-toggle {
  border: none;
  float: left;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #323237;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #eeeeee;
  padding: 20px 0;
  /* margin-top: -20px !important; */
  margin-top: 0px !important; /* xxx */
}

.navbar .dropdown-menu li a {
  /* padding: 8px 25px; */
  padding: 4px 0px 4px 15px; /* xxx */
  color: #222;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus,
.navbar .dropdown-menu li a:active {
  background: none;
  opacity: .8;
}

.navbar .open a.dropdown-toggle {
  background-color: transparent !important;
}

.side-menu-opener span {
  background: #323237;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.side-menu-opener.mobile {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
}

@media screen and (min-width: 768px) {
  .side-menu-opener.mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar-right {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
}

/* BUTTONS */
.btn, .btn.btn-primary, .btn-default {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  /* border-radius: 30px; */
  border-radius: 2px; /* xxx */
  border: none;
}

.btn {
  padding: 12px 35px;
  margin-top: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 12px 20px;
  }
}

.button-group .btn:first-child {
  margin-right: 20px;
}

.btn.btn-primary {
  /* border: 2px solid; */
  border: 1px solid; /* xxx */
  padding: 10px 35px;
}

@media screen and (max-width: 991px) {
  .btn.btn-primary {
    padding: 10px 20px;
  }
}

/* SLICK CAROUSEL */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    /* opacity: 0.7; ## VANESSA ##*/  
    opacity: 0;
    z-index: 2;
    background-color: #fff;
  }
}

/* SLICK CAROUSEL THEME */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* LIGHTBOX */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* marcio */

div.pagination {
    width: 100%;
    padding: 3px;
    margin: 20px auto;
    text-align: center;
}
div.pagination a {
    padding: 4px 9px;
    margin: 3px;
    border: 1px solid #f5f5f5;
    text-decoration: none;
    color: #000;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #ddd;
    color: #000;
}
div.pagination span.current {
    padding: 4px 9px;
    margin: 3px;
    background-color: #eee;
    color: #000;
}
div.pagination span.disabled {
    padding: 4px 9px;
    margin: 3px;
    border: 1px solid #f5f5f5;
    color: #eee;
}

.selecionado{ color: #70A757;}
.selecionado_topo{ color: #70A757 !important;}
.erro{ color: #cc0000 !important;}
.descx {
  font-size: 25px !important;  
  line-height: 40px !important;
}

.descx p{
  font-size: 25px !important;  
  line-height: 40px !important;
}

.home_titulo{
  text-align:left; 
  color: rgba(255, 255, 255, 0.66); 
  line-height:80px; 
  font-size:6vw !important; 
  font-weight: 700; 
  position: absolute; 
  bottom: 26%; 
  left: 18.5%;

}
.home_descricao  {
  color: rgba(255, 255, 255, 0.66); 
  text-align:left;
  font-size:6vw !important; 
  font-weight: 600; 
  line-height: 30px !important;
  width:60%;
  margin:0 auto;
  position: absolute; 
  bottom: 15%; 
  left: 18.5%;
}

.home_descricao p {
  color: rgba(255, 255, 255, 0.66); 
  text-align:left;
  font-size:3vw !important; 
  font-weight: 600; 
  line-height: 30px !important;

}


#catalogo  {
  color: #323237 !important;
}

#catalogo:hover {
  color: #70A757 !important;
}


.textom p{ 
  margin:0px;
}

.sobrenos a{ 
  color:#72AA45 !important;
  font-weight: 700;
}

.sobrenos { 
  color:#72AA45 !important;
  font-weight: 700;
}

.selecionado_servicos{
  color:#999;
}

.empresa{
  border-left: 1px dotted #C1BFBF;
}

.empresaleft{
  padding-top: 6px;
}
.line{
  border-left: 1px solid #e7e7e7;
  line-height: 50px !important;
}

/* MOBILE */
@media (min-width: 1024px){  

  #idiomas{ 
    display:none !important; 
  }

  #idiomas2{ 
    display:block !important; 
  }

}



@media (min-width: 320px) and (max-width: 767px) {   
  .line{border-bottom: none !important;}
  #pesquisa_idiomas{ width:100%;}
  #pesquisa, #idiomas{ 
    /* width: 50%; 
    float: left !important;*/
    padding-right:0px !important; 
    
  }
  .empresaleft h6,  .empresaleft h4{ 
    padding: 8px 0px  !important;
    margin-bottom: 4px !important;
    border-bottom: 1px solid #ddd  !important;
  }
  .col-md-10{ width: 100% !important;}
  .empresaleft h6 a, .empresaleft h4 a{ display:block !important; }
  .navbar-header{ background:#7E7e80 !important;}
  #pesquisa{ padding-top: 12px !important;}
  #pesq{ height: 25px !important; width:150px !important; margin-left: 12px; margin-top: 7px;}

  .side-menu-opener{ padding: 9px 0px 0px 0px !important;}
  #logotipo{ margin-left: calc(50% - 80px);text-align: center;}
  .navbar-header{height:170px !important;}
  #newsletter_title1{ display: block; } 
  #collapse-navigation{ float:left !important;}
  .dropdown-menu { padding:0px !important;}
  .dropdown-menu > li > a{ color:#000000 !important;}
  .product-details{ 
    margin:0px 4% !important; 
    width:92% !important;
  }
  #miniaturas{ min-height: 300px !important;}
  .product-icons{ 
    display: inline-block; 
    padding: 40px 0px 40px !important;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  .hr_d{border-top: 0px !important;}
  .product-name{ 
    font-size:60px !important; 
    line-height:60px !important;
  }
  #product-desc{ width:100% !important;}
  #idiomas{ padding-top:5px !important;}
  .container > .navbar-collapse{ 
    width:100% !important; 
    margin:0px !important;
  }
  #tit_contactos{ margin-top: 50px !important;}
  .col-sm-10  { margin-top: 30px !important;}
  
  
    .revolution-slider{
    margin-top: 100px !important
  }

  .col-sm-12{ height:auto !important;}
  .col-sm-12 ul{ display:block !important;}


}



@media (min-width: 768px) and (max-width: 991px) {  
  .product-details{ margin:0px 4% !important; width:92% !important;}
  #product-desc{ width:100% !important;}
  .hr_d{border-top: 0px !important;}
  
  #pesquisa{padding-right: 0px !important; }
  #pesquisa_pequeno{  display:block !important; }
  #collapse-navigation { padding-right: 0px !important;}
  #tit_contactos{  margin-top: 50px !important;}
  .container{ width:95% !important;}

  .navbar-default .navbar-nav li:last-child a {
      padding: 0px 0px 3px;
  }

  .home_titulo, .home_descricao{    
    position: absolute;  
    left: 4% !important;
    right: 4% !important;
    width: 92% !important;
  }

  .home_descricao{    
    position: absolute;  
    bottom: 20%; 
  }

  
}

@media (min-width: 992px) and (max-width: 1023px) {  
  .product-details{ 
    margin:0px 4% !important; 
    width:92% !important;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {  
  .empresa {border-left: 0px !important; margin-top: 50px;}
  .empresa img {     
    height: auto !important;    
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    display: inline-block;
    float: none !important;
  }
  .empresaleft{
    width: 100% !important;
  }

  #idiomas{ 
    margin-left: 0px !important; 
    margin-top: 0px !important; 
    padding-top:5px !important; 
    padding-right: 30px !important; 
    display:block !important; 
    margin-bottom: 10px ;
  }

  #idiomas2{ 
    display:none !important; 
  }

  section, .section {
      padding-top: 30px !important;
      padding-bottom: 40px !important;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {  
  .empresaleft{ width: 90% !important;margin:0% 5%;}
.empresaleft h6,  .empresaleft h4{ 
    padding: 8px 0px  !important;
    margin-bottom: 4px !important;
    border-bottom: 1px solid #ddd  !important;
  }
  .col-md-10{ width:90% !important; margin:0% 5%; margin-top:50px;}
  .empresaleft h6 a, .empresaleft h4 a{ display:block !important; }
  .navbar-header{ background:#7E7e80 !important;}
  #pesquisa{ padding-top: 5px !important;}
  #pesq{ height: 25px !important; width:150px !important; margin-left: 12px; margin-top: 7px;}
}
