body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 2em;
    color: #5f5f5f;
    position: relative;
}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background:none;
    padding-top: 60px;
}
.menu-button-back {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 1em;
    margin-top: 12px;
    color: #ffffff;
    -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;
}
.menu-button-back i:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top:1px solid;
    color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    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;
}
.menu-button-back:hover i:after {
    width:26px;
}
.menu-button-back:hover {
    opacity: 1;
}
.menu-button-back:hover {
    transform:matrix(1, 0, 0, 1, -8, 0);
}
.portfolio-details .menu-button-back {
    position: fixed;
}
.menu-button-open {
    float: right;
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
    margin: 16px 0 0 0;
}
.menu-button-close {
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 0px;
    color: #ffffff;
    margin-top: 14px;
}
.menu-button-close i {
    font-size: 47px;
    line-height: 47px;
    color: #ffffff;
}
.menu-button-open {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.menu-button-open.loaded {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.menu-button-open span {
    display: block;
    position: absolute;
    width: 0%;
    height: 0px;
    color: transparent;
    border: 1px solid;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}
.menu-button-open.loaded span {
    width: 100%;
    color: inherit;
}
.menu-button-open .line1 {
    top: 0;
}
.menu-button-open .line2 {
    top: 8px;
}
.menu-button-open .line3 {
    bottom: 0;
}
.menu-button-close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: inherit;
    border: 1px solid;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.menu-button-close .line1 {
    transform:translateY(-6px);
}
.menu-button-close .line2 {
    transform:translateY(6px);
}
.menu-button-close.loaded .line1 {
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -moz-transform: rotate(45deg);   /* Firefox */
    -ms-transform: rotate(45deg);   /* IE 9 */
    -o-transform: rotate(45deg);   /* Opera */
    transform: rotate(45deg);
}
.menu-button-close.loaded .line2 {
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -moz-transform: rotate(-45deg);   /* Firefox */
    -ms-transform: rotate(-45deg);   /* IE 9 */
    -o-transform: rotate(-45deg);   /* Opera */
    transform: rotate(-45deg);
}
.overflow-hidden {

}
.menu-lightbox {
    position: fixed;
    top: 0%;
    right: 0;
    left: 0%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    background-color: #000000;
    z-index: 9999;
    color: #ffffff;
    display: none;
}
.menu-lightbox.active {

}
#lightbox-header {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
}
#lightbox-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: rgba(255,255,255,0.25);
    padding-bottom: 64px;
}
#lightbox-footer .copyright {
    font-size: 10px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    float: left;
}
#lightbox-footer .socials {
    float: right;
    padding: 0;
    width: auto;
}
#lightbox-footer .socials li {
    width: auto;
    height: auto;
    padding: 0 0 0 25px;
    overflow: hidden;
}
#lightbox-footer .socials li a i {
    display: none;
}
#lightbox-footer .socials li a {
    font-size: 10px;
    line-height: 10px;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transform:translate(100px,0px);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
#lightbox-footer .socials li a span {
    color: inherit;
    padding-bottom: 3px;
}
#lightbox-footer .socials li a:hover span {
    -webkit-transition: none;
    transition: none;
}
#lightbox-footer .socials li a span:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    color: inherit;
    border-top: 1px solid;
    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -ms-transition: width 0.4s ease-out;
    -o-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
.menu-lightbox.active #lightbox-footer .socials li a {
    transform:translate(0,0);
}
#lightbox-footer .socials li a:hover span:after {
    width: 100%;
}
#lightbox-footer .socials li.behance a:hover {
    color: #f7f7f7 !important;
}
.menu-lightbox .menu {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}
.menu-lightbox .menu li {
    padding: 0 0 0px 0;
    margin: 0 0 21px 0;
    overflow: hidden;
}

.menu-lightbox .menu li a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    transform:translate(0,30px);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    opacity: 0;
}
.menu-lightbox.active .menu li a {
    transform:translate(0,0px);
    opacity: 1;
}
.menu-lightbox .menu li a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1em;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: -2px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #e51428;
}
.menu-lightbox .menu li a:hover {
    color: #e51428;
}
.menu-lightbox .menu li a:hover:after {
    right: 0;
    opacity: 1;
}
.logo {
    overflow: hidden;
    float: left;
}
#header .logo a {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -ms-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#header .logo.loaded a {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.logo img {
    float: left;
    padding-right: 21px;
}
.logo h1 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
    line-height: 2.32em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#header .logo img.dark {
    display: none;
}
#header.dark .logo img.light {
    display: none;
}
#header.dark .logo img.dark {
    display: block;
}
#header.dark .logo h1 {
    color: #202020;
}
.section {
    background-size: cover;
    background-position: center;
}
.section.extra-pad {
    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;
}
.tp-caption.desc {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    white-space: nowrap;
    display: block;
}
.tp-caption.desc.dark {
    color: #212121;
}
.tp-caption.desc a {
    color: inherit;
}
.tp-bannertimer {
    display: none !important; 
}
.tp-caption.desc .subtitle {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 3.3em;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.tp-caption.desc h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.tp-caption.desc {
    padding-left: 75px !important;
}

.tp-banner {
    width: 100%;
    overflow: hidden;
}
.screen .frameWrapper #pageList ul iframe {
    height: 600px;
}
.tparrows.default {
    border: 0;
    font-family: 'Ionicons';
    font-size: 28px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 30px;
    background: none;
    -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) !important;
}
.tparrows.default:before {
    color: inherit;
    line-height: inherit;
    text-align: inherit;
}
.tparrows.default {
    top: 50% !important;
    left: 150px !important;
    margin-top: 90px;
}
.revslider-initialised .tparrows.default {
    opacity: 0.65;
}
.tp-leftarrow:before {
    content: "\f3d2";
}
.tparrows.default.dark {
    color: #202020;
}
.tparrows.default:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    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;
}
.tparrows.default.dark:after {
    background-color: #202020;
}
.tp-rightarrow:before {
    content: "\f3d3";
}
.tp-rightarrow {
    right: auto;
    text-align: right;
    margin-left: 57px;
}
.tparrows.default.tp-rightarrow:after {
    right: 1px;
    left: auto;
}
.tparrows.default:hover:after {
    width:26px;
}
.tparrows.default:hover {
    opacity: 1;
}
.tparrows.default.tp-leftarrow:hover {
    transform:matrix(1, 0, 0, 1, -8, 0) !important;
}
.tparrows.default.tp-rightarrow:hover {
    transform:matrix(1, 0, 0, 1, 8, 0) !important;
}

.tp-bullets.wythe .tp-bullet {
    color: rgba(255,255,255, .4);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 16px;
    height: 24px;
    line-height: 24px;
    background: none;
    z-index: 2;
}
.tp-bullets.wythe .tp-bullet.dark {
    color: rgba(0,0,0, .4);
}
.tp-bullets.wythe .tp-bullet:hover, .tp-bullets.wythe .tp-bullet.selected {
    color: #ffffff;
}
.tp-bullets.wythe .tp-bullet.dark:hover, .tp-bullets.wythe .tp-bullet.dark.selected {
    color: #212121;
}
.tp-bullets.wythe .tp-bullet b {
    display: inline-block;
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.revslider-initialised .tp-bullets.wythe .tp-bullet b {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.pagination-line-container {
    width: 100%;
    position: absolute;
    padding-top: 25px;
    height: 51px;
    top: 0;
    margin-top: 6px;
    z-index: 1;
}
.pagination-line {
    height: 100%;
    display: block;
    width: 30px;
    position: relative;
}
.pagination-line .line-item {
    will-change: transform;
    background-color: #ffffff;
    width: 1px;
    height: 1px;
    margin-left: 8px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.revslider-initialised .pagination-line .line-item {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.pagination-line.dark .line-item {
    background-color: #202020;
}
.special-hover span, 
a.tp-caption h2 span {
    position: relative;
    padding-bottom: 3px;
    color: inherit;
}
.special-hover span:after,
a.tp-caption h2 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,
a.tp-caption h2:hover span:after {
    width: 100%;
}
/*info-block*/
.title-block {
    position: relative;
    z-index: 1;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    /*text-transform: uppercase; mitja*/
    margin-bottom: 33px;
    overflow: hidden;
}
.title-block .subtitle {
    display: block;
    font-size: 10px;
    line-height: 3.3em;
    margin-bottom: 7px;
    letter-spacing: 2.15px;
    color: #9b9b9b;
}
.title-block h2 {
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 6.1px;
}
.title-block h1 {
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 5px;
}
.info-block .text {
    font-size: 17px;
    line-height: 1.883em;
}
.info-block {
    margin-bottom: 36px;
    overflow: hidden;
}
.pad-top-liq {
    /*padding-top: 35%;  mitja */
}
.custom-button {
    font-size: 10px;
    text-transform: uppercase;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 64px;
    display: block;
    overflow: hidden;
    float: left;
    clear: both;
}
/* mitja */
.custom-button {
font-size: 15px;
text-transform: inherit;
color: #202020;
font-family: 'Montserrat', sans-serif;
letter-spacing: 2px;
line-height: 64px;
display: block;
overflow: hidden;
float: left;
clear: both;
border: 2px solid;
padding-right: 28px;
    padding-left: 28px;
}


.custom-button:before {
    font-size: 22px;
    line-height: 58px;
    height: 58px;
    width: 58px;
    display: block;
    float: left;
    border-radius: 100%;
    border: 2px solid;
    text-align: center;
    margin-right: 26px;
    text-indent: 4px;
}
.custom-button:hover {
    color: #5f5f5f;
}
.ipad-mockup {
    float: right;
    margin-right: 23px;
    clear: both;
    background-image: url(../images/info-ipad-area.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 69.8723%;
    position: relative;
}
.ipad-mockup .inner-padding {
    padding:0;
    overflow: hidden;
    position: absolute;
    top: 8%;
    bottom: 12.1%;
    left:9.72%;
    right: 11.18%;
}
.ipad-mockup .inner-padding img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*portfolio*/
.portfolio-container {
    overflow: hidden;
}
/*.portfolio-container[data-scrolled-into-view]{
    opacity: 1;
    transform:translateZ(0);
}
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item {
    animation: FadeIn .6s linear;
    animation-fill-mode: both;
}
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(2) { animation-delay: .2s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(3) { animation-delay: .4s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(4) { animation-delay: .6s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(5) { animation-delay: .8s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(6) { animation-delay: 1s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(7) { animation-delay: 1.2s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(8) { animation-delay: 1.4s }*/
.portfolio-item {
    width: 20%;
    float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;
}
.portfolio-item > a {
    display: block;
    overflow: hidden;
    color: inherit;
}
.portfolio-item.dark {

}
.portfolio-item.width-1x {
    width: 20%;
}
.portfolio-item.width-2x {
    width: 40%;
}
.portfolio-item.height-2x {
   padding-top: 56.228%; 
}
.portfolio-meta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
}
.portfolio-like {
    width: 55px;
    text-align: center;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    color: inherit;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(15px,0,0);
    -moz-transform: translate3d(15px,0,0);
    -ms-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}
.portfolio-meta time {
    position: absolute;
    left: 55px;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0px,-15px,0);
    -moz-transform: translate3d(0px,-15px,0);
    -ms-transform: translate3d(0px,-15px,0);
    transform: translate3d(0px,-15px,0);
}
.portfolio-item-more {
    position: absolute;
    width: 32px;
    right: 30px;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    text-align: right;
    color: inherit !important;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0px,-15px,0);
    -moz-transform: translate3d(0px,-15px,0);
    -ms-transform: translate3d(0px,-15px,0);
    transform: translate3d(0px,-15px,0);
}
.portfolio-item-more i {
    -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);
    display: block;
    position: relative;
}
.portfolio-item-more i:after {
    content: "";
    width: 0px;
    height: 1px;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 2px;
    -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;
}
.portfolio-item-more:hover i:after {
    width: 26px;
}
.portfolio-item-more:hover i {
    transform: matrix(1,0,0,1,8,0);
}
.portfolio-item:hover .portfolio-item-more,
.portfolio-item:hover .portfolio-meta time,
.portfolio-item:hover .portfolio-like {
    -webkit-transform: translate3d(0px,0px,0);
    -moz-transform: translate3d(0px,0px,0);
    -ms-transform: translate3d(0px,0px,0);
    transform: translate3d(0px,0px,0);
}
.portfolio-header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item:hover .portfolio-header {
    -webkit-transform: translate3d(55px,-55px,0);
    -moz-transform: translate3d(55px,-55px,0);
    -ms-transform: translate3d(55px,-55px,0);
    transform: translate3d(55px,-55px,0);
}
.portfolio-img {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-item-title {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 55px 35px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-title .meta-categories {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.portfolio-item.dark .portfolio-item-title .meta-categories {
    color: rgba(32,32,32,0.5);
}
.portfolio-item-title .meta-categories a {
    color: inherit;
}
.portfolio-item:hover .portfolio-item-title {
    -webkit-transform: translate3d(-22.5px,55px,0);
    -moz-transform: translate3d(-22.5px,55px,0);
    -ms-transform: translate3d(-22.5px,55px,0);
    transform: translate3d(-22.5px,55px,0);
}
.portfolio-item-title h3 {
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
    letter-spacing: 3px;
}
.portfolio-item.dark .portfolio-item-title h3 {
    color: #202020;
}
.hide {
    display: none;
}
.portfolio-item.portfolio-more-items {
    background-color: #ffffff;
}
.portfolio-more-items .load-more {
    width: 130%;
    height: auto;
    padding-top: 130%;
    display: block;
    position: absolute;
    top: 57%;
    left: -15%;
    background-color: #ffffff;
    border-radius: 50% 50% 0 0;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-align: center;
    overflow: hidden;
}
.portfolio-more-items .load-more.active {
    background-color: #ededed;
}
.portfolio-more-items .load-more span {
    font-size: 22px;
    line-height: 1em;
    top: 23%;
    position: absolute;
    width: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #a6a6a6;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    display: block;
    z-index: 2;
    -webkit-transition: all cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: all cubic-bezier(.23,.81,.4,1) .5s;
    transition: all cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-more-items .load-more.active span {
    color: #202020;
}
.portfolio-more-items .load-more.active:hover {
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
}
.portfolio-more-items .load-more.active:hover span {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 18px;
}
.portfolio-more-items .load-more:after {
    content: "";
    width: 0%;
    height: 0%;
    left: 50%;
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    border-radius: 100%;
    z-index: 1;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfolio-more-items .load-more.active:hover:after {
    width: 104%;
    height: 104%;
    margin-top: 0;
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -ms-transition: all 1.2s linear;
    transition: all 1.2s linear;
}
/*Services*/
#services {
    padding: 131px 0px;
}
.service-block {
    margin-bottom: 92px;
    padding-top: 8px;
}
.service-block:last-child {
    margin-bottom: 0;
}
.service-block .icon-box {
    font-size: 48px;
    line-height: 1em;
    color: #9b9b9b;
    margin-bottom: 17px;
}
.service-block .icon-box a {
    color: inherit;
}
.service-block .service-title {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #202020;
    letter-spacing: 3.2px;
    margin-bottom: 13px;
}
/*clients*/
#clients {
    background-color: #000000;
    padding: 124px 0 152px;
}
.clients-logo {
    width: 100%;
    min-height: 52px;
    overflow: hidden;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 137px 0;
    text-align: center;
}
.clients-logo li {
    display: none;
    width: 12.5%;
    height: 52px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}
.clients-logo li.hide {
    display: none;
    height: 0;
}
.clients-logo li.show {
    display: block;
    opacity: 1;
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clients-logo li.show {
    animation: showIn 0.7s cubic-bezier(.694,0,.335,1);
    -webkit-animation: showIn 0.7s cubic-bezier(.694,0,.335,1);
}
.clients-logo li img {
    position: relative;
    top: 50%;
    transition: all .3s;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
}
.clients-logo li a:hover img {
    opacity: 1;
}
.testimonials {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.testimonials-item {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.667em;
    color: #d7d7d7;
    width: 100%;
    float: left;
}
.owl-testimonials .owl-nav {
    width: 87px;
    margin: 90px auto 0;
    position: relative;
    height: 18px;
}
.owl-testimonials .owl-nav div {
    border: 0;
    font-family: 'Ionicons';
    font-size: 28px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 30px;
    margin: 0px 0 0 0;
    position: absolute;
    -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);
    opacity: 0.65;
    cursor: pointer;
}
.owl-testimonials .owl-nav .owl-prev {
    right: auto;
    left: 0px;
}
.owl-testimonials .owl-nav .owl-prev:before {
    content: "\f3d2";
}
.owl-testimonials .owl-nav div:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    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;
}
.owl-testimonials .owl-nav .owl-next {
    right: 0;
    left: auto;
    text-align: right;
}
.owl-testimonials .owl-nav .owl-next:before {
    content: "\f3d3";
}
.owl-testimonials .owl-nav .owl-next:after {
    right: 1px;
    left: auto;
}
.owl-testimonials .owl-nav div:hover:after {
    width:26px;
}
.owl-testimonials .owl-nav div:hover {
    opacity: 1;
}
.owl-testimonials .owl-nav .owl-prev:hover {
    transform:matrix(1, 0, 0, 1, -8, 0);
}
.owl-testimonials .owl-nav .owl-next:hover {
    transform:matrix(1, 0, 0, 1, 8, 0);
}
/*#blog*/
#blog {
    padding: 123px 0 140px;
}
.blog-grid {
    padding-top: 54px;
    width: 100%;
    overflow: hidden;
}
.blog-grid.cols-4 .blog-item {
    width: 25%;
    float: left;
}
.blog-grid.cols-2 .blog-item {
    width: 50%;
    float: left;
}
.mb40 {
    margin-bottom: 40px;
}
.blog-item {
    padding: 27px 41px 0 41px;
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 0;
    background-color: #f7f7f7;
}
.blog-item:nth-child(2n){
    background-color: #ededed;
}
.blog-item .post-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -moz-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -ms-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -o-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change:opacity;
}
.blog-item:hover .post-img {
    opacity: 1;
}
.blog-item .post-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.5;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-item .post-img .overlay-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,1);
    position: absolute;
    z-index: 1;
}
.blog-item .meta-categories {
    margin-bottom: 7px;
}
.blog-item .meta-categories a {
    color: rgba(32,32,32,0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1em;
}
.blog-item:hover .meta-categories a {
    color: rgba(255,255,255,0.5);
}
.blog-item h3 {
    font-size: 16px;
    line-height: 1em;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
.blog-item h3 a {
    color: inherit;
}
.blog-item:hover h3 {
    color: #ffffff;
}
.blog-item .blog-item-more {
    color: #202020;
    display: block;
    position: absolute;
    bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.blog-item .blog-item-more:before {
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px solid #c5c5c5;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.blog-item:hover .blog-item-more {
    color: #ffffff;
    padding-top: 40px;
}
.blog-item:hover .blog-item-more:before {
    height: 25px;
}
.load-more-text {
    font-size: 11px;
    line-height: 1em;
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    display: none;
    padding-top: 25px;
}
/*Call to action*/
#call-to-action {
    padding: 90px 0 90px;
    background-color: #000000;
}
.cta-block {
    display: table;
    vertical-align: middle;
    table-layout: fixed;
    width: 100%;
}
.cta-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 1.923em;
    color: #ffffff;
    width: 80%;
}
.cta-button {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 20%;
}
.button {
    border:0;
    padding: 0 45px;
    color: #ffffff;
    font-size: 10px;
    line-height: 51px;
    height: 51px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    background-color: #202020;
    display: inline-block;
    width: auto;
    cursor: pointer;
    position: relative;
}
.button span {
    position: relative;
    z-index: 1;
}
.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: 200px;
    height: 200px;
    margin-top: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.cta-button .button {
    background-color: transparent;
    border: 1px solid #4c4c4c;
    height: 70px;
    line-height: 68px;
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    clear: left;
}
.cta-button .button:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    right: 0;
    margin-top: 30px;
    background: #4c4c4c;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cta-button .button:hover:before {
    width: 200px;
    height: 200px;
    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: table;
    width: 100%;
    height: 100%;
}
.dtcell {
    vertical-align: middle;
    display: table-cell;
}
/*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-address {
    display: none;
}
.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 .fp-tableCell {
   padding-bottom: 210px; 
}
#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: #ffffff;
    overflow: hidden;
}
#projects-pagination .fp-tableCell {
    padding: 0;
}
.project-pagin {
    font-family: 'Montserrat', sans-serif;
    color:#202020;
    /*text-transform: uppercase; mitja */
    display: block;
    clear: both;
    padding-top: 135px;
    padding-bottom: 94px;
    overflow: hidden;
    width: 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;
}
.portfolio-details-1 #description {
    background-color: #7ca8b6;
}
.portfolio-details-1 #main-idea {
    background-image: url("../images/main-idea-background.jpg");
}
.portfolio-details-1 #wireframes {
    /*background-image: url("../images/wireframes-bg.jpg");*/
    background-color: #87afbc;
}
.portfolio-details-2 #intro {
    background-image: url("../images/portfolio-details-2-intro-bg.jpg");
}
.portfolio-details-2 #video-block {
    background-image: url("../images/video-block-bg.jpg");
}
.portfolio-details-4 #main-image {
    background-image: url("../images/project-details-4-main-img.jpg");
    background-color: #ffffff;
}
.portfolio-details-4 #second-image {
    background-image: url("../images/project-details-full-img.jpg");
}
.portfolio-details-4 #details {
    background-color: #090909;
}
.portfolio-details-5 #main-image {
    background-image: url("../images/project-details-5-bg1.jpg");
    background-color: #ffffff;
}
#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;
}
.project-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 105px;
    letter-spacing: 10px;
    line-height: 1em;
    color: #202020;
    margin-bottom: 34px;
}
#main-image {
    background-color: #ed1b2e;
    padding: 139px 0;
}
#task-idea {
    padding: 150px 0 75px;
}
#idea-result {
    padding: 75px 0;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #202020;
    margin-bottom: 13px;
}
#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;
    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;
}
.text-block {
    font-size: 25px;
    line-height: 42px;
    color: #5f5f5f;
}
/*Portfolio details 6*/
.portfolio-details-6 {
    background-color: #0780e7;
}
.fullscreen-section {
    height: 100%;
    height: 100vh;
    padding:100px 0px;
    width: 100%;
}
.fullscreen-section-dt {
    height: 100%;
    height: 100vh;
    padding:100px 0px;
    display: table;
    width: 100%;
}
.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: 75px 0 150px;
}
.portfolio-details-6 #description .text-block {
    padding: 0 16%;
    text-align: center;
}
/*porfolio details 7*/
.portfolio-details-7 {
    background-color: #757a59;
}
.portfolio-details-7 #second-image {
    background-image: url(../images/project-details-7-fullscreen-bg.jpg);
}
.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*/
.portfolio-details-8 {
background-color: #f6f6f6;
}
.portfolio-details-8 #main-image {
    background-image: url(../images/project-details-8-fullscreen-bg.jpg);
    background-color: transparent;
}
.portfolio-details-8 #about {
    padding-bottom: 200px;
}
.fancy-fullscreen-bg {
    position: fixed;
    z-index: 0;
    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*/
.portfolio-details-9 #main-image {
    background-color: transparent;
    background-image: url(../images/project-details-9-fullscreen-bg.jpg);
}
.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*/
.portfolio-details-10 #main-image {
    background-color: transparent;
    background-image: url(../images/project-details-10-fullscreen-bg.jpg);
}
.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;
    top: 50%;
    opacity: 0.6;
    -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,1);
    z-index: -1;
}
#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: 66px;
    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;
    display: none !important;
    -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: 60px;
    right: 104px;
    opacity: 1;
}
#main .article .section .menu-button-open span {
    opacity: 1;
    width: 100%;
    color: #202020;
}
#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;
}
.blog-list .menu-button-back.dark {
    color: #5f5f5f;
    position: absolute;
    top: 76px;
    left: 65px;
}
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; 
}