html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
	height: 100%;
    min-height: 100%;
}
body{
    /*background: url(../img/bg.png) 50% 50% no-repeat;*/
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.main{
	position: relative;
    min-height: 100%;
    background: url(../img/bg.jpg) 50% 50%;
    background-size: cover;
    transition: transform 0.5s;
}

/*.main .boss{
	width: 100%;
    height: 100%;
    transition: transform 0.5s;
    position: relative;
}*/

.main.animate-left{
    transform: translateX(23%);
}

.main.animate-right{
	transform: translateX(-23%);
}

.main.animate-right .about{
	display: none!important;
}
.main.animate-left .projects{
	display: none!important;
}

.animate-left .line, .animate-right .line{
	display: none;
}

.main .name{
    width: 40%;
    position: absolute;
    transform: translate(-48%, 20%);
    top: 50%;
    left: 50%;
}

.main .name img{
	width: 100%;
}

.main  .name .text{
	position: relative;
	z-index: 2;
}
.main  .name .shadow{
	position: absolute;
	z-index: 1;
	top:25px;
	left:0;
}

.slides{
	width: 100%;
	z-index: 9999;
	position: relative;
}

/*.main .name p{
text-align: center;
  font-size: 6.5em;
  color: #fff;
  letter-spacing: -7px;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur .75s ease-out infinite;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}*/

/*@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}*/

.btn-about{
	position: absolute;
	font-size:16px;
	color:#eeeeee;
	font-family: 'butlerultralight';
	text-decoration: none;
	left:90px;
	top:50%;
	z-index: 9;
	-webkit-transition: left 0.5s;
}
.btn-about:hover{
	left:95px;
	-webkit-transition: left 0.5s;
}


.btn-about:before{
	content:"";
	position: absolute;
	width: 29px;
	height: 19px;
	background: url(../img/btn-about.png);
	left:-40px;
	top: -2px;
	-webkit-transition: left 0.5s;
}

.btn-projects{
	position: absolute;
	font-size:16px;
	color:#eeeeee;
	font-family: 'butlerultralight';
	text-decoration: none;
	right:90px;
	top:50%;
	z-index: 9;
	-webkit-transition: right 0.5s;
}
.btn-projects:hover{
	right:95px;
	-webkit-transition: right 0.5s;
}



.btn-projects:before{
	content:"";
	position: absolute;
	width: 29px;
	height: 19px;
	background: url(../img/btn-projects.png);
    right: -40px;
    top: -2px;
	-webkit-transition: right 0.5s;
}

.btn-about:hover:before{
	left:-55px;
	/*-webkit-animation: righttoleft linear infinite 0.6s 0.1s;*/
}
.btn-projects:hover:before{
	right:-55px;
	/*-webkit-animation: lefttoright linear infinite 0.6s 0.1s;*/
}



/*@keyframes lefttoright{
	0%{right:-50px;}
	50%{right:-60px;}
	100%{right:-50px;}
}

@keyframes righttoleft{
	0%{left:-50px;}
	50%{left:-60px;}
	100%{left:-50px;}
}
*/

.main .btn-projects{
	position: absolute;
}


.about{
	display: none;
	height: 100vh;
    width: 50%;
    background:#f1f1f1;
    position: absolute;
    left: 0;
    top:0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.about h1{
	width: 100%;
	font-size: 24px;
    font-family: 'butlerextrabold';
    color: #383838;
    padding: 45px 45px 0 45px;
    display: inline-block;
}
.about .about-img{
    width: 30%;
    padding: 45px 0 0 45px;
}

.about .btn-close{
	display: block;
    background: url(../img/btn-close.png);
    width: 22px;
    height: 23px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.about .main-item{
    width: 55%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.about .main-item .item{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.about .main-item .item:last-child{
	display: inline-block;
	margin-bottom: 0;
}
.about .main-item .item .list-right{
    float: right;
    width: 70%;
    text-align: center;
    margin-left: 15px;
    padding-top: 10px;
}
.about .main-item .item img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.about .main-item .item .left-img{
	width: 30%;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    padding-right: 30px;
}

.about .main-item .item p{
	font-family: 'butlerregular';
	margin-bottom: 10px;
	font-size:18px;
	color: #5a5a5a;
}
.about .main-item .item a{
	text-decoration: none;
	font-size: 16px;
	color:#989898;
	font-family: 'butlerultralight';
}
.about .main-item .social{
	width: 200px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}
.about .main-item .social:before{
	content:"";
	position: absolute;
	width: 200px;
	height: 1px;
	background: #e2e2e2;
	top:0;
	left:0;
}
.about .main-item .social ul li{
	display: inline-block;
	margin-right: 5px;
}
.about .main-item .social ul li a{
	display: block;
	width: 43px;
	height: 43px;
}
.about .main-item .social ul li a img{
	width: 100%;
}
.about .main-item .social ul li a.linkedin{
	background: url(../img/linkedin.png);
    background-size:  100%;
}
.about .main-item .social ul li a.twitter{
	background: url(../img/twitter.png);
	background-size: 100%;
}
.about .main-item .social ul li a.instagram{
	background: url(../img/instagram_normal.png);
	background-size: 100%;
}
.about .main-item .social ul li a.linkedin:hover{
	background: url(../img/linkedin-over.png);
	background-size: 100%;
}
.about .main-item .social ul li a.twitter:hover{
	background: url(../img/twitter-over.png);
	background-size: 100%;
}
.about .main-item .social ul li a.instagram:hover{
	background: url(../img/instagram_over.png);
	background-size: 100%;
}

.projects{
	display: none;
	height: 100vh;
    width: 50%;
    background:#f1f1f1 ;
    position: absolute;
    right: 0;
    top:0;
    overflow-x:hidden;
    overflow-y:scroll; 
}

.projects h1{
	width: 100%;
	font-size: 24px;
    font-family: 'butlerextrabold';
    color: #383838;
    padding: 45px 45px 0 45px;
    display: inline-block;
}
.projects .projects-img{
    width: 60%;
    padding: 45px 0 75px 45px;
}

.projects .btn-close{
    display: block;
    background: url(../img/btn-close.png);
    width: 22px;
    height: 23px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.projects .main-item{
    width: 78%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.projects .main-item .item{
	display: inline-block;
	margin-bottom: 50px;
}
.projects .main-item .item.hidden{
	display: none;
	transition:all 1s ease-out;
}

.projects .main-item .item:last-child{
	display: inline-block;
	margin-bottom: 0;
}
.projects .main-item .item .list-right{
	float: right;
	    width: 73%;
}
.projects .main-item .item img{
	width: 20%;
	float: left;
	display: block;
	margin-right: 30px;
}
.projects .main-item h3{
	font-weight: bold;
	font-family: 'butlerregular';
	margin-bottom: 10px;
	font-size:20px;
	color: #5a5a5a;
	float: left;
}
.projects .main-item .item p{
	line-height: 20px;
	font-family: 'butlerregular';
	margin-bottom: 10px;
	font-size:16px;
	color: #5a5a5a;
	float: left;
}
.projects .main-item .item a{
	float: left;
	font-size: 16px;
	color:#989898;
	font-family: 'butlerregular';
}
.projects .main-item .show-more{
	text-align: center;
	position: relative;
}
.projects .main-item .show-more:before{
	position: absolute;
    content: "";
    width: 38%;
    height: 1px;
    background: #e6e6e6;
    left: 0;
    top: 8px;
}
.projects .main-item .show-more:after{
	position: absolute;
    content: "";
    width: 38%;
    height: 1px;
    background: #e6e6e6;
    right: 0;
    top: 8px;
}
.projects .main-item .show-more a{
	color:#949494;
	font-family: 'butterultralight';
	font-size:16px;
	text-decoration: none;
}
    
 .line p{
	color:#6b6b6b;
	font-size:16px;
	font-family: 'butterultralight';
	position: absolute;
}   

.digital{
	position: absolute;
    left: 36%;
    top: 16%;
    transform: translate(-36% , -16%);
}
.digital p{
	left: -134px;
    top: -5px;
    width: 200px;
    transition: all 0.5s;
}

.pro-line{
    position: absolute;
    left: 60%;
    top: 41%;
    transform: translate(-60% , -41%);
}
.pro-line p{
	right: -160px;
    top: -5px;
    width: 150px;
    transition: all 0.5s;
}

.caring{
    position: absolute;
    right: 19%;
    top: 72%;
    transform: translate(-50% , -50%);
    /* width: 22%; */
    transition: all 0.5s;
}
.caring p{
    right: -210px;
    bottom: 0px;
    width: 200px;
    transition: all 0.5s;
}



.digital.animate p{
  animation: shake 10s both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(5%, 2px, -2px);
  }
  
  20%, 80% {
    transform: translate3d(-2px, 1px, 2px);
  }

  30%, 50%, 70% {
    transform: translate3d(4px, -3px, -1px);
  }

  40%, 60% {
    transform: translate3d(-3px, -4px, 2px);
  }
}

.pro-line.animate p{
  animation: shake 12s both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(1px, 3px, -3px);
  }
  
  20%, 80% {
    transform: translate3d(-2px, 2px, 3px);
  }

  30%, 50%, 70% {
    transform: translate3d(2px, -3px, 2px);
  }

  40%, 60% {
    transform: translate3d(-2px, 2px, 1px);
  }
}

.caring.animate p{
  animation: shake 12s both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, -2px, 2px);
  }
  
  20%, 80% {
    transform: translate3d(2px, -1px, -2px);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 3px, 1px);
  }

  40%, 60% {
    transform: translate3d(3px, 4px, -2px);
  }
}
/*.caring:hover{
	transform-origin:top left;
	-ms-transform: rotate(-2deg) translate(-50%, -50%);
    -webkit-transform: rotate(-2deg) translate(-50%, -50%);
    transform: rotate(-2deg) translate(-50%, -50%);
    transition: all 0.5s;
}*/

p::-moz-selection { background: #6b6b6b; color:#fff;}
p::selection { background: #6b6b6b; color:#fff; }
img::-moz-selection { background: #6b6b6b; color:#fff;}
img::selection { background: #6b6b6b; color:#fff; }



.mobil-about-img{
    display: none;
}
.mobil-projects-img{

    display: none;
}

.main-social{
	position: absolute;
	top:50px;
	right:50px;
	z-index: 2;
}
.main-social li{
	display: inline-block;
	margin-right: 5px;
}
.main-social li a{
	display: block;
	width: 43px;
	height: 43px;
}
.main-social li a img{
	width: 100%;
}
.main-social li a.linkedin{
	background: url(../img/linkedin.png);
    background-size:  100%;
}
.main-social li a.twitter{
	background: url(../img/twitter.png);
	background-size: 100%;
}
.main-social li a.instagram{
	background: url(../img/instagram_normal.png);
	background-size: 100%;
}
.main-social li a.linkedin:hover{
	background: url(../img/linkedin-over.png);
	background-size: 100%;
}
.main-social li a.twitter:hover{
	background: url(../img/twitter-over.png);
	background-size: 100%;
}
.main-social li a.instagram:hover{
	background: url(../img/instagram_over.png);
	background-size: 100%;
}

@media only all and (max-width:1366px){
	.line p{
		font-size:1em;
	}
}
@media only all and (max-width:1280px){
	.caring {
	    position: absolute;
	    right: 5%;
	}
	.digital{
		left: 34%;
	}
	.about .main-item .item {
	    margin-bottom: 30px;
	}
}

@media only all and (max-width:768px){
	.line{
		display: none;
	}
	.line p{
		display: none;
	}
	.about{
		width: 100%;
	}
	.projects{
		width: 100%;
	}
	.projects .main-item{
	    top: 50%;
	}
}

@media only all and (max-width:414px){
	
	body{
		overflow: visible;
	}
	.main .name{
	    top: 55%;
	    width: 80%;
	}
	.main .name .shadow{
	    top: 7px;
	}
	.buttons{
		display: none;
	}
	.line{
		display: none;
	}
	.line p{
		display: none;
	}
	
	.mobil-menu{
		position: absolute;
		top:0;
		background: #161616;
		width: 100%;
		overflow: hidden;
		text-align: center;
		z-index: 9999;
		height: 0;
		transition: 0.3s all ease-out;
	}

	.mobil-menu.mobil-slide{
		height: 100%;

	}
	.mobil-menu .menu-close{
		position: absolute;
		color:#fff;
		top:20px;
		display: block;
		right:20px;
		text-decoration: none;
		width: 27px;
	}
	.mobil-menu .menu-close img{
		width: 100%;
	}
	.mobil-menu .name{
		color:#5e5e5e;
		font-size:21px;
		font-family: 'butlerlight';
		padding-top: 0;
		transition:0.3s all;
	}
	.mobil-menu.mobil-slide .name{
		padding-top: 18%;
	}
	.mobil-menu ul{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
	}
	.mobil-menu ul li a{
		color:#e2e2e2;
		font-size:28px;
		margin-bottom: 30px;
		font-family: 'butlerabold';
		text-decoration: none;
		display: block;
	}

	.mobil-menu .social{
	    text-align: center;
	    position: absolute;
	    margin-left: -115px;
	    left: 50%;
	    bottom: 10%;
	}
	.mobil-menu .social a{
		display: inline-block;
		height: 53px;
		width: 53px;
		margin: 0 10px;
	}
	.mobil-menu .social a img{
		width: 100%;
	}

	.mobil-hamburger{
		position: absolute;
		top:20px;
		right:20px;
		display: block;
		width: 38px;
	    z-index: 9999;
	}
	.mobil-hamburger img{
		width: 100%;
	}
	.main.mobil-slide{
		background-repeat: no-repeat;
		background-color: #070707;
	    background-size: contain;
		background-position: top;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.main.mobil-slide .name{
		display: none;
	}
	.slides{
		height: 100%;
		position: absolute;top: 0;
	}
	.about.mobil-slide{
		height:  50vh;
		padding-bottom: 20px;
		overflow: scroll;
		transition:0.5s all ease-out;
	}
	.about{
		top:auto;
		width: 100%;
        height: 0;
        bottom:0;
		overflow: hidden;
		display: block;
	}
	
	.about .btn-close{
		display: none;
	}
	
	.about h1{
		display: none;
	}

	.about h1{
		display: none;
	}
	.about .about-img{
		display: none;
	}

	.about .main-item{
		padding-top: 30px;
		position: relative;
		width: 100%;
	    top: auto;
    	left: auto;
     	transform: translate(0, 0);
	}
	
	
	.about .main-item .item {
        margin: 0;
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	    border-bottom: 1px solid #e2e2e2;
	}
	.about .main-item .item.galata{
		margin-top:15px;
		border-bottom: none;
	} 
	.about .main-item .item:last-child {
        border:none;
	}
	.slides .about .main-item .item .left-img{
		padding: 0;
		border:none;
	    width: 30%;
	    text-align: center;
	    display: inline-block;
        margin: 0;
	}
	.about .main-item .item img{
	    width: 100%;
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.about .main-item .item .list-right{
		border-bottom: 1px solid #e2e2e2;
		float: none;
		width: 100%;
		padding-bottom: 20px;
		margin:0 auto;
	}
	.about .main-item .item.voden .list-right{
		    margin: -25px 0 0 0;
	}
	.about .main-item .item.leo .list-right{
		    margin: -25px 0 0 0;
	}
	.about .main-item .item .list-right:last-child{
		border:none;
	}
	.about .main-item .item p{
		margin-bottom: 10px;
		float: none;
	}
	.about .main-item .item a{
		float: none;
	}
	
	.slides .projects.mobil-slide{
	    height:  50vh;
		padding-bottom: 20px;
		overflow: scroll;
		transition: 0.5s all ease-out;
	}
	
	.slides .projects{
		top: auto;
	    width: 100%;
	    height: 0;
	    bottom: 0;
	    overflow: hidden;
	    display: block;
	}
	.slides .projects .btn-close{
		display: none;
	}
	.slides .projects h1{
		display: none;
	}
	.slides .projects .projects-img{
		display: none;
	}

	.projects .main-item{
		padding-top: 30px;
		position: relative;
		width: 100%;
	    top: auto;
    	left: auto;
     	transform: translate(0, 0);
	}
	.projects .main-item.scroll {
		padding:0;
		width: 100%;
	}
	.projects .main-item .item {
	    display: inline-block;
	    text-align: center;
	    padding: 20px;
	    margin-bottom: 0;
	}
	.projects .main-item .item img{
		float: none;
		width: 100px;
	    display: inline-block;
	    margin:0 0 20px 0;
	}
	.projects .main-item .item h3{
		float: none;
		font-size: 17px;
	}
	.projects .main-item .item p{
		float: none;
		font-size: 14px;
	}
	.projects .main-item .item .list-right{
		    float: none;
    		width: auto;
	}
	.projects .main-item .item .list-right a{
		display: inline-block;
		float: none;
	}
	.mobil-about-img{
	    position: absolute;
	    width: 50%;
	    left: 50%;
	    top: 25%;
	    transform: translate(-50%, -50%);
	    display: none;
	}
	.mobil-projects-img{
	    position: absolute;
	    width: 50%;
	    left: 50%;
	    top: 25%;
	    transform: translate(-50%, -50%);
	    display: none;
	}
	.projects .main-item .show-more{
		margin-top:40px;
	}
	.about.mobil-slide{
		height:  55vh;
	}
	.projects.mobil-slide{
		height:  55vh;
	}


}

@media only all and (max-width:375px){
	body{
		overflow: visible;
	}
	.main .name{
	    top: 55%;
	    width: 80%;
	}
	.main .name .shadow{
	    top: 7px;
	}
	.buttons{
		display: none;
	}
	.line{
		display: none;
	}
	.line p{
		display: none;
	}
	
	.mobil-menu{
		position: absolute;
		top:0;
		background: #161616;
		width: 100%;
		overflow: hidden;
		text-align: center;
		z-index: 9999;
		height: 0;
		transition: 0.5s all ease-out;
	}

	.mobil-menu.mobil-slide{
		height: 100%;

	}
	.mobil-menu .menu-close{
		position: absolute;
		color:#fff;
		top:20px;
		display: block;
		right:20px;
		text-decoration: none;
		width: 27px;
	}
	.mobil-menu .menu-close img{
		width: 100%;
	}
	.mobil-menu .name{
		color:#5e5e5e;
		font-size:21px;
		font-family: 'butlerlight';
		padding-top: 0;
		transition:0.5s all;
	}
	.mobil-menu.mobil-slide .name{
		padding-top: 18%;
	}
	.mobil-menu ul{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
	}
	.mobil-menu ul li a{
		color:#e2e2e2;
		font-size:28px;
		margin-bottom: 30px;
		font-family: 'butlerabold';
		text-decoration: none;
		display: block;
	}

	.mobil-menu .social{
	    text-align: center;
	    position: absolute;
	    margin-left: -75px;
	    left: 50%;
	    bottom: 10%;
	}
	.mobil-menu .social a{
		display: inline-block;
		height: 53px;
		width: 53px;
		margin: 0 10px;
	}
	.mobil-menu .social a img{
		width: 100%;
	}

	.mobil-hamburger{
		position: absolute;
		top:20px;
		right:20px;
		display: block;
		width: 38px;
	    z-index: 9999;
	}
	.mobil-hamburger img{
		width: 100%;
	}
	.main.mobil-slide{
		background-repeat: no-repeat;
		background-color: #070707;
	    background-size: contain;
		background-position: top;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.main.mobil-slide .name{
		display: none;
	}
	.slides{
		height: 100%;
		position: absolute;top: 0;
	}
	.about.mobil-slide{
		height:  50vh;
		padding-bottom: 20px;
		overflow: scroll;
		transition:0.3s all ease-out;
	}
	.about{
		top:auto;
		width: 100%;
        height: 0;
        bottom:0;
		overflow: hidden;
		display: block;
	}
	
	.about .btn-close{
		display: none;
	}
	
	.about h1{
		display: none;
	}

	.about h1{
		display: none;
	}
	.about .about-img{
		display: none;
	}

	.about .main-item{
		padding-top: 30px;
		position: relative;
		width: 100%;
	    top: auto;
    	left: auto;
     	transform: translate(0, 0);
	}
	
	
	.about .main-item .item {
        margin: 0;
	    text-align: center;
	    width: 100%;
	    display: inline-block;
	}
	.slides .about .main-item .item .left-img{
	    width: 30%;
	    text-align: center;
	    display: inline-block;
        margin: 0;
	}
	.about .main-item .item img{
	    width: 100%;
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.about .main-item .item .list-right{
		border-bottom: 1px solid #e2e2e2;
		float: none;
		width: 100%;
		padding-bottom: 20px;
		margin:0 auto;
	}
	.about .main-item .item .list-right:last-child{
		border:none;
	}
	.about .main-item .item p{
		margin-bottom: 10px;
		float: none;
	}
	.about .main-item .item a{
		float: none;
	}
	
	.slides .projects.mobil-slide{
	    height:  50vh;
		padding-bottom: 20px;
		overflow: scroll;
		transition: 0.3s all ease-out;
	}
	
	.slides .projects{
		top: auto;
	    width: 100%;
	    height: 0;
	    bottom: 0;
	    overflow: hidden;
	    display: block;
	}
	.slides .projects .btn-close{
		display: none;
	}
	.slides .projects h1{
		display: none;
	}
	.slides .projects .projects-img{
		display: none;
	}

	.projects .main-item{
		padding-top: 30px;
		position: relative;
		width: 100%;
	    top: auto;
    	left: auto;
     	transform: translate(0, 0);
	}
	.projects .main-item.scroll {
		padding:0;
		width: 100%;
	}
	.projects .main-item .item {
	    display: inline-block;
	    text-align: center;
	    padding: 20px;
	    margin-bottom: 0;
	}
	.projects .main-item .item img{
		float: none;
		width: 100px;
	    display: inline-block;
	    margin-bottom: 20px;
	}
	.projects .main-item .item h3{
		float: none;
		font-size: 17px;
	}
	.projects .main-item .item p{
		float: none;
		font-size: 14px;
	}
	.projects .main-item .item .list-right{
		    float: none;
    		width: auto;
	}
	.projects .main-item .item .list-right a{
		display: inline-block;
		float: none;
	}
	.mobil-about-img{
	    position: absolute;
	    width: 50%;
	    left: 50%;
	    top: 25%;
	    transform: translate(-50%, -50%);
	    display: none;
	}
	.mobil-projects-img{
	    position: absolute;
	    width: 50%;
	    left: 50%;
	    top: 25%;
	    transform: translate(-50%, -50%);
	    display: none;
	}
	.projects .main-item .show-more{
		margin-top:40px;
	}
	.main-social{
		top:15px;
		left:15px;
		z-index: 99999;
	}
}