/* FOTNS */

    font-family: 'geomanistblack';
    src: url('../fonts/geomanist-black-webfont.eot');
    src: url('../fonts/geomanist-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-black-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-black-webfont.woff') format('woff'),
         url('../fonts/geomanist-black-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-black-webfont.svg#geomanistblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistbold';
    src: url('../fonts/geomanist-bold-webfont.eot');
    src: url('../fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-bold-webfont.woff') format('woff'),
         url('../fonts/geomanist-bold-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-bold-webfont.svg#geomanistbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistbook';
    src: url('../fonts/geomanist-book-webfont.eot');
    src: url('../fonts/geomanist-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-book-webfont.woff') format('woff'),
         url('../fonts/geomanist-book-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-book-webfont.svg#geomanistbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistextralight';
    src: url('../fonts/geomanist-extralight-webfont.eot');
    src: url('../fonts/geomanist-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-extralight-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-extralight-webfont.woff') format('woff'),
         url('../fonts/geomanist-extralight-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-extralight-webfont.svg#geomanistextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistlight';
    src: url('../fonts/geomanist-light-webfont.eot');
    src: url('../fonts/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-light-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-light-webfont.woff') format('woff'),
         url('../fonts/geomanist-light-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-light-webfont.svg#geomanistlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistmedium';
    src: url('../fonts/geomanist-medium-webfont.eot');
    src: url('../fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-medium-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-medium-webfont.woff') format('woff'),
         url('../fonts/geomanist-medium-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-medium-webfont.svg#geomanistmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistregular';
    src: url('../fonts/geomanist-regular-webfont.eot');
    src: url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-regular-webfont.woff') format('woff'),
         url('../fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistthin';
    src: url('../fonts/geomanist-thin-webfont.eot');
    src: url('../fonts/geomanist-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-thin-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-thin-webfont.woff') format('woff'),
         url('../fonts/geomanist-thin-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-thin-webfont.svg#geomanistthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistultra';
    src: url('../fonts/geomanist-ultra-webfont.eot');
    src: url('../fonts/geomanist-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-ultra-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-ultra-webfont.woff') format('woff'),
         url('../fonts/geomanist-ultra-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-ultra-webfont.svg#geomanistultra') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #000;
    font-family: 'geomanistregular';
    font-size: 18px;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
}
body, html {
    height: 100%;
    letter-spacing: 0.15px !important;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
}
#work {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
}	
ul {
    margin: 0;
    padding: 0;
}
    ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

p {
    /*margin-top: 20px;*/
    margin: 0;
    margin-bottom: 20px;
}
b, strong {
    font-family: 'geomanistmedium';
    font-weight: normal;
    display: inline-block;
}
u {
    text-decoration: underline;
}
i {
    font-style: normal;
}

/* TRANSITION OVERLAY */
.transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9999;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
    .transition-overlay.show-me {
        opacity: 1;
        visibility: visible;
    }

/* LOADING */
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9999;
}
    .loading .loader {
        width: 100%;
        height: 100%;
        float: left;
        text-align: center;
        position: relative;
    }
    .loading .loading-image {
        position: absolute;
        left: 50%;
        margin-left: -27px;
        top: 50%;
        margin-top: -40px;
        width: 60px;
        height: 45px;
    }
        .loading .loading-image.dissappear {
            top: 44%;
            opacity: 0;
            -webkit-transition: .35s ease-in-out;
            -moz-transition: .35s ease-in-out;
            -ms-transition: .35s ease-in-out;
            -o-transition: .35s ease-in-out;
            transition: .35s ease-in-out;
            transition-delay: 0.30s;
        }
        .loading .loading-image img {
            height: 30px;
        }
    .loading .loading-text {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 51%;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
        .loading .loading-text.dissappear {
            top: 44%;
            opacity: 0;
            -webkit-transition: .45s ease-in-out;
            -moz-transition: .45s ease-in-out;
            -ms-transition: .45s ease-in-out;
            -o-transition: .45s ease-in-out;
            transition: .45s ease-in-out;
            transition-delay: 0.40s;
        }

.loading-text-dissappear {
    margin-top: -140px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.loading .loader {
    display: inline-block;
    margin-top: 10px;
    -moz-animation: fadeInUp 0.25s forwards;
    -webkit-animation: fadeInUp 0.25s forwards;
    -o-animation: fadeInUp 0.25s forwards;
    animation: fadeInUp 0.25s forwards;
}
.loading .loader-hide {
    -moz-animation: fadeInOut 0.25s forwards;
    -webkit-animation: fadeInOut 0.25s forwards;
    -o-animation: fadeInOut 0.25s forwards;
    animation: fadeInOut 0.25s forwards;
}
.fade-out {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    -ms-transition: .55s ease-in-out;
    -o-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
    transition-delay: 1s;
}

/* SECTIONS */
main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    background: #fff;
}

section {
    background: #fff;
}

header {
    width: 100%;
    float: left;
}

/* NAVBAR */
.navbar-default {
    width: 100%;
    float: left;
    background: none;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    transform: translateY(-100%);
    -webkit-transition: .55s ease-in-out;
    -moz-transition: .55s ease-in-out;
    -ms-transition: .55s ease-in-out;
    -o-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
    transition-delay: 1.5s;
}
    .navbar-default .logo {
        height: 30px;
        margin: 20px 0;
        position: absolute;
        left: 35px;
        top: 20px;
    }
    .navbar-default.show {
        transform: translateY(0);
    }

.hamburger-menu {
    width: 30px;
    height: 60px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 20px;
}
    .hamburger-menu span {
        width: 30px;
        height: 6px;
        margin-top: 2px;
        background: #000;
        display: block;
        position: absolute;
        left: 0;
    }
    .hamburger-menu span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
        .hamburger-menu span:nth-child(1) {
            top: 20px;
        }
        .hamburger-menu span:nth-child(2) {
            top: 32px;
        }
    .hamburger-menu.menu-open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 26px;
    }
    .hamburger-menu.menu-open span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 26px;
    }
    .hamburger-menu.menu-open span {
        background: #fff;
    }

/* NAVIGATION */
.navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
    .navigation.show-me {
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }
    .navigation nav {
        display: inline-block;
        position: relative;
        z-index: 2;
    }
        .navigation nav ul {
            width: 100%;
            float: left;
            text-align: center;
        }
            .navigation nav ul li {
                width: 100%;
                float: left;
                margin: 10px 0;
                opacity: 0;
                transform: translateY(-25px);
            }
            .navigation nav ul li {
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -ms-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }
                .navigation nav ul li:first-child {
                    transition-delay: 0.05s;
                }
                .navigation nav ul li:nth-child(2) {
                    transition-delay: 0.1s;
                }
                .navigation nav ul li:nth-child(3) {
                    transition-delay: 0.15s;
                }
                .navigation nav ul li:nth-child(4) {
                    transition-delay: 0.2s;
                }
                .navigation nav ul li.show-me {
                    opacity: 1;
                    transform: translateY(0);
                }
                .navigation nav ul li a {
	                display: inline-block;
                    font-size: 60px;
                    line-height: 80px;
                    color: #fff;
                    font-family: 'geomanistmedium';
                }
                    .navigation nav ul li a::after {
						margin-top: -6px;
						content: '';
						display: block;
						width: 0;
						height: 6px;
						background: #fff;
						transition: width .25s;
                    }
                    .navigation nav ul li a:hover::after {
						width: 100%;
						//transition: width .25s;
                    }

/* SLIDER */
.slider {
    width: 100%;
    height: 100%;
    background: #000;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
    .slider .slider-inner {
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
    }
    .slider .banner {
        width: 100%;
        height: 100%;
        float: left;
        position: fixed;
    }
    .slider h2 {
        font-size: 40px;
        color: #000;
        font-family: 'geomanistmedium';
    }
    .slider h5 {
        font-size: 16px;
        color: #000;
        font-family: 'geomanistregular';
    }
	.tp-bullets {
    	display: none;
	}
    .tp-static-layers {
		width: 80%;
		margin: 0 10%;
		height: 100%;
		overflow: hidden;
	}
	.tp-static-layer {
		position: absolute;
		bottom: 35px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	.tp-static-layer img {
		width: 30px;
		height: 19px;
		display: inline-block;
	}

/* TYPOGRAPHY */
.typography {
    width: 100%;
    float: left;
    padding: 110px 110px 55px 110px;
    text-align: center;
}
	.typography .container {
		text-align: left;
		display: inline-block;
		max-width: 1240px;
	}
    .typography h1 {
        font-size: 40px;
        margin: 0;
        font-family: 'geomanistmedium';
        line-height: 1.1;
    }
    .mainPage .typography h1 {
        font-size: 60px;
    }
    .typography h2 {
        font-size: 32px;
        margin: 0;
        margin-bottom: 10px;
        font-family: 'geomanistmedium';
    }
    .typography h3 {
        font-size: 40px;
        margin: 0;
        margin-bottom: 10px;
        font-family: 'geomanistmedium';
    }
    .typography h4 {
        font-size: 18px;
        line-height: 15px;
        margin: 10px 0 40px 0;
		font-family: 'geomanistmedium';
		letter-spacing: 0.15px;
		font-weight: normal;
    }
    .mainPage .typography h4 {
        margin: 10px 0 90px 0;
    }
    .typography .margin-bottom {
        margin-bottom: 40px;
    }
    .typography a, .typography a:hover, .typography a:focus {
        font-family: 'geomanistmedium';
		color: #000;
		display: inline-block;
		text-decoration: none;
    }
	.typography a::after {
		margin-top: -3px;
		content: '';
		display: block;
		width: 0;
		height: 3px;
		background: #000;
		transition: width .25s;
	}
	.typography a:hover::after {
    	width: 100%;
		//transition: width .25s;
	}
    .typography span {
        opacity: 0.4;
    }
    .typography ul {
	    display: block;
        width: 100%;
    }
    .typography img {
        width: 100%;
    }

.col-12, .col-10, .col-8, .col-6, .col-4, .col-3, .col-2{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.col-12 {
	width: 100%;
}
.col-10 {
	width: 83.33333332%;
}
.col-8 {
	width: 66.66666667%;
}
.col-6 {
	width: 50%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}

.clear{
	height: 35px;
	clear:both;
}
.paddingLeft{
	padding-left: 20px;
}
.paddingRight{
	padding-right: 20px;
}
.smallText {
	color: #5d5d5d;
	margin-top: 5px;
    font-size: 15px;
}
.normalText {
    font-size: 18px;
    line-height: 28px;
}
.mediumText {
    font-size: 24px;
    line-height: 36px;
}
.bigText {
    font-size: 36px;
    line-height: 48px;
}
.biggerText p {
    font-family: 'geomanistmedium';
    font-size: 42px;
    line-height: 66px;
}
.centerText p{
	text-align: center !important;
}
.blackText{
	color: black !important;
}
.headerspace{
	line-height: 95px;
	height: 95px;
}
.headerspace p{
	padding-left: 110px;
}

hr {
	display: block;
	height: 6px;
	background: rgba(0, 0, 0, 0.04);
	border: none;
}

/* SHOWCASE */
.showcase {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 95px 95px 95px;
}
.showcase a {
	display: inline;
    text-decoration: none;
}
.showcase a::after {
    width: 0;
    height: 0;
}
.showcase a:hover::after {
    width: 0;
}
.showcase h2 {
    font-size: 60px;
    font-family: 'geomanistmedium';
    margin: 0;
}
.showcase h5 {
    font-size: 18px;
}
.showcase .portfolio {
	margin: auto;
    max-width: 1570px;
}
    .showcase .portfolio * {
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -ms-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .20s ease-in-out;
    }
.showcase .portfolio-masonry {
    width: 100%;
    float: left;
    position: relative;
}
    .showcase .portfolio-masonry li {
        float: left;
        width: 50%;
        padding: 15px;
    }
    .showcase .portfolio-masonry.related li {
        width: 33.33%;
    }
        .showcase .portfolio-masonry li * {
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -ms-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }
.showcase figure {
    width: 100%;
    float: left;
    position: relative;
	margin: 0;
}
    .showcase figure img {
        width: 100%;
        display: block;
    }
    .showcase figure:hover figcaption {
        opacity: 1;
    }
    .showcase figure figcaption {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        font-family: 'geomanistregular';
    }
        .showcase figure figcaption span {
            display: block;
            font-family: 'geomanistmedium';
            font-size: 30px;
            color: #fff;
        }
        .showcase figure figcaption span .fa {
            font-size: 40px;
        }
    .showcase figure a {
        font-size: 17px;
        color: #fff;
    }
        .showcase figure a:hover {
            text-decoration: none;
        }


@keyframes cf3FadeInOut {
    /* distributing times evenly */
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.table {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 3;
}
    .table .inner {
        display: table-cell;
        vertical-align: middle;
    } 


/* CROSSFADE */


.crossfade{
	text-align: center;
	width: 100%; 
    max-width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 0;
	padding-bottom: 20%;
	display: block;
	text-decoration: none;
}
.related .crossfade{
    width: 30%;
	max-width: 30%; 
	margin-right: 5%
}

.related .crossfade:last-child{
	margin-right: 0%
}

.crossfade-content{
	font-family: 'geomanistregular';
	color: white;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0.3s;
	-moz-transition: opacity 0.3s ease-in-out 0.3s;
	transition: opacity 0.3s ease-in-out 0.3s;
}
.crossfade:hover .crossfade-content{
	opacity: 1;
}
.crossfade-content span{
	font-family: 'geomanistmedium';
	display: block;
	font-size: 24px;
}
.crossfade-center{
	height: 20px;
	width: 100%;
	text-align: center;
	display:table-cell;
	vertical-align:middle; 

}
.crossfade-content, .crossfade-image{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

}
.showcase .related{
	padding: 15px;
	padding-top: 110px;
	clear: all;
}
.showcase .crossfade-image{

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	transition: opacity 1s linear;
          }
.showcase .delay1 .crossfade-image{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.showcase .delay2 .crossfade-image{
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.showcase .delay3 .crossfade-image{
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
          
.crossfade-image.inactive{
	opacity: 0;
}





/* SOCIAL */ 
    /*.social .showcase .portfolio-masonry {
	    margin-top: 95px;
    }*/
    .social .showcase .portfolio-masonry li {
        float: left;
        width: 33.33333333%;
        padding: 15px;
        color: #fff;
    }

    .social .showcase .portfolio-masonry li figure p {
	    margin: 0;
        padding: 40px;
        text-align: left;
    }
    
    
    .socialIcons {
	   margin-bottom: 10px; 
    }

/* SHOWCASE THUMB COLORS */
.bg-adriennefellerpackage {
    background: rgba(227,205,214,0.8);
}
.bg-huncut {
    background: rgba(47,53,26,0.8);
}
.bg-schrank {
    background: rgba(34,9,19,0.8);
}
.bg-elios {
    background: rgba(41,40,57,0.9);
}
.bg-adriennefellerbranding {
    background: rgba(227,205,214,0.8);
}
.bg-manual {
    background: rgba(6,62,162,0.8);
}
.bg-somersbylimited {
    background: rgba(24,23,69,0.8);
}
.bg-cymetriqxmas {
    background: rgba(244,244,244,0.85);
}
.bg-cymetriqxmas * {
    color: black !important;
}
.bg-naturalhome {
    background: rgba(192,183,179,0.8);
}
.bg-nouba {
    background: rgba(195,202,205,0.8);
}
.bg-panarom {
    background: rgba(83,193,196,0.8);
}
.bg-arezzo {
    background: rgba(52,52,56,0.8);
}
.bg-megaholz {
    background: rgba(209,194,177,0.8);
}
.bg-ozcruising {
    background: rgba(48,131,175,0.8);
}
.bg-fmetechnology {
    background: rgba(56,193,205,0.8);
}
.bg-aknesol {
    background: rgba(217,74,12,0.8);
}
.bg-logofolio {
    background: rgba(0,0,0,0.8);
}
.bg-black {
    background: rgba(0,0,0,0.8);
}


/* PROJECT DETAIL */
.project-images {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
}

.project-image {
    padding: 0 110px;
}
.project-image .noPadding{
	padding: 0;
}
.project-image img, .project-image video {
    width: 100%;
    max-width: 1540px;
    margin: 0 0 100px 0;
}

.credits {
    margin-top: 25px;
}
    .credits li {
        width: 100%;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        border-bottom: 1px solid #ddd;
    }
    .credits li:last-child{
	    border: none;
    }

.int-header * {
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -ms-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
}

.int-header {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 4;
    margin-top: 100px;
}

    .int-header img {
        display: inline-block;
    }

.goes-up {
    margin: 0;
    transition-duration: 1500ms;
    -webkit-transition-duration: 1500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.60s;
}


/* GOOGLE MAPS */
#map {
    width: 100%;
    height: 600px;
    float: left;
}


/* FOOTER */

.footer-space {
    width: 100%;
    height: 110px;
    float: left;
    position: relative;
    z-index: 2;
}
footer {
    width: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    line-height: 40px;
    font-family: 'geomanistbook';
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    
	}
	
	footer .typography {
	/*	margin-top: 40px;*/
		padding: 0;
    }

    footer a {
        color: #000;
        display: inline-block;
    }
		footer a::after {
			margin-top: -2px;
			content: '';
			display: block;
			width: 0;
			height: 2px;
        	background: #000;
			transition: width .25s;
    	}

        footer a:hover::after {
    		width: 100%;
			//transition: width .25s;
        }
        footer a:hover {
        	color: #000;
        }



/* EXTENSIONS */
.rev_slider .tp-caption {
	font-size: 32px;
    font-family: 'geomanistmedium';
	width: 100%;
	text-align: center;
    position: absolute;
    bottom: 65px;
    left: 0px;
    text-align:center;
}
.colorMod {
    -moz-transition: background-color ease-in-out 250ms, color ease-in-out 250ms, fill ease-in-out 250ms;
    -o-transition: background-color ease-in-out 250ms, color ease-in-out 250ms, fill ease-in-out 250ms;
    -webkit-transition: background-color ease-in-out 250ms, color ease-in-out 250ms, fill ease-in-out 250ms;
    transition: background-color ease-in-out 250ms, color ease-in-out 250ms, fill ease-in-out 250ms;
}
.logoLink {
    fill: black;
}
.colorMod.fillWhite, .colorMod.fillWhiteMenu {
    fill: white;
    color: white;
}
.menu-icon, .menu-icon a, .icon.white, .icon.white a {
    color: white;
}
.bottom-right-icon a, .bottom-left-icon a {
    color: white;
}
.icon {
    position: fixed;
	z-index: 3;
    height: 40px;
    font-size: 32px;
    font-family: 'geomanistmedium';
    color: black;
    text-align: center;
    -moz-transition: color ease-in-out 250ms, fill ease-in-out 250ms;
    -o-transition: color ease-in-out 250ms, fill ease-in-out 250ms;
    -webkit-transition: color ease-in-out 250ms, fill ease-in-out 250ms;
    transition: color ease-in-out 250ms, fill ease-in-out 250ms;
}
	.icon a {
		padding: 0;
		margin: 0;
		display: inline-block;
	}
		.icon.texticon a::after {
			margin-top: 3px;
			content: '';
			display: block;
			width: 0;
			height: 4px;
			background: #000;
			transition: width .25s;
		}
        .icon.texticon a:hover::after {
    		width: 100%;
			//transition: width .25s;
        }
        .icon.texticon a:hover {
        	color: #000;
        }
	.icon.left {
    	left: 35px;
		bottom: 45px;
	}
	.icon.right {
    	right: 40px;
		bottom: 35px;
	}
	.icon img {
    	max-height: 40px;
		max-width: 40px;
	}
	.fadeicon {
		display: none;
	}
	.scrolltop img {
		width: 30px;
		height: 19px;
	}
	.rotated {
    	-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-moz-transform-origin: 17.5% 50%;
		-ms-transform-origin: 17.5% 50%;
		-o-transform-origin: 17.5% 50%;
		-webkit-transform-origin: 17.5% 50%;
		transform-origin: 17.5% 50%;
		padding-top: 5px;
	}
	.anim-top.icon.right {
 	   font-size: 40px;
 	   line-height: 50px;
	}
	.hamburger-menu.fillWhite span {
 	   background-color: white;
	}
	
	
	

/* MEDIA VIEW */

@media (max-width: 1190px) {	
	.col-12, .col-10, .col-8, .col-6, .col-4, .col-3, .col-2{
		width: 100%;
    }
	.social .showcase .portfolio-masonry li {
    	width: 50%;
    }
    .showcase .portfolio-masonry.related li {
    	width: 50%;
    }
	.paddingLeft{
		padding-left: 0;
	}
	.paddingRight{
		padding-right: 0;
	}
	.crossfade{
		padding-bottom: 30%;
	}
	.related .crossfade{
   		width: 45%;
   		max-width: 45%; 
   		margin-right: 10%
	}
	.related .crossfade:nth-child(3n + 2){
		display: none;
	}
	.related .crossfade:last-child{
		margin-right: 0%
	}
}

@media (max-width: 768px) {	
	body {
		font-size: 15px;
	}
	.navbar-default {
    	width: 100%;
    	height: 60px;
		float: left;
		background-color: rgba(0,0,0,0.92)
	}
    .navbar-default .logo {
        height: 24px;
        margin: 15px 0;
        left: 20px;
		top: 4px;
    }
	.hamburger-menu {
    	width: 26px;
		right: 22px;
		top: 3px;
	}
    .hamburger-menu span {
        width: 26px;
        height: 5px;
        margin-top: 0px;
        background: white
    }
    .hamburger-menu span:nth-child(1) {
        top: 18px;
    }
    .hamburger-menu span:nth-child(2) {
        top: 30px;
    }
	.navigation nav ul li a {
	    font-size: 40px;
		line-height: 30px !important;
    }
	.navigation nav ul li a::after{
		display: none;
    }
	.hamburger-menu.fillWhite span {
 	   background-color: white;
	}
	.menu-icon.icon {
		display: none;
	}
	nav ul {
		margin-top: 50px;
	}
	.logoLink {
   		 fill: white;
	}
	.typography {
		padding: 20px;
		padding-top: 80px;
		margin: 0;
	}
    .typography h1, .typography h1.projectTitle, .mainPage .typography h1 {
        font-size: 30px;
    }
    .typography h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .typography h4 {
        font-size: 12px;
        margin-bottom: 10px;
        
    }
    .typography .margin-bottom {
        margin-bottom: 10px;
    }
	h1 br {
		display: none;
    }
	.fadeicon {
    	display: none !important;
    }
	.icon{
		font-size: 30px;	
    }
	.icon.left {
    	left: 20px;
		bottom: 20px;
	}
	.icon.right {
    	right: 20px;
		bottom: 20px;
	}
	.smallGrayText {;
		font-size: 10px;
		line-height: 12px;
	}
	.smallText {
		margin-top: -18px;
		font-size: 12px;
		line-height: 18px;
	}
	.mobileHide{
		display: none;
	}
	.col-12, .col-10, .col-8, .col-6, .col-4, .col-2{
		width: 100%;
		padding: 0;
    }
    .social .showcase .portfolio-masonry li {
        margin: 0;
		padding: 0 10px 10px 10px;
    }
	.showcase, .showcase .portfolio-masonry li {
		padding: 0 10px 10px 10px;
        width: 100% !important;
	}
    .showcase {
        margin: 0;
        padding: 0;
    }
    .showcase h2 {
        font-size: 60px;
    }
	.project-images {
        margin: 0;
        padding: 0;
	}
    .project-image {
		margin: 0;
        padding: 10px 10px 0 10px;
        line-height: 0;
    }
	.project-image img, .project-image video {
		margin: 0;
        padding: 0;
	}
    .social .showcase .portfolio-masonry {
	    margin-top: 70px;
    }
    .showcase .related{
		padding: 10px;
		padding-top: 0;
	}
	footer{
		display: none;
	}
	.footer-space{
    	height: 10px;
	}
	.clear{
	height: 10px;
	clear:both;
}
	
}


.fa {
	margin-bottom:15px;
	
}
	
	
/******************************************************************************************************/
/********************************************* SOON *********************************************/
/******************************************************************************************************/
	
	
.soon{
 	   background-color: white;
	}
	
.soon .typography{
 	   margin-top: 200px;
	}