@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-Bol.eot');
    src: url('fonts/NimbusSanL-Bol.eot?#iefix') format('embedded-opentype'),
        url('fonts/NimbusSanL-Bol.woff') format('woff'),
        url('fonts/NimbusSanL-Bol.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-Reg.eot');
    src: url('fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype'),
        url('fonts/NimbusSanL-Reg.woff') format('woff'),
        url('fonts/NimbusSanL-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-BolIta.eot');
    src: url('fonts/NimbusSanL-BolIta.eot?#iefix') format('embedded-opentype'),
        url('fonts/NimbusSanL-BolIta.woff') format('woff'),
        url('fonts/NimbusSanL-BolIta.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-RegIta.eot');
    src: url('fonts/NimbusSanL-RegIta.eot?#iefix') format('embedded-opentype'),
        url('fonts/NimbusSanL-RegIta.woff') format('woff'),
        url('fonts/NimbusSanL-RegIta.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
    font-family: 'Nimbus Sans L';
    overflow-x: hidden;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

::-moz-selection {
    background: transparent;
    text-shadow: none;
}

::selection {
    background: transparent;
    text-shadow: none;
}

*{
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a{
    color: #222;
    outline: none;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

h1#tpl-title{
	display: none;
	text-transform: uppercase;
}

#wrapper{
    width: 100%;
    /* max-width: 1800px; */
    margin: 0 auto;
    position: relative;
    opacity: 0;
    overflow-y: hidden;
}

#scrollbar{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#scrollbar.not-fixed{
	position: static;
	overflow: visible;
	width: auto;
	height: auto;
}


#wrapper.profile-wrapper,
#profile-div.profile-wrapper{
	background-color: #17181a;
	color: #fff;
}

#wrapper.parallax-wrapper{
	position: relative;
	z-index: 1;
	background-color: #fff;
	max-width: none;
}

#wrapper.parallax-wrapper #content, #wrapper.parallax-wrapper #header{
	max-width: 1800px;
    margin: 0 auto;
}

#header{
    position: fixed;
    
    left: 0;
    top: 0;
    
    width: 100%;
    z-index: 50;
}


.header{
    padding-top: 60px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.header.transition{
	-webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  	-moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  	top: 0;
  	opacity: 1;
}

.header.transition.hide{
	top: -30px;
  	opacity: 0;
}

/* CH code */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.scrolldown-con{
	position: fixed;
	height: 50px;
	width: 100%;
	z-index: 29;
	background-color: transparent;
	bottom: 50px;
	left: 0;
}

.scrolldown-inner{
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
}

.scrolldown {
	width:27px;
	height:50px;
	background-image:url(../images/mouse-scroll.gif);
	opacity:1;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;	
	position:relative;
	margin-left:100px;
	display: none;
}

hr.thin {
height: 1px;
border: 0;
color: #CACACA;
background-color: #CACACA;
width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.rainbow {
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#footer-link{
	display: block;
	width: 100%;
	position: absolute;
	height: 361px;
	background-color: #000;
	z-index: 129;
	left: 0;
	bottom: 0;
	opacity: 0;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.animate-enter{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(0,45px,0);
    transform-origin: 0% 0%;
    opacity: 0;
}


.animate-enter.show{
    transform: translate3d(0,45px,0);
    opacity: 1;
}    

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}



/*end of CH code */
/*
.show-delay{
    opacity: 1;
    position: relative;
    bottom: 0px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}


.show-delay.show{
    opacity: 1;
    bottom: 0;
}
*/

.header-left{
    width: 45%;
    float: left;
}

/*
.header-left.show-delay{
     transition: all 1s;
    -webkit-transition: all 1s;
}
*/

.header-left a{
	text-decoration: none;
}

.header-left h1{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #272727;
    margin: 0 0 0px 100px;
}


.header-left span{
    display: block;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #272727;
    margin-left: 100px;
}    


.header-right{
    width: 45%;
    float: right;

}

.header-right.show-delay{
     transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
	-ms-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
}

.is-color-inverted{
    mix-blend-mode: difference;
}


.header-right .type-text, #header .header-right .type-list{
    margin-right: 100px;
    width: 540px;
    float: right;
}

#header .header-right .type-text p{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .7px;
    text-align: left;
    color: #2c2c2c;
    margin: 0 0 25px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
    position: relative;
    opacity: 1;
    top: 0;
    mix-blend-mode: difference;
}


#header .header-right .type-text a{
    display: block;
    font-size: 18px;
    letter-spacing: .7px;
    text-align: left;
    color: #979797;
    text-decoration: none;
}

.header-right .type-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
 }

.header-right .type-list ul li{
    display: inline-block;

}

.header-right .type-list ul li:nth-child(2){
    margin-left: 95px;
}

.header-right .type-list ul li a{
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #2c2c2c;
}

.profile-wrapper .header-right .type-list{
    margin-right: 40px;

}
.profile-wrapper .header-left h1, .profile-wrapper .header-left span, .profile-wrapper .header-right .type-list ul li a{
    color: #f3f3f3;
}


.profile-wrapper h2{
    font-size: 24px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #ececec;
    font-weight: normal;
    margin: 0;
}

.profile-wrapper h3{
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2c2c2c;
    font-weight: normal;
    margin: 0;
}

.profile-wrapper .that-guy h2{
    margin-bottom: 5px;
}

.profile-wrapper .that-guy p{
    font-size: 18px;
    letter-spacing: 0.9px;
    text-align: left;
    color: #b9b9b9;
    margin: 0;
}

.profile-wrapper .profile-content{
    width: 74.7%;
    float: right;

}

.profile-wrapper .info{
    font-size: 26px;
    line-height: 1.62;
    letter-spacing: 1.8px;
    text-align: left;
    color: #c9c9c9;
    margin: 75px 0 130px;
    width: 90%;
}

.profile-wrapper .list{
    margin-bottom: 170px;
}

.profile-wrapper .list h2{
	margin-bottom: 70px;
}
.profile-wrapper .list h3{
	margin-bottom: 70px;
	margin-top: -70px;
}

.profile-wrapper .list .list-ul ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


.profile-wrapper .list .list-ul ul:nth-child(2){
	margin-left: 113px;
}

.profile-wrapper .list .list-ul ul li{
	font-size: 18px;
	line-height: 2.5;
	letter-spacing: 1.1px;
	color: #9e9e9e;
}

.profile-wrapper .list .list-ul ul li a{
	letter-spacing: 1.1px;
	color: #9e9e9e;
	font-size: 18px;
	text-decoration: none;
}

.home .spacer{
    height: 370px;
}

.inside .spacer{
    height: 230px;
}

#content{
	padding-bottom: 1px;
}

#content.show-delay{
     transition: all 0.2s ease 0.4s;
    -webkit-transition: all 0.2s ease 0.4s;
    -moz-transition: all 0.2s ease 0.4s;
	-ms-transition: all 0.2s ease 0.4s;
	-o-transition: all 0.2s ease 0.4s;
}

#content .item{
    margin-bottom: 150px;
}


#content .item.item-video{
	width: 100%;
	height: 800px;
}


#content .item.item-video .video-con{
	position: relative;
	width: 100%;
	height: 100%;
}

#content .item.item-video .video-con .disable-click{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #ccc;
	opacity: 0;
}

#content .item.item-video .video-con .disable-click img{
	width: 100px;
	cursor: pointer;
}

#content .item.item-video .video-con.as-video .disable-click{
	background-color: rgba(0,0,0,0.6);
	opacity: 1;
}

#content .item .item-image{
    width: 49%;
    background-size: cover;
    background-position: center center;
   
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}    

#content .item .item-image:hover{
    /*
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    */
    opacity: 0.3;
}


#content .item .caption{
    display: none;
	
}



#content .item.right .item-image{
    margin-right: 10px;
    float: right;
}


#content .item.left .item-image{
    margin-left: 10px;
    float: left;
}

#content .item.center-left .item-image{
    margin-right: calc(50% - 125px);
    float: right;
}

#content .item.center-right .item-image{
    margin-left: calc(50% - 125px);
    float: left;
}

#content .item .item-image img{
    display: block;
    width: 100%;
    opacity: 0;
}

#content .section-title{
    width: 620px;
    margin: 0 auto 95px;
    padding-top: 112px;
}

#content .section-title h1{
    font-size: 24px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2c2c2c;
    margin: 0 0 5px;
}

#content .section-title h2{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.9px;
    text-align: left;
    color: #2c2c2c;
    margin: 0 0 30px;
}

#content .section-title p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
    color: #737373;
    margin: 0;
}

#content .section-image{
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 80px;
}

#content .section-image.section-first{
	margin-top: 180px;
	margin-bottom: 0px;
}

#content .section-image.one img, #content .section-image.one video{
    width: 100%;
    display: block;

}

#content .section-image.one-text .ot-left{
    float: left;
    width: 50%;
}

#content .section-image.one-text .ot-right{
    float: right;
    width: 50%;
}


#content .section-image.one-text h2{
    font-size: 18px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #2c2c2c;
    margin: 0 0 35px;
    width: 390px;
}    

#content .section-image.one-text p{
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: 1px;
    text-align: left;
    color: #8b8b8b;
    margin: 0 0 35px;
    width: 620px;
}    

#content .section-image.one-text ol{
  	margin: 0 0 2em;
  	padding: 0;
  	counter-reset: item;
}  

#content .section-image.one-text ol > li{
  	margin: 0;
  	padding: 0 0 3px 2em;
  	text-indent: -2em;
  	list-style-type: none;
  	counter-increment: item;
  	font-size: 14px;
  	line-height: 1.44;
	color: #777777;
}  


#content .section-image.one-text ol > li:before {
  	display: inline-block;
  	width: 1em;
  	padding-right: 4.5em;
  	font-weight: bold;
  	text-align: right;
  	content: counter(item) ".";
	color: #444444;
}  


#content .section-image.one-text img{
    display: block;
    width: 100%;
}


#content .section-image.one-text .ot-right h2{
    margin-right: 20px;
    text-align: right;
    width: 100%;
}   

#content .section-image.one-text .ot-right p{
	margin-right: 0px;
    text-align: left;
    float: right;
}

#content .section-image.two .col{
    float: left;
    width: 48%;
    width: calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
}


#content .section-image.two .col:nth-child(2){
    margin-left: 80px;
}

#content .section-image.two .col img{
    width: 100%;
}


#overlay{
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    transition: opacity 100ms;
}

#overlay h2{
    font-size: 50px;
    letter-spacing: 1.8px;
    color: #2c2c2c;
    margin: 0 0 5px;
}

#overlay h4{
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #2c2c2c;
    margin: 0 0 30px;
    font-weight: normal;
}

#overlay h5{
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #2c2c2c;
    margin: 0;
    font-weight: normal;
}

#overlay.show{
    opacity: 1;
}

#postloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 150;
    left: 0;
    top: 0;
    opacity: 0;
}

#preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 150;
    left: 0;
    top: 0;
    opacity: 0;
}

#preloader-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 140;
    left: 0;
    top: 0;
    opacity: 1;
}

#preloader .preloader-content{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

#preloader .preloader-content .preload-bar{
	background-color: #fff;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	/*
	transition: width 0.2s;
	-webkit-transition: width 0.2s;
	*/
}

#preloader .preloader-content h2{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 38px;
    line-height: 0.38;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0;
}

#preloader .preloader-content h2.lp{
	letter-spacing: 8px;
}	

.dot-span-kern {
    letter-spacing: 3px;
}

.parallax-spacer{
	height: 170px;
	background-color: #fff;
}

.arrow-container{
	height: 20px;
	position: relative;
	background-color: #fff;
	display: none;
}

.arrow-container .arrow{
	width: 20px;
	height: 20px;	
	position: absolute;
	top: 10px;
	left: 49%;
	left: calc(50% - 10px);
	left: -webkit-calc(50% - 10px);
	background-image: url('../images/arrow-updown.png');
	background-repeat: no-repeat;
	z-index: 10;
	animation: moveArrow 1.5s infinite linear;
    -webkit-animation: moveArrow 1.5s infinite linear;
}


@keyframes moveArrow {
    0% {top: 10px;}
    50% {top: 20px;}
    100% {top: 10px;}
}

@-webkit-keyframes moveArrow{
   	0% {top: 10px;}
    50% {top: 20px;}
    100% {top: 10px;}
}


.paraxify{
  	background-attachment: fixed;
  	background-position: center center;
  	background-size: cover;
}

.parallax-window{
    background: transparent;
}

.parallax-window .parallax-low-res, .paraxify .parallax-low-res{
	width: 100%;
	display: block;
	opacity: 0.0;
}


#footer{
	background-color: #b3b3b3;
	color: #fff;
	text-align: right;
	
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -101;
}

#footer .footer-content{
	width: 100%;
	height: 100%;
	position: relative;
}

#footer .footer-content .footer-mask{
	width: 100%;
	height: 100%;
	background-color: #3a3a3a;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 2;
	transition: top .8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: top .8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: top .8s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: top .8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: top .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#footer:hover .footer-content .footer-mask, #footer.show .footer-content .footer-mask{
	top: 0;
}	

#footer .next-project{
	display: inline-block;
	text-align: left;
	margin-right: 190px;
	width: 330px;
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	z-index: 10;

}

#footer .next-project a{
	color: #fff;
	text-decoration: none;
}

#footer .next-project h4{
	margin: 0 0 50px;
	font-size: 18px;
	letter-spacing: 0.9px;
	font-weight: normal;

}

#footer .next-project .line{
	height: 1px;
	width: 53px;
	background-color: #fff;
	margin-bottom: 35px;
}

#footer .next-project h3{
	margin: 0;
	font-size: 36px;
 	letter-spacing: 1.8px;
 	font-weight: normal;
}

#profile-div{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 49;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
}

.rollover{
	position: relative;
	display: inline-block !important;
	overflow: hidden;
	padding-bottom: 2px;
}

.rollover > div{
	background-color: #979797;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	display: block !important;
}

.rollover.white > div{
	background-color: #fff;
}

.rollover.rainbowline > div{
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}


@media only screen and (max-width: 1675px) {
	#content .section-image.one-text p{
		width: 90%;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
	}
}	

@media only screen and (max-width: 1080px) {
	.header-right .type-text{
		width: 500px;
		
	}

	#header .header-right .type-text p{
		font-size: 20px;
		line-height: 1.4;
	}
}	


@media only screen and (max-width: 959px) {
	
	.scrolldown {
		margin-left:50px;
	}

	.header-left h1{
		margin-left: 50px;
	}

	.header-left span{
		margin-left: 50px;
	}

	.header-right .type-text{
		width: 400px;
		margin-right: 50px;
	}

	#header .header-right .type-text p{
		font-size: 18px;
		line-height: 1.4;
	}

	#header .header-right .type-text a{
		font-size: 16px;
	}
}	


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-height: 720px) {
	
	.scrolldown {
		margin-left:50px;
	}
	

	.arrow-container{
		display: block;
	}	

    #header .header-right.show-delay .type-text a {
    	position: absolute;
    	top: 0px;
    	right: 50px;
    	width: 30%;
    	text-align: right;
    	color: #2c2c2c;
    	font-size: 18px;
    	letter-spacing: .7px;
    }

    #header .header-right.show-delay .type-text a abbr{
    	display: none;
    }
   
    #header .header-right .type-text p{
        margin-bottom: 15px;
        font-size: 14px;
        /*
        opacity: 0;
        top: -200px;
		*/
		display: none;
    }

    .spacer{
        height: 185px !important;
    }

}	



@media only screen and (min-width: 960px) and (max-height: 720px) {
	
	.scrolldown {
		margin-left:100px;
	}

    #header .header-right.show-delay .type-text a {
    	right: 100px;
    	top: 50px;
    	width: auto;
    }

}	


@media only screen and (max-width: 767px) {
	
	.scrolldown {
		display:none !important;
	}

	.animate-enter{
		bottom: -20px;
	}	

	.parallax-spacer{
		height: 0px;
	}

	#wrapper.parallax-wrapper{
		/*margin-bottom: 0 !important;*/
	}

    #header{
        position: static;
        overflow-x: hidden;
    }

    .header{
        padding-top: 20px;
    }

    #preloader .preloader-content h2{
		font-size: 48px;
    }	

    #preloader .preloader-content h2.lp{
		letter-spacing: 1px;
	}

    .header-left, .header-right{
        width: 100%;
        float: none;
    }

    .header-left{
        margin-bottom: 30px;
    }

    .header-left h1 {
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .header-left span{
        margin-left: 20px;
    }

    .header-right .type-text, #header .header-right .type-list {
        float: none;
        width: 100%;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        margin: 0 auto;
    }



    #header .header-right .type-text a {
        font-size: 14px;
       

    }

    #header .header-right.show-delay .type-text a {
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	width: auto;
    	text-align: right;
    	color: #2c2c2c;
    }

    #header .header-right.show-delay .type-text a abbr{
    	display: none;
    }
   
    #header .header-right .type-text p{
        margin-bottom: 15px;
        font-size: 14px;
        display: none;
    }

    .spacer{
        height: 0 !important;
    }

    #overlay {
        display: none !important;
    }

    #wrapper{
    	/*overflow-x: hidden; */
    }

    #content{
        margin-top: 30px;
    }

    .profile-wrapper #content{
        margin-top: 0px;
        padding-top: 30px;
    }

    #content .item{
        margin-bottom: 30px;
    }

    #content .item.item-video{
		height: 300px;
	}

    #content .item .caption{
        display: block;
        padding: 20px;
    }

    #content .item .caption .caption-title{
        letter-spacing: 1.8px;
        color: #2c2c2c;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #content .item .caption .caption-description{
        font-size: 14px;
        margin-bottom: 0px;
        letter-spacing: 0.9px;
        color: #2c2c2c;
    }

     #content .item .caption .caption-tags{
        font-size: 14px;
        letter-spacing: 0.9px;
        color: #2c2c2c;
    }

    #content .section-image.section-first {
		margin-top: 0px;
    }	


    #content .item .item-image{
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-right: 0;
    }

    #content .item .item-image:hover{
        opacity: 1;
    }    

    #content .item.right .item-image, #content .item.left .item-image {
        float: none;
        margin: 0 auto;
    }

    #content .item.center-left .item-image, #content .item.center-right .item-image {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    #header.profile-wrapper{
		background-color: #17181a;
		color: #fff;
	}

    .profile-wrapper .profile-content{
        float: none;
        width: 100%;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .profile-wrapper h2{
        font-size: 20px;
    }

    .profile-wrapper .that-guy p{
        font-size: 16px;
    }

    .profile-wrapper .info{
        width: 100%;
        font-size: 17px;
        margin: 30px 0 60px;
    }

    .profile-wrapper .list h2{
        margin-bottom: 20px;
    }

    .profile-wrapper .list{
        margin-bottom: 60px;
    }

    .profile-wrapper .list .list-ul ul {
        float: none;
        margin-left: 0 !important;
    }

    .profile-wrapper .list .list-ul ul li{
        font-size: 14px;
        line-height: 1.8;
    }

    .profile-wrapper .list .list-ul ul li a{
    	font-size: 14px !important;
    }

    #header .header-right .type-list{
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	
    	width: 30%;
    	
    }


    #content .section-title{
    	width: 100%;
    	width: calc(100% - 40px);
    	width: -webkit-calc(100% - 40px);
    	margin: 0 auto 30px;
    	padding-top: 30px;
    }

    #content .section-title p{
    	font-size: 16px;
    }

    #content .section-image {
    	margin-bottom: 30px;
    	margin-left: 20px;
    	margin-right: 20px;
    }

    #content .section-image.one-text .ot-left, #content .section-image.one-text .ot-right{
    	float: none;
    	width: 100%;
    }

    #content .section-image.one-text h2 {
    	margin-bottom: 20px;
    	margin-top: 20px;
    }

    #content .section-image.one-text .ot-right h2 {
    	text-align: left;
    }

    #content .section-image.one-text p{
    	width: 100%;
    }

    #content .section-image.one-text .ot-right p {
    	text-align: left;
    	float: none;
    }

    #content .section-image.two .col{
    	float: none;
    	width: 100%;
    	margin-bottom: 30px;
    }

    #content .section-image.two .col:nth-child(2){
    	margin-left: 0px;
    	margin-bottom: 0px;
    }

    #content .section-image.two .col img{
    	width: 100%;
    	display: block;
    }

    #preloader .preloader-content h2{
        font-size: 30px;
    }

    #footer{
    	text-align: center;
    	/*position: static;*/
    	height: auto;
    }

    #footer .footer-content .footer-mask{
    	display: none;
    }	

    #footer .next-project{
    	width: auto;
    	margin: 0 auto;
    	padding-top: 30px;
    	padding-bottom: 40px;

    }

    #footer .next-project h4{
    	font-size: 14px;
    	margin-bottom: 30px;
    }

    #footer .next-project .line{
    	margin-bottom: 30px;
    }

    #footer .next-project h3{
    	font-size: 25px;
    }

    .header-right .type-list ul li:nth-child(2){
    	margin-left: 0px;
    }

}    




/* ==========================================================================
   Helper classes
   ========================================================================== */


.expo-ease-out{
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

-webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
} 

.linear-animation{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}