/*!
 *
 *	janlosert.com
 *
 *	Freelance Front-End & iOS Developer
 *	-
 *	vlastimilfiser.com
 *	@vlafiser
 *
 *	2016 Vlastimil Fiser
 *
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  display: table;
  content: "";
}
.c:after {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
p {
  margin: 0;
}
a,
a:hover,
a:active {
  color: #717171;
}
a:hover,
a:active {
  text-decoration: none;
}
.highlited {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  font-weight: 700;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
small {
  font-size: 100%;
}
.h-label {
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 500;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.21em;
  color: #fdbb07;
}
.h-label .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #7e673d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin: 0 7px;
}
@media screen and (max-width: 880px) {
  .h-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
}
@media screen and (max-width: 860px) {
  .h-label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
  }
}
h2 {
  margin-top: 12px;
  margin-bottom: 30px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #38414b;
}
.w-line {
  position: relative;
}
.w-line:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 5%;
  left: 0;
  background-color: #fdbb07;
}
p.info {
  display: block;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #8e8e8e;
}
p.info a {
  color: #38414b;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
p.info a:hover,
p.info a:active {
  color: #fdbb07;
}
.txtColor-white {
  color: #ffffff;
}
@media screen and (max-width: 880px) {
  /*.h-label {
		#font .size(22, 1.4em);
	}*/
  h2 {
    margin-top: 15px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2em;
  }
  .w-line::first-letter {
    border: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #ffffff;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
section {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'karmina', sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
a {
  color: #267481;
  text-decoration: none;
}
@media screen and (min-width: 2100px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 1660px) and (max-width: 2100px) {
  html {
    font-size: 70%;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 52%;
  }
}
/*.loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    .square(100%);
    z-index: 1001;

    .border {
        position: absolute;
        background-color: @white;

        &--left {
            left: 0;
            bottom: 0;
            .size(60px, 0);
        }
        &--bottom {
            right: 0;
            bottom: 0;
            .size(0, 20px);
        }
        &--right {
            right: 0;
            top: 0;
            .size(20px, 0);
        }
        &--top {
            left: 0;
            top: 0;
            .size(0, 20px);
        }
        &--square {
            top: 0;
            bottom: 0;
            left: 0;
            .size(0, 100%);
            //margin-left: 60px;
            //background-color: yellow;
        }
    }*/
/*    @media screen and (max-width: 1140px) {
        .border {
            &--square {
                display: none;
            }
        }
    }
    @media screen and (max-width: 880px) {
        display: none;
    }*/
/*@media screen and (max-width: 880px) {
        display: none;
    }*/
.welcome-screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-height: 570px) {
  .pace-done .welcome-screen {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
  }
}
.navigation,
.cd-section,
nav {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: -20px;
  -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}
.cd-section {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  background-color: #ffffff;
  /*@media screen and (max-width: 1140px), screen and (max-height: 570px) {
        &.section--intro {
            padding-left: 60px;
            padding-right: 20px;
        }
    }*/
}
.cd-section.section--intro {
  padding-left: 0;
  padding-right: 0;
}
.cd-section .section-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  .cd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scroll-wrap {
  position: relative;
  z-index: 1004;
  background-color: #ffffff;
  /*    @media screen and (max-height: 570px) {
        top: 0 !important;
    }*/
}
.section--intro .section-wrap,
.section--skills .section-wrap,
.section--contact .section-wrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.section--intro .section-wrap .content,
.section--skills .section-wrap .content,
.section--contact .section-wrap .content {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  .section--skills {
    height: auto;
  }
  .section--skills .section-wrap {
    height: auto;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    transform-style: none;
  }
  .section--skills .section-wrap .content {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.section--previews,
.section--related,
.section--works,
.section--about {
  height: auto;
}
.section--previews .section-wrap,
.section--related .section-wrap,
.section--works .section-wrap,
.section--about .section-wrap {
  height: auto;
  padding: 100px 0;
}
@media screen and (max-width: 880px) {
  .section--previews .section-wrap,
  .section--related .section-wrap,
  .section--works .section-wrap,
  .section--about .section-wrap {
    padding: 0;
  }
}
.pace-running .pace {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.pace-done.show-content {
  background-color: #ffffff;
  overflow: visible;
}
.pace-done.show-content .navigation,
.pace-done.show-content .cd-section,
.pace-done.show-content nav {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pace-done.show-content .section--intro {
  -webkit-transform: scale(none);
  -moz-transform: scale(none);
  -ms-transform: scale(none);
  -o-transform: scale(none);
  transform: scale(none);
}
@media screen and (max-width: 1140px), screen and (max-height: 570px) {
  .pace-done.show-content .section--intro .section-wrap:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
.pace-done.show-content .section--intro .section-wrap .content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pace-done.show-content .section--intro .section-wrap .content .line-1,
.pace-done.show-content .section--intro .section-wrap .content .line-2,
.pace-done.show-content .section--intro .section-wrap .content .line-3 {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pace-done.show-content .section--intro .section-wrap .photo {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pace-done.show-content .section--intro.section--404 .section-wrap:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1140px), screen and (max-height: 570px) {
  .pace-done.show-content .section--intro.section--404 .section-wrap:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-done .pace-progress,
.pace-done #percentBar {
  opacity: 0;
  filter: alpha(opacity=0);
}
#percentBar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 9.2rem;
  left: 50%;
  margin-left: -121px;
  width: 238px;
  height: 3px;
  z-index: 1002;
}
#percentBar .fill {
  display: block;
  width: 0;
  height: 100%;
  margin: auto;
  background-color: #fdbb07;
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -ms-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
@media screen and (min-width: 2100px) {
  #percentBar {
    margin-top: 10.2rem;
    width: 304px;
    margin-left: -152px;
  }
}
@media screen and (min-width: 1660px) and (max-width: 2100px) {
  #percentBar {
    margin-top: 10rem;
    width: 264px;
    margin-left: -132px;
  }
}
@media screen and (max-width: 1100px) {
  #percentBar {
    margin-left: -80px;
    margin-top: 2rem;
    width: 160px;
  }
}
@media screen and (max-width: 550px) {
  #percentBar {
    margin-top: -0.4rem;
  }
}
.pace .pace-progress {
  width: 500px;
  height: 175px;
  position: absolute;
  top: 50%;
  margin-top: -87px;
  left: 50%;
  margin-left: -250px;
  z-index: 1002;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  display: block;
  content: attr(data-progress-text);
  font-family: 'proxima-nova', sans-serif;
  font-size: 150px;
  font-size: 15rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: -10px;
  text-align: center;
  color: #38414b;
}
.pace .pace-progress:before {
  content: "Loading";
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #fcbb07;
}
@media screen and (max-width: 1100px) {
  .pace .pace-progress {
    height: 156px;
    margin-top: -109px;
  }
  .pace .pace-progress:after {
    font-size: 110px;
    font-size: 11rem;
  }
}
@media screen and (max-width: 550px) {
  .pace .pace-progress {
    width: 100%;
    margin-left: -50%;
  }
}
@keyframes photoZoom {
  from,
  to {
    -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -ms-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
  }
  from {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.reloadOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1111;
}
nav,
.social {
  width: 100%;
  height: auto;
  position: absolute;
  top: 69px;
  z-index: 1003;
  padding: 0 108px 0 182px;
}
nav ul,
.social ul {
  text-align: right;
  overflow: hidden;
}
nav ul li,
.social ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
nav ul li:last-child:after,
.social ul li:last-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  right: -42px;
  width: 20px;
  height: 1px;
  background-color: #fdbb07;
}
nav ul li:nth-child(3):after,
.social ul li:nth-child(3):after {
  right: auto;
  left: -42px;
}
nav ul li.item-left,
.social ul li.item-left {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
nav ul li a,
.social ul li a {
  font-family: 'karmina', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #c9c9c9;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.desktop nav ul li a:hover,
.desktop .social ul li a:hover,
.desktop nav ul li a:active,
.desktop .social ul li a:active {
  color: #fdbb07;
}
@media screen and (max-width: 1140px) {
  nav {
    display: none;
  }
}
@media screen and (max-height: 570px) {
  nav {
    display: none;
  }
}
.store-detail .social {
  display: inline-block;
  width: auto;
  position: relative;
  top: 5px;
  margin-left: 20px;
  bottom: auto;
  padding: 0;
}
.social {
  padding-left: 120px;
  top: auto;
  bottom: 69px;
}
.social ul li:first-child {
  margin-left: 42px;
}
.social ul li:first-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: -42px;
  width: 20px;
  height: 1px;
  background-color: #fdbb07;
}
.social ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 1100px) {
  .social {
    padding-left: 90px;
  }
}
@media screen and (max-width: 880px) {
  .store .social {
    position: relative;
    bottom: auto;
    padding: 0;
  }
  .store .social ul li {
    width: 100%;
    position: static;
    text-align: center;
  }
  .store .social ul li:first-child {
    margin-left: 0;
  }
  .store .social ul li:first-child:after {
    top: -18px;
    left: 50%;
    margin-left: -10px;
  }
  .store .social ul li a {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    padding: 7px 0;
  }
}
@media screen and (max-width: 880px) and (max-height: 800px) {
  .store .social {
    top: -20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .store-detail .social {
    display: block;
  }
  .store-detail .social ul {
    margin-top: 10px;
    display: inline-block;
  }
  .store-detail .social ul li:first-child {
    margin-left: 0;
  }
  .store-detail .social ul li:first-child:after {
    display: none;
  }
}
.cd-section.section--intro {
  background: none;
  position: fixed;
  z-index: 1002;
  background-color: white;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*@media screen and (max-width: 1600px) {
            .section-wrap {
                  .square {
                        .content {
                              width: 70%;
                        }
                  }
            }
      }*/
}
.cd-section.section--intro .section-wrap {
  background-color: #121210;
  overflow: visible;
  right: 20px;
  /*&:before {
                  display: block;
                  content: "";
                  .size(100%, 100%);
            }*/
  /*.photo {
                  height: 100%;
                  position: absolute;
                  top: 0;
                  right: 0;
                  overflow: hidden;
                  .opacity(0);
                  //.scale(0.96);
                  //.transition-multi(opacity .6s ease-in-out, transform .6s ease-in-out);
                  .transition(opacity 1.5s ease-in-out);

                  .img {
                        .size(100%, 100%);
                        background: url(../../img/photo.jpg) no-repeat center center;
                        background-size: cover;
                        //.scale(1.08);
                        //.scale(1);
                  }
            }*/
}
.cd-section.section--intro .section-wrap .square {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.cd-section.section--intro .section-wrap .content {
  position: absolute;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  bottom: 18%;
  opacity: 0;
  filter: alpha(opacity=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;
  /*                  @media screen and (max-width: 880px) {
                        h1 {
                              .h-label {
                                    #font .size(16, 1em);    
                              }
                        }
                  }*/
  /*@media screen and (max-width: 570px) {
                        h1 {
                              .description {
                                    width: 90%;
                              }
                        }
                  }*/
}
.cd-section.section--intro .section-wrap .content h1 {
  padding-left: 80px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #38414b;
}
.cd-section.section--intro .section-wrap .content h1 .line {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
  position: relative;
  top: -20px;
}
.cd-section.section--intro .section-wrap .content h1 .line-1 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cd-section.section--intro .section-wrap .content h1 .line-2 {
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.cd-section.section--intro .section-wrap .content h1 .line-3 {
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  -moz-transition: all 0.4s ease-in-out 0.8s;
  -ms-transition: all 0.4s ease-in-out 0.8s;
  -o-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
}
.cd-section.section--intro .section-wrap .content h1 .name {
  position: relative;
  left: -3px;
  margin-top: 10px;
  line-height: 1.1em;
}
.cd-section.section--intro .section-wrap .content h1 .name strong {
  display: block;
  font-weight: 700;
  position: relative;
}
.cd-section.section--intro .section-wrap .content h1 .name strong:after {
  display: block;
  display: "";
  width: 100%;
  height: 2px;
  background-color: #fdbb07;
}
.cd-section.section--intro .section-wrap .content h1 .description {
  display: block;
  max-width: 460px;
  margin-top: 20px;
  font-family: 'karmina', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.0184em;
  font-weight: 400;
  color: #8e8e8e;
}
.cd-section.section--intro .section-wrap .content h1 .description a {
  color: #fdbb07;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.cd-section.section--intro .section-wrap .content h1 .description a:hover,
.cd-section.section--intro .section-wrap .content h1 .description a:active {
  color: #38414b;
}
@media screen and (max-width: 1180px) {
  .cd-section.section--intro .section-wrap .content {
    width: 70%;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  .cd-section.section--intro .section-wrap .content {
    bottom: 18%;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 570px) {
  .cd-section.section--intro .section-wrap .content {
    bottom: 20%;
  }
}
@media screen and (max-width: 860px) {
  .cd-section.section--intro .section-wrap .content {
    bottom: auto;
  }
  .cd-section.section--intro .section-wrap .content h1 {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.4em;
    /*.h-label {
                                    #font .size(14, 1em);
                              }*/
    /*.name {
                                    &:after {
                                          display: none;
                                    }
                              }*/
  }
  .cd-section.section--intro .section-wrap .content h1 .description {
    margin-top: 20px;
  }
}
.cd-section.section--intro .section-wrap .arrow-ribbon {
  display: block;
  position: absolute;
  bottom: -60px;
  left: 200px;
  width: 50px;
  height: 100px;
  background-color: #fdbb07;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.cd-section.section--intro .section-wrap .arrow-ribbon .arrow-icon {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -6.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #ffffff transparent transparent transparent;
}
.cd-section.section--intro .section-wrap .arrow-ribbon:hover .arrow-icon {
  margin-top: -25px;
  -webkit-animation: bounce 1s infinite normal;
  -moz-animation: bounce 1s infinite normal;
  -ms-animation: bounce 1s infinite normal;
  -o-animation: bounce 1s infinite normal;
  animation: bounce 1s infinite normal;
}
@media screen and (min-width: 2500px) {
  .cd-section.section--intro .section-wrap .square .content {
    width: 52%;
  }
}
@media screen and (max-width: 2200px) {
  .cd-section.section--intro .section-wrap .square .content {
    width: 55%;
  }
}
@media screen and (max-width: 2100px) {
  .cd-section.section--intro .section-wrap .square .content {
    width: 75%;
  }
}
@media screen and (min-width: 1700px) {
  .cd-section.section--intro .section-wrap .square .content h1 .description {
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .cd-section.section--intro .section-wrap .square .content {
    width: 70%;
  }
}
@media screen and (max-width: 1140px), screen and (max-height: 570px) {
  .cd-section.section--intro {
    height: 100%;
    background: white;
  }
  .cd-section.section--intro .photo {
    display: none;
  }
  .cd-section.section--intro .section-wrap {
    right: 0;
  }
  .cd-section.section--intro .section-wrap .square {
    width: 100% !important;
    height: 100%;
    background: none;
  }
  .cd-section.section--intro .section-wrap .square .content h1 {
    padding-left: 0;
  }
  .cd-section.section--intro .section-wrap .arrow-ribbon {
    left: 120px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .cd-section.section--intro .section-wrap:before {
    background-position: center -150px;
  }
}
@media screen and (max-width: 1100px) {
  .cd-section.section--intro .section-wrap .arrow-ribbon {
    left: 90px;
  }
}
@media screen and (max-width: 1140px), screen and (max-height: 570px) {
  .cd-section.section--intro .section-wrap .square .content {
    width: auto;
  }
}
@media screen and (max-width: 880px) {
  .cd-section.section--intro {
    /*, screen and (max-height: 520px)*/
    padding: 0;
  }
  .cd-section.section--intro .section-wrap .square .content {
    bottom: 0;
    padding: 0 0 100px 0;
  }
  .cd-section.section--intro .section-wrap .square .content h1 {
    /*.description {
                                          width: 65%;
                                          max-width: 100%;
                                          margin: auto;
                                          margin-top: 20px;
                                    }*/
  }
  .cd-section.section--intro .section-wrap .square .content h1 .name:after {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1em;
  }
  .cd-section.section--intro .section-wrap .arrow-ribbon {
    left: 50%;
    margin-left: -25px;
    bottom: -40px;
  }
}
@media screen and (max-width: 568px) and (max-height: 320px) {
  .cd-section.section--intro .section-wrap .square .content h1 .name {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1em;
  }
  .cd-section.section--intro .section-wrap .square .content h1 .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
.cd-section.section--intro.section--store {
  position: relative;
  height: 67%;
  max-height: 560px;
  padding-left: 40px;
  padding-right: 40px;
}
.cd-section.section--intro.section--store .section-wrap {
  right: 0;
  background-color: #ffffff;
}
.cd-section.section--intro.section--store .section-wrap .square {
  width: 100%;
  background: none;
}
.cd-section.section--intro.section--store .section-wrap .square .content {
  width: 100%;
  bottom: 16%;
}
.cd-section.section--intro.section--store .section-wrap .square .content h1 {
  padding-left: 0;
  text-align: center;
}
.cd-section.section--intro.section--store .section-wrap .square .content h1 .description {
  margin: auto;
  margin-top: 20px;
  max-width: 840px;
}
.cd-section.section--intro.section--store .section-wrap .square .content h1 .button {
  clear: both;
  display: inline-block;
  margin-top: 40px;
}
.cd-section.section--intro.section--store .section-wrap .square .content h1 .button--big {
  position: relative;
  padding: 15px 42px 16px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 600;
  color: #38414b;
  border: 2px solid #fdbb07;
  -webkit-transition: all 0.23s;
  -moz-transition: all 0.23s;
  -ms-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  outline: none;
}
.cd-section.section--intro.section--store .section-wrap .square .content h1 .button--big:hover {
  color: #ffffff;
  background: #fdbb07;
}
@media screen and (max-width: 1140px) {
  .cd-section.section--intro.section--store .section-wrap:before {
    background-position: 0 center;
  }
}
@media screen and (max-width: 880px) {
  .cd-section.section--intro.section--store {
    padding: 0 40px;
  }
  .cd-section.section--intro.section--store .section-wrap:before {
    background-position: -350px center;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .cd-section.section--intro.section--store .section-wrap .square .content {
    padding-bottom: 0;
    margin: auto;
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .cd-section.section--intro.section--store {
    height: auto !important;
  }
  .cd-section.section--intro.section--store .section-wrap {
    height: auto;
    margin-top: 120px;
    margin-bottom: 80px;
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial;
  }
  .cd-section.section--intro.section--store .section-wrap .square {
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .cd-section.section--intro.section--store .section-wrap .square .content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .cd-section.section--intro.section--store .section-wrap {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .cd-section.section--intro.section--store .section-wrap .square .content h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .cd-section.section--intro.section--store .section-wrap {
    margin-top: 60px;
  }
}
.desktop .section-wrap .square .content h1 .button--big:hover {
  background: #91731d;
}
.store-detail .cd-section.section--intro {
  width: 100%;
  padding-left: 60px;
  padding-right: 20px;
  top: 0 !important;
  /*@media screen and (min-width: 1880px) {
                  section-wrap {
                        max-width: 1800px;
                        margin: auto;

                        .square {
                              .content {
                                    width: 100%;
                              }
                        }
                  }
            }*/
}
.store-detail .cd-section.section--intro.work-1 {
  background: url(../../images/cover-1.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-2 {
  background: url(../../images/cover-2.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-3 {
  background: url(../../images/cover-3.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-4 {
  background: url(../../images/cover-4.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-5 {
  background: url(../../images/cover-5.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-6 {
  background: url(../../images/cover-6.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-7 {
  background: url(../../images/cover-7.jpg) no-repeat center center;
  background-size: cover;
}
.store-detail .cd-section.section--intro.work-8 {
  background: url(../../images/cover-8.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .store-detail .cd-section.section--intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.store-detail .cd-section.section--intro .section-wrap {
  right: 0;
  background: none;
}
.store-detail .cd-section.section--intro .section-wrap:before {
  display: none;
}
.store-detail .cd-section.section--intro .section-wrap .square {
  width: 100%;
}
.store-detail .cd-section.section--intro .section-wrap .content {
  bottom: 14%;
}
.store-detail .cd-section.section--intro .section-wrap .content h1 {
  color: #ffffff;
  padding-left: 100px;
}
.store-detail .cd-section.section--intro .section-wrap .content h1 .line {
  top: 0;
}
.store-detail .cd-section.section--intro .section-wrap .content h1 .description {
  max-width: 100%;
  color: #ffffff;
}
.store-detail .cd-section.section--intro .section-wrap .content h1 .description small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #8e8e8e;
}
@media screen and (max-width: 1260px) {
  .store-detail .cd-section.section--intro .section-wrap .content h1 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 880px) {
  .store-detail .cd-section.section--intro .section-wrap .content {
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .store-detail .cd-section.section--intro .section-wrap .content h1 {
    padding-left: 0;
  }
  .store-detail .cd-section.section--intro .section-wrap .content h1 .line {
    display: inline-block;
    margin: 0 40px;
  }
  .store-detail .cd-section.section--intro .section-wrap .content h1 .line .h-label {
    line-height: 1.4em;
  }
}
.store-detail .cd-section.section--intro .arrow-ribbon {
  left: 100px;
}
@media screen and (max-width: 1260px) {
  .store-detail .cd-section.section--intro .arrow-ribbon {
    left: 40px;
  }
}
@media screen and (max-width: 880px) {
  .store-detail .cd-section.section--intro .arrow-ribbon {
    left: 50%;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
@media screen and (max-width: 1140px), screen and (max-height: 570px) {
  .bounceInUp {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
}
.section--skills {
  -webkit-transition: box-shadow 2s ease;
  -moz-transition: box-shadow 2s ease;
  -ms-transition: box-shadow 2s ease;
  -o-transition: box-shadow 2s ease;
  transition: box-shadow 2s ease;
}
.section--skills.onScroll {
  -webkit-box-shadow: 0 0 7px 0 rgba(37, 43, 53, 0.15);
  -moz-box-shadow: 0 0 7px 0 rgba(37, 43, 53, 0.15);
  box-shadow: 0 0 7px 0 rgba(37, 43, 53, 0.15);
}
.section--skills .section-wrap .content {
  width: 55%;
}
.section--skills .section-wrap .content .line-links {
  overflow: hidden;
  margin-top: 67px;
}
.section--skills .section-wrap .content .line-links li {
  float: left;
  margin-right: 40px;
}
.section--skills .section-wrap .content .line-links li a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  color: #38414b;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.section--skills .section-wrap .content .line-links li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fdbb07;
}
.section--skills .section-wrap .content .line-links li a:hover,
.section--skills .section-wrap .content .line-links li a:active {
  color: #fdbb07;
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  .section--skills .section-wrap .content {
    padding-top: 11%;
    padding-bottom: 11%;
  }
}
@media screen and (max-width: 880px) {
  .section--skills .section-wrap .content .line-links {
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
  }
  .section--skills .section-wrap .content .line-links:after {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 1px;
    background-color: #fdbb07;
  }
  .section--skills .section-wrap .content .line-links li {
    float: none;
    margin: 20px 0;
  }
  .section--skills .section-wrap .content .line-links li a {
    padding-left: 0;
  }
  .section--skills .section-wrap .content .line-links li a:after {
    display: none;
  }
  .section--skills .section-wrap .content .line-links li:last-child {
    margin-bottom: 0;
  }
}
.desktop .section--skills .section-wrap .content .line-links li a:hover,
.desktop .section--skills .section-wrap .content .line-links li a:active {
  color: #fdbb07;
}
.cd-section.section--works .section-wrap {
  background-color: #1C1D22;
}
.cd-section.section--works .section-wrap .content {
  width: 1033px;
}
.cd-section.section--works .section-wrap .content h2 {
  color: #ffffff;
}
.cd-section.section--works .section-wrap .content .grid {
  clear: both;
  overflow: visible;
}
.cd-section.section--works .section-wrap .content .grid .column {
  margin-bottom: 84px;
}
.cd-section.section--works .section-wrap .content .grid--3 {
  padding-top: 39px;
}
.cd-section.section--works .section-wrap .content .grid--3 .column {
  float: left;
  width: 33.33333333%;
}
.cd-section.section--works .section-wrap .content .grid--2 {
  padding-top: 20px;
}
.cd-section.section--works .section-wrap .content .grid--2 .column {
  float: left;
}
.cd-section.section--works .section-wrap .content .grid--2 .column--1 {
  width: 52%;
}
.cd-section.section--works .section-wrap .content .grid--2 .column--2 {
  width: 48%;
}
.cd-section.section--works .section-wrap .content .grid:last-child .column {
  margin-bottom: 0;
}
.cd-section.section--works .section-wrap .content h3 {
  height: 50px;
}
.cd-section.section--works .section-wrap .content h4 a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  left: -15px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
}
.cd-section.section--works .section-wrap .content h4 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #fdbb07;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cd-section.section--works .section-wrap .content .url-label {
  display: block;
  position: absolute;
  margin: 2px 0;
  margin-top: -8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  color: #fdbb07;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.26s ease-out;
  -moz-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.cd-section.section--works .section-wrap .content .url-label.show {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.cd-section.section--works .section-wrap .content .position {
  display: block;
  margin: 2px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  color: #d7d7d7;
  -webkit-transition: all 0.26s ease-out;
  -moz-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.cd-section.section--works .section-wrap .content .position.hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cd-section.section--works .section-wrap .content .period {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #c9c9c9;
}
.cd-section.section--works .section-wrap .content .dash,
.cd-section.section--works .section-wrap .content .slash {
  margin: 0 2px;
  color: #455261;
}
.cd-section.section--works .section-wrap .content .portfolio-links li {
  overflow: hidden;
  margin: 1.8rem 0;
  position: relative;
  left: -15px;
}
.cd-section.section--works .section-wrap .content .portfolio-links li:first-child {
  margin-top: 0;
}
.cd-section.section--works .section-wrap .content .portfolio-links li h4 {
  float: left;
}
.cd-section.section--works .section-wrap .content .portfolio-links li h4 a {
  display: inline-block;
  position: relative;
  left: 0;
  padding: 0 15px;
}
.cd-section.section--works .section-wrap .content .portfolio-links li h4 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #fdbb07;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cd-section.section--works .section-wrap .content .portfolio-links li h4.disabled a {
  pointer-events: none;
}
.cd-section.section--works .section-wrap .content .portfolio-links li .details {
  display: inline-block;
  position: absolute;
  margin-left: 30px;
  line-height: 3.6rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.38s ease;
  -moz-transition: all 0.38s ease;
  -ms-transition: all 0.38s ease;
  -o-transition: all 0.38s ease;
  transition: all 0.38s ease;
  color: #c9c9c9;
}
.cd-section.section--works .section-wrap .content .line-button {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-top: 8px;
  margin-left: 16px;
  font-family: 'karmina', sans-serif;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.cd-section.section--works .section-wrap .content .line-button:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fdbb07;
  -webkit-transition: background-color 0.23s ease-out;
  -moz-transition: background-color 0.23s ease-out;
  -ms-transition: background-color 0.23s ease-out;
  -o-transition: background-color 0.23s ease-out;
  transition: background-color 0.23s ease-out;
}
.cd-section.section--works .section-wrap .content .line-button:hover,
.cd-section.section--works .section-wrap .content .line-button:active {
  color: #ffffff;
}
.cd-section.section--works .section-wrap .content .line-button:hover:after,
.cd-section.section--works .section-wrap .content .line-button:active:after {
  background-color: #ffffff;
}
@media screen and (max-width: 1230px) {
  .cd-section.section--works .section-wrap .content {
    width: 90%;
  }
}
@media screen and (max-width: 1170px) {
  .cd-section.section--works .section-wrap .content .portfolio-links li .details {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .cd-section.section--works .section-wrap .content {
    width: 87%;
  }
}
@media screen and (max-width: 880px) {
  .cd-section.section--works .section-wrap .content {
    width: 100%;
  }
  .cd-section.section--works .section-wrap .content h2 {
    margin-top: 0;
  }
  .cd-section.section--works .section-wrap .content h3 {
    height: auto;
    position: relative;
    left: 2px;
  }
  .cd-section.section--works .section-wrap .content h3.h-label {
    margin-bottom: 25px;
  }
  .cd-section.section--works .section-wrap .content h4 a {
    left: 0;
  }
  .cd-section.section--works .section-wrap .content .grid--3 {
    padding-top: 20px;
  }
  .cd-section.section--works .section-wrap .content .grid--2 {
    padding-top: 25px;
  }
  .cd-section.section--works .section-wrap .content .grid .column {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .cd-section.section--works .section-wrap .content .grid:last-child .column--1 {
    margin-bottom: 30px;
  }
  .cd-section.section--works .section-wrap .content .grid:last-child .column--2 {
    padding-top: 25px;
  }
  .cd-section.section--works .section-wrap .content .portfolio-links li {
    left: 0;
  }
  .cd-section.section--works .section-wrap .content .portfolio-links li h4 {
    float: none;
  }
  .cd-section.section--works .section-wrap .content .portfolio-links li .line-button {
    padding-top: 25px;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
  .cd-section.section--works .section-wrap .content .portfolio-links li .line-button:after {
    top: 0;
    left: 50%;
    margin-left: -10px;
  }
  .cd-section.section--works .section-wrap .content .portfolio-links li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .cd-section.section--works .section-wrap .content h4 a {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2em;
  }
}
.desktop .cd-section.section--works .section-wrap .content h4 a:hover:after,
.desktop .cd-section.section--works .section-wrap .content h4 a:active:after {
  width: 100%;
  left: 0;
}
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4 a:hover:after,
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4 a:active:after {
  width: 100%;
  left: 0;
}
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4:hover ~ .details,
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4:active ~ .details {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 20px;
}
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4.disabled ~ .details,
.desktop .cd-section.section--works .section-wrap .content .portfolio-links li h4.disabled ~ .details {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 20px;
}
.store-detail .cd-section.section--works {
  padding-bottom: 60px;
}
.store-detail .cd-section.section--works .section-wrap .content {
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 880px) {
  .store-detail .cd-section.section--works .section-wrap .content {
    padding: 60px 60px;
  }
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1 {
  width: 56%;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1 .note {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1 .note a {
  color: #fdbb07;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1 .note a:hover {
  color: #ffffff;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 {
  width: 40%;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 20px;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 p a {
  color: #fdbb07;
}
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 p a:hover,
.store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 p a:active {
  color: #ffffff;
}
@media screen and (max-width: 1290px) {
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1154px) {
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1 {
    width: 60%;
  }
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 {
    padding-left: 3%;
    width: 37%;
  }
}
@media screen and (max-width: 1070px) {
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--1,
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 {
    width: 100%;
  }
  .store-detail .cd-section.section--works .section-wrap .content .grid--2 .column--2 {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 880px) {
  .store-detail .cd-section.section--works .section-wrap .content {
    text-align: center;
  }
  .store-detail .cd-section.section--works .section-wrap .content .portfolio-links li {
    display: block;
  }
  .store-detail .cd-section.section--works .section-wrap .content .portfolio-links li h4 {
    padding-left: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
  .store-detail .cd-section.section--works .section-wrap .content .portfolio-links li h4:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .store-detail .cd-section.section--works .section-wrap .content .info .button {
    width: 120%;
    margin-left: -10%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
  .store-detail .cd-section.section--works .section-wrap .content .info .button .separator {
    width: 10px;
  }
  .store-detail .cd-section.section--works .section-wrap .content .info .button .separator:after {
    height: 2rem;
    top: -0.8rem;
  }
}
@media screen and (max-width: 418px) {
  .store-detail .cd-section.section--works .section-wrap .content .info .button {
    /*.separator {
                                                top: 0.3rem;
                                          }*/
  }
  .store-detail .cd-section.section--works .section-wrap .content .info .button .separator:after {
    height: 2rem;
    top: -0.4rem;
  }
}
@media screen and (max-width: 320px) {
  .store-detail .cd-section.section--works .section-wrap .content .info .button {
    width: 140%;
    margin-left: -20%;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4em;
  }
}
.store-detail .cd-section.section--works .section-wrap .content ul li {
  left: 0;
}
.store-detail .cd-section.section--works .section-wrap .content ul li h4 {
  position: relative;
  padding-left: 26px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #ffffff;
}
.store-detail .cd-section.section--works .section-wrap .content ul li h4:after {
  display: block;
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fdbb07;
}
.store-detail .cd-section.section--works .section-wrap .content .info {
  margin-bottom: 15px;
}
.store-detail .cd-section.section--works .section-wrap .content .info .button {
  margin-top: 20px;
}
.section--about .section-wrap .content h2 {
  position: relative;
}
.section--about .section-wrap .content h2 .separator-mob {
  display: inline;
}
.section--about .section-wrap .content .rw-words {
  display: inline;
  text-indent: 10px;
}
.section--about .section-wrap .content .rw-words-1 span {
  display: inline-block;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #fdbb07;
  -webkit-animation: rotateWord 27s linear infinite 0s;
  -ms-animation: rotateWord 27s linear infinite 0s;
  animation: rotateWord 27s linear infinite 0s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(7) {
  -webkit-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(8) {
  -webkit-animation-delay: 21s;
  -ms-animation-delay: 21s;
  animation-delay: 21s;
}
.section--about .section-wrap .content .rw-words-1 span:nth-child(9) {
  -webkit-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  4% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  14% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  4% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  12% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  14% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  4% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  12% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  14% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section--about .section-wrap .content .instagram-links {
  overflow: hidden;
  margin-top: 70px;
}
.section--about .section-wrap .content .instagram-links li {
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-top: 13px;
}
.section--about .section-wrap .content .instagram-links li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: gray;
  overflow: hidden;
}
.section--about .section-wrap .content .instagram-links li a:after {
  display: block;
  content: "View";
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  background-color: rgba(253, 187, 7, 0.7);
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 208px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.36s ease-out;
  -moz-transition: all 0.36s ease-out;
  -ms-transition: all 0.36s ease-out;
  -o-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.section--about .section-wrap .content .instagram-links li a img {
  width: 100%;
  height: auto;
}
.section--about .section-wrap .content .instagram-links li:last-child {
  width: 130px;
  height: 130px;
  margin-top: 0;
}
.section--about .section-wrap .content .instagram-links li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fdbb07;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section--about .section-wrap .content .instagram-links li:last-child a:after {
  display: none;
}
.section--about .section-wrap .content .instagram-links li:last-child a:hover,
.section--about .section-wrap .content .instagram-links li:last-child a:active {
  background-color: #f3b303;
}
.section--about .section-wrap .content .instagram-links li:last-child a .highlighted {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 700;
}
.section--about .section-wrap .content .instagram-links li:last-child a .vertical-center {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 2100px) {
  .section--about .section-wrap .content .instagram-links li:last-child a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .section--about .section-wrap .content .instagram-links li:last-child a .highlighted {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1660px) and (max-width: 2100px) {
  .section--about .section-wrap .content .instagram-links li:last-child a .highlighted {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 1446px) {
  .section--about .section-wrap .content .instagram-links li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1122px) {
  .section--about .section-wrap .content .instagram-links li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .section--about .section-wrap .content h2 .separator-mob {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .section--about .section-wrap .content h2 .separator-mob {
    display: inline;
  }
  .section--about .section-wrap .content h2 .separator-mob .rw-words {
    display: block;
    position: relative;
    height: 45px;
    text-indent: 0;
  }
  .section--about .section-wrap .content h2 .separator-mob .rw-words span {
    display: block;
    width: 100%;
    text-indent: 0;
  }
  .section--about .section-wrap .content .instagram-links {
    display: inline-block;
    margin-right: -8px;
    margin-top: 50px;
  }
  .section--about .section-wrap .content .instagram-links li {
    margin-top: 8px;
  }
  .section--about .section-wrap .content .instagram-links li:nth-child(4) {
    clear: both;
  }
  .section--about .section-wrap .content .instagram-links li:nth-child(5) {
    display: none;
  }
  .section--about .section-wrap .content .instagram-links li:nth-child(6) {
    display: block;
  }
  .section--about .section-wrap .content .instagram-links li:last-child {
    width: 104px;
    height: 104px;
    margin-top: 8px;
  }
  .section--about .section-wrap .content .instagram-links li:last-child a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .section--about .section-wrap .content .instagram-links li:last-child a .highlighted {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1em;
  }
  .section--about .section-wrap .content .info--last {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 490px) {
  .section--about .section-wrap .content .instagram-links {
    width: 224px;
  }
  .section--about .section-wrap .content .instagram-links li:nth-child(4),
  .section--about .section-wrap .content .instagram-links li:nth-child(5) {
    display: block;
    clear: none;
  }
  .section--about .section-wrap .content .instagram-links li:last-child {
    width: 216px;
    height: 104px;
  }
  .section--about .section-wrap .content .instagram-links li:last-child a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section--about .section-wrap .content .instagram-links li:last-child a .highlighted {
    display: block;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.1em;
  }
}
.desktop .section--about .section-wrap .content .instagram-links li a:hover:after,
.desktop .section--about .section-wrap .content .instagram-links li a:active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section--contact .section-wrap {
  width: 100%;
  height: 100%;
  background: #1b1d22 url(../img/contact-bg.jpg) no-repeat 0 0;
  background-size: cover;
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MmIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMjUyYjM1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2IzMTMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
		background-image: -moz-linear-gradient(left, #252b35 0%, #252b35 28.05%, #3b3131 100%);
		background-image: -o-linear-gradient(left, #252b35 0%, #252b35 28.05%, #3b3131 100%);
		background-image: -webkit-linear-gradient(left, #252b35 0%, #252b35 28.05%, #3b3131 100%);
		background-image: linear-gradient(left, #252b35 0%, #252b35 28.05%, #3b3131 100%);*/
}
.section--contact .section-wrap .content {
  width: 60%;
  height: auto;
}
.section--contact .section-wrap .content h2 {
  color: #ffffff;
}
.section--contact .section-wrap .content .info {
  color: #dcdcdc;
  margin-bottom: 52px;
}
.section--contact .section-wrap .content .info a {
  color: #fdbb07;
}
.section--contact .section-wrap .content .info a:hover,
.section--contact .section-wrap .content .info a:active {
  color: #ffffff;
}
.section--contact .section-wrap .content #mc-form .message {
  display: block !important;
  max-width: 600px;
  margin-top: 24px;
  font-family: 'karmina', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 300;
}
.section--contact .section-wrap .content #mc-form .message.error {
  color: #d63434;
}
.section--contact .section-wrap .content #mc-form .message.valid {
  color: #fdbb07;
}
.section--contact .section-wrap .content .input {
  display: inline-block;
  width: 300px;
  height: 53px;
  padding-left: 24px;
  margin-right: 15px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 53px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-bottom: 1px solid #ffffff;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.section--contact .section-wrap .content .input.error {
  border-color: #d63434;
}
.section--contact .section-wrap .content .input.valid {
  border-color: #fdbb07;
}
.section--contact .section-wrap .content .button {
  display: inline-block;
}
.section--contact .section-wrap .content .button--big {
  position: relative;
  padding: 15px 42px 16px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #fdbb07;
  -webkit-transition: all 0.23s;
  -moz-transition: all 0.23s;
  -ms-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  outline: none;
  background: none;
  cursor: pointer;
  /*&:after {
						content: '';
					    position: absolute;
					    width: 0%;
					    height: 100%;
					    top: 0;
					    left: 0;
					    background: #91731d;
					    z-index: -1;
					    .transition(all 0.23s);
					}*/
}
.section--contact .section-wrap .content .button--big:hover {
  background: #91731d;
  /*&:after {
							width: 100%;
						}*/
}
@media screen and (max-width: 880px) and (min-height: 800px) {
  .section--contact .section-wrap {
    /*.social {
    			height: auto;
	            position: absolute;
	            top: 50%;
	            .translateY(-50%);
	            margin-top: 200px;
	        }*/
  }
}
@media screen and (max-width: 940px) {
  .section--contact .section-wrap .content {
    width: 70%;
  }
}
@media screen and (max-width: 880px) {
  .section--contact {
    height: auto;
  }
  .section--contact .section-wrap {
    height: auto;
    padding: 80px 0 20px;
  }
  .section--contact .section-wrap .content {
    width: 80%;
    margin-left: 0 !important;
    margin: auto !important;
    padding-bottom: 80px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .section--contact .section-wrap .content .input {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .section--contact .section-wrap .content {
    width: 70%;
  }
  .section--contact .section-wrap .content .input {
    width: 100%;
    margin-right: 0;
  }
  .section--contact .section-wrap .content .button {
    width: 100%;
  }
}
.section--whiteBg h2 {
  color: #38414b;
}
/*&.section--intro,
&.section--skills,
&.section--works,
&.section--about,
&.section--contact {
	.section-wrap {
        .content {
            width: auto !important;
        }
    }
}*/
.section--contact {
  /*
    @media screen and (min-width: 2300px) {
    	.section-wrap {
            .content {
                width: 45%;
            }
        }
    }
    @media screen and (max-width: 2300px) {
    	.section-wrap {
            .content {
                width: 50%;
            }
        }
    }
    @media screen and (max-width: 2100px) {
    	.section-wrap {
            .content {
                width: 50%;
            }
        }
    }
    @media screen and (max-width: 2000px) {
    	.section-wrap {
            .content {
                width: 60%;
            }
        }
    }
    @media screen and (max-width: 1330px) {
    	.section-wrap {
            .content {
                width: 100%;
            }
        }
    }*/
  /*
   	@media screen and (max-width: 960px) {
   		.section-wrap {
            .content {
                width: 75%;
            }
        }
   	}
   	@media screen and (max-width: 880px) {
        padding: 0;

        .section-wrap {
            .content {
            	width: 100%;
                margin-left: 0;
                padding: 90px 18%;
                text-align: center;
            }
        }
    }
    @media screen and (max-width: 600px) {
        .section-wrap {
            .content {
                padding: 70px 13%;
            }
        }
    }*/
}
.section--contact .section-wrap .content {
  margin-left: 120px;
}
@media screen and (max-width: 1100px) {
  .section--contact .section-wrap .content {
    margin-left: 90px;
  }
}
/*
@media screen and (max-height: 570px), screen and (max-width: 880px) {
    .section--intro {
        height: 100%;

        .section-wrap {
            height: 100%;
        }
    }
}
@media screen and (max-height: 800px), screen and (max-width: 880px) {
    .section--contact {
        height: 100%;

        .section-wrap {
            height: 100%;
        }
    }
}
@media screen and (max-height: 570px), screen and (max-height: 800px) and (max-width: 880px) {
    .section--contact {
        height: auto;

        .section-wrap {
            height: auto;
            .preserve3d(none);
            padding: 200px 0 95px;

            .square .content,
            .content {
                top: auto;
                .translateY(0);
                position: relative;
            }
        }
    }
    .section--contact {
        .section-wrap {
            padding: 120px 0 140px;
        }
    }
}
@media screen and (max-width: 880px) {
    .section--contact {
    	.section-wrap {
	        padding: 0;
	    }
    }
}*/
.store .navigation {
  background-color: #ffffff;
}
.store-detail .navigation {
  position: absolute;
  left: 0;
  top: 0;
  background-color: none;
}
.store-detail .navigation .logo a {
  color: #ffffff;
}
@keyframes navSlide {
  from {
    top: -82px;
  }
  to {
    top: 0;
  }
}
@keyframes navSlideUp {
  from {
    top: 0;
  }
  to {
    top: -82px;
  }
}
.navigation {
  position: relative;
  top: 0;
  width: 100%;
  padding: 18px 160px 18px 160px;
  z-index: 1100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation--fixed .navigation {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-animation: navSlide 0.4s ease;
  -moz-animation: navSlide 0.4s ease;
  -ms-animation: navSlide 0.4s ease;
  -o-animation: navSlide 0.4s ease;
  animation: navSlide 0.4s ease;
}
.navigation--fixed .navigation .logo a {
  color: #38414b;
}
.navigation--fixed .navigation ul li .button {
  color: #ffffff;
}
@media screen and (max-width: 880px) {
  .navigation--fixed .navigation {
    position: relative;
    background: none;
  }
}
.navigation--fixed.hide .navigation {
  -webkit-animation: navSlideUp 0.4s ease;
  -moz-animation: navSlideUp 0.4s ease;
  -ms-animation: navSlideUp 0.4s ease;
  -o-animation: navSlideUp 0.4s ease;
  animation: navSlideUp 0.4s ease;
}
.navigation .logo {
  float: left;
  margin: 11px 0;
  height: 24px;
  overflow: hidden;
}
.navigation .logo a {
  display: inline-block;
  padding-right: 10px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #38414b;
}
.navigation .logo a:hover .store {
  top: -21px;
}
.navigation .logo a:hover .hover {
  top: -21px;
}
.navigation .logo a .name {
  display: inline-block;
  position: relative;
}
.navigation .logo a .name:before {
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #ebebeb;
}
.navigation .logo a .name:after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fdbb07;
}
.navigation .logo a .store {
  position: relative;
  top: 0;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation .logo a .hover {
  display: block;
  margin-left: 38px;
  position: relative;
  top: 0;
  color: #fdbb07;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul {
  float: right;
}
.navigation ul .link {
  float: left;
  position: relative;
  margin: 11px 0;
  text-align: right;
  margin-left: 15px;
}
.navigation ul .link:first-child {
  margin-left: 42px;
}
.navigation ul .link:first-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: -42px;
  width: 20px;
  height: 1px;
  background-color: #fdbb07;
}
.navigation ul .link a {
  display: inline-block;
  font-family: 'karmina', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #c9c9c9;
  -webkit-transition: color 0.23s ease-out;
  -moz-transition: color 0.23s ease-out;
  -ms-transition: color 0.23s ease-out;
  -o-transition: color 0.23s ease-out;
  transition: color 0.23s ease-out;
}
.navigation ul .link a:hover {
  color: #fdbb07;
}
@media screen and (min-width: 2100px) {
  .navigation .logo a .hover {
    margin-left: 45px;
  }
  .navigation .logo a:hover .store {
    top: -27px;
  }
  .navigation .logo a:hover .hover {
    top: -27px;
  }
  .navigation ul .link:first-child:after {
    top: 13px;
  }
}
@media screen and (min-width: 1880px) {
  .navigation {
    width: 100% !important;
  }
}
@media screen and (max-width: 1260px) {
  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .navigation .logo {
    height: 22px;
  }
  .navigation .logo a .hover {
    margin-left: 36px;
  }
  .navigation .logo a:hover .store {
    top: -20px;
  }
  .navigation .logo a:hover .hover {
    top: -20px;
  }
  .navigation ul .link:first-child:after {
    top: 9px;
  }
}
@media screen and (max-width: 550px) {
  .navigation {
    text-align: center;
    padding-bottom: 0;
  }
  .navigation .logo {
    float: none;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .navigation .logo a .hover {
    display: none;
  }
  .navigation .logo a:hover .store {
    top: 0;
  }
  .navigation ul {
    display: none;
  }
}
/*.store-detail {
    .navigation {
        .button {

        }
    }
}*/
.button-small {
  display: inline-block;
  position: relative;
  padding: 11px 20px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 400;
}
.button-small .separator {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 1px;
}
.button-small .separator:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50%;
  background: #e1a607;
}
.button-big {
  display: inline-block;
  position: relative;
  padding: 25px 31px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 400;
}
.button-big .separator {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 1px;
}
.button-big .separator:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80%;
  background: #e1a607;
}
.button-buy {
  background-color: #fdbb07;
  color: #0f0f12;
  -webkit-transition: background-color 0.2s ease !important;
  -moz-transition: background-color 0.2s ease !important;
  -ms-transition: background-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
.button-buy .separator:after {
  background-color: #e1a607;
}
.button-buy:hover {
  color: #0f0f12;
  background-color: #f3b303;
}
.button-buy.whiteTxt {
  color: #ffffff;
}
.button-buy.whiteTxt:hover {
  color: #ffffff;
}
@media screen and (min-width: 2100px) {
  .button-buy .separator {
    top: -5px;
  }
}
.button-preview {
  background-color: #4d9ad6;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease !important;
  -moz-transition: background-color 0.2s ease !important;
  -ms-transition: background-color 0.2s ease !important;
  -o-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
.button-preview:hover {
  color: #ffffff;
  background-color: #3c91d2;
}
.section--previews,
.section--related {
  background-color: #ffffff;
}
.section--previews .section-wrap,
.section--related .section-wrap {
  padding-top: 0;
  text-align: center;
  padding-bottom: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 880px) {
  .section--previews .section-wrap,
  .section--related .section-wrap {
    padding-bottom: 0;
  }
}
.section--previews .section-wrap .content,
.section--related .section-wrap .content {
  width: auto;
}
.section--previews .section-wrap .content .h-label,
.section--related .section-wrap .content .h-label {
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .section--previews .section-wrap .content .h-label,
  .section--related .section-wrap .content .h-label {
    margin-bottom: 30px;
  }
}
.section--previews .section-wrap .content ul,
.section--related .section-wrap .content ul {
  overflow: hidden;
}
.section--previews .section-wrap .content ul li,
.section--related .section-wrap .content ul li {
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
  padding-right: 2px;
  margin-bottom: 4px;
  overflow: hidden;
}
.section--previews .section-wrap .content ul li:nth-child(even),
.section--related .section-wrap .content ul li:nth-child(even) {
  padding-right: 0;
  padding-left: 2px;
}
.section--previews .section-wrap .content ul li.fake-item:nth-child(even),
.section--related .section-wrap .content ul li.fake-item:nth-child(even) {
  width: 0;
  padding-left: 0;
}
@media screen and (max-width: 880px) {
  .section--previews .section-wrap .content ul li,
  .section--related .section-wrap .content ul li {
    width: 100%;
    padding-right: 0;
  }
  .section--previews .section-wrap .content ul li:nth-child(even),
  .section--related .section-wrap .content ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
.section--previews .section-wrap .content ul li.full-width,
.section--related .section-wrap .content ul li.full-width {
  width: 100%;
}
.section--previews .section-wrap .content ul li.prototype,
.section--related .section-wrap .content ul li.prototype {
  margin: 60px 0 20px;
}
.section--previews .section-wrap .content ul li a,
.section--related .section-wrap .content ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.section--previews .section-wrap .content ul li a img,
.section--related .section-wrap .content ul li a img {
  width: 100%;
}
.section--previews .section-wrap .content ul li:hover .hover,
.section--related .section-wrap .content ul li:hover .hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.section--previews .section-wrap .content ul li .hover,
.section--related .section-wrap .content ul li .hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: rgba(253, 187, 7, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.section--previews .section-wrap .content ul li .hover span,
.section--related .section-wrap .content ul li .hover span {
  position: relative;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .section--previews .section-wrap .content ul li .hover span,
  .section--related .section-wrap .content ul li .hover span {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 880px) {
  .section--previews .section-wrap .content ul li .hover,
  .section--related .section-wrap .content ul li .hover {
    display: none;
  }
}
.section--previews .section-wrap .content ul li.soon .hover,
.section--related .section-wrap .content ul li.soon .hover {
  background-color: rgba(27, 36, 49, 0.9);
  cursor: default;
}
.section--previews .section-wrap .content ul li img,
.section--related .section-wrap .content ul li img {
  width: 100%;
}
.section--previews .more,
.section--related .more {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 880px) {
  .section--previews .more,
  .section--related .more {
    margin-top: 20px;
  }
}
.section--related .section-wrap {
  padding-bottom: 0;
}
.section--related .section-wrap .content ul li {
  padding-right: 0;
  width: 33.33333333%;
}
.section--related .section-wrap .content ul li:nth-child(even) {
  padding-left: 0;
}
@media screen and (max-width: 880px) {
  .section--related .section-wrap .content ul li {
    width: 100%;
  }
  .section--related .section-wrap .content ul li:nth-child(3),
  .section--related .section-wrap .content ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
.section--related .section-wrap .content ul li:first-child a:after,
.section--related .section-wrap .content ul li:nth-child(even) a:after,
.section--related .section-wrap .content ul li:first-child .wrap:after,
.section--related .section-wrap .content ul li:nth-child(even) .wrap:after {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  background: #ffffff;
  pointer-events: none;
  z-index: 2;
}
.section--related .section-wrap .content ul li a {
  overflow: visible;
}
.section--related .section-wrap .content ul li .hover span {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1160px) {
  .section--related .section-wrap .content ul li .hover span {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 880px) {
  .section--related .section-wrap .content ul li .hover {
    display: none;
  }
}
.section--related .section-wrap .content ul li img {
  width: 100%;
}
/*.section--related {
    padding-bottom: 0;

    .section-wrap {
        padding-top: 0;
        text-align: center;
        padding-bottom: 0;

        .content {
            width: auto;
            //margin-left: 60px;

            .h-label {
                margin-bottom: 60px;
            }

            ul {
                overflow: hidden;

                li {
                    float: left;
                    width: 33.33333333%;
                    padding-right: 2px;
                    margin-bottom: 4px;

                    &:nth-child(3){
                        padding-right: 0;
                        padding-left: 2px;
                    }

                    a {
                        display: inline-block;
                        position: relative;
                        overflow: hidden;

                        &:after {
                            display: block;
                            content: "View Project";
                            .size(200%, 200%);
                            position: absolute;
                            left: -50%;
                            top: -50%;
                            background-color: rgba(253, 187, 7, 0.7);
                            #font .size(44, 68rem);
                            font-weight: 700;
                            color: @white;
                            text-align: center;
                            .opacity(0);
                            .scale(.5);
                            .transition(all .32s ease-out);
                        }

                        &:hover {
                            &:after {
                                .opacity(100);
                                .scale(1);
                            }
                        }
                        
                        img {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}*/
.section--footer {
  background: #ffffff;
  padding: 60px 0 82px;
  text-align: center;
  color: #232932;
  font-family: 'karmina', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
}
.stop-scroll {
  overflow-y: hidden;
}
#show-preview {
  cursor: pointer;
}
.full-preview {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
  background-color: rgba(27, 36, 49, 0.9);
  z-index: 9999;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.full-preview .close {
  float: right;
  margin: 28px 0 20px 0;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #fdbb07;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.full-preview .close:hover {
  color: #ffffff;
}
.full-preview .inner {
  width: auto;
  max-width: 1200px;
  padding: 0 40px 40px 40px;
  margin: auto;
}
.full-preview .inner img {
  width: 100%;
}
@media screen and (min-width: 1880px) {
  .navigation,
  .section--intro,
  .section--previews {
    width: 1800px;
    margin: auto;
  }
}
/*.navigation {
    @media screen and (min-width: 1880px) {
        padding-left: 0;
        padding-right: 0;
    }
}*/
