/* #work
================================================== */

#app2u_work{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#292929;
	overflow:hidden;
	padding-top:50px;
	padding-bottom: 70px;
	z-index:2;
} 
 
.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
}
.bx-viewport ul{
	margin: 0;
  	padding: 0;
}
.portfolio-box{
	position: relative; 
	width: 25%;
	overflow:hidden;
	display:inline-block;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
p a:visited{
	color: #706e6e;
}
p a{
	color: #706e6e;
	-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
p a:hover{
	color: #bdb3b3;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover img{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-box .mask{ 
	position:absolute;
	background:rgba(0,0,0,.7) url('../img/cross1.png') no-repeat center center;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display:block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover .mask{ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box h4{ 
	position:absolute;
	top:20px;
	left:-100px;
	z-index:100;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size: 12px; 
	line-height:12px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid rgba(255,255,255,.4);
	opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box:hover h4{ 
	left:20px;
	opacity:1;
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	transition-delay:300ms;
}

.portfolio_tag{
    background-color: rgba(230, 125, 34, 0.28);
    display: inline-block;
    font-size: 0.9em;
    margin: 2px 0;
    padding: 1px 3px;
}

.vigniette{
	box-shadow: 0 0 150px rgba(41, 41, 41, 1) inset;
}

#portfolio-filter {
	position:relative;
	width:101%;
	text-align: center;
}
#filter {
	position:relative;
	width:101%;
}

#filter li {
	display: inline-block;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px; 
	outline: none;
	color: #706e6e;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	margin-left:8px;
	margin-right:8px;
	margin-bottom:30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:after {
	content:'::::';
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px; 
	color: #706e6e;
	padding-left:20px;
	opacity:.5;
}
#filter li:last-child a:after {
	display:none;
}
#filter li .current {
	color: #bdb3b3;
}
#filter li a:hover {
	color: #bdb3b3;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}


/* #Projects
================================================== */
.wrapper {
	position: relative;
    height: 100% !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}
.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


.just_pattern11 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.4)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}

.onepage-wrapper{
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top:-50px;
  z-index: 5;
  list-style: none;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.onepage-pagination li a.active:before{
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid white;
  margin-top: -8px;
  left: 3px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto;
    }
	
.project-info{
	position: fixed; 
	bottom:20px;
	left:20px;
	width:400px;
	padding:30px;
	background:rgba(0,0,0,.8);
	border-radius:3px;
	z-index:6;
}
.project-info h6{
	text-align:left;
	padding-bottom:25px;
}		
	
#project-image1{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/1.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}



.scroll-btn1 {
	position: absolute;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:40px;
	left:50%;
	margin-left:-20px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 40px;
	height:46px;
	background:url('../images/arrow-down.png') no-repeat center bottom;
	z-index: 3900;
	opacity:.6;
}


  @keyframes arrows1 {
    0% { bottom:40px; }
    10% { bottom:50px; }
    20% { bottom:40px; }
    30% { bottom:50px; }
    40% { bottom:30px; }
    50% { bottom:50px; }
    60% { bottom:40px; }
    70% { bottom:50px; }
    80% { bottom:30px; }
    90% { bottom:50px; }
    100% { bottom:40px; }
  }
  @-webkit-keyframes arrows1 {
    0% { bottom:40px; }
    10% { bottom:50px; }
    20% { bottom:40px; }
    30% { bottom:50px; }
    40% { bottom:30px; }
    50% { bottom:50px; }
    60% { bottom:40px; }
    70% { bottom:50px; }
    80% { bottom:30px; }
    90% { bottom:50px; }
    100% { bottom:40px; }
  }
  
  .scroll-btn1 {
    -webkit-animation: arrows1 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows1 3.8s infinite;
    animation-delay: 1s;
  }


#project-image2{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/2.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-image3{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/3.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-image4{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/4.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-image5{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/5.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-image6{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/6.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-image7{
	position: relative; 
	margin: 0 auto;
	background:url('../images/projects/7.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}






#project-single-slider{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-single-slider .bx-wrapper .bx-prev {
	bottom:20px;
}
#project-single-slider .bx-wrapper .bx-next {
	bottom:20px; 
}
#last-work{
	position: relative; 
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:50px;
	background:#292929;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#last-work img{
	width: 100%;
	height:auto;
	display:block;
}
#last-work h6{
	text-align:left;
	padding-bottom:25px;
}
#last-work p{
	text-align:left;
	padding-bottom:30px;
}
#last-work p:last-child{
	padding-bottom:0;
}
#slider-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#slider-wrap img{
	width: 100%;
	height:auto;
	display:block;
}
.padding-project1{
	padding-top:60px;
	padding-bottom:0px;
}

.padding-project{
	padding-top:50px;
	padding-bottom:50px;
}
#sep8 .z-index{
	z-index:2000;
}
#sep8{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	padding-top:150px;
	padding-bottom:150px;
	z-index:2;
}
@media only screen and (max-width: 768px) and (min-width: 480px) { 
    #sep8 {
    
    padding-bottom: 113px;

} }
@media only screen and (max-width: 480px) and (min-width: 320px) { 
    #sep8 {
    
    padding-bottom: 40px;

} }
@media only screen and (max-width: 320px) and (min-width: 147px) { 
    #sep8 {
    
    padding-bottom: 6px;

} }
.parallax8 {
	/*background: url('../images/projects/16.jpg') repeat fixed;*/
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax8 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

/* social buttons */
.social-bottom {
    position: relative;
    bottom: 10%;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1002;
    height: 30px;
  /*text-align: center;*/
}

.list-social li {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 30px;
    display: inline-block;
    background: rgba(0,0,0,.3);
    cursor: pointer;
    margin-left: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.list-social li.icon-soc a {
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
