


body {
	background-color: #cfd1d9; 
	font-family: "sofia-pro", sans-serif;
	overflow: hidden;
	
}


#wrapper{
   position: absolute;
   top: 50%;
   margin-top: -340px;/* half of #content height*/
   left: 0;
   width: 100%;
}

.reverse-slide-content { 
	margin: 0 auto; 
	width: 1100px; 
	height: 680px;
	background-color: #000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);

}

.unseen { 
	transform: scale(0.7);
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;	

}

.blur { 
   -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	

}

.content { 
	height: 680px;
	float: left;
	overflow: hidden;
	
}

.black { 
	background-color: #000000; 
	background: url(../images/vader.jpg) no-repeat; 
	width: 50%;

}

.white { 
	background-color: #fff; 
	width: 50%;
}


.content-wrapper { 
	padding: 60px;
	text-align: center;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}


.black .content-wrapper { 
	padding: 0px;
}

.black .content-wrapper img { 
	width: 100%; 
}

ul.skills { 
	list-style: none; 
	margin: 0 auto;
	display: inline-block;
	padding: 0;
}

ul.skills li { 
	padding: 10px; 
	border: 1px solid #cacaca;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: 200; 
	text-transform: uppercase;	
	color: #afafaf; 
	letter-spacing: 2px;
}

.number { 
	width: 35px; 
	height: 35px; 
	border: 1px solid #cacaca;
	border-radius: 40px;
	margin: 50px auto 60px auto;
	position: relative;
}

.number:after { 
	width: 1px; 
	height: 40px; 
	background-color: #cacaca;
	position: absolute;
	content: '';
	top: 45px;
    left: 18px;
}

.number:before { 
	width: 1px; 
	height: 40px; 
	background-color: #cacaca;
	position: absolute;
	content: '';
	top: -50px;
    left: 18px;
}

.number span { 
    font-family: "kepler-std-semicondensed";	
	color: #3d3d3d;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-align: center; 
	line-height: 35px; 
}

.clearfix { 
	clear: both; 
}

.hire { 
	display: inline-block; 
	margin: 0 auto;
	margin-top: 80px;
}

h1 { 

}

h2 { 
	font-size: 60px; 
	font-weight: 700;
	margin-bottom: 30px;
	margin-left: -4px;
	margin-top: 40px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 4px;
	color: #3d3d3d;
}

p.shorty {
    font-family: "kepler-std-semicondensed";	
	color: #727272;
	font-size: 20px;
	font-weight: 300;
}

.city {
    font-family: "kepler-std-semicondensed";	
	color: #939393;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
}


.left { 
	float: left; 

}


/* btn primary */ 

a.btn { 
	text-decoration: none; 
}

.btn { 
	margin: 10px 0;
	border-radius: 0;

}

.btn-primary { 
	background-color: #f4481f; 
	color: #fff;
	padding: 15px 35px;
	font-size: 16px; 
	font-weight: 600;
	border-radius: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	letter-spacing: 1px;
}

.btn-primary:hover { 
	background-color: #f4481f;  
	text-decoration: none;
}


/* btn-anim */

.btn-anim {
	overflow: hidden;
}

.btn-anim:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	background: #ec431b;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.btn-anim .button-icon {
	vertical-align: middle;
}
.btn-anim > span {
	vertical-align: middle;
	padding-left: 0.75em;
}
.btn-anim:hover:before {
	-webkit-transform: scale3d(10, 10, 1);
	transform: scale3d(10, 10, 1);
}

.inactiv { 
	background-color: #cacaca;
	font-weight: 400; 
	position: relative;
}

.inactiv:after { 
	content: " ";
	position: absolute; 
	height: 3px; 
	background-color: #fff;
	width: 60%;
	bottom: 22px;
	left: 26px;
}

.inactiv:hover { 
	background-color: #cacaca;
}

.inactiv.btn-anim:before  { 
	background-color: #cacaca !important;
}



li.reverse-slide { 
	display: inline-block;
	-webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;	

}

li.reverse-slide .reverse-slide-content { 
	margin: 0 auto; 
}


.reverse-scroll-left-frame {

    width: 100%;
    position: absolute;
    height: 100%;
	
}

ul.reverse-slide-container {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
	
}


ul.reverse-slide-container.faster { 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* link */

a.link { 
	text-decoration: none; 
	color: #cacaca;
	letter-spacing: 1px;
	position: relative;
	display: blocK; 
	font-weight: 200;
	font-size: 12px;

}

a.link:after { 
	content: " ";
	position: absolute; 
	height: 1px; 
	background-color: #cacaca;
	bottom: -3px;
	right: 0px;
	left: 0px;
}


@media (max-width: 1090px) 
 {
	 
	 .black {
		 display: none; 
	 }
	 
	 .white {
		 width: 100%; 
	 }
	 
	 .reverse-slide-content {
		width: 380px; 
		 
	 }
	 
	 .content-wrapper {
		 padding: 40px; 
	 }
	 
	 h2 {
		font-size: 42px; 
		 
	 }
	 
	 .content, .reverse-slide-content {
		height: 625px; 
		 
	 }
	 
	 

}


/******************** INFO ********************/

.info { 
  font-family: "San Francisco";
	position: fixed; 
	top: 200px; 
	right: -20px; 
	transform: translateX(480px);
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	z-index: 999;
}

.info .info-btn {
	background-color: #fff; 
	color: #353535; 
	font-size: 18px;
	padding: 15px;
	float: left;
    cursor: pointer;
	font-weight: regular;
}

.info .info-body { 
	float: left;
}


.info-content { 
	background-color: #fff;
	width: 400px; 
	padding: 30px 50px;
	-webkit-box-shadow: 2px 9px 22px -9px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 9px 22px -9px rgba(0,0,0,0.3);
	box-shadow: 2px 9px 22px -9px rgba(0,0,0,0.3);
}


.infoani {
	transform: translateX(0px);
	
}

.info h1 { 
	font-size: 14px; 
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 10px;
}

.info h2 { 
	font-size: 40px; 
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 0;
}

.info ul {
	list-style: none; 
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}

.info ul li {
	float: left;  
	margin-right: 10px;
}

.info ul li a {
	color: #353535;
	font-size: 14px; 
	font-weight: 500; 
}
