body {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 38px;
    color: #201f22;
    position: relative;
    letter-spacing: 0;
}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background:none;
    padding-top: 45px;
    padding-bottom: 59px;
    overflow: hidden;
}
.logo {
    text-align: left;
}
#header .logo a {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#header .button.button-purchase,
.button.button-purchase2 {
    background-color: #fff;
}
.button.button-purchase2 {
    box-shadow: 0 0 10px rgba(185,117,92,0.5) !important;
}
#header .logo.loaded a {
    opacity: 1;
}
.container2 {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.container2 .row {
    display: flex;
    align-items:center;
}
.number-icons li {
    display: flex;
    align-items:center;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat";
    line-height: 30px;
    text-shadow: 0px 0px 8px rgba(185,117,92,1);
    margin-bottom: 48px !important;
}
.number-icons li:last-child {
    margin-bottom: 0 !important;
}
.mb55 {
    margin-bottom: 55px;
}
.number-icons li span {
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: inline-block;
    line-height: 54px;
    border: 1px solid #f0bfae;
    background-color: #e9ac97;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat";
    border-radius:50%;
    color: #fff;
    margin-right: 30px;
}
.logo img {
    display: inline-block;
}
.logo h1 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 1em;
    text-transform: lowercase;
    letter-spacing: 0px;
}
#header .logo img.dark {
    display: none;
}
#header.dark .logo img.light {
    display: none;
}
#header .logo img.dark {
    display: block;
}
#header.dark .logo h1 {
    color: #202020;
}
.section {
    background-size: cover;
    background-position: center;
}
.section.extra-pad .fp-tableCell {
    padding: 100px 0px;
}
#slider .slide {
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#fullpage .section {
    transition:all 0.5s ease-in-out;
}
.transparent {
    opacity:0;
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.new-demo-label {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    background-color: #02c8ca;
    top: -27px;
    right: 20px;
    text-transform: uppercase;
}
.new-demo-label.trending {
    background-color: #ff2e08;
    background-image: url(../images/trending-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.special-hover span {
    position: relative;
    padding-bottom: 3px;
    color: inherit;
}
.special-hover span:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    color: inherit;
    border-top: 1px solid;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.special-hover:hover span:after {
    width: 100%;
}
/*info-block*/
#info-block .container .span7 {
    padding-left: 20px;
    padding-right: 20px;
}
.title-block {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.mb30 {
    margin-bottom: 30px;
}
.title-block .subtitle {
    display: block;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 45px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
}
.title-block h2 {
    font-size: 60px;
    line-height: 77px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 35px;
    text-shadow:0px 0px 15px rgba(0,0,0,0.11);
}
.title-block h1 {
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 5px;
}
.info-block .title-block {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.title-block h4.subtitle {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 39px;
    letter-spacing: 1px;
}
.title-block h2.about-title {
    font-size: 75px;
    line-height: 1.067;
    color: #fff;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 40px;
}
.title-block h2.about-title:before {
    content: "";
    width: 142px;
    height: 40px;
    border: 10px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -81px;
}
.title-block h2.about-title:after {
    content: "";
    width: 142px;
    height: 40px;
    border: 10px solid #fff;
    border-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -81px;
}
#info-block {
    background-image: url(../images/start-page-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0;
}
#header .ver {
    position: absolute;
    right: 35px;
    top: 55px;
    z-index: 9;
    border-radius: 10px;
    background-color: #eedfd5;
    color: #0a0a0a;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.hide {
    display: none;
}

#portfolio {
    padding: 112px 0 22px;
    background-color: #f5f6f8;
    overflow: hidden;
}
#portfolio .container {
    max-width: 1617px;
}
.portfolio-item {
    margin-bottom: 85px;
    position: relative;
}
.portfolio-item figure img {
    width: 100%;
}
.meta-categories {
    text-transform: none;
    font-size: 18px;
    color: #ce8460;
    font-weight: 400;
    font-family: "Dancing Script";
    margin-bottom: 16px;
    text-align: center;
}
.max-width1070 {
    max-width: 1060px;
    margin: 0 auto;
}
.mb70 {
    margin-bottom: 70px;
}
.link-main {
    font-size: 14px;
    color: #181a1c;
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    position: relative;
    text-transform: uppercase;
}
/*.link-main:after {
    content: "";
    right: -22px;
    top: 5px;
}*/
.row-flex-column {
    flex-direction:column;
    text-align: center;
}
.h100 {
    height: 100%;
}
.max-width905 {
    max-width: 905px;
    margin:0 auto;
}
.text-block {
    margin-bottom: 30px;
}
.title {
    padding-top: 4px;

}
.title h2, .title h3, .title h1, .title h4 {
    font-family: "Montserrat";
    color: #201f22;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.24em;
    text-transform: none;
}
.title h1 {
    font-size: 160px;
    color: #fff;
}
.title h4 {
    font-size: 28px;
    line-height: 1.5em;
    color: #fff;
}
/*Call to action*/
#call-to-action {
    padding: 120px 0 120px;
    background-color: #16181a;
}
.button {
    border:2px solid #fff;
    padding: 15px 36px;
    color: #181a1c;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #fff;
    display: inline-block;
    width: auto;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition:all 0.4s all;
}
.button-large {
    padding: 25px 44px;
}
.button-medium {
    padding: 24px 34px;
}
.purchase-button { 
    background-color: transparent;
    color: #ffffff;
    border-color: #7a7a7c;
}
.button.purchase-button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #181a1c;
}
.button span {
    position: relative;
    z-index: 1;
}
.button:hover {
    background-color: transparent;
    color: #fff;
}
.button.spec-hover {
    overflow: hidden;
}
.button.spec-hover:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    right: 0;
    margin-top: 30px;
    background: #e51428;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.button.spec-hover:hover:before {
    width: 110%;
    padding-top: 110%;
    margin-top: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
/*Team*/
#team {
    padding-top: 116px;
}
.team-members {
    padding-top: 54px;
}
.team-member {
    position: relative;
    padding:0;
}
.member-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 20px 55px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    will-change:opacity;
}
.team-member:hover .member-info {
    opacity: 1;
}
.member-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.8333em;
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.member-position {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 37px;
}
.member-socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
}
.member-socials li {
    padding: 0 11px 0 0;
    margin: 0;
    float: left;
}
.member-socials li a {
    color: #ffffff;
    font-size: 16px;
}
.dtable {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.dtcell {
    width: 100%;
}
.h90 {
    height: 90%;
}
/*Contacts*/
#contacts {

}
.socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
}
.socials li {
    display: block;
    padding: 0;
    margin: 0;
    width: 16.66666%;
    height: 130px;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.socials li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #202020;
    letter-spacing: 2px;
}
.socials li a i {
    display: none;
    font-size: 24px;
}
.socials li a span {
    display: inline-block;
    position: relative;
}
.socials li a:hover span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.socials li.facebook a:hover {
    color: #3b5999 !important;
}
.socials li.twitter a:hover {
    color: #55acee !important;
}
.socials li.linkedin a:hover {
    color: #0077B5 !important;
}
.socials li.vimeo a:hover {
    color: #1ab7ea !important;
}
.socials li.instagram a:hover {
    color: #e4405f !important;
}
.socials li.behance a:hover {
    color: #131418 !important;
}
.map-form-block {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}
.map-block {
    float: left;
    width: 50%;
}
.map-block #map {
    height: 550px;
}
.map-block .gmnoprint,
img[src*="google_white5"],
.gm-style-cc {
    display: none;
}
.form-block {
    width: 50%;
    float: left;
    padding: 0px 115px;
    height: 550px;
}
.form-block textarea {
    min-height: 98px;
    margin-bottom: 40px;
}
input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px 14px;
    outline: none;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #5f5f5f;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 34px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input:-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea:-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input::-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea::-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input:-ms-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea:-ms-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color:#e9e9e9;
}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
/*project details*/
.portfolio-details .cols-container {
    max-width: 1500px;
    margin: 0 auto;
}
.portfolio-details .cols-container .col-2 {
    width: 50%;
    float: left;
}
.portfolio-details .cols-container .col-4 {
    width: 100%;
    float: left;
}
.portfolio-details .row div[class*="col-"] {
    padding: 0 9.7%;
}
#intro h2,
#intro h6 {
    text-align: center;
}
.intro-title h2 {
   font-family: 'Playfair Display', serif; 
   font-weight: 900;
   color: #fff;
   font-size: 100px;
   line-height: 1em;
   margin-bottom: 30px;
}
.intro-title h6 {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

#overview {
    background-color: #000;
    color: #888888;
}
.white {
    color: #ffffff !important;
}
.slogan {
    text-align: left;
    padding-top: 130px;
}
.slogan h2 {
   font-family: 'Playfair Display', serif; 
   font-weight: 900;
   color: #fff;
   font-size: 250px;
   line-height: 1em;
   margin-bottom: 35px;
}
.slogan h6 {
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 1em;
    color: #9b9b9b;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#block-images {
    background-color: #000;
    color: #888888;
}
#block-images .info-block {
    margin: 0;
}
#block-images .info-block .text {
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
}
.gap {
    height: 94px;
}
.single-title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
#video-block {

}
.video {
    position: relative;
}
.video-play {
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    border: 2px solid;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}
.video-play i {
    display: block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 23px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change:opacity;
}
.video-play.pause i {
    left: 21px;
}
.video-play.pause i:before {
    content: "\f04c";
}
.video-play.hide {
    display: none;
    opacity: 0;
}
.video:hover .video-play.hide {
    display: block;
    opacity: 1;
}
.gap55 {
    height: 55px;
}
#more-info{
    background-color: #000;
}
.project-info-list {
    margin: 0;
    padding: 0;
    list-style:none;
    color: #898989;
    font-size: 13px;
}
@keyframes FadeIn { 
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.project-info-list li {
    padding: 0 0 13px 0px;
    margin: 0;
}
.project-info-list[data-scrolled-into-view="true"] li {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
}
.project-info-list[data-scrolled-into-view="true"] li:nth-child(1) { animation-delay: .2s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(2) { animation-delay: .4s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(3) { animation-delay: .6s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(4) { animation-delay: .8s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(5) { animation-delay: 1s }

.project-info-list.items-inline {
    width: 100%;
    overflow: hidden;
}
.project-info-list.items-inline li {
    display: inline-block;
    padding: 0 0px 0 55px;
}
.project-info-list.items-inline li:first-child {
    padding-left: 0;
}
.project-info-list li:last-child {
    padding-bottom: 0;
    padding-top: 10px;
}
.project-info-list li.title {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 48px;
    padding: 0;
}
.black {
    color: #202020 !important;
}
.project-info-list li strong {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.project-info-list li .sep {
    content: "";
    width: 11px;
    height: 4px;
    color: inherit;
    border-top: 1px solid;
    line-height: 1px;
    margin: 0 4px;
    display: inline-block;
}
.project-info-list li i {
    color: #fefefe;
    font-size: 16px;
}
.project-info-list.items-inline li i {
    color: #202020;
}
#projects-pagination {
    background-color: #f6f6f6;
    overflow: hidden;
}
#projects-pagination .fp-tableCell {
    padding: 0;
}
.project-pagin {
    font-family: 'Montserrat', sans-serif;
    color:#202020;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding-top: 135px;
    padding-bottom: 94px;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.project-pagin:after {
    content: "";
    width: 0%;
    height: 0%;
    left: 50%;
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #ededed;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.project-pagin:hover:after {
    width: 150%;
    height: 0%;
    padding-top: 150%;
    margin-top: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    transition: all .6s linear;
}
.project-pagin span.subtitle {
    font-size: 10px;
    color: #9b9b9b;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 17px;
    z-index: 3;
    position: relative;
}
.project-pagin h3.project-title {
    font-size: 35px;
    letter-spacing: 8px;
    font-weight: bold;
    z-index: 3;
    position: relative;
}
.project-pagin.project-prev {
    text-align: right;
    float: right;
    clear: both;
}
#description .description {
    table-layout: fixed;
}
#description .description .dropcap {
    font-size: 450px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #8db7c5;
    text-shadow:0px 0px 25px rgba(1,1,1,0.1);
    width: 38%;
}
#description .description .text {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.615em;
    font-weight: 500;
}
#main-idea {
    background-position: center bottom;
    background-size: 100%;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    padding: 150px 0 0px 0;
}
#main-idea .fp-tableCell {
    padding: 0;
}
#fonts-preview {
    background-color: #f6f6f6;
}
.font-preview-block {
    overflow: hidden;
    width: 100%;
}
.font-preview-block.item1 {
    margin-bottom: 57px;
}
.font-preview-block .main-letter {
    font-size: 82px;
    line-height: 1em;
    width: 138px;
    float: left;
    text-align: left;
    color: #7ca8b6;
}
.font-preview-block.item1 .main-letter {
    padding-top: 3px;
}
.font-preview-block .font-family {
    font-size: 16px;
    line-height: 1em;
    color: #9b9b9b;
}
.font-preview-block.item1 .font-family {
    padding-top: 23px;
    letter-spacing: 0.65px;
}
.font-preview-block.item2 .font-family {
    padding-top: 11px;
}
.font-preview-block .example {
    font-size: 22px;
    line-height: 1em;
    color: #252525;
    
}
.font-preview-block.item1 .example {
    padding-top: 18px;
    font-size: 24px;
    letter-spacing: 2px;
}
.font-preview-block.item2 .example {
    padding-top: 23px;
    letter-spacing: 0.05px;
}
#placeholder {
    background-color: #f6f6f6;
    padding: 94px 0;
}
.placeholder-img-shadow {
    width: 100%;
    height: 0;
    padding-top: 50.207%;
    -webkit-box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.placeholder-img-shadow img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#concepts {
    background-color: #f6f6f6;
}
.project-slider {
    -webkit-box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    background-color: #fff;
    margin-bottom: 46px;
    position: relative;
    z-index: 9;
}
.project-slider.owl-gallery .owl-nav div {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 30px;
}
.project-slider.owl-gallery .owl-nav div:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.project-slider.owl-gallery .owl-nav .owl-next {
    text-align: right;
}
.project-slider.owl-gallery .owl-nav .owl-next:after {
    right: 1px;
    left: auto;
}
.project-slider.owl-gallery .owl-nav div:hover:after {
    width: 26px;
}
.project-slider.owl-gallery .owl-nav .owl-next:hover {
    transform: matrix(1, 0, 0, 1, 8, 0);
}
.project-slider.owl-gallery .owl-nav .owl-prev:hover {
    transform: matrix(1, 0, 0, 1, -8, 0);
}
.project-slider .item {
    width: 100%;
    height: 0;
    padding-top: 50.207%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.portfolio-details-10 .project-slider .item {
    padding-top: 73.036%;
}
.project-slider .item img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project-num-slides {
    color: #202020;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}
#colors {
    background-color: #f6f6f6;
}

.palette-blocks-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}
.palette-block {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    min-width: 78px;
}
.palette-block .color-block {
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.palette-block .color-text {
    color: #202020;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 2.54em;
    font-weight: bold;
    letter-spacing: 2.7px;
    padding-top: 9px;
}
body.portfolio-details .section .fp-tableCell {
    padding: 94px 0;
}
#wireframes {
    background-position: center bottom;
}
.wireframes-img {
    text-align: center;
}
.wireframes-img img {
    display: block;
    margin: 0 auto 45px;
}
.click-here-link {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2.4px; 
}
#responsive {
    background-color: #f6f6f6;
}
figure.image {
    text-align: center;
}
.shadow-img {
    border-radius:35px;
    -webkit-box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
    box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
}
.shadow-img-2 {
    -webkit-box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
    box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
}
/*project-details-3*/
#header.dark .menu-button-back, #header.dark .menu-button-open span {
    color: #202020;
}
#header.dark .menu-button-back {
    opacity: 0.65;
}
#project-title {
    padding: 220px 0 110px;
}
.portfolio-item figure img {
    border-radius: 4px;
    box-shadow: 1px 4px 12px rgba(0,0,0,0.09);
}
.portfolio-item figure {
    padding: 5px 10px 0px;
}
.project-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 40px;
    color: #201f22;
    margin-bottom: 0px;
    text-transform: capitalize;
    padding-top: 26px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}
.project-title span {
    color: #fff;
    display: inline-block;
    background-color: #a4bbc9;
    padding: 0 12px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-size: 11px;
    margin-right: 18px;
    font-family: 'Roboto', sans-serif;
}
.project-title span.new {
    background-color: #ff463b;
}
.project-title span.trending {
    background-color: #71ce9f;
}
.project-title span.main {
    background-color: #a4bbc9;
}
#main-image {
    background-color: #ed1b2e;
    padding: 139px 0;
}
#task-idea {
    padding: 150px 0;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #202020;
    margin-bottom: 13px;
}
#idea-result {
    padding-bottom: 100px;
}
#list-description {
    padding-top: 95px;
    padding-bottom: 172px;
}
#materials {
    background-color: #808080;
    padding: 148px 0;
}
.cols-container-2 {
    max-width: 1725px;
    width: 100%;
    margin: 0 auto;
}
.portfolio-details .cols-container-2 .row .col-3 {
    width: 33.33333%;
    padding: 0 70px;
    float: left;
    overflow: hidden;
}
/*portfolio details 4*/
#details .details {
    width: 100%;
    display: table;
    table-layout: fixed;
}
#details .details .details-img {
    width: 65.55%;
    display: table-cell;
}
#details .details .details-img img {
    width: 100%;
}
#details .details .details-description {
    position: relative;
    padding: 90px 75px;
    background-color: #090909;
    display: table-cell;
    vertical-align: top;
    color: #aaaaaa;
}
#details .details .details-description h5 {
    color: #ffffff;
}
.client-inquiries {
    position: absolute;
    bottom: 90px;
}
.client-inquiries h5 {
    font-size: 10px;
    margin: 0;
}
.client-inquiries a.mail {
    color: #ffffff;
}
#details .details .details-description .project-info-list li {
    color: #0acdcc;
}
a.lightcase {
    cursor: url(../images/open-lightbox.png), auto;
}
a.lightcase.dark {
    cursor: url(../images/open-lightbox-dark.png), auto;
}
/*project details 5*/
.project-title-stroke {
    text-align: center;
    color: #202020;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke:3px #ffffff;
    font-weight: bold;
}
.wythe-parallax {
    background-attachment: fixed;
}
.gap150 {
    height: 150px;
}
#info {
    padding:150px 0;
    background-color: #f6f6f6;
}
.col-3-1 {
    width: 25%;
    float: left;
    padding-right: 0 !important;
}
.col-3-3 {
    width: 75%;
    float: left;
}

/*Portfolio details 6*/
body.portfolio-details-6 {
    background-color: #0780e7;
}
.fullscreen-section {
    height: 100%;
    height: 100vh;
}
.project-title-2 {
    font-size: 60px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.portfolio-details-6 .project-info-list {
    color: #7eb9ec;
}
.portfolio-details-6 .project-info-list li i {
    color: #fff;
}
.portfolio-details-6 #description {
    padding: 25px 0 150px;
}
.portfolio-details-6 #description .text-block {
    padding: 0 16%;
    text-align: center;
}
/*porfolio details 7*/
body.portfolio-details-7 {
    background-color: #757a59;
}
.portfolio-details-7 #description .description .dropcap {
    color: #888d6f;
}
.portfolio-details-7 #description .description .text {
    font-size: 25px;
}
.portfolio-details-7 #about .title-block {
    margin-bottom: 50px;
}
.portfolio-details-7 #about .project-info-list {
    color: #a6a992;
}
.portfolio-details-7 #about .info-block {
    color: #ffffff;
}
.portfolio-details-7 #about {
    padding-top: 195px;
    padding-bottom: 200px;
}
.portfolio-details-7 #about .owl-gallery .owl-nav div, .portfolio-details-7 #about .project-num-slides {
    color: #ffffff;
}
.gap200 {
    height: 200px;
}
/*project details 8*/
body.portfolio-details-8 {
background-color: #f6f6f6;
}
.portfolio-details-8 #about {
    padding-bottom: 200px;
}
.fancy-fullscreen-bg {
    position: fixed;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.fancy-fullscreen-bg.back{
    opacity: 0.14;
}
/*project details 9*/
body.portfolio-details-9 #about {
    padding: 175px 0;
    background-color: #f6f6f6;
}
figure figcaption {
    font-size: 12px;
    line-height: 1em;
    padding-top: 24px;
}
blockquote {
    text-align: center;
    font-size: 30px;
    line-height: 1.6667em;
    font-family: 'Playfair Display', serif;
    color: #000000;
}
blockquote cite {
    font-size: 10px;
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
blockquote footer {
    padding-top: 25px;
}
/*project details 10*/
body.portfolio-details-10 #about {
    padding: 175px 0;
    background-color: #f6f6f6;
}
#main {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
#main .blog-list {
    width: 50%;
    position: absolute;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}
#main .blog-list .list-content-wrapper {
    padding: 170px 66px 0 66px;
}
#main .blog-list .blog-grid {
    padding: 0;
}
#main .article {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
        -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-delay: 0;
    -webkit-transition-property: transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -webkit-transition-delay: 0;
    -moz-transition-property: transform;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -moz-transition-delay: 0;
    -ms-transition-property: transform;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -ms-transition-delay: 0;
    -o-transition-property: transform;
    -o-transition-duration: .5s;
    -o-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -o-transition-delay: 0;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.33,0,.2,1);
    -transition-delay: 0;
    background-color: #fff;
}
@keyframes animateOpacity {
    from {opacity:0;}
    to {opacity: 1;}
}
.animateOpacity {
    animation-name: animateOpacity;
    animation-duration: 0.7s;
}
#main .article.is--pushed-right {
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    cursor: w-resize !important;
}
#main .article .header {
    width: 50%;
    position: fixed;
    overflow: hidden;
    height: 100%;
    background-color: #222;
    padding: 0 65px 0 65px;
}
#main .article .header img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main .article .header .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}
#main .article .header .back-to-posts {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    padding: 0 43px;
    border: 1px solid;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 145px;
    z-index: 9999999;
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.is--hide {
    opacity: 0;
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}
#main #header {
    z-index: inherit;
}
#main #header .menu-button-back,
#main #header .menu-button-open {
    position: relative;
    z-index: 1;
}
#main .article .header .info {
    margin-top: 170px;
    position: relative;
    z-index: 1;
}
#main .article .header {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
#main .article .header .info .meta {
    font-size: 14px;
    margin-bottom: 26px;
}
#main .article .header .info .meta .meta-categories a {
    color: inherit;
}
#main .article .header .info .meta .date:before {
    content: "";
    display: inline-block;
    width: 9px;
    margin:0px 17px 5px;
    height: 1px; 
    color: inherit;
    border-top: 1px solid; 
}
#main .article .header .info .title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 8px;
}
#main .article .header .menu-button-back {
    position: absolute;
    top: 76px;
    left: 65px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#main .article.is--pushed-right .header .menu-button-back {
    opacity: 0;
    display: none;
}
#main .article .header .menu-button-open {
    color: #202020;
    position: absolute;
    top: 67px;
    right: 65px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#main .article.is--pushed-right .header .menu-button-open {
    display: block;
    opacity: 1;
}
#main .article .section .menu-button-open {
    color: #202020;
    position: absolute;
    top: 67px;
    right: 140px;
}
#main .article .section {
    width: 50%;
    margin-left: 50%;
    padding:170px 139px 150px;
    overflow-x:hidden;
    overflow-y:scroll;
    position: relative;
    height: 100%;
    background-color: #fff;
}
#how-to {
    background-color: #1d1e22;
    padding: 120px 0;
    display: flex;
}
#how-to .title-block h2 {
    font-weight: 400;
    margin-bottom: 75px;
}
.title-block h2 span {
    color: #02c8ca;
}
.no-shadow {
    text-shadow:none !important;
}
.blog-list .menu-button-back.dark {
    color: #5f5f5f;
    position: absolute;
    top: 76px;
    left: 65px;
}
.title-block span.subtitle2 {
    font-size: 14px;
    line-height: 24px;
    color: #f8ded5;
}
p {
    margin-bottom: 30px;
}
* p:last-child {
    margin-bottom: 0;
}
#main .article .article-content {
    margin-bottom: 86px;
}
.meta-tags {
    width: 100%;
    overflow: hidden;
    margin: 0 -13px 35px;
}
.meta-tags a {
    display: block;
    float: left;
    margin: 0 13px;
    color: #9b9b9b;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.sharebox-socials {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 100%;
    overflow: hidden;
}
.sharebox-socials li {
    padding: 0 19px 0 0;
    margin: 0;
    float: left;
}
.sharebox-socials li a {
    font-size: 18px;
    color: #202020;
}
.sharebox-socials li.facebook a:hover {color: #3b5999;}
.sharebox-socials li.twitter a:hover {color: #55acee;}
.sharebox-socials li.google-plus a:hover {color: #dd4b39;}
.sharebox-socials li.stumbleupon a:hover {color: #eb4924;}
.sharebox-socials li.pinterest a:hover {color: #bd081c;}
/* #footer */
#footer {
    padding: 124px 0px;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 30px;
}
#footer a {
    color: inherit;
}
#footer a:hover {
    color: #000000;
}
#footer a.hire-us {
    color: #e51428;
    line-height: 24px;
    display: block;
    overflow: hidden;
    float: left;
    clear: right;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 14px;
}
#footer a.hire-us i {
    font-size: 24px;
    float: left;
    margin-right: 10px;
}
#footer h3 {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #000000;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}
#footer h2 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #000000;
    letter-spacing: 2px;
}
#footer .copyright {
    color: #aeaeae;
}
/*animate in view*/
*[data-scrolled-into-view] {
    opacity: 0;
    transform: translate3d(0,200px,0);
    transition: opacity 0.7s cubic-bezier(.694,0,.335,1),transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
*[data-scrolled-into-view="true"] {
    opacity: 1;
    transform: translateZ(0);
}
.project-pagin[data-scrolled-into-view] {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}
.project-pagin[data-scrolled-into-view="true"] {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  background: #c9c9c9; 
}