@charset "UTF-8";
/* CSS Document */
body {
  font-size: 14px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  color: rgb(200, 200, 200);
}
.color {
  color: rgba(5, 5, 59, 1);
}
.white {
  color: rgba(255, 255, 255, 1);
}
.up {
  color: rgba(0, 153, 0, 1);
}
.down {
  color: rgba(153, 0, 0, 1);
}
.container2, .products {
  max-width: 1280px;
  margin: 0 auto;
}
.wrap {
  max-width: 1380px;
  margin: 0 auto;
}
.md img {
  margin-top: -5px;
}
#nav ul, #nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul {
  margin-left: 150px;
}
#nav ul li {
  display: inline;
}
#nav ul li a {
  margin: 0px;
  padding: 0 30px 0 21px;
  color: rgb(152, 152, 152);
  text-decoration: none;
  text-transform: uppercase;
  background: url(../i/globe.png) right no-repeat;
  background-size: 9px 9px;
}
#nav ul li:last-child a {
  padding-right: 0;
  background: none;
}
#nav ul li a.h, #nav ul li a:hover {
  color: rgb(255, 255, 255);
}
#nav #logo {
  float: left;
  width: 260px;
  margin-top: -15px;
  margin-left: -12px;
}
#nav .btn {
  float: right;
  margin-top: 4px;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.75);
}
/*.about p {
  padding: 0 100px 15px;
}*/
.about img {
  width: 49.75%;
}
.about img:nth-child(2) {
  margin-right: 0.5%;
}
.form-group {
  margin-bottom: 10px;
}
.form-group input[type="text"] {
  width: 60%;
  padding: 5px;
  font-size: 16px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.alert-success, .form-group input[type="text"].correct, .form-group input[type="email"].correct, .form-group textarea.correct {
  color: rgb(10,200,10);
  background-color: rgba(10,200,10,0.2);
  border-color: rgb(10,200,10);
}
.alert-warning {
  color: rgb(230,148,0);
  background-color: rgba(230,148,0,0.2);
  border-color: rgb(230,148,0);
}
.alert-danger, .form-group input[type="text"].error, .form-group input[type="email"].error, .form-group textarea.error {
  color: rgb(200,10,10);
  background-color: rgba(200,10,10,0.2);
  border-color: rgb(200,10,10);
}
#canvas {
  width: 100%;
}
#credits {
  border-bottom: 1px solid #ccc;
}
.card {
  width: 200px;
  height: 300px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border: none;
  background-color: transparent;
}
.card:nth-child(6n+0) {
  margin-right: 0;
}
.front, .back {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.front img, .back img {
  width: 100%;
}
.credits {
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5;
  padding-bottom: 50px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.credits p {
  margin: 0 0 15px;
  text-align: left;
  line-height: 1.25;
  font-weight: 600;
  font-size: 20px;
}
.products .one_third {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 15px;
}
.products .one_third:nth-child(3n+0) {
  margin-right: 0;
}
.products .one_half {
  width: 50%;
  margin-right: 0;
}
.products .one_third a, .products .one_half a {
  height: 320px;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: rgb(90, 90, 90);
  background-size: cover;
}
.products .one_third a h3, .products .one_half a h3 {
  margin: 0;
  font-weight: 200;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 10px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(67, 67, 67);
  color: rgb(255, 255, 255);
  text-align: center;
}
.prod_menu a {
  display: block;
  margin-bottom: 10px;
}
.pdf-icon {
  width: 78px;
  height: 36px;
  display: inline-block;
  padding: 10px;
  background: url(../i/pdf-icon.png) center center no-repeat rgb(67, 67, 67);
  color: rgb(255, 255, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pdf-icon b {
  display: none;
}
#search {
  position: relative;
}
#fillup {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 10px;
}
#fillup a {
  color: rgb(255, 255, 255);
}
#inputString, #login_email, #login_password {
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
  border: 1px solid rgb(101, 101, 101);
  background: rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
}
#login_email, #login_password {
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#my_tooltip {
  background: rgba(0, 0, 0, 1);
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgb(101, 101, 101);
  width: 250px;
}
#my_tooltip_background {
  transition: all 0.3s 0.3s;
}
#my_tooltip, #my_tooltip_wrapper {
  transition: all 0.3s ease-out;
}
#my_tooltip {
  transform: translateX(0) translateY(-40%);
}
.popup_visible #my_tooltip {
  transform: translateX(0) translateY(0);
}
a.btn {
  text-decoration: none;
}
.logged_in {
  float: right;
}
.logged_in span {
  padding: 10px 10px 0 0;
  display: inline-block;
}
#map {
  width: 100%;
  height: 80vh;
  margin: 50px 0 0 0;
}
#map h4, #map p {
  text-align: center;
}
#map h4 {
  color: rgb(0, 10, 60);
}
.form-group {
  margin-bottom: 20px;
}
.form-group input[type="text"] {
  padding: 10px 10px 12px;
  font-size: 18px;
  font-weight: 200;
  border-bottom: 2px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px !important;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  background: none;
}
.form-group input[type="email"] {
  padding: 10px 10px 12px;
  border-bottom: 2px solid #cccccc;
  border-top: none;
  border-left: none;
  border-radius: 0px !important;
  border-right: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  background: none;
  font-weight: 200;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.icofont-navigation-menu {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../img/menu-icon.svg");
}
.icofont-navigation-menu:hover {
  background-image: url("../img/menu-icon-h.svg");
}
.vbox-title {
  font-size: 1.2rem;
}
#carousel .caption p {
  font-weight: 700;
  font-size: 30px;
}

.text-20 { font-size: 20px;}
.address { font-weight: 400;}

/* MEDIA QUERIES */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .nav-menu a {
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .flex-caption {
    font-size: 40px;
  }
  .flex-caption.right {
    right: calc(50% - 480px);
  }
  .flex-caption.left {
    left: calc(50% - 480px);
  }
  .container {
    max-width: 100%;
  }
  #nav ul li a {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1152px) {
  .tile {
    min-height: 230px;
  }
  .flex-caption {
    font-size: 30px;
  }
  #nav ul li a {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  .products .one_third a {
    height: 350px;
  }
  .card {
    width: 150px;
    height: 225px;
    margin: 0 10px 10px 0;
  }
  #carousel .caption p {
  font-size: 18px;
}
  
}
@media screen and (max-width: 1024px) {
  .tile {
    min-height: 225px;
  }
  .flex-caption.right {
    right: calc(50% - 380px);
  }
  .flex-caption.left {
    left: calc(50% - 380px);
  }
  .products .one_third a {
    height: 250px;
  }
  
}
@media screen and (min-width: 851px) {
  #nav ul {
    display: inline-block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 850px) {
  .tile {
    min-height: 180px;
  }
  .flex-caption.right {
    right: calc(50% - 350px);
  }
  .flex-caption.left {
    left: calc(50% - 350px);
  }
  .flex-caption {
    font-size: 30px;
  }
  /* Menu */
  #nav:not( :target) > a:first-of-type, #nav:target > a:last-of-type {
    display: block;
    float: none;
  }
  /* first level */
  #nav ul {
    height: auto;
    display: none;
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
  }
  #nav:target ul {
    display: block;
  }
  #nav ul li {
    width: 80%;
    left: 10%;
    float: none;
  }
  /* second level */
  #nav li ul {
    position: static;
    padding-top: 0;
  }
  #nav ul li a, #nav ul li:first-child a {
    display: block;
    margin-left: 10px;
  }
  .cloud9-item {
    width: 100px;
  }
  .products .one_third {
    width: 50%;
    margin-right: 0;
  }
  .products .one_third a {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .tile h3 {
    top: 0;
    font-size: 16px;
  }
  .tile:nth-child(1) img, .tile:nth-child(2) img, .tile:nth-child(3) img, .tile:nth-child(4) img, .tile:nth-child(5) img, .tile:nth-child(6) img {
    top: 38px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .flex-caption.right {
    right: calc(50% - 305px);
  }
  .flex-caption.left {
    left: calc(50% - 305px);
  }
  .flexslider .slides img {
    min-width: 150% !important;
    margin-left: -25%;
  }
  .flexslider .slides {
    overflow: hidden;
  }
  header {
    padding: 10px 0;
  }
  .flexslider {
    margin: 1px 0 0 0 !important;
  }
  #nav #logo {
    width: 140px;
    margin-top: -22px;
  }
  #nav ul li a {
    font-size: 14px;
    padding-bottom: 0;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 505px) {
  .section-title h2, h1, .h1, h2, .h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  
  .tile h3, p, .text-20 {
    font-size: 14px;
  }
  .container {
    max-width: 97% !important;
  }
  .container.map {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .flex-caption {
    font-size: 24px;
  }
  .card {
    width: 100px;
    height: 150px;
    margin: 0 10px 10px 0;
  }
  .card:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .tile {
    min-height: 140px;
  }
  .flex-caption {
    top: 15%;
    max-width: 65%;
    font-size: 22px;
    line-height: 1.2;
  }
  h2 {
    font-size: 22px;
  }
  .tile h3 {
    padding: 5px 0 7px;
    min-height: 32px;
  }
  .flex-caption br {
    display: none;
  }
  .flex-caption.right {
    right: calc(50% - 180px);
  }
  .flex-caption.left {
    left: calc(50% - 180px);
  }
  hr {
    padding: 0;
    margin: 0;
    background-size: 200%;
  }
  .credits {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media screen and (max-width: 320px) {
  .flex-caption.right {
    right: calc(50% - 150px);
  }
  .flex-caption.left {
    left: calc(50% - 150px);
  }
}