/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
input:-webkit-autofill {
  background-color: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
* {
  /*
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
*/
}
.grecaptcha-badge {
  z-index: 50;
}
#fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#skip-intro {
  position: fixed;
  top: auto;
  z-index: 10003;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  bottom: 9%;
  color: #FFF;
  border: 3px solid #FFF;
  cursor: pointer;
  padding: 5px 0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#skip-intro:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#okplayer-mask {
  z-index: 1001!important;
}
#okplayer {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 1002!important;
}
#container {
  width: 83%;
  overflow: hidden;
  float: right;
  position: relative;
  display: none;
}
#header {
  padding: 42px 0 0 0;
  overflow: hidden;
  position: fixed;
  width: 83%;
  top: 0;
  right: 0;
  background: #1d1d1b;
  z-index: 999;
  display: none;
}
#header .navbar-toggle {
  position: relative;
  float: left;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: none;
}
#header .navbar-toggle:hover .icon-bar {
  background: #ccc;
  -webkit-transition: all 0.2s ease-out ease-out;
  -moz-transition: all 0.2s ease-out ease-out;
  -o-transition: all 0.2s ease-out ease-out;
  transition: all 0.2s ease-out ease-out;
}
#header .navbar-toggle:focus {
  outline: none;
  border: none;
}
#header .navbar-toggle .icon-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background: #FFFFFF;
}
#header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
#header .nav-top {
  float: left;
  list-style: none;
  margin: 0;
}
#header .nav-top li {
  float: left;
  color: #58595B;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .nav-top li a {
  color: #58595B;
  text-decoration: none;
}
#header .nav-top li:hover,
#header .nav-top li:hover a {
  color: #ff5000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .search {
  float: left;
}
#header .search input {
  color: #58595B;
  background: no-repeat;
  border: none;
  outline: none;
  border-right: #58595B solid 1px;
  font-size: 0.875em;
  width: 74px;
}
#header .search input:-moz-placeholder {
  color: '#58595B' !important;
  text-overflow: ellipsis;
}
#header .search input::-moz-placeholder {
  color: '#58595B' !important;
  text-overflow: ellipsis;
}
#header .search input:-ms-input-placeholder {
  color: '#58595B' !important;
  text-overflow: ellipsis;
}
#header .search input::-webkit-input-placeholder {
  color: '#58595B' !important;
  text-overflow: ellipsis;
}
#header .lang {
  float: right;
  list-style: none;
  margin: 0 0 9% 0;
  padding-left: 20px;
}
#header .lang li {
  float: left;
  margin-left: 8px;
}
#header .lang li a {
  font-size: 0.875em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  color: #58595B;
  text-decoration: none;
}
#header .lang li a:hover,
#header .lang li a.active {
  color: #ff5000;
}
#header .top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #272727;
  overflow: hidden;
  position: relative;
  background: #FFF;
}
#header .top .breadcrumb {
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  list-style: none;
}
#header .top .breadcrumb li {
  float: left;
  margin-right: 5px;
  font-size: 0.75em;
  color: #272727;
}
#header .top .breadcrumb li span {
  cursor: default;
}
#header .top .breadcrumb li a {
  color: #272727;
  text-decoration: none;
}
#header .top .breadcrumb li a:after {
  content: "/";
  padding-left: 5px;
}
#header .top .breadcrumb li img {
  cursor: pointer;
}
#header .top .tools {
  float: right;
  margin: 0;
  padding: 0;
  width: 28%;
  list-style: none;
}
#header .top .tools ul {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
}
#header .top .tools ul li {
  float: right;
  border: none;
  width: 16.66666667%;
  padding-bottom: 16%;
  border-left: 1px solid #272727;
}
.touch #menu ul li.products .products-thumbs {
  display: none;
}
.main-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1312px;
}
.packery {
  width: 100%;
}
.wrapper {
  width: 100%;
  position: relative;
}
/* ==============
    MOBILE: Menu
   ============== */
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
}
nav a:hover,
nav a:visited {
  color: white;
}
nav a:hover {
  text-decoration: underline;
}
/* ==============
    MOBILE: Main
   ============== */
.main {
  padding: 30px 0;
}
.main aside {
  color: white;
  padding: 0px 5% 10px;
}
.footer-container footer {
  color: white;
}
.footer-container footer a {
  color: white;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
.lt-ie9 input#conditions {
  visibility: visible!important;
  position: relative!important;
  float: left;
  margin-top: 2px;
  margin-right: 4px;
}
.lt-ie9 #check label {
  float: left;
}
.lt-ie9 #check label span {
  display: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#logo-orange,
#logo-line {
  position: fixed;
  top: 3.6%;
  left: 3.3%;
  z-index: 20000;
  width: 10.3%;
  height: auto;
  max-width: 154px;
  display: none;
}
#logo-line {
  z-index: 1000;
  top: 3.5%;
  left: 3.2%;
  width: 10.6%;
}
.bg-main {
  border: none;
}
.bg-main .box-container {
  background: #ff5000;
}
.bg-main .box-container * {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.bg-main .box-container .triangle {
  border-color: transparent transparent transparent #FFF!important;
}
.bg-main .box-container .default span.line {
  border-color: #272727 !important;
}
.bg-main .box-container:hover {
  background: #FFF;
}
.bg-main .box-container:hover * {
  color: #ff5000;
}
.bg-main .box-container:hover .triangle {
  border-color: transparent transparent transparent #ff5000 !important;
  border-width: 18px 0 18px 10px;
  top: 19%;
}
.bg-main .box-container:hover .default span.line {
  border-color: #ff5000;
}
.bg-second a {
  color: #272727;
  text-decoration: none;
}
.bg-second .box-container {
  background: #FFF;
}
.bg-second .box-container * {
  color: #272727;
  margin: 0;
  padding: 0;
}
.bg-second .box-container .triangle {
  border-color: transparent transparent transparent #FFF!important;
}
.bg-second .box-container .default span.line {
  border-color: #272727 !important;
}
.bg-second .box-container:hover {
  background: #272727;
  color: #FFF;
}
.bg-second .box-container:hover .content {
  background: none!important;
  color: #FFF!important;
}
.bg-second .box-container:hover * {
  color: #FFF;
}
.bg-second .box-container:hover .triangle {
  border-color: transparent transparent transparent #272727 !important;
  border-width: 18px 0 18px 10px;
  top: 19%;
}
.bg-second .box-container:hover .default span.line {
  border-color: #FFF!important;
}
.bg-second.kitchen.right:hover .triangle {
  border-width: 18px 13.6px 18px 0!important;
  border-color: transparent #272727 transparent transparent !important;
}
.bg-second:hover a {
  color: #FFF;
}
.bg-third {
  background: #272727;
}
.bg-third .box-container * {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.bg-third .box-container .triangle {
  border-color: transparent transparent transparent #272727 !important;
}
.bg-third .box-container .default span.line {
  border-color: #FFF!important;
}
.bg-third .box-container:hover {
  background: #FFF;
}
.bg-third .box-container:hover * {
  color: #272727;
}
.bg-third .box-container:hover .triangle {
  border-color: transparent transparent transparent #FFF!important;
  border-width: 18px 0 18px 10px;
  top: 19%;
}
.bg-third .box-container:hover .default span.line {
  border-color: #272727 !important;
}
.bg-third.article-project {
  background: #FFF;
}
.bg-third.article-project .figure {
  background: #272727;
}
.bg-third.article-project:hover {
  background: #272727 !important;
  color: #FFF!important;
}
.bg-third.article-project:hover .figure {
  background: #FFF!important;
}
.bg-third.article-project:hover .figure .triangle {
  border-color: transparent transparent transparent #FFF!important;
}
.bg-third.article-project:hover .figure .hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bg-third:hover {
  background: #272727 !important;
  color: #FFF!important;
}
.bg-third:hover .line {
  border-bottom-color: #fff!important;
}
/*

.bg{
	display: none;
}
*/
.bold {
  font-weight: bold;
}
html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  /* 	display: none; */
  background: #1d1d1b;
}
body {
  position: relative;
}
.grid-sizer {
  width: 25%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no-margin .top {
  margin: 0!important;
}
.bx-clone {
  display: none;
}
#menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  height: 100%;
  background: #FFF;
  max-width: 257px;
  width: 17%;
  min-width: 140px;
}
#menu h1 {
  margin: .67em 0;
  width: 60%;
  margin: 14% 20%;
}
#menu h1 img {
  width: 100%;
}
#menu img {
  width: 100%;
}
#menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c8c8c8;
  list-style: none;
}
#menu ul li {
  width: 100%;
  float: left;
  text-transform: uppercase;
  border-bottom: 1px solid #c8c8c8;
}
#menu ul li.products {
  padding-bottom: 0!important;
}
#menu ul li.products .bottom-link {
  margin-bottom: 25px;
  border: 1px solid #272727;
  width: 740px;
  height: 63px;
  padding: 2.7% 0 0 0!important;
  background: #FFF;
  margin: 10px 0 25px 0!important;
}
#menu ul li.products .bottom-link .line {
  border-bottom: 1px solid #000;
  height: 1px;
  width: 3%;
  display: inline-block;
  margin: 0.3em 0.7em;
}
#menu ul li.products .bottom-link br {
  display: none;
}
#menu ul li.products .bottom-link:hover {
  background: #000;
}
#menu ul li.products .bottom-link:hover .line {
  border-bottom: 1px solid #FFF;
}
#menu ul li.products .products-thumbs {
  background: url('../img/bg-menu-produtos.png') repeat-y #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 100%;
  overflow: hidden;
  top: 0;
  overflow: auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#menu ul li.products .products-thumbs .link {
  width: 740px;
  min-height: 63px;
  margin: 0px;
  padding: 0;
  float: left;
}
#menu ul li.products .products-thumbs ul {
  float: left;
  width: 740px;
  border: none;
}
#menu ul li.products .products-thumbs li {
  width: 128px;
  border: none;
  position: relative;
}
#menu ul li.products .products-thumbs li ul li {
  margin: 0 0 25px 25px;
}
#menu ul li.products .products-thumbs li ul li a {
  margin: 0;
  padding: 0;
}
#menu ul li.products .products-thumbs li ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 20000;
  width: 100%;
  height: 100%;
}
#menu ul li.products .products-thumbs li ul li .image {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu ul li.products .products-thumbs li ul li.reset {
  margin-left: 0;
}
#menu ul li.products .products-thumbs li ul li img {
  width: 100%;
  position: relative;
  z-index: 0;
}
#menu ul li.products .products-thumbs li ul li:hover .bg {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: block;
}
#menu ul li.products .products-thumbs li ul li:hover .image {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#menu ul li.products:hover .products-thumbs {
  padding: 0 50px 0 50px;
  width: 840px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#menu ul li.products .close {
  width: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
#menu ul li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000;
  text-align: center;
  padding: 7% 0;
  font-size: 0.875em;
  width: 100%;
  float: left;
  text-decoration: none;
}
#menu ul li a:hover,
#menu ul li a.active {
  color: #FFF;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu ul.link,
.link {
  margin: 0% auto;
  padding-top: 8%;
  overflow: hidden;
  width: 75%;
  float: none;
  text-align: center;
  border-top: none;
}
#menu ul.link li,
.link li {
  border: none;
  width: 20%;
  display: inline-block;
  float: none;
  padding: 0;
  padding-bottom: 20%;
  border: 1px solid #272727;
  position: relative;
  cursor: pointer;
}
#menu ul.link li a,
.link li a {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 1.3em;
  top: 0;
  left: 0;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu ul.link li a i,
.link li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000;
}
#menu ul.link li:hover,
.link li:hover {
  background: #FFF;
}
#menu ul.link li:hover a,
.link li:hover a {
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu ul.link li:hover a i,
.link li:hover a i {
  color: #FFF;
}
.all-kitchens .isotope-item .box-container img {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.all-kitchens .isotope-item:last-child img {
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
.box {
  height: auto;
  width: 25%;
  float: left;
  padding-bottom: 25%;
  margin: 0;
  position: relative;
  font-weight: normal;
  top: 0;
  overflow: hidden;
  cursor: pointer;
  /* About us page*/
}
.box .box-container {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.box img.original {
  width: auto;
  display: block;
}
.box:hover .hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.box.almost-full .content {
  width: 36%;
  border: none;
}
.box.almost-full .content .default {
  padding: 27%;
}
.box.almost-full .content .default span.line {
  width: 96%;
}
.box.almost-full .content .default img {
  width: auto;
  position: relative;
  z-index: 0;
  float: left;
}
.box.almost-full .content .default h3 {
  position: relative;
}
.box.almost-full .content .default .hover {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 100000;
}
.box.almost-full .figure {
  width: 64%;
  height: 100%;
  right: 0;
  position: absolute;
  overflow: hidden;
}
.box.almost-full .figure img {
  float: left;
  position: relative;
  margin-left: -20px;
  width: 107%;
  min-height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box.almost-full.pinterest .figure img {
  left: -10%;
  width: auto;
  height: 100%;
}
.box .original {
  width: auto;
}
.box .hover {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 100000;
}
.box.w2 {
  width: 50%;
}
.box.w2 .content {
  width: 50%;
}
.box.w2 .content.full {
  width: 100%;
  border: none;
}
.box.w2 .content.full .default {
  padding: 5%;
}
.box.w2 .content.full .default span.line {
  width: 10%;
}
.box.w2 .figure {
  width: 50%;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
}
.box.w2 .figure img {
  float: left;
  position: relative;
  margin-left: -20px;
  width: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box.w2.right .triangle {
  left: auto;
  right: 0;
  border-width: 12px 13.6px 12px 0;
  border-color: transparent #ffffff transparent transparent;
}
.box.w2.right .figure {
  right: auto;
  left: 0;
}
.box.w2.right .content {
  left: auto;
  right: 0;
}
.box * a {
  text-decoration: none;
}
.box.kitchen .bg {
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 101%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box.kitchen:hover .bg {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 30;
}
.box.kitchenisyou {
  padding-bottom: 0;
}
.box.kitchenisyou img {
  position: relative;
  z-index: 0;
}
.box.kitchenisyou .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
}
.box.kitchenisyou:hover img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.box.kitchenisyou:hover .bg {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.box .default {
  padding: 10%;
}
.box .default span.line {
  border: 1px solid #FFF;
  width: 20%;
  float: left;
  margin-bottom: 0.3em;
}
.box .default h3 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.25em;
  clear: both;
  margin-bottom: 0.65em;
  text-transform: uppercase;
  position: relative;
}
.box .default p {
  font-size: 0.9375em;
  line-height: 1.3125em;
  font-weight: 300;
}
.box .content {
  width: 100%;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}
.box .content .middle {
  width: 100%;
  padding: 0;
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.box .content .middle .center {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  margin: 0;
}
.box .content .middle .center a {
  text-decoration: none;
}
.box .content .middle .center h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  font-weight: 100;
  line-height: 1.1em;
}
.box .content .middle .center h2.date {
  font-size: 4.5em;
  font-weight: normal;
}
.box .triangle {
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box .image-effect {
  margin-top: 2%;
  position: absolute;
  bottom: 20%;
  width: 90%;
}
.box .image-effect img {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  float: left;
}
.box .image-effect img.hide {
  position: absolute;
  z-index: 2;
  display: none;
}
.box:hover * {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box:hover .triangle {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box:hover .figure img {
  margin-left: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.box:hover .hide {
  display: block!important;
}
.box .info {
  display: none;
}
.box.opened {
  padding-bottom: 50%;
  z-index: 10;
}
.box.opened .box-container {
  height: 50%;
  z-index: 1;
}
.box.opened .figure .triangle {
  display: none;
}
.box.opened .info {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  height: 50%;
  background: #FFF;
  color: #272727;
}
.box.opened .info h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
}
.box.opened .info p {
  font-size: 1em;
  font-weight: normal;
}
.box.opened .info .padding {
  padding: 6%;
}
.box.opened .info .triangle {
  top: 0;
  left: 10%;
  border-width: 12px 12px 0 13.6px;
  border-color: #272727 transparent transparent transparent;
}
.box.opened:hover .triangle {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background: #FFF;
}
.triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  z-index: 1;
  border-style: solid;
  border-width: 12px 0 12px 13.6px;
  border-color: transparent transparent transparent #ffffff;
  top: 22%;
}
.grid-sizer {
  width: 25%;
}
.magazine-viewport {
  background: #FFF!important;
}
.w3 {
  width: 75%;
  overflow: hidden;
  top: 0;
  left: 0;
  margin: 0;
  padding-bottom: 50%;
  float: left;
  position: relative;
}
.w3 ul,
.w3 .bx-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.w3 .bx-viewport {
  height: 100%!important;
}
.w1 {
  width: 50%;
  padding-bottom: 50%;
}
.w1 .content {
  display: none;
}
.w1 .triangle {
  display: none;
}
.w3 img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#copywritter-wrapper {
  width: 90%;
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
  padding: 1.2% 0;
  overflow: hidden;
}
#copywritter-wrapper .copywritter {
  text-align: left;
  float: left;
  font-size: 0.8em;
  color: #58595B;
  display: none;
  opacity: 1!important;
}
@media screen and (max-width: 961px) {
  #copywritter-wrapper .copywritter {
    margin-bottom: 15px;
  }
}
#copywritter-wrapper a {
  color: #58595B;
  text-decoration: none;
}
#copywritter-wrapper span {
  width: 100%;
  height: 20px;
  display: block;
}
.law {
  font-size: 0.625em;
  line-height: 1.3em;
  float: left;
  width: 100%;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.law a {
  color: #FFF;
  text-transform: none;
}
#footer {
  margin-top: 52px;
  color: #FFF;
  font-size: 0.8125em;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #1d1d1b;
  display: none;
}
#footer .news-title {
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1em;
  margin-bottom: 10px;
  width: 100%;
}
#footer .wrapper {
  /* height: 47px; */
  overflow: hidden;
  position: relative;
}
#footer .newsletter-block {
  height: 100%;
  width: 25%;
  overflow: hidden;
  float: left;
  border: 1px solid #6D6E71;
  margin-right: 1%;
  font-size: 0.8125em;
  text-transform: uppercase;
  display: table;
  cursor: pointer;
  text-align: center;
}
#footer .newsletter-block .cell {
  padding: 0 2%;
  display: table-cell;
}
#footer .newsletter-block img {
  float: right;
  margin: 3%;
  width: 10%;
}
#footer .social-block {
  float: left;
  width: 12%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  text-align: left;
}
#footer .social-block li {
  border: 1px solid #6D6E71;
}
#footer .social-block li i {
  color: #FFF;
}
#footer .social-block li:hover {
  background: #000;
}
#footer .social-block li:hover a {
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .social-block li:hover a i {
  color: #000;
}
#footer .right {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 6px 0;
  float: right;
  border: 1px solid #6D6E71;
  max-width: 950px;
  width: 23%;
  right: 0;
  display: table;
}
#footer .right ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
#footer .right ul li {
  width: 100%;
  /* total options */
  text-align: center;
  float: left;
}
#footer .right ul li a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 0.8125em;
  display: block;
  line-height: 1em;
}
#footer .right ul li a:hover {
  text-decoration: underline;
}
.breadcrumb li {
  color: #FFF;
}
.breadcrumb-holder {
  position: absolute;
  height: 100%;
  width: 40%;
}
.breadcrumb-holder .middle {
  display: table;
  position: relative;
  height: 100%;
  padding-left: 3%;
}
/* PAGES*/
#main-content {
  color: #FFF;
  position: relative;
}
#main-content .header {
  width: 100%;
  float: left;
  background: #FFF;
  padding-top: 0;
  overflow: hidden;
  /* 		border-bottom: 1px solid #ccc; */
}
#main-content .header .sub-menu {
  margin: 2% 0;
  float: left;
  width: 100%;
}
#main-content .header .bottom-link {
  margin: 0 0 0.5% 0;
}
#main-content .header .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
#main-content .header .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
#main-content .header .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
#main-content .header .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
#main-content .header img.highlight {
  max-width: 100%;
  width: 100%;
  float: left;
}
#main-content .header #submenu-about,
#main-content .header #submenu-products,
#main-content .header #submenu-locations {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 0 0;
  list-style: none;
}
#main-content .header #submenu-about li,
#main-content .header #submenu-products li,
#main-content .header #submenu-locations li {
  float: left;
  width: 20%;
  text-align: center;
  border: 1px solid #FFF;
}
#main-content .header #submenu-about li a,
#main-content .header #submenu-products li a,
#main-content .header #submenu-locations li a {
  color: #272727;
  font-size: 0.875em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
#main-content .header #submenu-about li a:hover,
#main-content .header #submenu-products li a:hover,
#main-content .header #submenu-locations li a:hover {
  text-decoration: underline;
}
#main-content .header #submenu-about li.active,
#main-content .header #submenu-products li.active,
#main-content .header #submenu-locations li.active,
#main-content .header #submenu-about li:hover,
#main-content .header #submenu-products li:hover,
#main-content .header #submenu-locations li:hover {
  border: 1px solid #272727;
}
#main-content .header #submenu-about li.active a,
#main-content .header #submenu-products li.active a,
#main-content .header #submenu-locations li.active a,
#main-content .header #submenu-about li:hover a,
#main-content .header #submenu-products li:hover a,
#main-content .header #submenu-locations li:hover a {
  text-decoration: none;
}
#main-content .header #submenu-products,
#main-content .header #submenu-locations {
  width: 40%;
}
#main-content .header #submenu-products li,
#main-content .header #submenu-locations li {
  width: 50%;
}
#main-content .header #submenu-locations li {
  width: 33.33333333%;
}
#main-content .header #submenu-about {
  width: 82%;
}
#main-content .header #submenu-about li {
  width: 25%;
}
#main-content .article-project {
  float: left;
  width: 100%;
  background: #FFF;
  color: #272727;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* 		border: 1px solid #6D6E71; */
  border-top: none;
}
#main-content .article-project .figure {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
#main-content .article-project .figure .triangle {
  right: -13px;
  top: 30%;
  border-color: transparent transparent transparent #272727;
}
#main-content .article-project .figure img {
  float: left;
  width: 100%;
  position: relative;
}
#main-content .article-project .figure .hover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#main-content .article-project .right {
  width: 75%;
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
}
#main-content .article-project .right .middle {
  display: table;
  height: 100%;
}
#main-content .article-project .right .middle .padding {
  padding: 0 10%;
  vertical-align: middle;
  display: table-cell;
}
#main-content .article-project .right .middle .padding h1 {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
#main-content .article-project .right .middle .padding p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}
#main-content .bottom-link {
  background: #FFF;
  color: #272727;
  text-align: center;
  float: left;
  width: 100%;
  padding: 2% 0;
  font-size: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}
#main-content .bottom-link br {
  display: none;
}
#main-content .bottom-link .line {
  border-bottom: 1px solid #000;
  height: 1px;
  width: 3%;
  display: inline-block;
  margin: 0.3em 0.7em;
}
#main-content .article-detail,
#main-content .article-warranty {
  overflow: hidden;
  background: #FFF;
  float: left;
  width: 100%;
}
#main-content .article-detail .figure,
#main-content .article-warranty .figure {
  width: 50%;
  float: left;
}
#main-content .article-detail .figure img,
#main-content .article-warranty .figure img {
  max-width: 100%;
}
#main-content .article-detail a,
#main-content .article-warranty a {
  color: #272727;
}
#main-content .article-detail.news,
#main-content .article-warranty.news {
  margin-bottom: 1px;
}
#main-content .article-detail.news figure,
#main-content .article-warranty.news figure {
  width: 25%;
}
#main-content .article-detail.news .banner,
#main-content .article-warranty.news .banner {
  margin: 0;
  padding: 0;
}
#main-content .article-detail.news .right,
#main-content .article-warranty.news .right {
  width: 75%;
}
#main-content .article-detail.news .right h1,
#main-content .article-warranty.news .right h1 {
  margin-bottom: 10px;
}
#main-content .article-detail.news .right span,
#main-content .article-warranty.news .right span {
  color: #272727;
  clear: both;
}
#main-content .article-detail.news .right .date,
#main-content .article-warranty.news .right .date {
  font-size: 0.725em;
  width: 100%;
  margin-top: 10px;
  float: right;
  text-align: right;
}
#main-content .article-detail.news .right .date span,
#main-content .article-warranty.news .right .date span {
  padding-top: 2px;
  color: #58595B;
}
#main-content .article-detail.concept figure,
#main-content .article-warranty.concept figure {
  width: 100%;
  float: left;
}
#main-content .article-detail.concept figure img,
#main-content .article-warranty.concept figure img {
  width: 100%;
}
#main-content .article-detail.concept .padding,
#main-content .article-warranty.concept .padding {
  overflow: hidden;
}
#main-content .article-detail .padding,
#main-content .article-warranty .padding {
  padding: 6%;
}
#main-content .article-detail h1,
#main-content .article-warranty h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
  color: #272727;
}
#main-content .article-detail p,
#main-content .article-warranty p {
  font-size: 1em;
  margin-top: 0;
  font-weight: normal;
  color: #272727;
}
#main-content .article-detail .right,
#main-content .article-warranty .right {
  float: right;
  width: 50%;
}
#main-content .article-warranty {
  padding-bottom: 2%;
}
#main-content .article-warranty .figure {
  width: 20%;
  text-align: center;
}
#main-content .article-warranty .right {
  width: 80%;
}
#main-content .article-warranty .right .padding {
  padding: 0 2% 0 0;
}
#main-content .article-warranty .right .padding h1 {
  font-size: 1em;
}
#main-content .article-warranty .right .padding p {
  font-size: 1em;
  margin: 0;
}
#main-content #iframe-holder {
  position: relative;
  height: 100%;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #FFF;
  height: 500px;
  min-height: 500px;
  text-align: center;
}
#main-content #iframe-holder #loader {
  position: absolute;
  margin: 20px auto 0 auto;
  right: 0;
  left: 0;
  z-index: -1;
}
#main-content #iframe-holder object {
  position: relative;
  z-index: 0;
}
#main-content .location-line {
  background: #FFF;
  position: relative;
  float: left;
  width: 100%;
  color: #272727;
}
#main-content .location-line .article {
  height: auto;
  width: 50%;
  padding-bottom: 40%;
  margin: 0;
  position: relative;
  font-weight: 400;
  top: 0;
  cursor: pointer;
}
#main-content .location-line .article .content {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
#main-content .location-line .article .content .padding {
  padding: 6%;
}
#main-content .location-line .article .content .padding .see-map {
  margin-top: 2%;
  float: left;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
#main-content .location-line .article .content .padding .see-map img {
  float: left;
  margin-right: 10px;
  z-index: 0;
}
#main-content .location-line .article .content .padding .see-map img.effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#main-content .location-line .article .content .padding .see-map span {
  font-size: 0.75em;
  text-decoration: underline;
}
#main-content .location-line .article .triangle {
  top: auto;
  bottom: -11px;
  left: 10%;
  border-width: 12px 12px 0 13.6px;
  border-color: #272727 transparent transparent transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#main-content .location-line .article.left {
  left: 0;
  height: 100%;
}
#main-content .location-line .article.right {
  right: 0;
  height: 100%;
}
#main-content .location-line .article:hover,
#main-content .location-line .article.opened {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #272727;
  color: #FFF;
}
#main-content .location-line .article:hover .triangle,
#main-content .location-line .article.opened .triangle {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-width: 12px 12px 0 13.6px;
  border-color: #272727 transparent transparent transparent;
}
#main-content .location-line .article:hover .effect,
#main-content .location-line .article.opened .effect {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: none;
}
#main-content .location-line .article:hover a,
#main-content .location-line .article.opened a {
  color: #FFF;
}
#main-content .location-line ul {
  padding: 0;
  list-style: none;
}
#main-content .location-line h1 {
  font-weight: bold;
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
}
#main-content .location-line p {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 0;
}
#main-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content #kitchen-detail {
  margin-bottom: 2px;
}
#main-content #kitchen-detail .banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  list-style: none;
  border: none;
  margin-bottom: 10%;
}
#main-content #kitchen-detail .banner li {
  width: 100%;
  float: left;
}
#main-content #kitchen-detail .banner li img {
  width: 100%;
  float: left;
}
#main-content #kitchen-detail .holder {
  background: #FFF;
  color: #272727;
  margin-top: 2%;
  padding: 2% 0;
}
#main-content #kitchen-detail .holder .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
#main-content #kitchen-detail .holder .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
#main-content #kitchen-detail .holder .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
#main-content #kitchen-detail .holder .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
#main-content #privacy {
  text-align: left;
  color: #000;
  background: #FFF;
}
#main-content #privacy .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
#main-content #privacy .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
#main-content #privacy .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
#main-content #privacy .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
#main-content #privacy .center {
  text-align: left;
}
#main-content #comunitary {
  text-align: left;
  color: #000;
  background: #FFF;
}
#main-content #comunitary .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
#main-content #comunitary .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
#main-content #comunitary .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
#main-content #comunitary .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
#main-content #comunitary .center {
  text-align: left;
}
#main-content #comunitary .center .comunitaryimg {
  width: 100%;
}
#main-content .map-holder-shops {
  float: left;
  height: 420px;
  width: 100%;
  position: relative;
}
.contact-form {
  background: #ff5000;
  width: 100%;
  float: left;
}
.contact-form .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
.contact-form .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.contact-form .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
.contact-form .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
.contact-form nav {
  background-color: #FFF;
}
.contact-form nav ul {
  display: inline-flex;
  width: 100%;
}
.contact-form nav ul li {
  width: 100%;
  cursor: pointer;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  display: inline-block;
  background-color: white;
  -webkit-transition: all 0.2s all ease-in-out ease-out;
  -moz-transition: all 0.2s all ease-in-out ease-out;
  -o-transition: all 0.2s all ease-in-out ease-out;
  transition: all 0.2s all ease-in-out ease-out;
}
.contact-form nav ul li:last-child {
  border-right: 0;
}
.contact-form nav ul li a {
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin: 0;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 40px 0;
}
.contact-form nav ul li:hover,
.contact-form nav ul li.active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ff5000;
}
.contact-form nav ul li:hover a,
.contact-form nav ul li.active a {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contact-form .store-address {
  background-color: white;
  padding: 20px;
}
.contact-form .store-address ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form .store-address ul li {
  display: table-cell;
  color: black;
  width: 25%;
  min-height: 230px;
}
.contact-form .store-address ul li h4 {
  margin: 0;
  font-size: 1em;
}
.contact-form .store-address ul li p,
.contact-form .store-address ul li a {
  margin-top: 0;
  font-size: 0.7em;
  line-height: 1.1em;
  text-decoration: none;
  color: #000;
}
.contact-form .store-address ul li a {
  display: block;
}
.contact-form .center {
  max-width: 609px;
}
.contact-form .center h1 {
  margin-top: 1em;
}
.contact-form .center h1,
.contact-form .center p {
  color: #FFF;
}
.contact-form .center h1 .line,
.contact-form .center p .line {
  border-color: #FFF;
}
.contact-form .center p {
  margin: 0;
}
.contact-form form {
  width: 90%;
  margin: 0.7em auto 0 auto;
}
.contact-form .row {
  float: left;
  width: 100%;
  position: relative;
}
.contact-form .row .bg {
  background: #FFF;
  overflow: hidden;
  position: relative;
}
.contact-form .row .bg i {
  position: absolute;
  color: black;
  right: 14px;
  top: 17px;
  font-weight: bold;
}
.contact-form .row .bg input,
.contact-form .row .bg textarea,
.contact-form .row .bg select {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 0.875em;
  padding: 15px 10px;
  border: 2px solid #ff5000;
}
.contact-form .row .bg select {
  cursor: pointer;
  padding: 15px 10px;
}
.contact-form .row .bg .upload-filebtn {
  float: left;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 0.875em;
  background-color: #000;
  color: white;
  border: 2px solid #ff5000;
  cursor: pointer;
  padding: 10px 10px;
}
.contact-form .row .bg .files {
  width: 100%;
  font-size: .875em;
  border: 2px solid #ff5000;
  cursor: pointer;
  list-style: none;
  margin: 0;
  text-align: left;
  color: white;
  background: #ff5000;
}
.contact-form .row .bg textarea {
  height: 137px;
  resize: none;
}
.contact-form .row .bg.middle {
  width: 50%;
}
.contact-form #check {
  float: left;
  color: #FFF;
  font-size: 0.6875em;
}
.contact-form #check input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.contact-form #check input[type=checkbox] {
  visibility: hidden;
}
.contact-form #check input[type=checkbox]:checked + label span {
  background: #000;
  border: 2px solid #FFF;
}
.contact-form #check label {
  float: left;
}
.contact-form #check label a {
  color: #FFF;
}
.contact-form #check label:hover span {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #FFF;
}
.contact-form #check span {
  width: 13px;
  height: 13px;
  background: #FFF;
  margin: 4px 5px 0 3px;
  float: left;
}
.contact-form .required {
  float: left;
  color: #FFF;
  font-size: 0.6875em;
  text-align: left;
  line-height: 8px;
  margin-left: 20px;
}
.contact-form .submit-form {
  background: #000;
  text-transform: uppercase;
  font-size: 0.875em;
  max-width: 301px;
  text-align: center;
  width: 100%;
  padding: 11px 0;
  margin: 1.5em auto 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.contact-form .submit-form:hover {
  background: #FFF;
  color: #ff5000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.clearfix {
  clear: both;
}
.bx-wrapper {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-viewport {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0;
  left: 0;
  box-shadow: none;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0;
  border: 3px solid #272727;
  background: #272727;
  width: 12px;
  height: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
}
.bx-wrapper .bx-controls-direction a {
  width: 65px;
  height: 130px;
  background: #FFF;
  margin-top: -65px;
  z-index: 998;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../img/btn-slider-left.png) no-repeat #ffffff center center;
  left: -32.5px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../img/btn-slider-right.png) no-repeat #ffffff center center;
  right: -32.5px;
}
.bx-wrapper .bx-controls-direction a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
#up {
  position: fixed;
  z-index: 10;
  padding: 15px 20px 25px 20px;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  background: #FFF;
  text-align: center;
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#up .triangle {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #272727 transparent;
  left: 28%;
  top: auto;
  bottom: auto;
}
#up:hover {
  background: #272727;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#up:hover .triangle {
  border-color: transparent transparent #FFF transparent;
}
::-webkit-input-placeholder {
  color: #58595B;
}
::-moz-placeholder {
  color: #58595B;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #58595B;
}
/* ie */
input:-moz-placeholder {
  color: #58595B;
}
.pin-info {
  color: #000;
}
.pin-info .desc {
  font-size: 11px;
}
.pin-info .desc a {
  text-decoration: none;
  color: #000;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/*
(max-width: 800px)
(max-width: 1024px)
(max-width: 1280px)
*/
@media screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 125px;
    margin-top: -60px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
  }
  #menu ul li.products .products-thumbs li {
    width: 108px;
  }
  #menu ul li.products .products-thumbs .link {
    width: 640px;
  }
  #menu ul li.products .bottom-link,
  #menu ul li.products .products-thumbs ul {
    width: 640px;
    height: 63px;
  }
  #menu ul li.products:hover .products-thumbs {
    padding: 0 50px 0 50px;
    width: 740px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
  #footer .right {
    padding: 0.2% 0 0.5% 0;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 115px;
    margin-top: -50px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -25px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -25px;
  }
  #menu ul li.products .products-thumbs .bottom-link {
    margin-bottom: 15px!important;
  }
  #menu ul li.products .products-thumbs .link {
    width: 440px;
  }
  #menu ul li.products .products-thumbs li ul li {
    width: 76px;
    margin: 0 0 15px 15px;
  }
  #menu ul li.products .bottom-link,
  #menu ul li.products .products-thumbs ul {
    width: 440px;
    height: 46px;
  }
  #menu ul li.products:hover .products-thumbs {
    padding: 0 50px 0 50px;
    width: 540px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 11px;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
  }
  .box .default {
    padding: 5%;
  }
  .box .image-effect {
    bottom: 12%!important;
  }
  .box.w2 .default.full {
    padding: 2.5%;
  }
  #footer .wrapper .newsletter-block {
    display: none;
  }
  #footer .wrapper .right {
    margin-right: 38%;
  }
  #footer #copywritter-wrapper .copywritter {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
  }
  #footer .social-block {
    display: none;
  }
  #main-content .header #submenu-about,
  #main-content .header #submenu-products {
    width: 90%!important;
  }
  #main-content .location-line .article {
    padding-bottom: 60%;
  }
  .w3 {
    width: 100%;
    padding-bottom: 65%;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 100px;
    margin-top: -40px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  .history.box {
    width: 50%;
    padding-bottom: 50%;
  }
  .history.box.opened {
    padding-bottom: 100%;
  }
  .history.box.opened p {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  html {
    font-size: 11px;
  }
  #header .nav-top li {
    margin-left: 6px;
  }
  #header .lang {
    padding-left: 6px;
  }
  #menu ul li.products .products-thumbs {
    display: none;
  }
  .box .default {
    padding: 10%;
  }
  iframe.kitchenisyou {
    height: 300px;
  }
  #menu {
    left: -100%;
    font-size: 14px;
  }
  #container,
  #header {
    width: 100%;
  }
  .box {
    width: 50%;
    padding-bottom: 50%;
  }
  .box .default p {
    font-size: 1.2em;
  }
  .w1 {
    width: 100%;
    padding-bottom: 75%;
  }
  .w2 {
    width: 100%!important;
    padding-bottom: 50%;
  }
  .w3 {
    width: 100%;
    padding-bottom: 65%;
  }
  #footer .wrapper .newsletter-block {
    float: left;
    width: auto;
    margin: 0;
    padding: 10px 16px 0 16px;
  }
  #footer .wrapper .social-block {
    width: auto;
  }
  #footer .wrapper .social-block .social {
    width: 48px;
    height: 48px;
    float: left;
    border-left: none;
  }
  #main-content .header .top-wrapper {
    float: left;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #272727;
  }
  #main-content .header .top-wrapper .top .breadcrumb {
    margin-top: 2.5%;
  }
  #main-content .header .top-wrapper .top .tools {
    width: 25%;
  }
  #main-content .header #submenu-about,
  #main-content .header #submenu-products {
    width: 90%!important;
  }
  #main-content .location-line .article {
    width: 100%;
    padding-bottom: 75%;
  }
  .contact-form .row .bg.middle {
    width: 100%;
  }
  #header .top .tools {
    width: 60%!important;
  }
  #main-content .header #submenu-locations,
  #main-content .header #submenu-products {
    width: 90%;
  }
  .contact-form nav ul li a {
    padding: 10px 2px;
  }
}
#recaptcha {
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 9px;
  }
  body {
    width: 100% !important;
    min-width: 100%;
  }
  #header .main-wrapper {
    width: 90%;
  }
  #header .main-wrapper button {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.error {
  background: red!important;
  background: rgba(255, 0, 0, 0.2) !important;
}
.error#check {
  background: red!important;
  background: #ff0000 !important;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #menu {
    display: none!important;
  }
  #container {
    width: 100%!important;
  }
  #header {
    display: none!important;
    padding: 0!important;
    margin: 0!important;
  }
  body {
    padding: 0!important;
  }
  #footer {
    display: none !important;
  }
  #menu {
    display: none!important;
  }
  #container {
    width: 100%!important;
  }
  #header {
    display: none!important;
    padding: 0!important;
    margin: 0!important;
  }
  body {
    padding: 0!important;
  }
  #footer {
    display: none !important;
  }
  .packery {
    float: left;
    position: relative!important;
    width: 100%!important;
  }
  .isotope-item {
    position: relative!important;
  }
  .isotope-item.w1 {
    height: 562px;
  }
}
/* ==========================================================================
   Angular JS
   ========================================================================== */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.ui-view-container {
  position: relative;
}
[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[ui-view].ng-enter {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
[ui-view].ng-enter-active {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
[ui-view].ng-leave {
  opacity: 1;
  /*padding-left: 0px;*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}
[ui-view].ng-leave-active {
  opacity: 0;
  /*padding-left: 100px;*/
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}
.pages-wrapper {
  position: relative;
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}
.pages-wrapper {
  position: relative;
  width: 100%;
  /* 	overflow: hidden; */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title .center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
.title .center p {
  font-size: 1em;
  color: #272727;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.title .center h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #272727;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.8em -9px 0.7em;
}
.title .center h1 .line {
  border-bottom: 2px solid #000;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
input.ng-invalid {
  background: red!important;
  background: rgba(255, 0, 0, 0.2) !important;
}
input.ng-invalid#check {
  background: red!important;
  background: #ff0000 !important;
}
.newsletter-block.ng-invalid {
  background: red!important;
  background: rgba(255, 0, 0, 0.2) !important;
}
.newsletter-block.ng-invalid#check {
  background: red!important;
  background: #ff0000 !important;
}
.newsletter-block.ng-invalid .textfield {
  background: none!important;
}
/* ==========================================================================
   Ie's
   ========================================================================== */
#main-content .lt-ie8 #iframe-holder {
  height: 500px;
}
/* ==========================================================================
   MOBILE
   ========================================================================== */
.ios #catalog {
  height: auto;
}
.ios #catalog #load_frame {
  display: none!important;
  visibility: hidden!important;
}
.ios #catalog .hidden {
  display: block !important;
  visibility: visible;
}
/* ==========================================================================
   popup
   ========================================================================== */
#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
#popup {
  background: #ff5000;
  padding: 24px 44px;
  overflow: hidden;
  left: 0;
  top: 50%;
  position: fixed;
  width: 80%;
  max-width: 612px;
  display: none;
  z-index: 10002;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#popup h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1em 0 0.7em;
}
#popup h1 .line {
  border-bottom: 2px solid #FFF;
  height: 2px;
  width: 5%;
  display: inline-block;
  margin: 0.4em 0.7em;
}
#popup #msg,
#popup p {
  text-align: center;
  color: #FFF;
}
#popup #msg .btn-login,
#popup p .btn-login {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  float: none;
  position: relative;
  top: 0;
  font-weight: normal;
  font-weight: inherit;
  text-transform: none;
  cursor: pointer;
  text-decoration: underline;
}
#popup .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 23px;
}
#popup .contact-form {
  border: none;
  color: #FFF;
}
#popup .contact-form .center {
  width: 100%;
}
#popup .contact-form .center p {
  width: 85%;
  margin: 0 auto;
}
.clone_footer {
  padding: 5px;
  background-color: #1d1d1b;
  position: fixed;
  float: left;
  bottom: 0;
  width: 83%;
  right: 0;
  opacity: 1;
  z-index: 1;
  display: block;
  visibility: visible;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.clone_footer.change_bottom {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding-bottom: 50px;
}
.clone_footer #copywritter-wrapper {
  padding: 0;
}
.clone_footer #copywritter-wrapper .copywritter {
  display: none !important;
}
.clone_footer #copywritter-wrapper .logo-footer {
  width: 100%;
  text-align: center;
}
.clone_footer.fadeOut {
  opacity: 0;
  visibility: hidden;
  bottom: -200px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.logo-footer {
  float: right;
}
@media screen and (max-width: 961px) {
  .logo-footer {
    float: none;
    display: block;
    text-align: center;
  }
}
.logo-footer .gv-logo {
  width: 90px;
  display: inline-block;
}
.logo-footer .gv-logo a {
  display: block;
}
.logo-footer .gv-logo a img {
  width: 100%;
}
.logo-footer .apoios {
  display: inline-block;
}
.logo-footer .apoios img {
  width: 200px;
}
.logo-footer .apoios img.IQNET {
  width: 70px;
}
.apcer-iso {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 230px;
}
