/*
	*********************************************************************************************************************
	Custom SASS - Project: Anmoder
	Tasks: Html / Css / jQuery
	Client: Wonton
	Version: 1.0
	********************************************************************************************************************
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(normalize.css);
@import url(animate.min.css);
@import url(grid.css);
@import url(tipper.css);
@import url(lightgallery.css);
@import url(lightslider.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBAL
 */
@font-face {
  font-family: "anm-reg";
  src: url("../fonts/fut-reg-webfont.eot");
  src: url("../fonts/fut-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fut-reg-webfont.woff") format("woff"), url("../fonts/fut-reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "anm-bold";
  src: url("../fonts/fut-hev-webfont.eot");
  src: url("../fonts/fut-hev-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fut-hev-webfont.woff") format("woff"), url("../fonts/fut-hev-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
}

body, html {
  font-family: 'anm-reg', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000;
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

p {
  line-height: 25px;
}

a, a:before, a:after {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a.default-link {
  color: #000;
}

a.accent-link {
  color: #f7f74b;
}

a.white-link {
  color: #fff;
}

a.grey-link {
  color: #868789;
}

a.dark-link {
  color: #4D4D4D;
}

a.black-link {
  color: #000;
}

a.default-link:hover {
  color: #888;
}

a.grey-link:hover {
  color: #000;
}

a.white-link:hover, a.dark-link:hover, a.black-link:hover {
  color: #f7f74b;
}

a.arrowfy:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 11px;
  height: 9px;
  margin-right: 5px;
  margin-left: -16px;
  background: transparent url("../images/shared/arrow-link.png") left top no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}

a.arrowfy:hover:before {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'anm-bold', sans-serif;
}

h1 {
  font-size: 62px;
  line-height: 60px;
  color: #4D4D4D;
}

h2 {
  font-size: 36px;
  line-height: 41px;
  letter-spacing: 0.05em;
  color: #f7f74b;
}

h3 {
  font-size: 27px;
  line-height: 32px;
  color: #8C8B8C;
}

h4 {
  font-family: 'anm-reg', sans-serif;
  font-size: 21px;
}

h5 {
  font-family: 'anm-reg', sans-serif;
  font-size: 16px;
}

h6 {
  font-size: 15px;
  color: #4D4D4D;
}

strong, .bold {
  font-family: 'anm-bold', sans-serif;
}

button {
  font-family: 'anm-reg', sans-serif;
}

textarea:focus, select:focus, input:focus {
  outline: 0;
}

.colored {
  color: #f7f74b;
}

ul li {
  list-style: none;
}

.rwd-break,
.hidden {
  display: none;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

/* *********************************************************************************************************************
 * LAYOUT
 */
.divider-20 {
  height: 20px;
}

.divider-50 {
  height: 50px;
}

.divider-80 {
  height: 80px;
}

.divider-100 {
  height: 100px;
}

.divider-120 {
  height: 120px;
}

#wrapper {
  position: relative;
  min-height: 100%;
}
#wrapper .bkg {
  position: absolute;
  width: 70%;
  height: 100%;
  background: transparent url("") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

#content {
  margin: 40px 0 60px 0;
  padding-bottom: 60px;
}

.scrollup {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #999 url("../images/shared/arrow-top.png") no-repeat;
  text-align: center;
  z-index: 4;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.scrollup:hover {
  background-position: 0 -36px;
  background-color: #f7f74b;
}

::selection {
  background: #f7f74b;
  color: #000;
}

::-moz-selection {
  background: #f7f74b;
  color: #000;
}

@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * CONTENT > GLOBALS
 */
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  color: #6F7072;
  font-size: 11px;
}
.breadcrumbs ul li a:hover {
  color: #000;
  background-color: #f7f74b;
}
.breadcrumbs ul li a span {
  padding: 0 4px;
}
.breadcrumbs ul li:after {
  content: url("../images/shared/breadcrumb-arrow.png");
  padding-left: 3px;
}
.breadcrumbs ul li:last-child:after {
  content: '';
}

.language {
  text-align: right;
}
.language a {
  color: #000;
  font-size: 12px;
  padding: 2px 4px 0 4px;
}
.language a:hover {
  color: #000;
  background-color: #f7f74b;
}

.preload {
  background: url("../images/shared/preload.gif") no-repeat scroll center center transparent;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 150px 0 0 -15px;
}

.icon:before {
  content: '';
  display: inline-block;
  background: url("../images/shared/controls-sprite.svg") no-repeat;
  -webkit-background-size: 760px 40px;
  background-size: 760px 40px;
}

.about #content,
.legal #content,
.map #content {
  padding-left: 80px;
}
.about .breadcrumbs a,
.about .language a,
.legal .breadcrumbs a,
.legal .language a,
.map .breadcrumbs a,
.map .language a {
  color: #fff;
}
.about .breadcrumbs a:hover,
.about .language a:hover,
.legal .breadcrumbs a:hover,
.legal .language a:hover,
.map .breadcrumbs a:hover,
.map .language a:hover {
  color: #000;
}
.about .text,
.legal .text,
.map .text {
  margin-top: 50px;
  color: #fff;
}
.about .text p,
.legal .text p,
.map .text p {
  padding-bottom: 10px;
  letter-spacing: 0;
}

/* *********************************************************************************************************************
 * MENU
 */
#menu {
  position: fixed;
}
#menu .logo {
  margin: 40px 0 35px 0;
  width: 166px;
  height: 110px;
}
#menu .menu, #menu .menu * {
  list-style: none;
  z-index: 1;
  background-color: #fff;
}
#menu .menu {
  width: 200px;
}
#menu .menu li {
  position: relative;
}
#menu .menu li:hover > a, #menu .menu li.sfHover > a, #menu .menu li.current > a {
  color: #000;
}
#menu .menu li.current > a {
  font-family: 'anm-bold', sans-serif;
}
#menu .menu a {
  color: #666666;
  font-size: 13px;
  padding: 0;
}
#menu .menu a.submenu:after {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  margin: 8px 0 0 6px;
  border: 4px solid transparent;
  border-top-color: #888;
}
#menu .menu a.submenu:hover:after {
  border-top-color: #000;
}
#menu .menu ul:not(.first) {
  display: none;
  left: 0;
  z-index: 2;
}
#menu .menu ul:not(.first) li:first-child {
  margin-top: 8px;
}
#menu .menu ul:not(.first) li:last-child {
  margin-bottom: 8px;
}
#menu .menu ul:not(.first):not(.second) {
  margin-left: 20px;
}
#menu .menu ul:not(.first):not(.second) li {
  line-height: 14px;
}
#menu .menu ul:not(.first):not(.second) li:first-child {
  margin-top: 15px;
}
#menu .menu ul:not(.first):not(.second) li:last-child {
  margin-bottom: 15px;
}
#menu .menu ul:not(.first):not(.second) li:last-child a {
  padding-bottom: 0;
}
#menu .menu ul:not(.first):not(.second) a {
  display: block;
  padding-bottom: 7px;
  font-size: 12px;
}

/* *********************************************************************************************************************
 * CONTENT > HOME
 */
#wrapper.home {
  overflow: hidden;
}
#wrapper.home .preload {
  top: 50%;
  margin-top: -15px;
}
#wrapper.home .bkg {
  overflow: auto;
  text-align: center;
  z-index: 1;
}
#wrapper.home .bkg .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper.home .bkg .slide:nth-child(1) {
  background-image: url("../images/home/bkg-01.jpg");
}
#wrapper.home .bkg .slide:nth-child(2) {
  top: 100%;
  background-image: url("../images/home/bkg-02.jpg");
}
#wrapper.home .bkg .slide:nth-child(3) {
  top: 200%;
  background-image: url("../images/home/bkg-03.jpg");
}
#wrapper.home .bkg .slide:nth-child(4) {
  top: 300%;
  background-image: url("../images/home/bkg-04.jpg");
}
#wrapper.home .bkg .next-slide-bt {
  position: fixed;
  background: url("../images/shared/controls-sprite.svg") -559px 1px no-repeat;
  -webkit-background-size: 760px 40px;
  background-size: 760px 40px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100%;
  top: 85%;
  margin-left: -20px;
}
#wrapper.home .bkg .next-slide-bt:hover {
  border: 2px solid #333;
}
#wrapper.home .language {
  position: relative;
  z-index: 2 !important;
}
#wrapper.home #footer {
  position: fixed !important;
  z-index: 3;
}

/* *********************************************************************************************************************
 * CONTENT > ABOUT
 */
#wrapper.about .bkg {
  background-image: url("../images/about/bkg.jpg");
}

/* *********************************************************************************************************************
 * CONTENT > PRODUCT LIST
 */
#wrapper.products #menu .menu ul.second,
#wrapper.products #menu .menu ul.second li.current ul {
  display: block !important;
}

.filters {
  margin: 90px 0 0 0;
}
.filters ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.filters ul li a {
  color: #000;
  background-color: #ECECED;
  font-size: 12px;
  padding: 4px 8px;
}
.filters ul li a:hover, .filters ul li a.current {
  color: #000;
  background-color: #f7f74b;
}
.filters ul li:last-child {
  float: right;
  margin-right: 0;
}

.product-list ul {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list ul li {
  display: inline-block;
  width: 192px;
  height: 230px;
  margin: 40px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.product-list ul li a .title {
  font-size: 12px;
  line-height: 17px;
  color: #6F7072;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list ul li a:hover .title {
  color: #000;
}
.product-list ul li a:hover .img-container img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product-list ul li .img-container {
  margin-bottom: 8px;
}
.product-list ul li .img-container img {
  width: 192px;
  height: 192px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list ul li.new {
  margin-right: 67px;
}
.product-list ul li.new:nth-child(3n) {
  margin-right: 0;
}
.product-list ul li.new .img-container:after {
  position: relative;
  content: 'Novedad';
  top: -35px;
  padding: 4px 5px 3px 5px;
  font-size: 11px;
  line-height: 13px;
  color: #000;
  background-color: #f7f74b;
}
.product-list ul li.new .title {
  margin-top: -20px;
}
.product-list.no-filter {
  margin-top: 50px;
}

/* *********************************************************************************************************************
 * CONTENT > PRODUCT ITEM
 */
.product-images {
  margin-top: 70px;
  padding-right: 40px;
}
.product-images ul {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-images ul li {
  cursor: pointer;
}
.product-images ul li:hover:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-images ul li:before {
  position: absolute;
  width: 100%;
  content: '';
  background: transparent url("../images/shared/controls-sprite.svg") -400px 0 no-repeat;
  -webkit-background-size: 760px 40px;
  background-size: 760px 40px;
  width: 40px;
  height: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.product-data {
  position: relative;
  margin-top: 65px;
  font-size: 13px;
}
.product-data .controls a {
  margin-right: 15px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-data .controls a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-data .controls a:last-child {
  margin-right: 0;
}
.product-data .controls .prev:before,
.product-data .controls .next:before {
  width: 20px;
  height: 40px;
}
.product-data .controls .prev:before {
  background-position: -10px 0;
}
.product-data .controls .next:before {
  background-position: -50px 0;
}
.product-data .controls .close:before {
  width: 40px;
  height: 40px;
  background-position: -80px 0;
}
.product-data .controls a:hover:before {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.product-data .info .title {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 2px;
  margin: 20px 0;
}
.product-data .info .values {
  color: #6F7072;
}
.product-data .info .values li:before {
  content: attr(data-label);
  display: inline-block;
  width: 90px;
  color: #000;
}
.product-data .bts {
  margin: 19px 0;
}
.product-data .bts a {
  display: table;
  width: 100%;
  height: 40px;
  line-height: 0;
  border-top: 1px solid #000;
  padding: auto;
  color: #000;
  background-color: #fff;
}
.product-data .bts a:last-child {
  border-bottom: 1px solid #000;
}
.product-data .bts a:hover {
  background-color: #f7f74b;
}
.product-data .bts a:hover:before {
  margin-left: 6px;
}
.product-data .bts a span {
  display: table-cell;
  vertical-align: middle;
}
.product-data .bts .download:before,
.product-data .bts .request:before {
  width: 40px;
  height: 40px;
}
.product-data .bts .download:before {
  background-position: -120px 0;
}
.product-data .bts .request:before {
  background-position: -160px 0;
}
.product-data .share ul {
  text-align: center;
}
.product-data .share ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cbcbcb;
  margin-right: 1px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.product-data .share ul li:hover {
  background: #ccc;
  border-color: #ccc;
}
.product-data .share ul li:hover a {
  top: -35px;
}
.product-data .share ul li a {
  display: block;
  width: 100%;
  height: 200%;
  position: relative;
  top: 0;
}
.product-data .share ul li a:after {
  text-align: center;
  position: absolute;
  width: inherit;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.request-form {
  position: absolute;
  width: 250px;
  height: 370px;
  top: 50px;
  margin-left: -20px;
  background-color: rgba(247, 247, 55, 0.95);
  padding: 19px 25px;
  display: none;
  z-index: 2;
}
.request-form .close {
  display: inline-block;
  width: 35px;
  height: 35px;
  float: right;
}
.request-form .close:before {
  width: 35px;
  height: 35px;
  float: right;
  background-position: -80px -5px;
}
.request-form .close:hover:before {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.request-form .title {
  font-size: 18px;
  line-height: 24px;
}
.request-form .form {
  margin-top: 15px;
}
.request-form .field {
  text-align: left;
  position: relative;
}
.request-form .field input[type="text"],
.request-form .field textarea {
  border: 1px solid #000;
  width: 95%;
  padding: 7px;
  margin-bottom: 12px;
  background-color: transparent;
  font-family: 'anm-reg', sans-serif;
  font-size: 13px;
  line-height: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.request-form .field input[type="text"]:focus, .request-form .field input[type="text"]:hover,
.request-form .field textarea:focus,
.request-form .field textarea:hover {
  outline: none;
  border-color: #fff;
  background-color: #fff;
}
.request-form .field textarea {
  height: 120px;
}
.request-form .submit-bt button {
  position: relative;
  vertical-align: top;
  width: 130px;
  height: 30px;
  padding: 0;
  font-size: 15px;
  color: #f7f74b;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.request-form .submit-bt button:hover {
  color: #000;
  background: #fff;
}

.twitter:before, .facebook:before, .pinterest:before, .google-plus:before, .instagram:before,
.twitter:after, .facebook:after, .pinterest:after, .google-plus:after, .instagram:after {
  content: '';
  display: inline-block;
  background: url("../images/shared/controls-sprite.svg") no-repeat;
  background-size: 760px 40px;
  width: 35px;
  height: 35px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.facebook:before, .facebook:after {
  background-position: -202px -3px;
}

.twitter:before, .twitter:after {
  background-position: -242px -3px;
}

.pinterest:before, .pinterest:after {
  background-position: -282px -3px;
}

.google-plus:before, .google-plus:after {
  background-position: -322px -3px;
}

.instagram:before, .instagram:after {
  background-position: -362px -3px;
}

#superbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}

#superbox-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

#superbox-container {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#superbox {
  margin: 0 auto;
  padding: 0;
}

#superbox-container .loading {
  width: 28px;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 100%;
}

#superbox-container .loading img {
  padding-top: 4px;
}

#superbox-overlay {
  background: #000;
}

#superbox-container .loading {
  text-align: center;
  font-size: 20px;
}

#superbox {
  outline: 0;
  background-color: #fff;
  width: 320px !important;
}

#superbox-innerbox {
  padding: 0;
  position: relative;
  top: 0;
}

#superbox.image {
  text-align: center;
}

#superbox iframe body {
  text-align: center;
}

#superbox .close {
  position: absolute;
  left: 50% !important;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  content: '';
  background: url("../images/shared/controls-sprite.svg") -440px 0 no-repeat;
  -webkit-background-size: 760px 40px;
  background-size: 760px 40px;
  width: 40px;
  height: 40px;
  margin: -60px 0 0 -20px;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#superbox .close a {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* *********************************************************************************************************************
 * CONTENT > PROJECT LIST
 */
.project-list {
  margin-top: 30px;
}
.project-list ul li {
  display: inline-block;
  width: auto;
  max-width: 400px;
  margin: 60px 50px 0 0;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.project-list ul li:nth-child(2n) {
  margin-right: 0;
}
.project-list ul li a .img-container {
  background-color: #f7f74b;
}
.project-list ul li a .img-container span {
  position: absolute;
  margin: 140px 0 0 115px;
  color: #000;
  line-height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.project-list ul li a .img-container span:after {
  display: block;
  content: '______';
  letter-spacing: -20px;
  -webkit-transition: letter-spacing 0.3s ease;
  -moz-transition: letter-spacing 0.3s ease;
  -ms-transition: letter-spacing 0.3s ease;
  -o-transition: letter-spacing 0.3s ease;
  transition: letter-spacing 0.3s ease;
}
.project-list ul li a .img-container img {
  vertical-align: top;
  width: 320px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-list ul li a .title {
  padding-top: 20px;
  line-height: 17px;
  color: #6F7072;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-list ul li a:hover span, .project-list ul li a.disabled span {
  margin-top: 155px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-list ul li a:hover span:after, .project-list ul li a.disabled span:after {
  letter-spacing: -1px;
}
.project-list ul li a:hover img, .project-list ul li a.disabled img {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.project-list ul li a:hover .title, .project-list ul li a.disabled .title {
  color: #000;
}
.project-list ul li a.disabled .img-container {
  background-color: #111;
}
.project-list ul li a.disabled span {
  color: #fff;
}

/* *********************************************************************************************************************
 * CONTENT > PROJECT ITEM
 */
.project-slider {
  margin-top: 90px;
}
.project-slider .title {
  height: 50px;
  background-color: #1A161B;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  display: table;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.project-slider .title span {
  padding-right: 70px;
  display: table-cell;
  vertical-align: middle;
}
.project-slider .title .close {
  float: right;
  width: 30px;
  height: 30px;
  margin: 10px 15px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.project-slider .title .close:before {
  width: 30px;
  height: 30px;
  background-position: -445px -7px;
}
.project-slider .title .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-slider .slider {
  opacity: 0;
  filter: alpha(opacity=0);
}
.project-slider .slider .lslide img {
  min-height: 450px;
}

/* *********************************************************************************************************************
 * CONTENT > RENT
 */
#wrapper.rent {
  overflow: hidden;
  height: 1200px !important;
}
#wrapper.rent .bkg {
  width: 750px !important;
  height: 1200px !important;
  background-image: url("../images/rent/bkg.jpg");
}

.rent .box {
  margin-top: 70px;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  background-color: #f7f74b;
}

/* *********************************************************************************************************************
 * CONTENT > PRESS LIST
 */
.press-list {
  margin-top: 30px;
}
.press-list ul li {
  display: inline-block;
  width: auto;
  max-width: 190px;
  margin: 60px 60px 0 0;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.press-list ul li:nth-child(3n) {
  margin-right: 0;
}
.press-list ul li a .img-container {
  background-color: #f7f74b;
}
.press-list ul li a .img-container span {
  position: absolute;
  margin: 90px 0 0 40px;
  color: #000;
  line-height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.press-list ul li a .img-container span:after {
  display: block;
  content: '______';
  letter-spacing: -20px;
  -webkit-transition: letter-spacing 0.3s ease;
  -moz-transition: letter-spacing 0.3s ease;
  -ms-transition: letter-spacing 0.3s ease;
  -o-transition: letter-spacing 0.3s ease;
  transition: letter-spacing 0.3s ease;
}
.press-list ul li a .img-container img {
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-list ul li a .title {
  padding-top: 20px;
  line-height: 17px;
  color: #6F7072;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-list ul li a .title span {
  color: #aaa;
}
.press-list ul li a:hover span, .press-list ul li a.disabled span {
  margin-top: 110px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.press-list ul li a:hover span:after, .press-list ul li a.disabled span:after {
  letter-spacing: -1px;
}
.press-list ul li a:hover img, .press-list ul li a.disabled img {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.press-list ul li a:hover .title, .press-list ul li a.disabled .title {
  color: #000;
}
.press-list ul li a.disabled .img-container {
  background-color: #111;
}
.press-list ul li a.disabled span {
  color: #fff;
}

/* *********************************************************************************************************************
 * CONTENT > CONTACT
 */
#wrapper.contact {
  background-color: #f7f74b;
}
#wrapper.contact .menu, #wrapper.contact .menu * {
  background-color: #f7f74b;
}
#wrapper.contact .menu a {
  color: #000;
}
#wrapper.contact #newsletter {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.contact .mapsvg {
  margin: 30px 0 50px 0;
}
.contact .mapsvg img {
  display: none;
}
.contact .field {
  text-align: left;
  position: relative;
}
.contact .field input[type="text"],
.contact .field textarea {
  border: 1px solid #000;
  width: 95%;
  padding: 7px;
  margin-bottom: 12px;
  background-color: transparent;
  font-family: 'anm-reg', sans-serif;
  font-size: 13px;
  line-height: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .field input[type="text"]:focus, .contact .field input[type="text"]:hover,
.contact .field textarea:focus,
.contact .field textarea:hover {
  outline: none;
  border-color: #fff;
  background-color: #fff;
}
.contact .field textarea {
  height: 120px;
}
.contact .submit-bt button {
  position: relative;
  vertical-align: top;
  width: 80px;
  height: 30px;
  padding: 0;
  font-size: 15px;
  color: #f7f74b;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .submit-bt button:hover {
  color: #000;
  background: #fff;
}
.contact .info a {
  display: block;
  font-size: 21px;
  margin-bottom: 9px;
}
.contact .info span {
  display: block;
  font-size: 21px;
}
.contact .info span.address {
  margin-top: 30px;
  font-size: 12px;
}
.contact .info a.map-bt {
  width: 100px;
  height: 25px;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 15px;
  color: #f7f74b;
  background: #000;
  text-align: center;
}
.contact .info a.map-bt:hover {
  color: #000;
  background: #fff;
}

/* *********************************************************************************************************************
 * CONTENT > MAP
 */
#wrapper.map .bkg {
  background-color: #000;
}

.map .text ul:not(:first-child) {
  margin: 25px 0;
}
.map .text ul li {
  line-height: 24px;
}
.map .text ul li:first-child {
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.map .text ul ul {
  margin: 10px 0 0 20px !important;
  font-size: 12px;
}
.map .text ul ul li {
  line-height: 21px;
}
.map .text ul ul li:first-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* *********************************************************************************************************************
 * CONTENT > LEGAL
 */
#wrapper.legal .bkg {
  background-color: #000;
}

/* *********************************************************************************************************************
 * NEWSLETTER
 */
#newsletter {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 50%;
  display: none;
  background-color: #f7f74b;
  text-align: center;
  margin-top: -50px;
  padding-top: 37px;
  z-index: 100;
}
#newsletter .title {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  margin-right: 40px;
  vertical-align: middle;
}
#newsletter .form {
  display: inline-block;
}
#newsletter .form .field {
  display: inline-block;
  vertical-align: top;
  margin: -4px 6px 0 0;
}
#newsletter .form .field input[type="text"] {
  border: 1px solid #000;
  width: 300px;
  height: 26px;
  padding: 0 0 0 7px;
  background-color: transparent;
  font-family: 'anm-reg', sans-serif;
  font-size: 13px;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsletter .form .field input[type="text"]:focus, #newsletter .form .field input[type="text"]:hover {
  outline: none;
  border-color: #fff;
  background-color: #fff;
}
#newsletter .form .submit-bt {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
#newsletter .form .submit-bt button {
  width: 85px;
  height: 28px;
  padding: 0;
  color: #f7f74b;
  background: #000;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsletter .form .submit-bt button:hover {
  color: #000;
  background: #fff;
}
#newsletter .close-bt {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
#newsletter .close-bt .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsletter .close-bt .close:before {
  width: 30px;
  height: 30px;
  background-position: -85px -7px;
}
#newsletter .close-bt .close:hover:before {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* *********************************************************************************************************************
 * FOOTER
 */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #ECECED;
  padding-top: 18px;
}
#footer .address {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: -7px;
}
#footer .address .followtxt {
  margin-left: 20px;
}
#footer .address a {
  margin-left: 2px;
}
#footer .address a.follow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .address a.follow:after {
  position: relative;
  display: inline-block;
  content: '';
  background: url("../images/shared/controls-sprite.svg") no-repeat;
  -webkit-background-size: 760px 40px;
  background-size: 760px 40px;
  width: 20px;
  height: 20px;
  top: 4px;
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#footer .address a.follow.f:after {
  background-position: -210px -10px;
}
#footer .address a.follow.t:after {
  background-position: -250px -10px;
}
#footer .address a.follow.i:after {
  background-position: -370px -10px;
}
#footer .address a.follow.p:after {
  background-position: -330px -10px;
}
#footer .address a.newsletter-bt, #footer .address a:last-child {
  margin-left: 20px;
}
#footer .legal {
  margin-top: -3px;
  text-align: right;
  font-size: 9px;
  color: #868789;
}
