/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Fashion*/
/* Version: 1.0 Initial Release*/
/* Build Date: 25-02-2015*/
/* Author: Unbranded*/
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - FONTS */
/* 02 - LOADER */
/* 03 - RESET STYLES */
/* 04 - GLOBAL SETTINGS */
/* 05 - HEADER */
/* 06 - FOOTER */
/* 07 - PLUGINS */
/* 08 - WOMAN FASHION TEMPLATE */
/* 09 - MAN FASHION TEMPLATE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700,500);
@font-face {
  font-family: 'Jaapokki';
  src: url("../fonts/jaapokki-regular-webfont.eot");
  src: url("../fonts/jaapokki-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki-regular-webfont.woff2") format("woff2"), url("../fonts/jaapokki-regular-webfont.woff") format("woff"), url("../fonts/jaapokki-regular-webfont.ttf") format("truetype"), url("../fonts/jaapokki-regular-webfont.svg#jaapokkiregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  background: #fff;
}

.loader-content {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.b-cube {
  background: #e66a55;
}

.ar-cube {
  background: #196575;
}

.s-cube {
  background: #d0a97e;
}

.f-cube {
  background: #eb2a2a;
}

.m-cube {
  background: #164b9b;
}

.ag-cube {
  background: #333;
}

.h-cube {
  background: #3cc5de;
}

.r-cube {
  background: #d0c4b2;
}

.t-cube {
  background: #3cc5de;
}

.cube1, .cube2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea, select {
  font-family: 'Lato', sans-serif, Arial;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
}

a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-family: 'Jaapokki', sans-serif, Arial;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

p {
  font-family: 'Maven Pro';
  letter-spacing: 1px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

/*buttons*/
/*nopadding class*/
.nopadding {
  padding-left: 0;
  padding-right: 0;
}

/*content wrapper*/
#content-wrapper {
  padding-top: 122px;
  position: relative;
}

/*body class with moved header*/
body.header-moved #content-wrapper {
  padding-top: 244px;
}

/*container to display above header*/
.container-above-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/*text styles*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Jaapokki";
}

h3 {
  text-transform: uppercase;
}

p {
  font-family: "Maven Pro";
}

/*map*/
#map-canvas {
  height: 400px;
  background: #485b77;
}

.block #map-canvas {
  margin-bottom: 60px;
}

/*video player*/
.video-player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 29, 40, 0.8);
  z-index: 10;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.video-player.active {
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.video-iframe {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
}

.video-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-player .close-iframe {
  color: #ff6c3a;
  font-family: 'bold', sans-serif, Arial;
  font-size: 27px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.video-player .close-iframe:hover {
  color: #fff;
}

@media (max-width: 991px) {
  #content-wrapper, body.header-moved #content-wrapper {
    padding-top: 50px;
  }

  .container-above-header {
    position: relative;
  }

  #map-canvas {
    height: 300px;
  }

  .block #map-canvas {
    margin-bottom: 30px;
  }
}
.background-parent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.read-more i {
  position: relative;
  display: inline-block;
  right: 0;
  transition: right 0.3s linear;
}

.read-more:hover i {
  right: -10px;
}

.block-title {
  color: #196575;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 23px;
  word-wrap: break-word;
}

@media screen and (max-width: 481px) {
  .block-title {
    font-size: 32px;
  }
}
.sub-title {
  max-width: 560px;
  color: #8b989b;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  padding: 0 15px 80px;
  font-family: 'Maven Pro';
  letter-spacing: 0;
}

/*demo*/
.demo-wrapper {
  position: static;
}

.demo-banner {
  background: url("../img/demo/demo-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 660px;
  height: 100vh;
  position: relative;
  background-attachment: fixed;
}
.demo-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .demo-banner {
    height: auto;
    padding: 150px 0;
    min-height: 100%;
  }
}
@media screen and (max-width: 481px) {
  .demo-banner {
    padding: 70px 0;
  }
}

.d-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .d-banner-content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.d-banner-content h1 {
  margin: 55px 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1.3;
}
@media screen and (max-width: 481px) {
  .d-banner-content h1 {
    margin: 30px 0;
  }
}
.d-banner-content a {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 18px 44px 14px;
  text-transform: uppercase;
}
.d-banner-content i {
  background: url("../img/demo/arrow.png");
  width: 18px;
  height: 8px;
}

.demo-info > div {
  padding: 17px 0 33px;
  text-align: center;
}
.demo-info h3 {
  font-family: 'Maven Pro';
  text-transform: uppercase;
  font-size: 16px;
  color: #d4fafd;
}
.demo-info h3 span {
  font-size: 40px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
  top: 5px;
  color: #fff !important;
}

.d-color-1 {
  background: #31cdda;
}

.d-color-2 {
  background: #e76a56;
}
.d-color-2 h3 {
  color: #fbbdb3;
}

.d-color-3 {
  background: #196575;
}
.d-color-3 h3 {
  color: #99cfda;
}

.d-footer {
  background: #f9f9f9;
  padding: 70px 0 60px;
}
.d-footer div {
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.demo-content {
  padding: 100px 0;
}
.demo-content h2 {
  font-size: 40px;
  color: #333333;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.demo-content p {
  text-transform: uppercase;
  color: #888;
  font-weight: bold;
  font-family: 'Maven Pro';
}

.template-box {
  float: left;
  width: 33.333%;
  margin-top: 100px;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .template-box {
    margin-top: 70px;
    width: 100%;
  }
}
.template-box p {
  padding-top: 30px;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-family: "Jaapokki";
}

.img-box {
  position: relative;
  margin: auto;
  border: 3px solid transparent;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .img-box {
    display: inline-block;
  }
}
.img-box .template-link {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  height: 100%;
}
.img-box .template-link a {
  padding: 12px 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -300px);
      -ms-transform: translate(-50%, -300px);
          transform: translate(-50%, -300px);
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.img-box .template-link a i {
  background: url("../img/fashion/v-arrow.png");
  width: 18px;
  height: 8px;
  margin-left: 5px;
}
.img-box:hover .template-link {
  opacity: 1;
}
.img-box:hover .template-link a {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.img-box img {
  max-width: 100%;
  display: block;
  height: auto;
}

.template-box-1 {
  border-color: #37383d;
}

.template-box-2 {
  border-color: #c6b7a0;
}

.template-box-3 {
  border-color: #eb2b2a;
}

.template-box-4 {
  border-color: #164b9b;
}

.template-box-5 {
  border-color: #223c3d;
}

.template-box-6 {
  border-color: #e06b57;
}

.template-box-7 {
  border-color: #196575;
}

.template-box-8 {
  border-color: #d0a97e;
}

.template-box-9 {
  border-color: #3dc5df;
}

@-webkit-keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}
@-ms-keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}
@keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}
.module {
  background: #f1f2f1;
  padding: 70px 0 0;
}
.module img {
  width: 65px;
  float: left;
  margin-right: 30px;
}
.module .content {
  width: 60%;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
  font-family: 'Maven Pro';
  letter-spacing: 1px;
  float: left;
}
@media screen and (max-width: 992px) {
  .module .content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.module .col-md-4 {
  min-height: 200px;
}
@media screen and (max-width: 992px) {
  .module .col-md-4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .module {
    text-align: center;
  }
  .module img {
    float: none;
    margin-bottom: 20px;
  }
}

.arrow-down {
  width: 18px;
  height: 18px;
  background: url("../img/demo/down-arrow.png");
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
  animation: scroll-arrow 750ms ease-in-out infinite alternate;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 7- PLUGINS STYLE  */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  height: inherit !important;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: inherit !important;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  height: inherit !important;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  height: 100%;
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  background: transparent;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  position: relative;
  margin: 8px;
  border-radius: 50%;
}
.swiper-pagination-switch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.swiper-active-switch {
  border-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8) url("../img/restouran/l-arrow.png") no-repeat center;
  left: 15px;
}

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

.mfp-arrow-right:after {
  left: auto;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8) url("../img/fashion/v-arrow.png") no-repeat center;
  right: 15px;
}

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

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

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

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

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

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#logo {
  margin: 0 0 30px 15px;
  float: left;
}
@media screen and (max-width: 992px) {
  #logo {
    margin: 0 0 15px 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding-top: 30px;
  transition: background 0.3s linear;
}
.header > .container {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header {
    background: rgba(255, 255, 255, 0.97);
    padding-top: 15px;
  }
}

.nav {
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .nav {
    display: none;
    width: 100%;
    margin-right: 0;
  }
}
.nav li {
  list-style: none;
  float: left;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .nav li {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .nav li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .nav li {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.nav li a {
  color: #196575;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 2px 2px 5px;
  border: 2px solid transparent;
  transition: border-color 0.2s linear;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .nav li a {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  .nav li a {
    padding: 17px 0;
    display: block;
    border: none;
    border-top: 1px solid #196575;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 11px;
  }
}
.nav li a:hover {
  border-color: #196575;
}
@media screen and (max-width: 992px) {
  .nav li a:hover {
    background: #196575;
    color: #fff;
  }
}
.nav li:last-of-type {
  margin-right: 0;
}
.nav li.active a {
  border-color: #196575;
}

.menu-button, .m-menu-button {
  width: 30px;
  height: 18px;
  position: absolute;
  right: 15px;
  display: none;
  cursor: pointer;
  margin-top: 1px;
}
.menu-button span, .m-menu-button span {
  height: 2px;
  margin-top: 10px;
  background: #03dcd4;
  display: block;
  position: relative;
  top: 0;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 992px) {
  .menu-button, .m-menu-button {
    display: block;
  }
}
.menu-button span:first-child, .m-menu-button span:first-child {
  margin-top: 0;
}
.menu-button.active span:nth-child(1), .m-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu-button.active span:nth-child(2), .m-menu-button.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.menu-button.active span:nth-child(3), .m-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -17px;
}

.m-menu-button {
  transition: top 0.4s ease;
}
.m-menu-button.active span {
  color: #164b9b;
}
.m-menu-button.active {
  top: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 0 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  background: #222;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 45px;
  }
}

img.footer-logo {
  display: block;
  margin: 0 auto;
}

.footer h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Jaapokki';
  font-size: 16px;
  margin-top: 70px;
  color: #fff;
  letter-spacing: 5px;
}

.footer p {
  text-align: center;
  font-size: 13px;
  font-family: 'Maven Pro';
  color: #646464;
  max-width: 550px;
  margin: 27px auto 45px;
  line-height: 22px;
  letter-spacing: 0;
}

.soc-net {
  position: absolute;
  top: 0;
  width: 100%;
}

.social-network {
  display: inline-block;
  margin-bottom: 38px;
  width: 23%;
  height: 15px;
  text-align: center;
}

.ftr-social {
  display: table;
  margin: 50px auto 50px;
}
@media screen and (max-width: 768px) {
  .ftr-social {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.ftr-social .social-network {
  opacity: 1;
  text-align: center;
  width: 27px;
  height: 27px;
  border: 2px solid #646464;
  margin: 0 25px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .ftr-social .social-network {
    margin: 0 15px;
  }
}
.ftr-social .social-network {
  line-height: 27px;
}
.ftr-social .social-network i {
  color: #646464;
}

.ftr-social .social-network:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .footer h3, .s-footer {
    margin-top: 20px;
  }

  .footer p {
    margin-top: 15px;
  }
}
.ftr-nav-container {
  background: #171717;
  padding: 28px 0 22px;
}
@media screen and (max-width: 992px) {
  .ftr-nav-container {
    display: none;
  }
}

.ftr-nav {
  display: table;
  margin: 0 auto;
}
.ftr-nav li {
  float: left;
  list-style: none;
}
.ftr-nav li a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
  color: #646464;
  transition: color 0.2s linear;
  font-size: 11px;
}

.footer-info {
  color: #646464;
}

.subscribe-form {
  max-width: 570px;
  height: 45px;
  background: #2c2c2c;
  margin: 0 auto;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 420px) {
  .subscribe-form {
    padding-left: 10px;
  }
}

.subscribe-form label, .subscribe-form input {
  float: left;
  line-height: 45px;
}

.subscribe-form label {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 9px;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 420px) {
  .subscribe-form label {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.subscribe-form label:after {
  content: '';
  height: 10px;
  width: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
}
@media screen and (max-width: 420px) {
  .subscribe-form label:after {
    content: none;
  }
}

.subscribe-email {
  width: 90%;
  border: none;
  height: 45px;
  color: #646464;
  background: none;
  padding: 0 8px;
  float: left;
}

.subscribe-email::-webkit-input-placeholder {
  color: #646464;
}

.subscribe-email::-moz-placeholder {
  color: #646464;
}

.subscribe-email:-moz-placeholder {
  color: #646464;
}

.subscribe-email:-ms-input-placeholder {
  color: #646464;
}

.subscribe-submit {
  border: none;
  background: url("../img/fashion/v-arrow.png") no-repeat 40% 19px;
  position: absolute;
  right: 0;
  transition: background 0.3s ease;
  width: 10%;
}
@media screen and (max-width: 420px) {
  .subscribe-submit {
    background-position: 0 19px;
  }
}

.subscribe-submit:hover {
  background-position: 70% 19px;
}

.input-container {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 420px) {
  .input-container {
    padding-left: 0;
  }
}

.read-more {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    position: relative;
}

/*-------------------- 14-BLOCK-TYPE-1 ------------*/
.contact-us {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact-us {
    padding-bottom: 30px;
  }
}

.contact-us p {
  color: #acafba;
}

.contact-info h5 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 50px;
  color: #333;
}

.contact-info h5:first-child {
  margin-top: 0;
}

.contact-info p {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.phone {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  text-decoration: none;
  color: #acafba;
  transition: color 0.3s linear;
  font-family: 'Maven Pro';
  letter-spacing: 0;
}

.input-style {
  background: #eeeef0;
  padding: 16px 19px;
  color: #acafba;
  font-family: 'Maven Pro';
  font-size: 13px;
  display: inline-block;
  border: none;
  margin-bottom: 30px;
  border: 1px solid transparent;
}

.mail-us {
  color: #acafba;
  transition: color 0.3s linear;
}

.contact-us input[type=text] {
  width: 47%;
  margin-right: 6%;
  float: left;
}

.contact-us input[type=email] {
  width: 47%;
  float: left;
}

.contact-us input[type=tel] {
  width: 47%;
  float: left;
}

.tx-style {
  width: 100%;
  height: 150px;
  background: #eeeef0;
  padding: 16px 19px;
  color: #acafba;
  font-family: 'Maven Pro';
  font-size: 13px;
  margin-bottom: 40px;
  border: none;
  resize: none;
}

.contact-us input.send {
  font-size: 13px;
  text-transform: uppercase;
  color: #35373e;
  display: block;
  margin: 0 auto;
  opacity: 1;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: 'Jaapokki', sans-serif, Arial;
  padding: 0 35px 0 0;
  background-position: 90% 1px !important;
  background-repeat: no-repeat;
  transition: background 0.3s linear;
  border: none;
}

.contact-us input.send:hover {
  background-position: 100% 1px !important;
}

.send:hover {
  opacity: 1;
}

.send:after {
  content: url(../img/agency/arrow.png);
  margin-left: 8px;
  opacity: 0.7;
}

.send:hover:after {
  opacity: 1;
}

@media (max-width: 992px) {
  .contact-us h2 {
    margin-top: 40px;
  }

  .contact-us p {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-info p {
    margin-top: 0;
  }

  .contact-us input {
    margin-bottom: 10px;
  }

  .contact-us textarea {
    margin-bottom: 40px;
  }

  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }

  .contact-us input[type=email] {
    width: 100%;
  }

  .contact-us input[type=tel] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-us h2 {
    margin-top: 40px;
  }

  .contact-us p {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-info p {
    margin-top: 0;
  }

  .contact-us input {
    margin-bottom: 10px;
  }

  .contact-us textarea {
    margin-bottom: 20px;
    height: 100px;
  }

  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }

  .contact-us input[type=email] {
    width: 100%;
  }

  .contact-us input[type=tel] {
    width: 100%;
  }
}
.contact-us input.send {
    background: url("../img/man/more-grey.png") no-repeat;
}

.container-footer {
    text-align: center;
}

/*----------LATEST WORK----------------------*/
.lates-work {
  background: #f4f4f6;
  padding-bottom: 67px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lates-work .work-img {
    width: 50%;
  }
  .lates-work .work-img img {
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .lates-work .work-img {
    width: 100%;
  }
}

.lates-work h3 {
  color: #37383d !important;
  margin-bottom: 20px;
}
.lates-work .swiper-active-switch {
  background: #37383d !important;
}

.tag {
  display: inline-block;
  color: #c6c5cb !important;
  font-family: 'Maven Pro';
  margin-top: 20px;
}
.tag + p {
  color: #c6c5cb !important;
  line-height: 1.5;
}

.late {
  float: left;
  margin-top: 70px;
  margin-bottom: 66px;
}
@media screen and (max-width: 992px) {
  .late {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

.late h3 {
  color: #35373e;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .late h3 {
    text-align: center;
  }
}

.lates-work #filters {
  float: right;
  margin-top: 78px;
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .lates-work #filters {
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.lates-work #filters button {
  display: inline-block;
  padding: 0 20px  0 20px;
  border: none;
  background: transparent;
  color: #acafba;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .lates-work #filters button {
    padding-bottom: 20px;
  }
}

.lates-work #filters .actual {
  color: #35373e;
}

.lates-work #filters button:hover {
  color: #35373e;
}

.lates-work #filters button:last-child {
  padding: 0 0 0 20px;
}

.work-img {
  display: block;
  vertical-align: top;
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .work-img {
    width: 100%;
  }
}
.work-img:hover .work-description {
  bottom: 0;
}

.work-img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 479px) {
  .work-img img {
    width: 100%;
  }
}

.work-description {
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 30px 0 30px 0;
  position: absolute;
  bottom: -300px;
  left: 0;
  transition: bottom 0.4s ease;
}

.work-description h5 {
  text-transform: uppercase;
  font-family: 'Jaapokki';
  font-size: 14px;
  color: #35373e;
}

.work-description p {
  margin-top: 27px;
  font-size: 14px;
  color: #acafba;
}

.view {
  text-align: center;
  margin-top: 70px;
  display: inline-block;
  color: #acafba;
}
.view:hover {
  color: #acafba;
}


/*----------LOGO BLOCK----------------------*/
.logos-list {
  background: #f8f9fd;
  padding: 70px 0;
  width: 100%;
  text-align: center;
}

.logos-list a {
  line-height: 72px;
  margin-top: 0;
  text-align: center;
}

.logo-style {
  display: inline-block;
  opacity: 0.45;
  vertical-align: middle;
}

.logo-style:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .logos-list a {
    margin-top: 20px;
    display: inline-block;
  }

  .logos-list {
    padding: 10px 0 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08- WOMAN-FASHION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------HEADER----------------------*/
.ar-menu-button span {
  background: #196575;
}


.icon-right {
  background: url("../img/fashion/right-f.png") no-repeat;
  width: 18px;
  height: 8px;
}

.f-block-title {
  color: #333333 !important;
}
.f-block-title span {
  color: #eb2a2a  !important;
}

.f-sub-title {
  color: #888888  !important;
}

.w-header {
  background: #fff;
  transition: background 0.3s linear;
  border-bottom: 1px solid #f3f3f3;
}

.w-nav li a {
  color: #333;
}
.w-nav li a:hover {
  color: #eb2a2a;
  border-color: #eb2a2a;
}
@media screen and (max-width: 992px) {
  .w-nav li a {
    border-top: 1px solid #eb2a2a;
  }
  .w-nav li a:hover {
    background: #eb2a2a;
    color: #333;
  }
}
.w-nav li.active a {
  color: #eb2a2a;
  border-color: #eb2a2a;
}
@media screen and (max-width: 992px) {
  .w-nav li.active a a {
    background: #eb2a2a;
    color: #333 !important;
    border-color: #eb2a2a;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .w-nav li.active a {
    background: #eb2a2a;
    color: #fff;
  }
}

@media screen and (max-width: 481px) {
  .w-nav li {
    text-align: left !important;
  }
  .w-nav li a {
    padding-left: 15px;
  }
}

/*-------------------- BLOCK-TYPE-1 ------------*/
body.fashion .w-banner {
  padding-top: 215px;
  background-image: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.fashion .w-banner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.fashion .w-banner {
    padding-top: 120px;
  }
}

.w-banner .read-more {
  margin-bottom: 110px;
}
@media screen and (max-width: 992px) {
  .w-banner .read-more {
    margin-bottom: 50px;
  }
}

body.fashion .w-banner h1 {
  font-size: 60px;
  margin-bottom: 45px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  body.fashion .w-banner h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  body.fashion .w-banner h1 {
    font-size: 36px;
  }
}

body.fashion .w-banner h1 span {
  color: #fff;
  background: #eb2a2a;
  padding: 10px 9px 0 13px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  body.fashion .w-banner h1 span {
    margin: 5px 0 15px;
  }
}

body.fashion .w-banner p {
  font-size: 22px;
  line-height: 34px;
  color: #888;
  max-width: 535px;
  margin: 0 auto 45px;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  body.fashion .w-banner p {
    font-size: 18px;
  }
}

a.fash {
  color: #eb2a2a;
  margin-bottom: 115px;
  display: inline-block;
}

a.fash:after {
  content: url(../img/fashion/right-f.png);
}

a.fash:hover {
  opacity: 1;
}

body.fashion .w-banner img {
  width: 100%;
  height: auto;
}

body.fashion .w-banner .pagination {
  display: none;
}

@media (max-width: 991px) {
  a.fash {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  a.fash {
    margin-bottom: 50px;
  }
}
/*-------------------- 07-BLOCK-TYPE-2 ------------*/
.about-fashion {
  margin-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .about-fashion {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

.about-fashion h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 45px;
  line-height: 1.1;
}
.about-fashion h2 span {
  color: #eb2a2a;
}
@media screen and (max-width: 768px) {
  .about-fashion h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

.about-fashion p {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.numbers {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 20%;
  float: left;
  padding-top: 90px;
  padding-bottom: 85px;
  border-right: 1px solid #de2424;
}
@media screen and (max-width: 768px) {
  .numbers {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #de2424;
  }
  .numbers:last-of-type {
    border-bottom: none;
  }
}

.row-count, .f-logo-list {
  background: #eb2a2a;
}

.numbers:last-child {
  border: none;
}

.numbers img {
  margin-bottom: 30px;
}

.numbers h4 {
  margin-bottom: 25px;
  font-size: 42px;
}

.numbers p {
  font-size: 13px;
}

.about-fashion .container-fluid {
  margin-bottom: 90px;
}

.fashion-serv {
  text-align: center;
}

.fashion-serv h5 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 30px;
  color: #333333;
}

.fashion-serv img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.fashion-serv p {
  font-size: 14px;
  color: #888888;
  max-width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fashion-serv p {
    max-width: 370px;
  }
}

body.fashion .read-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #eb2a2a;
  display: inline-block;
}

.fashion-serv .read-more {
  margin-top: 45px;
}
@media screen and (max-width: 992px) {
  .fashion-serv .read-more {
    margin: 20px 0 45px;
  }
}

@media (max-width: 991px) {
  .about-fashion {
    padding-bottom: 45px;
  }

  .about-fashion p {
    margin: 0 auto 55px;
  }

  .about-fashion .container-fluid {
    margin-bottom: 65px;
  }

  .numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fashion-serv p {
    margin: 0;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .about-fashion {
    padding-bottom: 20px;
  }

  .about-fashion p {
    margin: 0 auto;
  }

  .numbers {
    padding-bottom: 40px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 992px) {
  .fashion-text-info {
    margin-bottom: 30px !important;
  }
}

/*-------------------- BLOCK-TYPE-3 ------------*/
.models {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .models {
    margin-bottom: 70px;
  }
}

.models h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #333333;
}

.models .pagination {
  display: none;
}

.models .swiper-slide {
  position: relative;
  min-height: 621px;
}
@media screen and (max-width: 992px) {
  .models .swiper-slide {
    min-height: 400px;
  }
}

.about-model {
  padding: 30px 15px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: #eb2a2a;
}

.about-model h5 {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

.about-model p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 25px;
  color: #fdbcbc;
}

.model-pic {
  position: absolute;
  min-height: 621px;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .model-pic {
    min-height: 400px;
  }
}

.models .swiper-slide:hover .model-pic {
  left: 150px;
}

.arrow-container {
  width: 210px;
  position: relative;
  display: table;
  margin: 50px auto 0;
}
.arrow-container .arrow-right {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}
.arrow-container .arrow-left {
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 0;
}

.slider-index span {
  color: #888;
  letter-spacing: 0;
}
.slider-index .start_index {
  color: #eb2a2a;
}

/*-------------------- 07-BLOCK-TYPE-4 ------------*/
.main-event {
  padding: 0;
}

.events {
  text-align: center;
  position: relative;
  margin-bottom: 135px;
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .events {
    min-height: 600px;
    margin-bottom: 70px;
  }
}

.up-event {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  line-height: 1.1;
  z-index: 222;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .up-event {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    color: #333;
    margin-bottom: 50px;
  }
}

.events .main-event {
  position: relative;
  z-index: 1;
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .events .main-event {
    min-height: 600px;
  }
}

.event-pic {
  position: relative;
  min-height: 700px;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .event-pic {
    min-height: 600px;
  }
}

.event-pic:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-describe {
  position: absolute;
  max-width: 285px;
  margin: 0 auto;
  border: 5px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 47px;
}
@media screen and (max-width: 992px) {
  .event-describe {
    max-width: 350px;
    width: 100%;
  }
}

.event-describe h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 22px;
  color: #eb2a2a;
}

.event-describe h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.3;
}

.event-describe p {
  color: #ebebeb;
  font-size: 14px;
  margin-bottom: 36px;
  line-height: 1.7;
}

/*-------------------- 07-BLOCK-TYPE-5 ------------*/
.collections {
  margin-bottom: 70px;
}
.collections .block-title {
  margin-bottom: 75px;
  word-wrap: break-word;
}
@media screen and (max-width: 992px) {
  .collections .block-title {
    margin-bottom: 30px;
  }
}

.nav-collection {
  margin-top: 155px;
}
@media screen and (max-width: 992px) {
  .nav-collection {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .nav-collection {
    margin-top: 0;
  }
}

.nav-collection li {
  list-style-type: none;
  padding-left: 10px;
}

.nav-collection button {
  border: none;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  line-height: 52px;
}
.nav-collection button:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #888;
  display: inline-block;
  top: -3px;
  left: -10px;
  position: relative;
}
.nav-collection button.active-col:before {
  background: #eb2a2a;
}

.photo-season img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.photo-season h5 {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.photo-season p {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  min-height: 120px;
}

.season-col {
  margin-top: 95px;
}
@media screen and (max-width: 992px) {
  .season-col {
    margin-top: 0;
  }
}

.season-col h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .season-col h4 {
    margin-bottom: 20px;
  }
}

.collection-info {
  display: none;
}

.collection-active {
  display: block;
}

.season-col p {
  font-size: 14px;
  line-height: 26px;
  color: #888;
  margin-bottom: 45px;
}

.col-inform {
  position: relative;
}

.col-inform .pagination {
  display: none;
}

.col-inform .arrows {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 170px;
  left: 0;
  padding: 0 15px;
  z-index: 1;
}

.col-inform .arrow-right {
  float: right;
}

@media (max-width: 991px) {
  .collections {
    margin-bottom: 90px;
  }

  .collections h3 {
    margin-bottom: 40px;
  }

  .photo-season img {
    max-height: 350px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .collections {
    margin-bottom: 50px;
  }

  .collections h3 {
    margin-bottom: 40px;
  }
}
/*-------------------- 07-BLOCK-TYPE-6 ------------*/
.fashion-gallery #filters {
  z-index: 1;
  background: #eb2a2a;
}

.corner-stamp {
  border: 15px solid #fff;
  position: relative;
}

.fashion-gallery #filters button {
  border: none;
  background: none;
  font-size: 13px;
  font-family: 'Jaapokki';
  text-transform: uppercase;
  color: #ff7b7b;
  margin-bottom: 35px;
  display: block;
  text-align: center;
  width: 100%;
}

.filter-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fashion-gallery #filters button:last-child {
  margin-bottom: 0;
}

.fashion-gallery #filters button.actual {
  color: #fff;
}

.fashion-gallery #filters button:hover {
  color: #fff;
}

body.fashion .grid {
  width: 0;
}

.fashion-gallery .work-img {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .fashion-gallery .work-img {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .fashion-gallery .work-img {
    width: 100%;
  }
}

.gallery-border {
  position: relative;
}

.gallery-border:after {
  content: '';
  border: 15px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fashion-gallery .work-img:hover .gallery-border:after {
  opacity: 0;
}

.girl-laugh {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
}

.girl-laugh h6 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 14px;
}

.girl-laugh p {
  font-size: 14px;
  margin-bottom: 28px;
}

.fashion-gallery .work-img:hover .girl-laugh {
  opacity: 1;
}

@media (max-width: 991px) {
  .amazing-team h3 {
    margin-bottom: 40px;
  }

  .amazing-team p {
    margin-bottom: 40px;
  }

  .am-team li {
    display: inline-block;
    width: 32%;
  }
}
@media screen and (max-width: 991px) and (max-width: 481px) {
  .am-team li {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .team-image {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .collections {
    margin-bottom: 50px;
  }

  .collections h3 {
    margin-bottom: 40px;
  }
}
/*-------------------- 07-BLOCK-TYPE-7 ------------*/
.amazing-team {
  padding: 140px 0 130px;
}
@media screen and (max-width: 992px) {
  .amazing-team {
    padding: 70px 0;
  }
}

.amazing-team h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  color: #333;
  margin-bottom: 60px;
}

.amazing-team p {
  text-align: center;
  padding: 0 15px;
  color: #888;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 75px;
}

.am-team li {
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
}

.am-team button {
  border: none;
  background: transparent;
  text-decoration: none;
  font-family: "Jaapokki";
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  line-height: 52px;
}

.teamers .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.2s linear;
}
.teamers .swiper-slide-active {
  opacity: 1;
}

.teamers h5 {
  text-transform: uppercase;
  font-size: 13px;
  color: #35373e;
  text-align: center;
}

.teamers p {
  margin-bottom: 0;
}

.amazing-team .pagination {
  display: none;
}

.teamers {
  display: none;
}

.team-image {
  min-height: 526px;
  width: auto;
  background-position: top center;
  background-size: cover;
  margin-bottom: 30px;
}

.collection-active {
  display: block;
}

/*===============================================*/
/*--------------------BLOCK "TYPE 8"-------------*/
/*===============================================*/
body.fashion .logos-list .pagination {
  display: none;
}

.f-contact {
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  .f-contact {
    padding-top: 70px;
  }
}

.f-contact-us {
  margin-top: 90px;
}

.f-contact-us a:hover {
  color: #eb2a2a;
}
.f-contact-us input.send {
  color: #eb2a2a;
  background-image: url("../img/fashion/right-f.png") !important;
}

.f-ftr-nav a:hover {
  color: #eb2a2a;
}

.f-ftr-social .social-network:hover {
  background: #eb2a2a;
  border-color: #eb2a2a;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FASHION ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
a.fash, .nav-collection li button, .fashion-gallery #filters button {
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
}

.models .swiper-slide .model-pic, .fashion-gallery .work-img .girl-laugh, .am-team button,
.fashion-gallery .work-img .gallery-border:after {
  transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09- MAN-FASHION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*----------HEADER----------------------*/
.blue-arrow {
  background: url("../img/man/read-man.png");
  width: 18px;
  height: 8px;
}

.m-block-title {
  color: #164b9b;
}

.m-header {
  background: transparent !important;
}
@media screen and (max-width: 992px) {
  .m-header {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.m-header .container {
  position: relative;
  z-index: 1;
}
.m-header:after {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -400%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: right  0.5s ease;
}
@media screen and (max-width: 992px) {
  .m-header:after {
    content: none;
  }
}
@media screen and (max-width: 992px) {
  .m-header {
    background: rgba(0, 0, 0, 0.8);
  }
}

.m-header-active:after {
  left: 0;
}

.m-header-bg {
  background: rgba(0, 0, 0, 0.8) !important;
}

.m-menu-button {
  display: block !important;
}
.m-menu-button span {
  background: #fff;
}

.m-nav {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  transition: -webkit-transform  0.5s ease;
  transition: transform  0.5s ease;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .m-nav {
    position: absolute;
    top: 39px;
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .m-nav {
    padding-right: 35px;
  }
}
.m-nav li a {
  color: #fff;
}
.m-nav li a:hover {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 992px) {
  .m-nav li a {
    border-top: 1px solid #fff;
  }
  .m-nav li a:hover {
    background: #164b9b;
    color: #fff;
  }
}
.m-nav li.active a {
  color: #164b9b;
  border-color: #164b9b;
}
@media screen and (max-width: 992px) {
  .m-nav li.active a a {
    background: #164b9b;
    color: #fff !important;
    border-color: #fff;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .m-nav li.active a {
    background: #164b9b;
    color: #fff;
  }
}

@media screen and (max-width: 481px) {
  .m-nav li {
    text-align: left !important;
  }
  .m-nav li a {
    padding-left: 15px;
  }
}

.m-nav-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 992px) {
  .m-nav-active {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

/*-------------------- MAN BANNER ------------*/
body.man .w-banner {
  width: 100%;
  background: none;
}

.man-banner {
  width: 50%;
  min-height: 800px;
  background-position: top center;
  background-size: cover;
  float: left;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .man-banner {
    min-height: 700px;
  }
}
@media screen and (max-width: 992px) {
  .man-banner {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 481px) {
  .man-banner {
    min-height: 450px;
  }
}

.man-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.man-banner h1, .man-banner h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 45px;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (max-width: 481px) {
  .man-banner h1, .man-banner h2 {
    font-size: 32px;
    padding: 0 15px;
  }
}
.man-banner .read-more {
  color: #bed8ff;
}

.m-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}

/*-------------------- MAN ABOUT ------------*/
.about-man {
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  .about-man {
    padding-top: 70px;
  }
}

@media screen and (max-width: 992px) {
  .about-img-box {
    width: 33.333%;
  }
}
@media screen and (max-width: 481px) {
  .about-img-box {
    width: 100%;
  }
}

.about-img-box img {
  box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}

.m-about-text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #8d9bb0;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px 140px;
}
@media screen and (max-width: 992px) {
  .m-about-text {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .m-about-text {
    max-width: 100%;
  }
}

.about-box {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-position: center top;
}
.about-box:hover .m-info-hide {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-box {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 481px) {
  .about-box {
    width: 100%;
    min-height: 400px;
  }
}

.img-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 40%;
}
@media screen and (max-width: 1200px) {
  .img-bottom {
    height: 30%;
  }
}

.m-box-text {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .m-box-text {
    height: 70%;
  }
}

.m-box-text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .m-box-text-content {
    width: 85%;
  }
}
.m-box-text-content h3 {
  color: #0d213f;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 18px;
  line-height: 1.2;
}
.m-box-text-content p {
  color: #8d9bb0;
  font-size: 13px;
  line-height: 1.7;
}

.m-info-hide {
  background: #164b9b;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: -300px;
  transition: bottom 0.8s ease;
  width: 100%;
}
.m-info-hide h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding-bottom: 18px;
}
.m-info-hide span {
  display: block;
  color: #bed8ff;
  font-size: 14px;
  font-family: 'Maven Pro';
}
@media screen and (max-width: 768px) {
  .m-info-hide {
    display: none;
  }
}

/*-------------------- POPULAR PRODUCTS------------*/
.popular {
  padding: 140px 0;
  background: #f8faff;
}
@media screen and (max-width: 992px) {
  .popular {
    padding: 70px 0;
  }
}

.m-product-box {
  min-height: 580px;
  position: relative;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 1200px) {
  .m-product-box {
    min-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .m-product-box {
    min-height: 450px;
  }
}
@media screen and (max-width: 481px) {
  .m-product-box {
    min-height: 350px;
  }
}
@media screen and (max-width: 381px) {
  .m-product-box {
    min-height: 300px;
  }
}

.m-product-box-layer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.m-product-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.m-product-title h3 {
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 20px;
  margin-top: 20px;
}
.m-product-title span {
  font-size: 14px;
  color: #bed8ff;
  display: inline-block;
  text-transform: uppercase;
}

.box-item {
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.m-popular-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.box-item:nth-of-type(1) {
  left: 0;
  top: 0;
}

.box-item:nth-of-type(2) {
  right: 0;
  top: 0;
}

.box-item:nth-of-type(3) {
  left: 0;
  bottom: 0;
}

.box-item:nth-of-type(4) {
  right: 0;
  bottom: 0;
}

.box-item-info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-item-info h4 {
  text-transform: uppercase;
  color: #0d213f;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .box-item-info h4 {
    font-size: 10px;
    margin-bottom: 14px;
  }
}
.box-item-info a {
  position: relative;
  transition: right 0.3s ease;
  right: 0;
}
.box-item-info a:hover {
  right: -5px;
}

.box-item-info-l:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.box-item-info-r:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #fff;
}

/*-------------------- GALLERY SECTION ------------*/
body.man .gallery {
  width: 100%;
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  body.man .gallery {
    padding-top: 70px;
  }
}

body.man .gallery h3 {
  font-size: 40px;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}

.gallery-item {
  min-height: 800px;
  position: relative;
  background-size: cover;
  background-position: top center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .gallery-item {
    min-height: 700px;
  }
}
@media screen and (max-width: 992px) {
  .gallery-item {
    min-height: 600px;
  }
}
@media screen and (max-width: 481px) {
  .gallery-item {
    min-height: 400px;
  }
}

.gallery-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .gallery-pagination {
    bottom: 0;
  }
}
.gallery-pagination .swiper-pagination-switch {
  background: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  position: relative;
}
.gallery-pagination .swiper-pagination-switch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #bed8ff;
  border-radius: 50%;
}
.gallery-pagination .swiper-active-switch {
  border-color: #bed8ff;
}

/*--------------------DETAILS SECTION ------------*/
.special-details {
  padding: 140px 0;
  background: #f8faff;
}
@media screen and (max-width: 992px) {
  .special-details {
    padding: 70px 0;
  }
}
.special-details .container {
  position: relative;
}

.m-detaly-box {
  max-width: 270px;
  margin: 0 auto;
}

.m-det-info {
  background: #164b9b;
  text-align: center;
  height: 215px;
  position: relative;
}
.m-det-info:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #164b9b transparent transparent transparent;
}
.m-det-info div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-det-info span {
  display: block;
  color: #bed8ff;
  font-family: 'Maven Pro';
  font-size: 14px;
  font-weight: 700;
}
.m-det-info h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin: 25px 0 15px;
  letter-spacing: 3px;
}
.m-det-info p {
  color: #bed8ff;
}

.det-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 481px) {
  .det-arrow {
    display: none;
  }
}
.det-arrow div {
  position: absolute;
  top: 180px;
  opacity: 1;
  cursor: pointer;
  z-index: 555;
}
.det-arrow .arrow-left {
  left: 0;
}
@media screen and (max-width: 992px) {
  .det-arrow .arrow-left {
    left: 15px;
  }
}
.det-arrow .arrow-right {
  right: 0;
}
@media screen and (max-width: 992px) {
  .det-arrow .arrow-right {
    right: 15px;
  }
}

@media screen and (max-width: 481px) {
  .det-pagination {
    display: block !important;
    position: absolute;
    bottom: -20px;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .det-pagination .swiper-pagination-switch {
    background: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    position: relative;
  }
  .det-pagination .swiper-pagination-switch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #164b9b;
    border-radius: 50%;
  }
  .det-pagination .swiper-active-switch {
    border-color: #164b9b;
  }
}

@media screen and (max-width: 481px) {
  .det-slider {
    padding-bottom: 50px;
  }
}

/*--------------------CONTACT ------------*/
.m-contact-us {
  margin-top: 90px;
}
.m-contact-us h5 {
  color: #0d213f;
}
.m-contact-us p {
  color: #a7acb3;
}
.m-contact-us a:hover {
  color: #164b9b;
}
.m-contact-us input.send {
  color: #164b9b;
  background-image: url("../img/man/man-r.png") !important;
}

/*--------------------FOOTER ------------*/
.m-footer {
  background: #0b1729;
}
.m-footer .subscribe-form {
  background: #162337;
}
.m-footer .footer-info, .m-footer .subscribe-email {
  color: #56667f;
}
.m-footer .subscribe-email::-webkit-input-placeholder {
  color: #56667f;
}
.m-footer .subscribe-email::-moz-placeholder {
  color: #56667f;
}
.m-footer .subscribe-email:-moz-placeholder {
  color: #56667f;
}
.m-footer .subscribe-email:-ms-input-placeholder {
  color: #56667f;
}
.m-footer .ftr-nav-container {
  background: #091423;
}
.m-footer .ftr-nav-container a {
  color: #56667f;
}
.m-footer .ftr-nav-container a:hover {
  color: #fff;
}

.m-ftr-social .social-network {
  border-color: #56667f;
}
.m-ftr-social .social-network i {
  color: #56667f;
}
.m-ftr-social .social-network:hover {
  background: #164b9b;
  border-color: #164b9b;
}

body.food .mfp-close {
  width: 30px;
  height: 30px;
}
body.food .mfp-close:after {
  content: 'x';
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
}
